Searched refs:hide (Results 1 - 25 of 50) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieControllerOverlay.java55 hide();
64 public void hide() { method in class:MovieControllerOverlay
67 super.hide();
123 hide();
H A DPhotoPageBottomControls.java82 private void hide() { method in class:PhotoPageBottomControls
103 hide();
H A DCommonControllerOverlay.java118 hide();
186 public void hide() { method in class:CommonControllerOverlay
H A DGalleryActionBar.java346 public void hide() { method in class:GalleryActionBar
347 if (mActionBar != null) mActionBar.hide();
H A DActivityState.java203 actionBar.hide();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDetailsHelper.java46 public void hide(); method in interface:DetailsHelper.DetailsViewContainer
98 public void hide() { method in class:DetailsHelper
99 mContainer.hide();
H A DDialogDetailsView.java69 public void hide() { method in class:DialogDetailsView
70 mDialog.hide();
/packages/apps/Browser/src/com/android/browser/
H A DGeolocationPermissionsPrompt.java88 public void hide() { method in class:GeolocationPermissionsPrompt
96 hide();
H A DTitleBar.java202 void hide() { method in class:TitleBar
276 hide();
H A DXLargeUi.java100 mActionBar.hide();
202 // hide the title bar when CAB is shown
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java193 void hide() { method in class:TutorialEN.Bubble
266 mBubbles.get(i).hide();
282 void hide() { method in class:TutorialEN
284 mBubbles.get(i).hide();
291 hide();
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java120 hide(true);
143 public void hide(boolean animate) { method in class:ActionableToastBar
144 // Prevent multiple call to hide.
173 // There is a tiny change that and hide animation could have finished right
174 // before the show animation finished. In that case, the hide will mark the
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java196 void hide() { method in class:TutorialJAJP.Bubble
338 mBubbles.get(i).hide();
364 void hide() { method in class:TutorialJAJP
366 mBubbles.get(i).hide();
373 hide();
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsActivity.java127 if ((f != null) && !f.isHidden()) ft.hide(f);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java74 public void hide() { method in class:EditorPlaceHolder
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialController.java273 hide(overlay);
289 private void hide(View view) { method in class:SmartDialController
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java391 transaction.hide(mFavoritesFragment);
392 transaction.hide(mAllFragment);
393 transaction.hide(mGroupsFragment);
421 transaction.hide(mContactDetailFragment);
423 transaction.hide(mGroupDetailFragment);
725 // hide it so its options menu will be shown/hidden.
824 * {@link #destroyItem} show/hide fragments instead of attaching/detaching.
924 mCurTransaction.hide((Fragment) object);
1078 // Show the contactsUnavailableView, and hide the mTabPager so that we don't
1366 // If contacts aren't available, hide al
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java98 /** Whether hide the view if there is no candidate */
214 * Set auto-hide mode.
215 * @param hide {@code true} if the view will hidden when no candidate exists;
218 public void setAutoHide(boolean hide) { argument
219 mAutoHideMode = hide;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java217 AnimationUtils.loadAnimation(getActivity(), R.anim.hide));
/packages/apps/Email/src/com/android/email/activity/
H A DMoveMessageToDialog.java138 getDialog().hide();
/packages/apps/Phone/src/com/android/phone/
H A DAnimationUtils.java56 // View tag that's set during the fade-out animation; see hide() and
104 public static void hide(final View view, final int visibility) { method in class:AnimationUtils.Fade
137 * @see #hide(View, int)
/packages/apps/Gallery2/src/com/android/camera/
H A DPhotoUI.java335 mPieRenderer.hide();
431 mPieRenderer.hide();
H A DVideoUI.java161 mPieRenderer.hide();
327 mPieRenderer.hide();
401 // recording. It is therefore necessary to hide the zoom UI on older
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipEditor.java638 private void hide() { method in class:SipEditor.AdvancedSettings
652 hide();
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DContactDeletionInteraction.java203 mDialog.hide();

Completed in 4471 milliseconds

12