SYMBOL INDEX (1284 symbols across 24 files) FILE: modules/app/src/main/java/cards/nine/utils/SystemBarTintManager.java class SystemBarTintManager (line 39) | public class SystemBarTintManager { method SystemBarTintManager (line 61) | @TargetApi(19) method setStatusBarTintEnabled (line 111) | public void setStatusBarTintEnabled(boolean enabled) { method setNavigationBarTintEnabled (line 127) | public void setNavigationBarTintEnabled(boolean enabled) { method setTintColor (line 139) | public void setTintColor(int color) { method setTintResource (line 149) | public void setTintResource(int res) { method setTintDrawable (line 159) | public void setTintDrawable(Drawable drawable) { method setStatusBarTintColor (line 169) | public void setStatusBarTintColor(int color) { method setStatusBarTintResource (line 180) | public void setStatusBarTintResource(int res) { method setStatusBarTintDrawable (line 191) | @SuppressWarnings("deprecation") method setNavigationBarTintColor (line 203) | public void setNavigationBarTintColor(int color) { method setNavigationBarTintResource (line 214) | public void setNavigationBarTintResource(int res) { method setNavigationBarTintDrawable (line 225) | @SuppressWarnings("deprecation") method getConfig (line 237) | public SystemBarConfig getConfig() { method isStatusBarTintEnabled (line 246) | public boolean isStatusBarTintEnabled() { method isNavBarTintEnabled (line 255) | public boolean isNavBarTintEnabled() { method setupStatusBarView (line 259) | private void setupStatusBarView(Context context, ViewGroup decorViewGr... method setupNavBarView (line 272) | private void setupNavBarView(Context context, ViewGroup decorViewGroup) { class SystemBarConfig (line 293) | public class SystemBarConfig { method SystemBarConfig (line 310) | private SystemBarConfig(Activity activity, boolean translucentStatus... method getActionBarHeight (line 323) | @TargetApi(14) method getNavigationBarHeight (line 334) | @TargetApi(14) method getNavigationBarWidth (line 352) | @TargetApi(14) method getInternalDimensionSize (line 364) | private int getInternalDimensionSize(Resources res, String key) { method getSmallestWidthDp (line 373) | @SuppressLint("NewApi") method isNavigationAtBottom (line 394) | public boolean isNavigationAtBottom() { method getStatusBarHeight (line 403) | public int getStatusBarHeight() { method getActionBarHeight (line 412) | public int getActionBarHeight() { method hasNavigationBar (line 421) | public boolean hasNavigationBar() { method getNavigationBarHeight (line 431) | public int getNavigationBarHeight() { method getNavigationBarWidth (line 441) | public int getNavigationBarWidth() { method getPixelInsetTop (line 451) | public int getPixelInsetTop(boolean withActionBar) { method getPixelInsetBottom (line 460) | public int getPixelInsetBottom() { method getPixelInsetRight (line 473) | public int getPixelInsetRight() { FILE: modules/mock-android/src/main/java/android/accounts/Account.java class Account (line 6) | public class Account implements Parcelable { method Account (line 11) | public Account(String name, String type) { method Account (line 16) | public Account(Parcel in) {} method equals (line 18) | public boolean equals(Object o) { return true; } method hashCode (line 20) | public int hashCode() { return 0;} method describeContents (line 22) | public int describeContents() { return 0;} method writeToParcel (line 24) | public void writeToParcel(Parcel dest, int flags) {} method toString (line 26) | public String toString() { return "";} FILE: modules/mock-android/src/main/java/android/accounts/AccountManager.java class AccountManager (line 19) | public class AccountManager { method AccountManager (line 52) | AccountManager() { method get (line 56) | public static AccountManager get(Context context) { method getPassword (line 60) | public String getPassword(Account account) { method getUserData (line 64) | public String getUserData(Account account, String key) { method getAuthenticatorTypes (line 68) | public AuthenticatorDescription[] getAuthenticatorTypes() { method getAccounts (line 72) | public Account[] getAccounts() { method getAccountsByTypeForPackage (line 76) | public Account[] getAccountsByTypeForPackage(String type, String packa... method getAccountsByType (line 80) | public Account[] getAccountsByType(String type) { method hasFeatures (line 84) | public AccountManagerFuture hasFeatures(Account account, Stri... method getAccountsByTypeAndFeatures (line 88) | public AccountManagerFuture getAccountsByTypeAndFeatures(St... method addAccountExplicitly (line 92) | public boolean addAccountExplicitly(Account account, String password, ... method notifyAccountAuthenticated (line 96) | public boolean notifyAccountAuthenticated(Account account) { method renameAccount (line 100) | public AccountManagerFuture renameAccount(Account account, St... method getPreviousName (line 104) | public String getPreviousName(Account account) { method removeAccount (line 109) | @Deprecated method removeAccount (line 114) | public AccountManagerFuture removeAccount(Account account, Act... method removeAccountExplicitly (line 118) | public boolean removeAccountExplicitly(Account account) { method invalidateAuthToken (line 122) | public void invalidateAuthToken(String accountType, String authToken) { method peekAuthToken (line 126) | public String peekAuthToken(Account account, String authTokenType) { method setPassword (line 130) | public void setPassword(Account account, String password) { method clearPassword (line 134) | public void clearPassword(Account account) { method setUserData (line 138) | public void setUserData(Account account, String key, String value) { method setAuthToken (line 142) | public void setAuthToken(Account account, String authTokenType, String... method blockingGetAuthToken (line 146) | public String blockingGetAuthToken(Account account, String authTokenTy... method getAuthToken (line 150) | public AccountManagerFuture getAuthToken(Account account, Stri... method getAuthToken (line 155) | @Deprecated method getAuthToken (line 160) | public AccountManagerFuture getAuthToken(Account account, Stri... method addAccount (line 164) | public AccountManagerFuture addAccount(String accountType, Str... method confirmCredentials (line 168) | public AccountManagerFuture confirmCredentials(Account account... method updateCredentials (line 172) | public AccountManagerFuture updateCredentials(Account account,... method editProperties (line 176) | public AccountManagerFuture editProperties(String accountType,... method getAuthTokenByFeatures (line 180) | public AccountManagerFuture getAuthTokenByFeatures(String acco... method newChooseAccountIntent (line 185) | @Deprecated method newChooseAccountIntent (line 190) | public static Intent newChooseAccountIntent(Account selectedAccount, L... method addOnAccountsUpdatedListener (line 194) | public void addOnAccountsUpdatedListener(OnAccountsUpdateListener list... method removeOnAccountsUpdatedListener (line 198) | public void removeOnAccountsUpdatedListener(OnAccountsUpdateListener l... FILE: modules/mock-android/src/main/java/android/accounts/AccountsException.java class AccountsException (line 3) | public class AccountsException extends Exception { method AccountsException (line 4) | public AccountsException() { method AccountsException (line 7) | public AccountsException(String message) { method AccountsException (line 10) | public AccountsException(String message, Throwable cause) { method AccountsException (line 13) | public AccountsException(Throwable cause) { FILE: modules/mock-android/src/main/java/android/accounts/OperationCanceledException.java class OperationCanceledException (line 3) | public class OperationCanceledException extends AccountsException { method OperationCanceledException (line 4) | public OperationCanceledException() { method OperationCanceledException (line 7) | public OperationCanceledException(String message) { method OperationCanceledException (line 10) | public OperationCanceledException(String message, Throwable cause) { method OperationCanceledException (line 13) | public OperationCanceledException(Throwable cause) { FILE: modules/mock-android/src/main/java/android/app/Activity.java class Activity (line 6) | public class Activity method Activity (line 10) | public Activity() { throw new RuntimeException("Stub!"); } method getIntent (line 11) | public android.content.Intent getIntent() { throw new RuntimeExceptio... method setIntent (line 12) | public void setIntent(android.content.Intent newIntent) { throw new R... method getApplication (line 13) | public final android.app.Application getApplication() { throw new Run... method isChild (line 14) | public final boolean isChild() { throw new RuntimeException("Stub!"); } method getParent (line 15) | public final android.app.Activity getParent() { throw new RuntimeExce... method getWindowManager (line 16) | public android.view.WindowManager getWindowManager() { throw new Runt... method getWindow (line 17) | public android.view.Window getWindow() { throw new RuntimeException("... method getLoaderManager (line 18) | public android.app.LoaderManager getLoaderManager() { throw new Runti... method getCurrentFocus (line 19) | public android.view.View getCurrentFocus() { throw new RuntimeExcepti... method onCreate (line 20) | protected void onCreate(android.os.Bundle savedInstanceState) { throw... method onRestoreInstanceState (line 21) | protected void onRestoreInstanceState(android.os.Bundle savedInstance... method onPostCreate (line 22) | protected void onPostCreate(android.os.Bundle savedInstanceState) { t... method onStart (line 23) | protected void onStart() { throw new RuntimeException("Stub!"); } method onRestart (line 24) | protected void onRestart() { throw new RuntimeException("Stub!"); } method onResume (line 25) | protected void onResume() { throw new RuntimeException("Stub!"); } method onPostResume (line 26) | protected void onPostResume() { throw new RuntimeException("Stub!"); } method onNewIntent (line 27) | protected void onNewIntent(android.content.Intent intent) { throw new... method onSaveInstanceState (line 28) | protected void onSaveInstanceState(android.os.Bundle outState) { thro... method onPause (line 29) | protected void onPause() { throw new RuntimeException("Stub!"); } method onUserLeaveHint (line 30) | protected void onUserLeaveHint() { throw new RuntimeException("Stub!"... method onCreateThumbnail (line 31) | public boolean onCreateThumbnail(android.graphics.Bitmap outBitmap, a... method onCreateDescription (line 32) | public java.lang.CharSequence onCreateDescription() { throw new Runti... method onStop (line 33) | protected void onStop() { throw new RuntimeException("Stub!"); } method onDestroy (line 34) | protected void onDestroy() { throw new RuntimeException("Stub!"); } method onConfigurationChanged (line 35) | public void onConfigurationChanged(android.content.res.Configuration ... method getChangingConfigurations (line 36) | public int getChangingConfigurations() { throw new RuntimeException("... method getLastNonConfigurationInstance (line 37) | @java.lang.Deprecated() method onRetainNonConfigurationInstance (line 39) | @Deprecated method onLowMemory (line 41) | public void onLowMemory() { throw new RuntimeException("Stub!"); } method onTrimMemory (line 42) | public void onTrimMemory(int level) { throw new RuntimeException("Stu... method getFragmentManager (line 43) | public android.app.FragmentManager getFragmentManager() { throw new R... method onAttachFragment (line 44) | public void onAttachFragment(android.app.Fragment fragment) { throw n... method managedQuery (line 45) | @java.lang.Deprecated() method startManagingCursor (line 47) | @java.lang.Deprecated() method stopManagingCursor (line 49) | @java.lang.Deprecated() method findViewById (line 51) | public android.view.View findViewById(int id) { throw new RuntimeExce... method getActionBar (line 52) | public android.app.ActionBar getActionBar() { throw new RuntimeExcept... method setContentView (line 53) | public void setContentView(int layoutResID) { throw new RuntimeExcept... method setContentView (line 54) | public void setContentView(android.view.View view) { throw new Runtim... method setContentView (line 55) | public void setContentView(android.view.View view, android.view.ViewG... method addContentView (line 56) | public void addContentView(android.view.View view, android.view.ViewG... method setFinishOnTouchOutside (line 57) | public void setFinishOnTouchOutside(boolean finish) { throw new Runti... method setDefaultKeyMode (line 58) | public final void setDefaultKeyMode(int mode) { throw new RuntimeExce... method onKeyDown (line 59) | public boolean onKeyDown(int keyCode, android.view.KeyEvent event) { ... method onKeyLongPress (line 60) | public boolean onKeyLongPress(int keyCode, android.view.KeyEvent even... method onKeyUp (line 61) | public boolean onKeyUp(int keyCode, android.view.KeyEvent event) { th... method onKeyMultiple (line 62) | public boolean onKeyMultiple(int keyCode, int repeatCount, android.vi... method onBackPressed (line 63) | public void onBackPressed() { throw new RuntimeException("Stub!"); } method onKeyShortcut (line 64) | public boolean onKeyShortcut(int keyCode, android.view.KeyEvent event... method onTouchEvent (line 65) | public boolean onTouchEvent(android.view.MotionEvent event) { throw n... method onTrackballEvent (line 66) | public boolean onTrackballEvent(android.view.MotionEvent event) { thr... method onGenericMotionEvent (line 67) | public boolean onGenericMotionEvent(android.view.MotionEvent event) {... method onUserInteraction (line 68) | public void onUserInteraction() { throw new RuntimeException("Stub!"); } method onWindowAttributesChanged (line 69) | public void onWindowAttributesChanged(android.view.WindowManager.Layo... method onContentChanged (line 70) | public void onContentChanged() { throw new RuntimeException("Stub!"); } method onWindowFocusChanged (line 71) | public void onWindowFocusChanged(boolean hasFocus) { throw new Runtim... method onAttachedToWindow (line 72) | public void onAttachedToWindow() { throw new RuntimeException("Stub!"... method onDetachedFromWindow (line 73) | public void onDetachedFromWindow() { throw new RuntimeException("Stub... method hasWindowFocus (line 74) | public boolean hasWindowFocus() { throw new RuntimeException("Stub!"); } method dispatchKeyEvent (line 75) | public boolean dispatchKeyEvent(android.view.KeyEvent event) { throw ... method dispatchKeyShortcutEvent (line 76) | public boolean dispatchKeyShortcutEvent(android.view.KeyEvent event) ... method dispatchTouchEvent (line 77) | public boolean dispatchTouchEvent(android.view.MotionEvent ev) { thro... method dispatchTrackballEvent (line 78) | public boolean dispatchTrackballEvent(android.view.MotionEvent ev) { ... method dispatchGenericMotionEvent (line 79) | public boolean dispatchGenericMotionEvent(android.view.MotionEvent ev... method dispatchPopulateAccessibilityEvent (line 80) | public boolean dispatchPopulateAccessibilityEvent(android.view.access... method onCreatePanelView (line 81) | public android.view.View onCreatePanelView(int featureId) { throw new... method onCreatePanelMenu (line 82) | public boolean onCreatePanelMenu(int featureId, android.view.Menu men... method onPreparePanel (line 83) | public boolean onPreparePanel(int featureId, android.view.View view, ... method onMenuOpened (line 84) | public boolean onMenuOpened(int featureId, android.view.Menu menu) { ... method onMenuItemSelected (line 85) | public boolean onMenuItemSelected(int featureId, android.view.MenuIte... method onPanelClosed (line 86) | public void onPanelClosed(int featureId, android.view.Menu menu) { th... method invalidateOptionsMenu (line 87) | public void invalidateOptionsMenu() { throw new RuntimeException("Stu... method onCreateOptionsMenu (line 88) | public boolean onCreateOptionsMenu(android.view.Menu menu) { throw ne... method onPrepareOptionsMenu (line 89) | public boolean onPrepareOptionsMenu(android.view.Menu menu) { throw n... method onOptionsItemSelected (line 90) | public boolean onOptionsItemSelected(android.view.MenuItem item) { th... method onNavigateUp (line 91) | public boolean onNavigateUp() { throw new RuntimeException("Stub!"); } method onNavigateUpFromChild (line 92) | public boolean onNavigateUpFromChild(android.app.Activity child) { th... method onCreateNavigateUpTaskStack (line 93) | public void onCreateNavigateUpTaskStack(android.app.TaskStackBuilder ... method onPrepareNavigateUpTaskStack (line 94) | public void onPrepareNavigateUpTaskStack(android.app.TaskStackBuilder... method onOptionsMenuClosed (line 95) | public void onOptionsMenuClosed(android.view.Menu menu) { throw new R... method openOptionsMenu (line 96) | public void openOptionsMenu() { throw new RuntimeException("Stub!"); } method closeOptionsMenu (line 97) | public void closeOptionsMenu() { throw new RuntimeException("Stub!"); } method onCreateContextMenu (line 98) | public void onCreateContextMenu(android.view.ContextMenu menu, androi... method registerForContextMenu (line 99) | public void registerForContextMenu(android.view.View view) { throw ne... method unregisterForContextMenu (line 100) | public void unregisterForContextMenu(android.view.View view) { throw ... method openContextMenu (line 101) | public void openContextMenu(android.view.View view) { throw new Runti... method closeContextMenu (line 102) | public void closeContextMenu() { throw new RuntimeException("Stub!"); } method onContextItemSelected (line 103) | public boolean onContextItemSelected(android.view.MenuItem item) { th... method onContextMenuClosed (line 104) | public void onContextMenuClosed(android.view.Menu menu) { throw new R... method onCreateDialog (line 105) | @java.lang.Deprecated() method onCreateDialog (line 107) | @java.lang.Deprecated() method onPrepareDialog (line 109) | @java.lang.Deprecated() method onPrepareDialog (line 111) | @java.lang.Deprecated() method showDialog (line 113) | @java.lang.Deprecated() method showDialog (line 115) | @java.lang.Deprecated() method dismissDialog (line 117) | @java.lang.Deprecated() method removeDialog (line 119) | @java.lang.Deprecated() method onSearchRequested (line 121) | public boolean onSearchRequested() { throw new RuntimeException("Stub... method onSearchRequested (line 122) | public boolean onSearchRequested(SearchEvent searchEvent) {throw new R... method startSearch (line 123) | public void startSearch(java.lang.String initialQuery, boolean select... method triggerSearch (line 124) | public void triggerSearch(java.lang.String query, android.os.Bundle a... method takeKeyEvents (line 125) | public void takeKeyEvents(boolean get) { throw new RuntimeException("... method requestWindowFeature (line 126) | public final boolean requestWindowFeature(int featureId) { throw new ... method setFeatureDrawableResource (line 127) | public final void setFeatureDrawableResource(int featureId, int resId... method setFeatureDrawableUri (line 128) | public final void setFeatureDrawableUri(int featureId, android.net.Ur... method setFeatureDrawable (line 129) | public final void setFeatureDrawable(int featureId, android.graphics.... method setFeatureDrawableAlpha (line 130) | public final void setFeatureDrawableAlpha(int featureId, int alpha) {... method getLayoutInflater (line 131) | public android.view.LayoutInflater getLayoutInflater() { throw new Ru... method getMenuInflater (line 132) | public android.view.MenuInflater getMenuInflater() { throw new Runtim... method onApplyThemeResource (line 133) | protected void onApplyThemeResource(android.content.res.Resources.The... method startActivityForResult (line 134) | public void startActivityForResult(android.content.Intent intent, int... method startActivityForResult (line 135) | public void startActivityForResult(android.content.Intent intent, int... method startIntentSenderForResult (line 136) | public void startIntentSenderForResult(android.content.IntentSender i... method startIntentSenderForResult (line 137) | public void startIntentSenderForResult(android.content.IntentSender i... method startActivity (line 138) | public void startActivity(android.content.Intent intent) { throw new ... method startActivity (line 139) | public void startActivity(android.content.Intent intent, android.os.B... method startActivities (line 140) | public void startActivities(android.content.Intent[] intents) { throw... method startActivities (line 141) | public void startActivities(android.content.Intent[] intents, android... method startIntentSender (line 142) | public void startIntentSender(android.content.IntentSender intent, an... method startIntentSender (line 143) | public void startIntentSender(android.content.IntentSender intent, an... method startActivityIfNeeded (line 144) | public boolean startActivityIfNeeded(android.content.Intent intent, i... method startActivityIfNeeded (line 145) | public boolean startActivityIfNeeded(android.content.Intent intent, i... method startNextMatchingActivity (line 146) | public boolean startNextMatchingActivity(android.content.Intent inten... method startNextMatchingActivity (line 147) | public boolean startNextMatchingActivity(android.content.Intent inten... method startActivityFromChild (line 148) | public void startActivityFromChild(android.app.Activity child, androi... method startActivityFromChild (line 149) | public void startActivityFromChild(android.app.Activity child, androi... method startActivityFromFragment (line 150) | public void startActivityFromFragment(android.app.Fragment fragment, ... method startActivityFromFragment (line 151) | public void startActivityFromFragment(android.app.Fragment fragment, ... method startIntentSenderFromChild (line 152) | public void startIntentSenderFromChild(android.app.Activity child, an... method startIntentSenderFromChild (line 153) | public void startIntentSenderFromChild(android.app.Activity child, an... method overridePendingTransition (line 154) | public void overridePendingTransition(int enterAnim, int exitAnim) { ... method setResult (line 155) | public void setResult(int resultCode) { } method setResult (line 156) | public void setResult(int resultCode, android.content.Intent data) { } method getCallingPackage (line 157) | public java.lang.String getCallingPackage() { throw new RuntimeExcept... method getCallingActivity (line 158) | public android.content.ComponentName getCallingActivity() { throw new... method setVisible (line 159) | public void setVisible(boolean visible) { throw new RuntimeException(... method isFinishing (line 160) | public boolean isFinishing() { throw new RuntimeException("Stub!"); } method isChangingConfigurations (line 161) | public boolean isChangingConfigurations() { throw new RuntimeExceptio... method recreate (line 162) | public void recreate() { throw new RuntimeException("Stub!"); } method finish (line 163) | public void finish() { } method finishAffinity (line 164) | public void finishAffinity() { throw new RuntimeException("Stub!"); } method finishFromChild (line 165) | public void finishFromChild(android.app.Activity child) { throw new R... method finishActivity (line 166) | public void finishActivity(int requestCode) { throw new RuntimeExcept... method finishActivityFromChild (line 167) | public void finishActivityFromChild(android.app.Activity child, int r... method onActivityResult (line 168) | protected void onActivityResult(int requestCode, int resultCode, andr... method createPendingResult (line 169) | public android.app.PendingIntent createPendingResult(int requestCode,... method setRequestedOrientation (line 170) | public void setRequestedOrientation(int requestedOrientation) { throw... method getRequestedOrientation (line 171) | public int getRequestedOrientation() { throw new RuntimeException("St... method getTaskId (line 172) | public int getTaskId() { throw new RuntimeException("Stub!"); } method isTaskRoot (line 173) | public boolean isTaskRoot() { throw new RuntimeException("Stub!"); } method moveTaskToBack (line 174) | public boolean moveTaskToBack(boolean nonRoot) { throw new RuntimeExc... method getLocalClassName (line 175) | public java.lang.String getLocalClassName() { throw new RuntimeExcept... method getComponentName (line 176) | public android.content.ComponentName getComponentName() { throw new R... method getPreferences (line 177) | public android.content.SharedPreferences getPreferences(int mode) { t... method getSystemService (line 178) | public java.lang.Object getSystemService(java.lang.String name) { thr... method setTitle (line 179) | public void setTitle(java.lang.CharSequence title) { throw new Runtim... method setTitle (line 180) | public void setTitle(int titleId) { throw new RuntimeException("Stub!... method setTitleColor (line 181) | public void setTitleColor(int textColor) { throw new RuntimeException... method getTitle (line 182) | public final java.lang.CharSequence getTitle() { throw new RuntimeExc... method getTitleColor (line 183) | public final int getTitleColor() { throw new RuntimeException("Stub!"... method onTitleChanged (line 184) | protected void onTitleChanged(java.lang.CharSequence title, int color... method onChildTitleChanged (line 185) | protected void onChildTitleChanged(android.app.Activity childActivity... method setProgressBarVisibility (line 186) | public final void setProgressBarVisibility(boolean visible) { throw n... method setProgressBarIndeterminateVisibility (line 187) | public final void setProgressBarIndeterminateVisibility(boolean visib... method setProgressBarIndeterminate (line 188) | public final void setProgressBarIndeterminate(boolean indeterminate) ... method setProgress (line 189) | public final void setProgress(int progress) { throw new RuntimeExcept... method setSecondaryProgress (line 190) | public final void setSecondaryProgress(int secondaryProgress) { throw... method setVolumeControlStream (line 191) | public final void setVolumeControlStream(int streamType) { throw new ... method getVolumeControlStream (line 192) | public final int getVolumeControlStream() { throw new RuntimeExceptio... method runOnUiThread (line 193) | public final void runOnUiThread(java.lang.Runnable action) { throw ne... method onCreateView (line 194) | public android.view.View onCreateView(java.lang.String name, android.... method onCreateView (line 195) | public android.view.View onCreateView(android.view.View parent, java.... method dump (line 196) | public void dump(java.lang.String prefix, java.io.FileDescriptor fd, ... method startActionMode (line 197) | public android.view.ActionMode startActionMode(android.view.ActionMod... method onWindowStartingActionMode (line 198) | public android.view.ActionMode onWindowStartingActionMode(android.vie... method onWindowStartingActionMode (line 199) | public ActionMode onWindowStartingActionMode(ActionMode.Callback callb... method onActionModeStarted (line 202) | public void onActionModeStarted(android.view.ActionMode mode) { throw... method onActionModeFinished (line 203) | public void onActionModeFinished(android.view.ActionMode mode) { thro... method shouldUpRecreateTask (line 204) | public boolean shouldUpRecreateTask(android.content.Intent targetInte... method navigateUpTo (line 205) | public boolean navigateUpTo(android.content.Intent upIntent) { throw ... method navigateUpToFromChild (line 206) | public boolean navigateUpToFromChild(android.app.Activity child, andr... method getParentActivityIntent (line 207) | public android.content.Intent getParentActivityIntent() { throw new R... FILE: modules/mock-android/src/main/java/android/content/ComponentName.java class ComponentName (line 4) | public class ComponentName { method ComponentName (line 8) | public ComponentName(String pkg, String cls) { method ComponentName (line 15) | public ComponentName(Context pkg, String cls) { method ComponentName (line 21) | public ComponentName(Context pkg, Class cls) { method getPackageName (line 26) | public String getPackageName() { method getClassName (line 30) | public String getClassName() { FILE: modules/mock-android/src/main/java/android/content/ContentResolver.java class ContentResolver (line 2) | public abstract class ContentResolver method ContentResolver (line 4) | public ContentResolver(android.content.Context context) { throw new R... method getType (line 5) | public java.lang.String getType(android.net.Uri url) { throw new Run... method getStreamTypes (line 6) | public java.lang.String[] getStreamTypes(android.net.Uri url, java.la... method query (line 7) | public android.database.Cursor query(android.net.Uri uri, java.lang.... method query (line 8) | public android.database.Cursor query(android.net.Uri uri, java.lang.... method openInputStream (line 9) | public java.io.InputStream openInputStream(android.net.Uri uri) thro... method openOutputStream (line 10) | public java.io.OutputStream openOutputStream(android.net.Uri uri) th... method openOutputStream (line 11) | public java.io.OutputStream openOutputStream(android.net.Uri uri, ja... method openFileDescriptor (line 12) | public android.os.ParcelFileDescriptor openFileDescriptor(android.ne... method openAssetFileDescriptor (line 13) | public android.content.res.AssetFileDescriptor openAssetFileDescript... method openTypedAssetFileDescriptor (line 14) | public android.content.res.AssetFileDescriptor openTypedAssetFileDes... method insert (line 15) | public android.net.Uri insert(android.net.Uri url, android.content.C... method applyBatch (line 16) | public android.content.ContentProviderResult[] applyBatch(java.lang.S... method bulkInsert (line 17) | public int bulkInsert(android.net.Uri url, android.content.ContentVa... method delete (line 18) | public int delete(android.net.Uri url, java.lang.String where, java.... method update (line 19) | public int update(android.net.Uri uri, android.content.ContentValues... method call (line 20) | public android.os.Bundle call(android.net.Uri uri, java.lang.String ... method acquireContentProviderClient (line 21) | public android.content.ContentProviderClient acquireContentProviderC... method acquireContentProviderClient (line 22) | public android.content.ContentProviderClient acquireContentProviderC... method acquireUnstableContentProviderClient (line 23) | public android.content.ContentProviderClient acquireUnstableContentP... method acquireUnstableContentProviderClient (line 24) | public android.content.ContentProviderClient acquireUnstableContentP... method registerContentObserver (line 25) | public void registerContentObserver(android.net.Uri uri, boolean not... method unregisterContentObserver (line 26) | public void unregisterContentObserver(android.database.ContentObserv... method notifyChange (line 27) | public void notifyChange(android.net.Uri uri, android.database.Conten... method notifyChange (line 28) | public void notifyChange(android.net.Uri uri, android.database.Conten... method startSync (line 29) | @java.lang.Deprecated() method requestSync (line 31) | public static void requestSync(android.accounts.Account account, java... method validateSyncExtrasBundle (line 32) | public static void validateSyncExtrasBundle(android.os.Bundle extras)... method cancelSync (line 33) | @java.lang.Deprecated() method cancelSync (line 35) | public static void cancelSync(android.accounts.Account account, java.... method getSyncAdapterTypes (line 36) | public static android.content.SyncAdapterType[] getSyncAdapterTypes()... method getSyncAutomatically (line 37) | public static boolean getSyncAutomatically(android.accounts.Account a... method setSyncAutomatically (line 38) | public static void setSyncAutomatically(android.accounts.Account acco... method addPeriodicSync (line 39) | public static void addPeriodicSync(android.accounts.Account account, ... method removePeriodicSync (line 40) | public static void removePeriodicSync(android.accounts.Account accoun... method getPeriodicSyncs (line 41) | public static java.util.List getPeriodi... method getIsSyncable (line 42) | public static int getIsSyncable(android.accounts.Account account, jav... method setIsSyncable (line 43) | public static void setIsSyncable(android.accounts.Account account, ja... method getMasterSyncAutomatically (line 44) | public static boolean getMasterSyncAutomatically() { throw new Runtim... method setMasterSyncAutomatically (line 45) | public static void setMasterSyncAutomatically(boolean sync) { throw n... method isSyncActive (line 46) | public static boolean isSyncActive(android.accounts.Account account, ... method getCurrentSync (line 47) | @java.lang.Deprecated() method getCurrentSyncs (line 49) | public static java.util.List getCurrentSync... method isSyncPending (line 50) | public static boolean isSyncPending(android.accounts.Account account,... method addStatusChangeListener (line 51) | public static java.lang.Object addStatusChangeListener(int mask, andr... method removeStatusChangeListener (line 52) | public static void removeStatusChangeListener(java.lang.Object handle... FILE: modules/mock-android/src/main/java/android/content/Intent.java class Intent (line 8) | public class Intent implements android.os.Parcelable, Cloneable { class ShortcutIconResource (line 13) | public static class ShortcutIconResource implements android.os.Parcela... method ShortcutIconResource (line 14) | public ShortcutIconResource() { } method fromContext (line 15) | public static Intent.ShortcutIconResource fromContext(android.conte... method describeContents (line 16) | public int describeContents() { throw new RuntimeException("!... method writeToParcel (line 17) | public void writeToParcel(android.os.Parcel dest, int flags) { thro... method toString (line 18) | public String toString() { throw new RuntimeException("!"); } class FilterComparison (line 24) | public static final class FilterComparison { method FilterComparison (line 25) | public FilterComparison(Intent intent) { throw new RuntimeException... method getIntent (line 26) | public Intent getIntent() { throw new RuntimeException("!"); } method equals (line 27) | public boolean equals(Object obj) { throw new RuntimeException("!"); } method Intent (line 30) | public Intent() { } method Intent (line 31) | public Intent(Intent o) { } method Intent (line 32) | public Intent(String action) { this.action = action; } method Intent (line 33) | public Intent(String action, Uri uri) { this.action = action; } method Intent (line 34) | public Intent(android.content.Context packageContext, Class cls) { } method Intent (line 35) | public Intent(String action, Uri uri, android.content.Context package... method createChooser (line 36) | public static Intent createChooser(Intent target, CharSequence title)... method clone (line 37) | public Object clone() { throw new RuntimeException("!"); } method cloneFilter (line 38) | public Intent cloneFilter() { throw new RuntimeException("!"); } method makeMainActivity (line 39) | public static Intent makeMainActivity(android.content.ComponentName m... method makeMainSelectorActivity (line 40) | public static Intent makeMainSelectorActivity(String selectorAction, ... method makeRestartActivityTask (line 41) | public static Intent makeRestartActivityTask(android.content.Componen... method getIntent (line 42) | @Deprecated() method parseUri (line 44) | public static Intent parseUri(String uri, int flags) throws java.net.... method getIntentOld (line 45) | public static Intent getIntentOld(String uri) throws java.net.URISynt... method getAction (line 46) | public String getAction() { return action; } method getData (line 47) | public Uri getData() { return null; } method getDataString (line 48) | public String getDataString() { throw new RuntimeException("!"); } method getScheme (line 49) | public String getScheme() { throw new RuntimeException("!"); } method getType (line 50) | public String getType() { return ""; } method resolveType (line 51) | public String resolveType(android.content.Context context) { throw ne... method resolveType (line 52) | public String resolveType(android.content.ContentResolver resolver) {... method resolveTypeIfNeeded (line 53) | public String resolveTypeIfNeeded(android.content.ContentResolver res... method hasCategory (line 54) | public boolean hasCategory(String category) { throw new RuntimeExcept... method getCategories (line 55) | public java.util.Set getCategories() { return new java.util.H... method getSelector (line 56) | public Intent getSelector() { throw new RuntimeException("!"); } method getClipData (line 57) | public android.content.ClipData getClipData() { throw new RuntimeExce... method setExtrasClassLoader (line 58) | public void setExtrasClassLoader(ClassLoader loader) { throw new Runt... method hasExtra (line 59) | public boolean hasExtra(String name) { method hasFileDescriptors (line 62) | public boolean hasFileDescriptors() { throw new RuntimeException(" T getParcelableExtra(String n... method getParcelableArrayExtra (line 76) | public android.os.Parcelable[] getParcelableArrayExtra(String name) {... method getParcelableArrayListExtra (line 77) | public java.util.ArrayList getPar... method getSerializableExtra (line 78) | public java.io.Serializable getSerializableExtra(String name) { throw... method getIntegerArrayListExtra (line 79) | public java.util.ArrayList getIntegerArrayListExtra(String n... method getStringArrayListExtra (line 80) | public java.util.ArrayList getStringArrayListExtra(String nam... method getCharSequenceArrayListExtra (line 81) | public java.util.ArrayList getCharSequenceArrayListExtr... method getBooleanArrayExtra (line 82) | public boolean[] getBooleanArrayExtra(String name) { throw new Runtim... method getByteArrayExtra (line 83) | public byte[] getByteArrayExtra(String name) { throw new RuntimeExcep... method getShortArrayExtra (line 84) | public short[] getShortArrayExtra(String name) { throw new RuntimeExc... method getCharArrayExtra (line 85) | public char[] getCharArrayExtra(String name) { throw new RuntimeExcep... method getIntArrayExtra (line 86) | public int[] getIntArrayExtra(String name) { throw new RuntimeExcepti... method getLongArrayExtra (line 87) | public long[] getLongArrayExtra(String name) { throw new RuntimeExcep... method getFloatArrayExtra (line 88) | public float[] getFloatArrayExtra(String name) { throw new RuntimeExc... method getDoubleArrayExtra (line 89) | public double[] getDoubleArrayExtra(String name) { throw new RuntimeE... method getStringArrayExtra (line 90) | public String[] getStringArrayExtra(String name) { throw new RuntimeE... method getCharSequenceArrayExtra (line 91) | public CharSequence[] getCharSequenceArrayExtra(String name) { throw ... method getBundleExtra (line 92) | public Bundle getBundleExtra(String name) { throw new RuntimeExceptio... method getExtras (line 93) | public Bundle getExtras() { return null; } method getFlags (line 94) | public int getFlags() { return 1; } method getPackage (line 95) | public String getPackage() { throw new RuntimeException("!"); } method getComponent (line 96) | public android.content.ComponentName getComponent() { return new andr... method getSourceBounds (line 97) | public android.graphics.Rect getSourceBounds() { throw new RuntimeExc... method resolveActivity (line 98) | public android.content.ComponentName resolveActivity(android.content.... method resolveActivityInfo (line 99) | public android.content.pm.ActivityInfo resolveActivityInfo(android.co... method setAction (line 100) | public Intent setAction(String action) { method setData (line 104) | public Intent setData(Uri data) { return this; } method setDataAndNormalize (line 105) | public Intent setDataAndNormalize(Uri data) { return this; } method setType (line 106) | public Intent setType(String type) { return this; } method setTypeAndNormalize (line 107) | public Intent setTypeAndNormalize(String type) { return this; } method setDataAndType (line 108) | public Intent setDataAndType(Uri data, String type) { return this; } method setDataAndTypeAndNormalize (line 109) | public Intent setDataAndTypeAndNormalize(Uri data, String type) { ret... method addCategory (line 110) | public Intent addCategory(String category) { return this; } method removeCategory (line 111) | public void removeCategory(String category) { throw new RuntimeExcept... method setSelector (line 112) | public void setSelector(Intent selector) { throw new RuntimeException... method setClipData (line 113) | public void setClipData(android.content.ClipData clip) { throw new Ru... method putExtra (line 114) | public Intent putExtra(String name, boolean value) { return this; } method putExtra (line 115) | public Intent putExtra(String name, byte value) { return this; } method putExtra (line 116) | public Intent putExtra(String name, char value) { return this; } method putExtra (line 117) | public Intent putExtra(String name, short value) { return this; } method putExtra (line 118) | public Intent putExtra(String name, int value) { return this; } method putExtra (line 119) | public Intent putExtra(String name, long value) { return this; } method putExtra (line 120) | public Intent putExtra(String name, float value) { return this; } method putExtra (line 121) | public Intent putExtra(String name, double value) { return this; } method putExtra (line 122) | public Intent putExtra(String name, String value) { method putExtra (line 126) | public Intent putExtra(String name, CharSequence value) { return this; } method putExtra (line 127) | public Intent putExtra(String name, android.os.Parcelable value) { re... method putExtra (line 128) | public Intent putExtra(String name, android.os.Parcelable[] value) { ... method putParcelableArrayListExtra (line 129) | public Intent putParcelableArrayListExtra(String name, java.util.Arra... method putIntegerArrayListExtra (line 130) | public Intent putIntegerArrayListExtra(String name, java.util.ArrayLi... method putStringArrayListExtra (line 131) | public Intent putStringArrayListExtra(String name, java.util.ArrayLis... method putCharSequenceArrayListExtra (line 132) | public Intent putCharSequenceArrayListExtra(String name, java.util.Ar... method putExtra (line 133) | public Intent putExtra(String name, java.io.Serializable value) { ret... method putExtra (line 134) | public Intent putExtra(String name, boolean[] value) { return this; } method putExtra (line 135) | public Intent putExtra(String name, byte[] value) { return this; } method putExtra (line 136) | public Intent putExtra(String name, short[] value) { return this; } method putExtra (line 137) | public Intent putExtra(String name, char[] value) { return this; } method putExtra (line 138) | public Intent putExtra(String name, int[] value) { return this; } method putExtra (line 139) | public Intent putExtra(String name, long[] value) { return this; } method putExtra (line 140) | public Intent putExtra(String name, float[] value) { return this; } method putExtra (line 141) | public Intent putExtra(String name, double[] value) { return this; } method putExtra (line 142) | public Intent putExtra(String name, String[] value) { return this; } method putExtra (line 143) | public Intent putExtra(String name, CharSequence[] value) { return th... method putExtra (line 144) | public Intent putExtra(String name, Bundle value) { return this; } method putExtras (line 145) | public Intent putExtras(Intent src) { return this; } method putExtras (line 146) | public Intent putExtras(Bundle extras) { return this; } method replaceExtras (line 147) | public Intent replaceExtras(Intent src) { return this; } method replaceExtras (line 148) | public Intent replaceExtras(Bundle extras) { return this; } method removeExtra (line 149) | public void removeExtra(String name) { throw new RuntimeException("!"); } method toString (line 161) | public String toString() { method toURI (line 164) | @Deprecated() method toUri (line 166) | public String toUri(int flags) { throw new RuntimeException("!"... method describeContents (line 167) | public int describeContents() { throw new RuntimeException("!"); } method writeToParcel (line 168) | public void writeToParcel(android.os.Parcel out, int flags) { throw n... method readFromParcel (line 169) | public void readFromParcel(android.os.Parcel in) { throw new RuntimeE... method parseIntent (line 170) | public static Intent parseIntent(android.content.res.Resources resour... method normalizeMimeType (line 171) | public static String normalizeMimeType(String type) { throw new Runti... FILE: modules/mock-android/src/main/java/android/content/res/AssetManager.java class AssetManager (line 10) | public class AssetManager implements AutoCloseable { method AssetManager (line 16) | AssetManager() { method close (line 20) | public void close() { method open (line 24) | public InputStream open(String fileName) throws IOException { method open (line 28) | public final InputStream open(String fileName, int accessMode) throws ... method openFd (line 32) | public final AssetFileDescriptor openFd(String fileName) throws IOExce... method list (line 36) | public final native String[] list(String var1) throws IOException; method openNonAssetFd (line 38) | public final AssetFileDescriptor openNonAssetFd(String fileName) throw... method openNonAssetFd (line 42) | public final AssetFileDescriptor openNonAssetFd(int cookie, String fil... method openXmlResourceParser (line 46) | public final XmlResourceParser openXmlResourceParser(String fileName) ... method openXmlResourceParser (line 50) | public final XmlResourceParser openXmlResourceParser(int cookie, Strin... method finalize (line 54) | protected void finalize() throws Throwable { method getLocales (line 58) | public final native String[] getLocales(); class AssetInputStream (line 60) | public final class AssetInputStream extends InputStream { method AssetInputStream (line 61) | AssetInputStream() { method read (line 65) | public final int read() throws IOException { method markSupported (line 69) | public final boolean markSupported() { method available (line 73) | public final int available() throws IOException { method close (line 77) | public final void close() throws IOException { method mark (line 81) | public final void mark(int readlimit) { method reset (line 85) | public final void reset() throws IOException { method read (line 89) | public final int read(byte[] b) throws IOException { method read (line 93) | public final int read(byte[] b, int off, int len) throws IOException { method skip (line 97) | public final long skip(long n) throws IOException { method finalize (line 101) | protected void finalize() throws Throwable { FILE: modules/mock-android/src/main/java/android/database/ContentObserver.java class ContentObserver (line 6) | public abstract class ContentObserver { method ContentObserver (line 7) | public ContentObserver(Handler handler) { } method deliverSelfNotifications (line 9) | public boolean deliverSelfNotifications() { method onChange (line 13) | public void onChange(boolean selfChange) { method onChange (line 17) | public void onChange(boolean selfChange, Uri uri) { method dispatchChange (line 22) | @Deprecated method dispatchChange (line 27) | public final void dispatchChange(boolean selfChange, Uri uri) { FILE: modules/mock-android/src/main/java/android/graphics/Bitmap.java class Bitmap (line 3) | public class Bitmap type Config (line 5) | public static enum Config { type CompressFormat (line 12) | public static enum CompressFormat { method Bitmap (line 18) | Bitmap() { method getDensity (line 22) | public int getDensity() { method setDensity (line 26) | public void setDensity(int density) { method recycle (line 30) | public void recycle() { method isRecycled (line 34) | public final boolean isRecycled() { method getGenerationId (line 38) | public int getGenerationId() { method copyPixelsToBuffer (line 42) | public void copyPixelsToBuffer(java.nio.Buffer dst) { method copyPixelsFromBuffer (line 46) | public void copyPixelsFromBuffer(java.nio.Buffer src) { method copy (line 50) | public Bitmap copy(Config config, boolean isMutable) { method createScaledBitmap (line 54) | public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int ... method createBitmap (line 58) | public static Bitmap createBitmap(Bitmap src) { method createBitmap (line 62) | public static Bitmap createBitmap(Bitmap source, int x, int y, int wid... method createBitmap (line 66) | public static Bitmap createBitmap(Bitmap source, int x, int y, int wid... method createBitmap (line 70) | public static Bitmap createBitmap(int width, int height, Config config) { method createBitmap (line 74) | public static Bitmap createBitmap(int[] colors, int offset, int stride... method createBitmap (line 78) | public static Bitmap createBitmap(int[] colors, int width, int height,... method getNinePatchChunk (line 82) | public byte[] getNinePatchChunk() { method compress (line 86) | public boolean compress(CompressFormat format, int quality, java.io.Ou... method isMutable (line 90) | public final boolean isMutable() { method getWidth (line 94) | public final int getWidth() { method getHeight (line 98) | public final int getHeight() { method getScaledWidth (line 102) | public int getScaledWidth(Canvas canvas) { method getScaledHeight (line 106) | public int getScaledHeight(Canvas canvas) { method getScaledWidth (line 110) | public int getScaledWidth(android.util.DisplayMetrics metrics) { method getScaledHeight (line 114) | public int getScaledHeight(android.util.DisplayMetrics metrics) { method getScaledWidth (line 118) | public int getScaledWidth(int targetDensity) { method getScaledHeight (line 122) | public int getScaledHeight(int targetDensity) { method getRowBytes (line 126) | public final int getRowBytes() { method getByteCount (line 130) | public final int getByteCount() { method getConfig (line 134) | public final Config getConfig() { method hasAlpha (line 138) | public final boolean hasAlpha() { method setHasAlpha (line 142) | public void setHasAlpha(boolean hasAlpha) { method eraseColor (line 146) | public void eraseColor(int c) { method getPixel (line 150) | public int getPixel(int x, int y) { method getPixels (line 154) | public void getPixels(int[] pixels, int offset, int stride, int x, int... method setPixel (line 158) | public void setPixel(int x, int y, int color) { method setPixels (line 162) | public void setPixels(int[] pixels, int offset, int stride, int x, int... method describeContents (line 166) | public int describeContents() { method writeToParcel (line 170) | public void writeToParcel(android.os.Parcel p, int flags) { method extractAlpha (line 174) | public Bitmap extractAlpha() { method extractAlpha (line 178) | public Bitmap extractAlpha(Paint paint, int[] offsetXY) { method sameAs (line 182) | public boolean sameAs(Bitmap other) { method prepareToDraw (line 186) | public void prepareToDraw() { FILE: modules/mock-android/src/main/java/android/graphics/Color.java class Color (line 5) | public class Color method Color (line 7) | public Color() { throw new RuntimeException("Stub!"); } method alpha (line 8) | public static int alpha(int color) { throw new RuntimeException("Stub... method red (line 9) | public static int red(int color) { throw new RuntimeException("Stub!"... method green (line 10) | public static int green(int color) { throw new RuntimeException("Stub... method blue (line 11) | public static int blue(int color) { throw new RuntimeException("Stub!... method rgb (line 12) | public static int rgb(int red, int green, int blue) { throw new Runti... method argb (line 13) | public static int argb(int alpha, int red, int green, int blue) { thr... method parseColor (line 14) | public static int parseColor(java.lang.String colorString) { method RGBToHSV (line 29) | public static void RGBToHSV(int red, int green, int blue, float[] hsv... method colorToHSV (line 30) | public static void colorToHSV(int color, float[] hsv) { throw new Run... method HSVToColor (line 31) | public static int HSVToColor(float[] hsv) { throw new RuntimeExceptio... method HSVToColor (line 32) | public static int HSVToColor(int alpha, float[] hsv) { throw new Runt... FILE: modules/mock-android/src/main/java/android/graphics/Rect.java class Rect (line 8) | public class Rect implements Parcelable { method Rect (line 15) | public Rect() { method Rect (line 19) | public Rect(int left, int top, int right, int bottom) { method Rect (line 23) | public Rect(Rect r) { method equals (line 27) | public boolean equals(Object o) { method hashCode (line 31) | public int hashCode() { method toString (line 35) | public String toString() { method toShortString (line 39) | public String toShortString() { method flattenToString (line 43) | public String flattenToString() { method unflattenFromString (line 47) | public static Rect unflattenFromString(String str) { method isEmpty (line 51) | public final boolean isEmpty() { method width (line 55) | public final int width() { method height (line 59) | public final int height() { method centerX (line 63) | public final int centerX() { method centerY (line 67) | public final int centerY() { method exactCenterX (line 71) | public final float exactCenterX() { method exactCenterY (line 75) | public final float exactCenterY() { method setEmpty (line 79) | public void setEmpty() { method set (line 83) | public void set(int left, int top, int right, int bottom) { method set (line 87) | public void set(Rect src) { method offset (line 91) | public void offset(int dx, int dy) { method offsetTo (line 95) | public void offsetTo(int newLeft, int newTop) { method inset (line 99) | public void inset(int dx, int dy) { method contains (line 103) | public boolean contains(int x, int y) { method contains (line 107) | public boolean contains(int left, int top, int right, int bottom) { method contains (line 111) | public boolean contains(Rect r) { method intersect (line 115) | public boolean intersect(int left, int top, int right, int bottom) { method intersect (line 119) | public boolean intersect(Rect r) { method setIntersect (line 123) | public boolean setIntersect(Rect a, Rect b) { method intersects (line 127) | public boolean intersects(int left, int top, int right, int bottom) { method intersects (line 131) | public static boolean intersects(Rect a, Rect b) { method union (line 135) | public void union(int left, int top, int right, int bottom) { method union (line 139) | public void union(Rect r) { method union (line 143) | public void union(int x, int y) { method sort (line 147) | public void sort() { method describeContents (line 151) | public int describeContents() { method writeToParcel (line 155) | public void writeToParcel(Parcel out, int flags) { method readFromParcel (line 159) | public void readFromParcel(Parcel in) { FILE: modules/mock-android/src/main/java/android/graphics/drawable/Drawable.java class Drawable (line 18) | public abstract class Drawable { method Drawable (line 19) | public Drawable() { method draw (line 22) | public abstract void draw(Canvas var1); method setBounds (line 24) | public void setBounds(int left, int top, int right, int bottom) { method setBounds (line 28) | public void setBounds(Rect bounds) { method copyBounds (line 32) | public final void copyBounds(Rect bounds) { method copyBounds (line 36) | public final Rect copyBounds() { method getBounds (line 40) | public final Rect getBounds() { method setChangingConfigurations (line 44) | public void setChangingConfigurations(int configs) { method getChangingConfigurations (line 48) | public int getChangingConfigurations() { method setDither (line 52) | public void setDither(boolean dither) { method setFilterBitmap (line 56) | public void setFilterBitmap(boolean filter) { method setCallback (line 60) | public final void setCallback(Callback cb) { method getCallback (line 64) | public Callback getCallback() { method invalidateSelf (line 68) | public void invalidateSelf() { method scheduleSelf (line 72) | public void scheduleSelf(Runnable what, long when) { method unscheduleSelf (line 76) | public void unscheduleSelf(Runnable what) { method setAlpha (line 80) | public abstract void setAlpha(int var1); method setColorFilter (line 82) | public abstract void setColorFilter(ColorFilter var1); method setColorFilter (line 84) | public void setColorFilter(int color, Mode mode) { method clearColorFilter (line 88) | public void clearColorFilter() { method isStateful (line 92) | public boolean isStateful() { method setState (line 96) | public boolean setState(int[] stateSet) { method getState (line 100) | public int[] getState() { method jumpToCurrentState (line 104) | public void jumpToCurrentState() { method getCurrent (line 108) | public Drawable getCurrent() { method setLevel (line 112) | public final boolean setLevel(int level) { method getLevel (line 116) | public final int getLevel() { method setVisible (line 120) | public boolean setVisible(boolean visible, boolean restart) { method isVisible (line 124) | public final boolean isVisible() { method getOpacity (line 128) | public abstract int getOpacity(); method resolveOpacity (line 130) | public static int resolveOpacity(int op1, int op2) { method getTransparentRegion (line 134) | public Region getTransparentRegion() { method onStateChange (line 138) | protected boolean onStateChange(int[] state) { method onLevelChange (line 142) | protected boolean onLevelChange(int level) { method onBoundsChange (line 146) | protected void onBoundsChange(Rect bounds) { method getIntrinsicWidth (line 150) | public int getIntrinsicWidth() { method getIntrinsicHeight (line 154) | public int getIntrinsicHeight() { method getMinimumWidth (line 158) | public int getMinimumWidth() { method getMinimumHeight (line 162) | public int getMinimumHeight() { method getPadding (line 166) | public boolean getPadding(Rect padding) { method mutate (line 170) | public Drawable mutate() { method createFromStream (line 174) | public static Drawable createFromStream(InputStream is, String srcName) { method createFromResourceStream (line 178) | public static Drawable createFromResourceStream(Resources res, TypedVa... method createFromResourceStream (line 182) | public static Drawable createFromResourceStream(Resources res, TypedVa... method createFromXml (line 186) | public static Drawable createFromXml(Resources r, XmlPullParser parser... method createFromXmlInner (line 190) | public static Drawable createFromXmlInner(Resources r, XmlPullParser p... method createFromPath (line 194) | public static Drawable createFromPath(String pathName) { method inflate (line 198) | public void inflate(Resources r, XmlPullParser parser, AttributeSet at... method getConstantState (line 202) | public ConstantState getConstantState() { class ConstantState (line 206) | public abstract static class ConstantState { method ConstantState (line 207) | public ConstantState() { method newDrawable (line 211) | public abstract Drawable newDrawable(); method newDrawable (line 213) | public Drawable newDrawable(Resources res) { method getChangingConfigurations (line 217) | public abstract int getChangingConfigurations(); type Callback (line 220) | public interface Callback { method invalidateDrawable (line 221) | void invalidateDrawable(Drawable var1); method scheduleDrawable (line 223) | void scheduleDrawable(Drawable var1, Runnable var2, long var3); method unscheduleDrawable (line 225) | void unscheduleDrawable(Drawable var1, Runnable var2); FILE: modules/mock-android/src/main/java/android/media/ThumbnailUtils.java class ThumbnailUtils (line 3) | public class ThumbnailUtils { method ThumbnailUtils (line 4) | public ThumbnailUtils() { method createVideoThumbnail (line 7) | public static android.graphics.Bitmap createVideoThumbnail(java.lang.S... method extractThumbnail (line 11) | public static android.graphics.Bitmap extractThumbnail(android.graphic... method extractThumbnail (line 15) | public static android.graphics.Bitmap extractThumbnail(android.graphic... FILE: modules/mock-android/src/main/java/android/net/wifi/WifiConfiguration.java class WifiConfiguration (line 3) | public class WifiConfiguration { FILE: modules/mock-android/src/main/java/android/os/Bundle.java class Bundle (line 7) | public class Bundle implements Parcelable, Cloneable { method Bundle (line 10) | public Bundle() { } method Bundle (line 11) | public Bundle(ClassLoader loader) { throw new RuntimeException("Stub!"... method Bundle (line 12) | public Bundle(int capacity) { throw new RuntimeException("Stub!"); } method Bundle (line 13) | public Bundle(Bundle b) { throw new RuntimeException("Stub!"); } method setClassLoader (line 14) | public void setClassLoader(ClassLoader loader) { throw new RuntimeExce... method getClassLoader (line 15) | public ClassLoader getClassLoader() { throw new RuntimeException("Stub... method clone (line 16) | public Object clone() { throw new RuntimeException("Stub!"); } method size (line 17) | public int size() { throw new RuntimeException("Stub!"); } method isEmpty (line 18) | public boolean isEmpty() { throw new RuntimeException("Stub!"); } method clear (line 19) | public void clear() { throw new RuntimeException("Stub!"); } method containsKey (line 20) | public boolean containsKey(String key) { throw new RuntimeException("S... method get (line 21) | public Object get(String key) { throw new RuntimeException("Stub!"); } method remove (line 22) | public void remove(String key) { throw new RuntimeException("Stub!"); } method putAll (line 23) | public void putAll(Bundle map) { throw new RuntimeException("Stub!"); } method keySet (line 24) | public Set keySet() { throw new RuntimeException("Stub!"); } method hasFileDescriptors (line 25) | public boolean hasFileDescriptors() { throw new RuntimeException("Stub... method putBoolean (line 26) | public void putBoolean(String key, boolean value) { throw new RuntimeE... method putByte (line 27) | public void putByte(String key, byte value) { throw new RuntimeExcepti... method putChar (line 28) | public void putChar(String key, char value) { throw new RuntimeExcepti... method putShort (line 29) | public void putShort(String key, short value) { throw new RuntimeExcep... method putInt (line 30) | public void putInt(String key, int value) { } method putLong (line 31) | public void putLong(String key, long value) { throw new RuntimeExcepti... method putFloat (line 32) | public void putFloat(String key, float value) { throw new RuntimeExcep... method putDouble (line 33) | public void putDouble(String key, double value) { throw new RuntimeExc... method putString (line 34) | public void putString(String key, String value) { } method putCharSequence (line 35) | public void putCharSequence(String key, CharSequence value) { throw ne... method putParcelable (line 36) | public void putParcelable(String key, Parcelable value) { throw new Ru... method putParcelableArray (line 37) | public void putParcelableArray(String key, Parcelable[] value) { throw... method putParcelableArrayList (line 38) | public void putParcelableArrayList(String key, ArrayList value) ... method putStringArrayList (line 41) | public void putStringArrayList(String key, ArrayList value) { ... method putCharSequenceArrayList (line 42) | public void putCharSequenceArrayList(String key, ArrayList T getParcelable(String key) { throw new ... method getParcelableArray (line 77) | public Parcelable[] getParcelableArray(String key) { throw new Runtime... method getParcelableArrayList (line 78) | public ArrayList getParcelableArrayList(Stri... method getSparseParcelableArray (line 79) | public SparseArray getSparseParcelableArray(... method getSerializable (line 80) | public Serializable getSerializable(String key) { throw new RuntimeExc... method getIntegerArrayList (line 81) | public ArrayList getIntegerArrayList(String key) { throw new ... method getStringArrayList (line 82) | public ArrayList getStringArrayList(String key) { throw new Ru... method getCharSequenceArrayList (line 83) | public ArrayList getCharSequenceArrayList(String key) { ... method getBooleanArray (line 84) | public boolean[] getBooleanArray(String key) { throw new RuntimeExcept... method getByteArray (line 85) | public byte[] getByteArray(String key) { throw new RuntimeException("S... method getShortArray (line 86) | public short[] getShortArray(String key) { throw new RuntimeException(... method getCharArray (line 87) | public char[] getCharArray(String key) { throw new RuntimeException("S... method getIntArray (line 88) | public int[] getIntArray(String key) { throw new RuntimeException("Stu... method getLongArray (line 89) | public long[] getLongArray(String key) { throw new RuntimeException("S... method getFloatArray (line 90) | public float[] getFloatArray(String key) { throw new RuntimeException(... method getDoubleArray (line 91) | public double[] getDoubleArray(String key) { throw new RuntimeExceptio... method getStringArray (line 92) | public String[] getStringArray(String key) { throw new RuntimeExceptio... method getCharSequenceArray (line 93) | public CharSequence[] getCharSequenceArray(String key) { throw new Run... method describeContents (line 94) | public int describeContents() { throw new RuntimeException("Stub!"); } method writeToParcel (line 95) | public void writeToParcel(Parcel parcel, int flags) { throw new Runtim... method readFromParcel (line 96) | public void readFromParcel(Parcel parcel) { throw new RuntimeException... method toString (line 97) | public synchronized String toString() { throw new RuntimeException("St... FILE: modules/mock-android/src/main/java/android/os/Handler.java class Handler (line 2) | public class Handler type Callback (line 4) | public static interface Callback method handleMessage (line 6) | public abstract boolean handleMessage(android.os.Message msg); method Handler (line 8) | public Handler() { throw new RuntimeException("Stub!"); } method Handler (line 9) | public Handler(android.os.Handler.Callback callback) { throw new Runt... method Handler (line 10) | public Handler(android.os.Looper looper) { } method Handler (line 11) | public Handler(android.os.Looper looper, android.os.Handler.Callback ... method handleMessage (line 12) | public void handleMessage(android.os.Message msg) { throw new Runtime... method dispatchMessage (line 13) | public void dispatchMessage(android.os.Message msg) { throw new Runti... method getMessageName (line 14) | public java.lang.String getMessageName(android.os.Message message) { ... method obtainMessage (line 15) | public final android.os.Message obtainMessage() { throw new RuntimeEx... method obtainMessage (line 16) | public final android.os.Message obtainMessage(int what) { throw new R... method obtainMessage (line 17) | public final android.os.Message obtainMessage(int what, java.lang.Obj... method obtainMessage (line 18) | public final android.os.Message obtainMessage(int what, int arg1, int... method obtainMessage (line 19) | public final android.os.Message obtainMessage(int what, int arg1, int... method post (line 20) | public final boolean post(java.lang.Runnable r) { return true; } method postAtTime (line 21) | public final boolean postAtTime(java.lang.Runnable r, long uptimeMill... method postAtTime (line 22) | public final boolean postAtTime(java.lang.Runnable r, java.lang.Objec... method postDelayed (line 23) | public final boolean postDelayed(java.lang.Runnable r, long delayMill... method postAtFrontOfQueue (line 24) | public final boolean postAtFrontOfQueue(java.lang.Runnable r) { throw... method removeCallbacks (line 25) | public final void removeCallbacks(java.lang.Runnable r) { throw new R... method removeCallbacks (line 26) | public final void removeCallbacks(java.lang.Runnable r, java.lang.Obj... method sendMessage (line 27) | public final boolean sendMessage(android.os.Message msg) { throw new ... method sendEmptyMessage (line 28) | public final boolean sendEmptyMessage(int what) { throw new RuntimeEx... method sendEmptyMessageDelayed (line 29) | public final boolean sendEmptyMessageDelayed(int what, long delayMill... method sendEmptyMessageAtTime (line 30) | public final boolean sendEmptyMessageAtTime(int what, long uptimeMill... method sendMessageDelayed (line 31) | public final boolean sendMessageDelayed(android.os.Message msg, long ... method sendMessageAtTime (line 32) | public boolean sendMessageAtTime(android.os.Message msg, long uptimeM... method sendMessageAtFrontOfQueue (line 33) | public final boolean sendMessageAtFrontOfQueue(android.os.Message msg... method removeMessages (line 34) | public final void removeMessages(int what) { throw new RuntimeExcepti... method removeMessages (line 35) | public final void removeMessages(int what, java.lang.Object object) {... method removeCallbacksAndMessages (line 36) | public final void removeCallbacksAndMessages(java.lang.Object token) ... method hasMessages (line 37) | public final boolean hasMessages(int what) { throw new RuntimeExcepti... method hasMessages (line 38) | public final boolean hasMessages(int what, java.lang.Object object) {... method getLooper (line 39) | public final android.os.Looper getLooper() { throw new RuntimeExcepti... method dump (line 40) | public final void dump(android.util.Printer pw, java.lang.String pref... method toString (line 41) | public java.lang.String toString() { throw new RuntimeException("Stub... FILE: modules/mock-android/src/main/java/android/os/Looper.java class Looper (line 3) | public class Looper method Looper (line 5) | Looper() { } method prepare (line 6) | public static void prepare() { } method prepareMainLooper (line 7) | public static void prepareMainLooper() { } method getMainLooper (line 8) | public static android.os.Looper getMainLooper() { return new Looper(); } method loop (line 9) | public static void loop() { throw new RuntimeException("Stub!"); } method myLooper (line 10) | public static android.os.Looper myLooper() { throw new RuntimeExcepti... method setMessageLogging (line 11) | public void setMessageLogging(android.util.Printer printer) { throw n... method myQueue (line 12) | public static android.os.MessageQueue myQueue() { throw new RuntimeEx... method quit (line 13) | public void quit() { throw new RuntimeException("Stub!"); } method getThread (line 14) | public java.lang.Thread getThread() { return new Thread(); } method dump (line 15) | public void dump(android.util.Printer pw, java.lang.String prefix) { ... method toString (line 16) | public java.lang.String toString() { throw new RuntimeException("Stub... FILE: modules/mock-android/src/main/java/android/util/Log.java class Log (line 2) | public final class Log method Log (line 4) | Log() { throw new RuntimeException("Stub!"); } method v (line 5) | public static int v(java.lang.String tag, java.lang.String msg) { thr... method v (line 6) | public static int v(java.lang.String tag, java.lang.String msg, java.... method d (line 7) | public static int d(java.lang.String tag, java.lang.String msg) { thr... method d (line 8) | public static int d(java.lang.String tag, java.lang.String msg, java.... method i (line 9) | public static int i(java.lang.String tag, java.lang.String msg) { ret... method i (line 10) | public static int i(java.lang.String tag, java.lang.String msg, java.... method w (line 11) | public static int w(java.lang.String tag, java.lang.String msg) { thr... method w (line 12) | public static int w(java.lang.String tag, java.lang.String msg, java.... method isLoggable (line 13) | public static native boolean isLoggable(java.lang.String tag, int lev... method w (line 14) | public static int w(java.lang.String tag, java.lang.Throwable tr) { t... method e (line 15) | public static int e(java.lang.String tag, java.lang.String msg) { thr... method e (line 16) | public static int e(java.lang.String tag, java.lang.String msg, java.... method wtf (line 17) | public static int wtf(java.lang.String tag, java.lang.String msg) { t... method wtf (line 18) | public static int wtf(java.lang.String tag, java.lang.Throwable tr) {... method wtf (line 19) | public static int wtf(java.lang.String tag, java.lang.String msg, jav... method getStackTraceString (line 20) | public static java.lang.String getStackTraceString(java.lang.Throwabl... method println (line 21) | public static int println(int priority, java.lang.String tag, java.la... FILE: modules/mock-android/src/main/java/android/view/SearchEvent.java class SearchEvent (line 2) | public class SearchEvent { method SearchEvent (line 3) | public SearchEvent(InputDevice inputDevice) { throw new RuntimeExcepti... method getInputDevice (line 4) | public InputDevice getInputDevice() { throw new RuntimeException("Stub... FILE: modules/mock-android/src/main/java/android/view/View.java class View (line 2) | public class View type OnLayoutChangeListener (line 5) | public static interface OnLayoutChangeListener method onLayoutChange (line 7) | public abstract void onLayoutChange(android.view.View v, int left, ... class DragShadowBuilder (line 9) | public static class DragShadowBuilder method DragShadowBuilder (line 11) | public DragShadowBuilder(android.view.View view) { throw new Runtim... method DragShadowBuilder (line 12) | public DragShadowBuilder() { throw new RuntimeException("Stub!"); } method getView (line 13) | @java.lang.SuppressWarnings(value={"JavadocReference"}) method onProvideShadowMetrics (line 15) | public void onProvideShadowMetrics(android.graphics.Point shadowSiz... method onDrawShadow (line 16) | public void onDrawShadow(android.graphics.Canvas canvas) { throw ne... class MeasureSpec (line 18) | public static class MeasureSpec method MeasureSpec (line 20) | public MeasureSpec() { throw new RuntimeException("Stub!"); } method makeMeasureSpec (line 21) | public static int makeMeasureSpec(int size, int mode) { throw new R... method getMode (line 22) | public static int getMode(int measureSpec) { throw new RuntimeExcep... method getSize (line 23) | public static int getSize(int measureSpec) { throw new RuntimeExcep... method toString (line 24) | public static java.lang.String toString(int measureSpec) { throw ne... type OnKeyListener (line 29) | public static interface OnKeyListener method onKey (line 31) | public abstract boolean onKey(android.view.View v, int keyCode, and... type OnTouchListener (line 33) | public static interface OnTouchListener method onTouch (line 35) | public abstract boolean onTouch(android.view.View v, android.view.M... type OnHoverListener (line 37) | public static interface OnHoverListener method onHover (line 39) | public abstract boolean onHover(android.view.View v, android.view.M... type OnGenericMotionListener (line 41) | public static interface OnGenericMotionListener method onGenericMotion (line 43) | public abstract boolean onGenericMotion(android.view.View v, androi... type OnLongClickListener (line 45) | public static interface OnLongClickListener method onLongClick (line 47) | public abstract boolean onLongClick(android.view.View v); type OnDragListener (line 49) | public static interface OnDragListener method onDrag (line 51) | public abstract boolean onDrag(android.view.View v, android.view.Dr... type OnFocusChangeListener (line 53) | public static interface OnFocusChangeListener method onFocusChange (line 55) | public abstract void onFocusChange(android.view.View v, boolean has... type OnClickListener (line 57) | public static interface OnClickListener method onClick (line 59) | public abstract void onClick(android.view.View v); type OnCreateContextMenuListener (line 61) | public static interface OnCreateContextMenuListener method onCreateContextMenu (line 63) | public abstract void onCreateContextMenu(android.view.ContextMenu m... type OnSystemUiVisibilityChangeListener (line 65) | public static interface OnSystemUiVisibilityChangeListener method onSystemUiVisibilityChange (line 67) | public abstract void onSystemUiVisibilityChange(int visibility); type OnAttachStateChangeListener (line 69) | public static interface OnAttachStateChangeListener method onViewAttachedToWindow (line 71) | public abstract void onViewAttachedToWindow(android.view.View v); method onViewDetachedFromWindow (line 72) | public abstract void onViewDetachedFromWindow(android.view.View v); class BaseSavedState (line 74) | public static class BaseSavedState method BaseSavedState (line 77) | public BaseSavedState(android.os.Parcel source) { super((android.os... method BaseSavedState (line 78) | public BaseSavedState(android.os.Parcelable superState) { super((an... class AccessibilityDelegate (line 82) | public static class AccessibilityDelegate method AccessibilityDelegate (line 84) | public AccessibilityDelegate() { throw new RuntimeException("Stub!"... method sendAccessibilityEvent (line 85) | public void sendAccessibilityEvent(android.view.View host, int even... method performAccessibilityAction (line 86) | public boolean performAccessibilityAction(android.view.View host, i... method sendAccessibilityEventUnchecked (line 87) | public void sendAccessibilityEventUnchecked(android.view.View host,... method dispatchPopulateAccessibilityEvent (line 88) | public boolean dispatchPopulateAccessibilityEvent(android.view.View... method onPopulateAccessibilityEvent (line 89) | public void onPopulateAccessibilityEvent(android.view.View host, an... method onInitializeAccessibilityEvent (line 90) | public void onInitializeAccessibilityEvent(android.view.View host, ... method onInitializeAccessibilityNodeInfo (line 91) | public void onInitializeAccessibilityNodeInfo(android.view.View hos... method onRequestSendAccessibilityEvent (line 92) | public boolean onRequestSendAccessibilityEvent(android.view.ViewGro... method getAccessibilityNodeProvider (line 93) | public android.view.accessibility.AccessibilityNodeProvider getAcce... method View (line 95) | public View(android.content.Context context) { throw new RuntimeExcep... method View (line 96) | public View(android.content.Context context, android.util.AttributeSe... method View (line 97) | public View(android.content.Context context, android.util.AttributeSe... method initializeFadingEdge (line 98) | protected void initializeFadingEdge(android.content.res.TypedArray a)... method getVerticalFadingEdgeLength (line 99) | public int getVerticalFadingEdgeLength() { throw new RuntimeException... method setFadingEdgeLength (line 100) | public void setFadingEdgeLength(int length) { throw new RuntimeExcept... method getHorizontalFadingEdgeLength (line 101) | public int getHorizontalFadingEdgeLength() { throw new RuntimeExcepti... method getVerticalScrollbarWidth (line 102) | public int getVerticalScrollbarWidth() { throw new RuntimeException("... method getHorizontalScrollbarHeight (line 103) | protected int getHorizontalScrollbarHeight() { throw new RuntimeExcep... method initializeScrollbars (line 104) | protected void initializeScrollbars(android.content.res.TypedArray a)... method setVerticalScrollbarPosition (line 105) | public void setVerticalScrollbarPosition(int position) { throw new Ru... method getVerticalScrollbarPosition (line 106) | public int getVerticalScrollbarPosition() { throw new RuntimeExceptio... method setOnFocusChangeListener (line 107) | public void setOnFocusChangeListener(android.view.View.OnFocusChangeL... method addOnLayoutChangeListener (line 108) | public void addOnLayoutChangeListener(android.view.View.OnLayoutChang... method removeOnLayoutChangeListener (line 109) | public void removeOnLayoutChangeListener(android.view.View.OnLayoutCh... method addOnAttachStateChangeListener (line 110) | public void addOnAttachStateChangeListener(android.view.View.OnAttach... method removeOnAttachStateChangeListener (line 111) | public void removeOnAttachStateChangeListener(android.view.View.OnAtt... method getOnFocusChangeListener (line 112) | public android.view.View.OnFocusChangeListener getOnFocusChangeListen... method setOnClickListener (line 113) | public void setOnClickListener(android.view.View.OnClickListener l) {... method hasOnClickListeners (line 114) | public boolean hasOnClickListeners() { throw new RuntimeException("St... method setOnLongClickListener (line 115) | public void setOnLongClickListener(android.view.View.OnLongClickListe... method setOnCreateContextMenuListener (line 116) | public void setOnCreateContextMenuListener(android.view.View.OnCreate... method performClick (line 117) | public boolean performClick() { throw new RuntimeException("Stub!"); } method callOnClick (line 118) | public boolean callOnClick() { throw new RuntimeException("Stub!"); } method performLongClick (line 119) | public boolean performLongClick() { throw new RuntimeException("Stub!... method showContextMenu (line 120) | public boolean showContextMenu() { throw new RuntimeException("Stub!"... method startActionMode (line 121) | public android.view.ActionMode startActionMode(android.view.ActionMod... method setOnKeyListener (line 122) | public void setOnKeyListener(android.view.View.OnKeyListener l) { thr... method setOnTouchListener (line 123) | public void setOnTouchListener(android.view.View.OnTouchListener l) {... method setOnGenericMotionListener (line 124) | public void setOnGenericMotionListener(android.view.View.OnGenericMot... method setOnHoverListener (line 125) | public void setOnHoverListener(android.view.View.OnHoverListener l) {... method setOnDragListener (line 126) | public void setOnDragListener(android.view.View.OnDragListener l) { t... method requestRectangleOnScreen (line 127) | public boolean requestRectangleOnScreen(android.graphics.Rect rectang... method requestRectangleOnScreen (line 128) | public boolean requestRectangleOnScreen(android.graphics.Rect rectang... method clearFocus (line 129) | public void clearFocus() { throw new RuntimeException("Stub!"); } method hasFocus (line 130) | @android.view.ViewDebug.ExportedProperty(category="focus") method hasFocusable (line 132) | public boolean hasFocusable() { throw new RuntimeException("Stub!"); } method onFocusChanged (line 133) | protected void onFocusChanged(boolean gainFocus, int direction, andro... method sendAccessibilityEvent (line 134) | public void sendAccessibilityEvent(int eventType) { throw new Runtime... method announceForAccessibility (line 135) | public void announceForAccessibility(java.lang.CharSequence text) { t... method sendAccessibilityEventUnchecked (line 136) | public void sendAccessibilityEventUnchecked(android.view.accessibilit... method dispatchPopulateAccessibilityEvent (line 137) | public boolean dispatchPopulateAccessibilityEvent(android.view.access... method onPopulateAccessibilityEvent (line 138) | public void onPopulateAccessibilityEvent(android.view.accessibility.A... method onInitializeAccessibilityEvent (line 139) | public void onInitializeAccessibilityEvent(android.view.accessibility... method createAccessibilityNodeInfo (line 140) | public android.view.accessibility.AccessibilityNodeInfo createAccessi... method onInitializeAccessibilityNodeInfo (line 141) | public void onInitializeAccessibilityNodeInfo(android.view.accessibil... method setAccessibilityDelegate (line 142) | public void setAccessibilityDelegate(android.view.View.AccessibilityD... method getAccessibilityNodeProvider (line 143) | public android.view.accessibility.AccessibilityNodeProvider getAccess... method getContentDescription (line 144) | @android.view.ViewDebug.ExportedProperty(category="accessibility") method setContentDescription (line 146) | public void setContentDescription(java.lang.CharSequence contentDescr... method isFocused (line 147) | @android.view.ViewDebug.ExportedProperty(category="focus") method findFocus (line 149) | public android.view.View findFocus() { throw new RuntimeException("St... method isScrollContainer (line 150) | public boolean isScrollContainer() { throw new RuntimeException("Stub... method setScrollContainer (line 151) | public void setScrollContainer(boolean isScrollContainer) { throw new... method getDrawingCacheQuality (line 152) | public int getDrawingCacheQuality() { throw new RuntimeException("Stu... method setDrawingCacheQuality (line 153) | public void setDrawingCacheQuality(int quality) { throw new RuntimeEx... method getKeepScreenOn (line 154) | public boolean getKeepScreenOn() { throw new RuntimeException("Stub!"... method setKeepScreenOn (line 155) | public void setKeepScreenOn(boolean keepScreenOn) { throw new Runtime... method getNextFocusLeftId (line 156) | public int getNextFocusLeftId() { throw new RuntimeException("Stub!"); } method setNextFocusLeftId (line 157) | public void setNextFocusLeftId(int nextFocusLeftId) { throw new Runti... method getNextFocusRightId (line 158) | public int getNextFocusRightId() { throw new RuntimeException("Stub!"... method setNextFocusRightId (line 159) | public void setNextFocusRightId(int nextFocusRightId) { throw new Run... method getNextFocusUpId (line 160) | public int getNextFocusUpId() { throw new RuntimeException("Stub!"); } method setNextFocusUpId (line 161) | public void setNextFocusUpId(int nextFocusUpId) { throw new RuntimeEx... method getNextFocusDownId (line 162) | public int getNextFocusDownId() { throw new RuntimeException("Stub!"); } method setNextFocusDownId (line 163) | public void setNextFocusDownId(int nextFocusDownId) { throw new Runti... method getNextFocusForwardId (line 164) | public int getNextFocusForwardId() { throw new RuntimeException("Stub... method setNextFocusForwardId (line 165) | public void setNextFocusForwardId(int nextFocusForwardId) { throw new... method isShown (line 166) | public boolean isShown() { throw new RuntimeException("Stub!"); } method fitSystemWindows (line 167) | protected boolean fitSystemWindows(android.graphics.Rect insets) { th... method setFitsSystemWindows (line 168) | public void setFitsSystemWindows(boolean fitSystemWindows) { throw ne... method getFitsSystemWindows (line 169) | public boolean getFitsSystemWindows() { throw new RuntimeException("S... method requestFitSystemWindows (line 170) | public void requestFitSystemWindows() { throw new RuntimeException("S... method getVisibility (line 171) | @android.view.ViewDebug.ExportedProperty(mapping={@android.view.ViewDe... method setVisibility (line 173) | public void setVisibility(int visibility) { throw new RuntimeExceptio... method isEnabled (line 174) | @android.view.ViewDebug.ExportedProperty() method setEnabled (line 176) | public void setEnabled(boolean enabled) { throw new RuntimeException(... method setFocusable (line 177) | public void setFocusable(boolean focusable) { throw new RuntimeExcept... method setFocusableInTouchMode (line 178) | public void setFocusableInTouchMode(boolean focusableInTouchMode) { t... method setSoundEffectsEnabled (line 179) | public void setSoundEffectsEnabled(boolean soundEffectsEnabled) { thr... method isSoundEffectsEnabled (line 180) | @android.view.ViewDebug.ExportedProperty() method setHapticFeedbackEnabled (line 182) | public void setHapticFeedbackEnabled(boolean hapticFeedbackEnabled) {... method isHapticFeedbackEnabled (line 183) | @android.view.ViewDebug.ExportedProperty() method hasTransientState (line 185) | @android.view.ViewDebug.ExportedProperty(category="layout") method setHasTransientState (line 187) | public void setHasTransientState(boolean hasTransientState) { throw n... method setWillNotDraw (line 188) | public void setWillNotDraw(boolean willNotDraw) { throw new RuntimeEx... method willNotDraw (line 189) | @android.view.ViewDebug.ExportedProperty(category="drawing") method setWillNotCacheDrawing (line 191) | public void setWillNotCacheDrawing(boolean willNotCacheDrawing) { thr... method willNotCacheDrawing (line 192) | @android.view.ViewDebug.ExportedProperty(category="drawing") method isClickable (line 194) | @android.view.ViewDebug.ExportedProperty() method setClickable (line 196) | public void setClickable(boolean clickable) { throw new RuntimeExcept... method isLongClickable (line 197) | public boolean isLongClickable() { throw new RuntimeException("Stub!"... method setLongClickable (line 198) | public void setLongClickable(boolean longClickable) { throw new Runti... method setPressed (line 199) | public void setPressed(boolean pressed) { throw new RuntimeException(... method dispatchSetPressed (line 200) | protected void dispatchSetPressed(boolean pressed) { throw new Runtim... method isPressed (line 201) | public boolean isPressed() { throw new RuntimeException("Stub!"); } method isSaveEnabled (line 202) | public boolean isSaveEnabled() { throw new RuntimeException("Stub!"); } method setSaveEnabled (line 203) | public void setSaveEnabled(boolean enabled) { throw new RuntimeExcept... method getFilterTouchesWhenObscured (line 204) | @android.view.ViewDebug.ExportedProperty() method setFilterTouchesWhenObscured (line 206) | public void setFilterTouchesWhenObscured(boolean enabled) { throw new... method isSaveFromParentEnabled (line 207) | public boolean isSaveFromParentEnabled() { throw new RuntimeException... method setSaveFromParentEnabled (line 208) | public void setSaveFromParentEnabled(boolean enabled) { throw new Run... method isFocusable (line 209) | @android.view.ViewDebug.ExportedProperty(category="focus") method isFocusableInTouchMode (line 211) | @android.view.ViewDebug.ExportedProperty() method focusSearch (line 213) | public android.view.View focusSearch(int direction) { throw new Runti... method dispatchUnhandledMove (line 214) | public boolean dispatchUnhandledMove(android.view.View focused, int d... method getFocusables (line 215) | public java.util.ArrayList getFocusables(int direc... method addFocusables (line 216) | public void addFocusables(java.util.ArrayList view... method addFocusables (line 217) | public void addFocusables(java.util.ArrayList view... method findViewsWithText (line 218) | public void findViewsWithText(java.util.ArrayList ... method getTouchables (line 219) | public java.util.ArrayList getTouchables() { throw... method addTouchables (line 220) | public void addTouchables(java.util.ArrayList view... method requestFocus (line 221) | public final boolean requestFocus() { throw new RuntimeException("Stu... method requestFocus (line 222) | public final boolean requestFocus(int direction) { throw new RuntimeE... method requestFocus (line 223) | public boolean requestFocus(int direction, android.graphics.Rect prev... method requestFocusFromTouch (line 224) | public final boolean requestFocusFromTouch() { throw new RuntimeExcep... method getImportantForAccessibility (line 225) | @android.view.ViewDebug.ExportedProperty(category="accessibility",mapp... method setImportantForAccessibility (line 227) | public void setImportantForAccessibility(int mode) { throw new Runtim... method getParentForAccessibility (line 228) | public android.view.ViewParent getParentForAccessibility() { throw ne... method addChildrenForAccessibility (line 229) | public void addChildrenForAccessibility(java.util.ArrayList