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

12345678

/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java451 public FragmentTransaction show(Fragment fragment) { method in class:BackStackRecord
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2153 mBuilder.show();
2244 mAlertDialog = mBuilder.show();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java184 * {@link #onDisplayCompletions(CompletionInfo[])} to show completions
186 * would normally show candidates.
417 * Handle a request by the system to show the soft input area.
1085 * Returns true if we have been asked to show our input view.
1121 // If we are being asked to show the candidates view while the app
1238 * Create and return the view hierarchy used to show candidates. This will
1315 * editor is hidden but wants to show its candidates UI as text is
1349 * The system has decided that it may be time to show your input method.
1357 * @param flags Provides additional information about the show request,
1369 // Don't show i
[all...]
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1032 mSwitchedKeyboardLayoutToast.show();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java804 * Create (if necessary) and show or dismiss the recent apps dialog according
830 mRecentAppsDialog.show();
837 mRecentAppsDialog.show();
1035 // show a 16:9 aspect ratio with it.
1394 // some panels (e.g. search) need to show on top of the navigation bar
2274 // When the user taps down, we re-show the nav bar.
2277 // Any user activity always causes us to show the
4231 mBootMsgDialog.show();
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java750 // new or just been updated. Call back and tell it to show itself.
790 record.callback.show();
794 Slog.w(TAG, "Object died trying to show notification " + record.callback
H A DInputMethodManagerService.java325 * Set if we were explicitly told to show the input method.
335 * Set if we last told the input method to show itself.
1089 if (DEBUG) Slog.v(TAG, "Attach new input asks to show input");
1406 if (DEBUG) Slog.d(TAG, "show a small icon for the input method");
1515 Slog.d(TAG, "--- show notification: label = " + imiLabel
1750 Slog.d(TAG, "Can't show input: connection = " + mHaveConnection + ", time = "
1798 "Not hiding: explicit show not cancelled by non-explicit hide");
1803 "Not hiding: forced show not cancelled by not-always hide");
1880 // Should we auto-show the IME even if the caller has not
1914 // into the window, so show th
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java270 // Whether we should show our dialogs (ANR, crash, etc) or just perform their
940 d.show();
975 d.show();
1001 d.show();
1014 d.show();
1036 d.show();
1123 d.show();
1249 mCompatModeDialog.show();
2281 // We will show this screen if the current one is a different
3357 // 0 == show dialo
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1156 mEnableTouchExplorationDialog.show();
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp95 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
1443 // The current buffer should either show the effects of the transform
1444 // hint (in the form of an inverse transform), or show that the
/frameworks/base/core/java/android/widget/
H A DTextView.java2569 public final void setShowSoftInputOnFocus(boolean show) { argument
2571 mEditor.mShowSoftInputOnFocus = show;
5457 * If there isn't a click listener, try to show the soft
5584 // Multi-line text editors should always show an enter key.

Completed in 316 milliseconds

12345678