Searched refs:shown (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java316 * Refreshes the shortcut shown on the ItemViews. This method retrieves current
317 * shortcut state (mode and shown) from the menu that contains this item.
324 * Refreshes the shortcut shown on the ItemViews. This is usually called by
329 * @param menuShortcutShown The menu's shortcut shown mode. In addition,
552 * @param shown Whether to show (true) or hide (false).
553 * @return Whether the item's shown state was changed
555 boolean setVisibleInt(boolean shown) { argument
557 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
561 public MenuItem setVisible(boolean shown) { argument
562 // Try to set the shown stat
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java103 * <li>The candidates view, if currently shown, is placed above the soft
125 * soft input view should be shown to the user. This is done by implementing
127 * whether it should be shown in the current environment. If any of your
145 * view, because the candidates view tends to be more transient, being shown
147 * by the user. To control whether the candidates view is shown, you use
149 * view tends to be shown and hidden a lot, it does not impact the application
667 // window is shown for them.
857 * text. When false, the extracted text will not be shown, allowing some
863 public void setExtractViewShown(boolean shown) { argument
864 if (mExtractViewHidden == shown) {
999 setCandidatesViewShown(boolean shown) argument
1013 updateCandidatesVisibility(boolean shown) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java156 // things in here CAN NOT take focus, but are shown on top of everything else.
1195 boolean shown = Settings.System.getInt(
1197 if (!shown) {
1203 res, Settings.System.SHOW_PROCESSES, shown ? 0 : 1);
1572 // + " shown frame: " + mTopFullscreenOpaqueWindowState.getShownFrameLw());
1681 // screen once it is shown.

Completed in 111 milliseconds