Searched defs:show (Results 101 - 106 of 106) sorted by relevance

12345

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java167 * for items that are less important. The UI may choose to show
183 * to show these items larger, or at a different position in
298 * Notification extras key: An array of CharSequences to show in {@link InboxStyle} expanded
958 public Builder setShowWhen(boolean show) { argument
959 mShowWhen = show;
966 * Instead of presenting <code>when</code> as a timestamp, the notification will show an
1039 * equivalent to setContentInfo, although it might show the number in a different
1883 * @param icon icon to show for this action
2247 * Size value for use with {@link #setCustomSizePreset} to show this notification with
2256 * Size value for use with {@link #setCustomSizePreset} to show thi
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java2439 // the "debug.use-second-display" system property as a substring, then show
3513 private void updateVisibility(ActivityClientRecord r, boolean show) { argument
3516 if (show) {
3545 private void handleStopActivity(IBinder token, boolean show, int configChanges) { argument
3550 performStopActivityInner(r, info, show, true);
3553 TAG, "Finishing stop of " + r + ": show=" + show
3556 updateVisibility(r, show);
3583 private void handleWindowVisibility(IBinder token, boolean show) { argument
3591 if (!show
[all...]
H A DNotification.java259 * opportunity to show more detail. The system UI may choose to show this
268 * choose to show this as a heads-up notification, which will pop up so the user can see
479 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
493 * show these items larger, or at a different position in notification lists, compared with
806 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
1000 * @param icon icon to show for this action
1011 * @param icon icon to show for this action
1394 * @param when The time to show in the time field. In the System.currentTimeMillis
2223 public Builder setShowWhen(boolean show) { argument
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java636 // Should be done before hide insertion point controller since it triggers a show of it
1001 getInsertionController().show();
1197 mSelectionModifierCursorController.show();
1265 // Delay "show" so it doesn't interfere with click confirmations
1728 getInsertionController().show();
1742 getSelectionController().show();
1744 getInsertionController().show();
1811 // Do not start the action mode when extracted text will show up full screen, which would
1840 * @return <code>true</code> if it's reasonable to offer to show suggestions depending on
1842 * method to show suggestion
2559 public void show() { method in class:Editor.PinnedPopupWindow
2800 public void show() { method in class:Editor.SuggestionsPopupWindow
3629 public void show() { method in class:Editor.HandleView
3889 public void show() { method in class:Editor.InsertionHandleView
4571 public void show(); method in interface:Editor.CursorController
4590 public void show() { method in class:Editor.InsertionPointCursorController
4654 public void show() { method in class:Editor.SelectionModifierCursorController
[all...]
H A DTextView.java1473 .show();
3206 public final void setShowSoftInputOnFocus(boolean show) { argument
3208 mEditor.mShowSoftInputOnFocus = show;
6178 * If there isn't a click listener, try to show the soft
6305 // Multi-line text editors should always show an enter key.
8308 * insertion action mode, we can now actually show it.
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 162 milliseconds

12345