Searched refs:hide (Results 76 - 100 of 101) sorted by relevance

12345

/packages/apps/TV/src/com/android/tv/ui/
H A DTvOverlayManager.java761 mMenu.hide(withAnimation);
780 mProgramGuide.hide();
793 * Returns true, if a main view needs to hide informational text. Specifically, when overlay UIs
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java370 mEditorPlaceHolder.hide();
1217 mEditorPlaceHolder.hide();
1312 mEditorPlaceHolder.hide();
/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java241 getSupportActionBar().hide();
/packages/apps/Contacts/src/com/android/contacts/
H A DSimImportFragment.java248 mLoadingIndicator.hide();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java148 if (mDialog != null && mDialog.isShowing()) mDialog.hide();
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactPickerFragment.java578 actionBar.hide();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPicker.java497 actionBar.hide();
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java260 mSwitchBar.hide();
/packages/apps/Settings/src/com/android/settings/wifi/calling/
H A DWifiCallingSettingsForSub.java173 mSwitchBar.hide();
/packages/apps/Stk/src/com/android/stk/
H A DStkInputActivity.java191 actionBar.hide();
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperPickerActivity.java84 // hide our own wallpaper preview if necessary
209 actionBar.hide();
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1014 mFilmstripPanel.hide();
1421 * An alternative for getting the timing to hide preview cover is through
1442 // make face detection work and also need to hide this preview frame to
1669 mFilmstripBottomControls.hide();
1742 // preview and ZSL streams. Need to hide the first preview frame since it is janky.
1776 * Return a callback which shows or hide the preview grid lines
1829 * Show or hide the mode options and bottom bar, based on
2106 // Force hide hdr or hdr plus icon.
2149 // Force hide grid lines icon.
2186 // Otherwise, hide th
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java142 /** Whether hide the view if there is no candidate */
420 * Set auto-hide mode.
421 * @param hide {@code true} if the view will hidden when no candidate exists;
424 public void setAutoHide(boolean hide) { argument
425 mAutoHideMode = hide;
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java546 "DialtactsActivity.onResume", "mDialpadFragment attached but not hidden, forcing hide");
547 getFragmentManager().beginTransaction().hide(dialpadFragment).commit();
949 * Initiates animations and other visual updates to hide the dialpad. The fragment is hidden in a
950 * callback after the hide animation ends.
997 ft.hide(dialpadFragment);
1319 // - Visible, in the wrong position (hide, move, then show the fab)
1486 // TODO: No-op for now. This should eventually show/hide the actionBar based on
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java734 transaction.hide(mContactsListFragment);
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DPieRenderer.java218 public void hide() { method in class:PieRenderer
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java536 mDetailsHelper.hide();
H A DAlbumSetPage.java444 // Don't hide menu here otherwise the list menu will disappear earlier than
681 mDetailsHelper.hide();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieRenderer.java216 public void hide() { method in class:PieRenderer
/packages/apps/Settings/src/com/android/settings/print/
H A DPrintServiceSettingsFragment.java184 mSwitchBar.hide();
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java624 mActionBar.hide();
636 // When the user hide the filmstrip (either swipe out or
817 mActionBar.hide();
2025 // hide the up affordance for L devices, it's not very Materially
2255 // at beginning of filmstrip, hide and go back to preview
2695 // do not want to hide the undo bar.
2991 * Show or hide action bar items depending on current data type.
/packages/apps/Dialer/java/com/android/incallui/
H A DInCallActivity.java437 // If there is a pending request to show or hide the dialpad, handle that now.
440 // Exit fullscreen so that the user has access to the dialpad hide/show button.
453 LogUtil.i("InCallActivity.onResume", "Force-hide the dialpad");
821 transaction.hide(dialpadFragment);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java239 // hide the media picker & co.
1592 // When conversation is showing and media picker is not showing, then hide the action
1595 actionBar.hide();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java1005 // show/hide the HTML message body and update the spacer height
1097 mNewMessageBar.hide(true, true);
H A DAbstractActivityController.java321 * folders, critical UI settings like show/hide checkboxes, ...
1449 mToastBar.hide(false, false /* actionClicked */);
3365 // if the toast bar is still animating, ignore this attempt to hide it
3370 // if the toast bar has not been seen long enough, ignore this attempt to hide it
3375 // hide the toast bar
3376 mToastBar.hide(true /* animated */, false /* actionClicked */);
4274 // open the drawer, we hide the action items. We show the action items

Completed in 616 milliseconds

12345