Searched refs:show (Results 76 - 100 of 186) sorted by relevance

12345678

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java90 new MenuPopupHelper(getContext(), mActionMode.mMenu, clicked).show();
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java39 * points to an instance of this class to show the preferences. To instantiate
73 * show preferences "WiFi" (which can be used to quickly enable/disable WiFi)
75 * clicked will show another screen of preferences such as "Prefer WiFi" (and
106 * or {@link PreferenceFragment} to show the preferences contained in this
189 dialog.show();
/frameworks/base/core/java/android/webkit/
H A DWebCoreThreadWatchdog.java193 // There's no active webview we can use to show the dialog, so
274 .show();
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java154 Toast.LENGTH_LONG).show();
H A DPlatLogoActivity.java104 mToast.show();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java224 public void setShowAsAction(int show) { argument
225 // Do nothing. ActionMenuItems always show as action buttons.
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java112 dialog.show();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPinView.java183 getSimUnlockProgressDialog().show();
H A DKeyguardViewBase.java110 abstract public void show(); method in class:KeyguardViewBase
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewBase.java112 abstract public void show(); method in class:KeyguardViewBase
H A DFaceUnlock.java117 public void show(long timeoutMillis) { method in class:FaceUnlock
118 if (DEBUG) Log.d(TAG, "show()");
120 Log.e(TAG, "show() called off of the UI thread");
137 // Remove messages to prevent a delayed show message from undo-ing the hide
159 // This must show before bind to guarantee that Face Unlock has a place to display
160 show(SERVICE_STARTUP_VIEW_TIMEOUT);
421 * Removes show and hide messages from the message queue. Called to prevent delayed show/hide
H A DLockPatternKeyguardView.java62 * two {@link Mode}s of operation, lock and unlock. This will show the appropriate
223 if (DEBUG) Log.v(TAG, "View " + view + " requested show transports");
229 // If there's not a bg protection view containing the transport, then show a black
230 // background. Otherwise, allow the normal background to show.
328 mBiometricUnlock.show(BIOMETRIC_AREA_EMERGENCY_DIALER_TIMEOUT);
401 showTimeout = false; // don't show both dialogs
405 // don't show timeout dialog because we show account unlock screen next
570 show();
624 public void show() { method in class:LockPatternKeyguardView
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFileList.java147 builder.create().show();
178 String title = mPath; //.substring(mBaseLength-11); // show the word LayoutTests
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java108 Toast.LENGTH_LONG).show();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java102 //Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
165 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
182 // // Set the info for the views that show in the notification panel.
/frameworks/native/include/gui/
H A DSurface.h68 status_t show();
H A DSurfaceComposerClient.h112 status_t show(SurfaceID id);
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp43 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java156 mPopup.show();
/frameworks/base/core/java/android/widget/
H A DToast.java38 * helps you create and show those.
84 * can call {@link #show}.
99 public void show() { method in class:Toast
117 * Close the view if it's showing, or don't show it if it isn't showing yet.
132 * Set the view to show.
148 * Set how long to show the view for.
232 * @param text The text to show. Can be formatted text.
356 public void show() { method in class:Toast.TN
H A DEditor.java475 // Should be done before hide insertion point controller since it triggers a show of it
832 getSelectionController().show();
1513 // Do not start the action mode when extracted text will show up full screen, which would
1591 getInsertionController().show();
1685 mSuggestionsPopupWindow.show();
1914 mPopupWindow.show();
2136 public void show() { method in class:Editor.PinnedPopupWindow
2235 // Safe cast since show() checks that mTextView.getText() is an Editable
2240 getInsertionController().show();
2377 public void show() { method in class:Editor.SuggestionsPopupWindow
2848 public void show() { method in class:Editor.ActionPopupWindow
3001 public void show() { method in class:Editor.HandleView
3220 public void show() { method in class:Editor.InsertionHandleView
3428 public void show(); method in interface:Editor.CursorController
3447 public void show() { method in class:Editor.InsertionPointCursorController
3504 public void show() { method in class:Editor.SelectionModifierCursorController
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java147 // if invalid charger is showing, don't show low battery
230 d.show();
283 d.show();
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java76 /** Initialized lazily before first sProgressDialog.show() */
219 /** TODO: Maybe show some info about a test? */
344 sProgressDialog.show();
363 Toast.LENGTH_LONG).show();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java219 boolean show = super.onCreatePanelMenu(featureId, menu);
220 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
222 return show;
/frameworks/base/core/java/android/app/
H A DAlertDialog.java200 * @param view The view to show in the content area of the dialog
926 * {@link Dialog#show()} the dialog. This allows the user to do any extra processing
927 * before displaying the dialog. Use {@link #show()} if you don't have any other processing
947 * {@link Dialog#show()}'s the dialog.
949 public AlertDialog show() { method in class:AlertDialog.Builder
951 dialog.show();

Completed in 1488 milliseconds

12345678