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

123

/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.java122 hide();
190 public void hide() { method in class:CommonControllerOverlay
H A DGalleryActionBar.java346 public void hide() { method in class:GalleryActionBar
347 if (mActionBar != null) mActionBar.hide();
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMinTimeProgressView.java72 private void hide() { method in class:MinTimeProgressView
82 // so put a delayed message in to hide it when its been
104 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.java71 public void hide() { method in class:DialogDetailsView
72 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.java187 void hide() { method in class:TitleBar
261 hide();
H A DXLargeUi.java99 mActionBar.hide();
198 // 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/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java68 public void hide() { method in class:EditorPlaceHolder
/packages/apps/Launcher3/
H A DAndroid.mk86 $(hide) chmod 755 $@
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java72 hide(true, false /* actionClicked */);
128 hide(true /* animate */, true /* actionClicked */);
147 // Set up runnable to execute hide toast once delay is completed
158 public void hide(boolean animate, boolean actionClicked) { method in class:ActionableToastBar
H A DOnePaneController.java146 // When entering conversation list mode, hide and clean up any currently visible
149 mPagerController.hide(true /* changeVisibility */);
323 mToastBar.hide(false, false /* actionClicked */);
439 mToastBar.hide(animated, false /* actionClicked */);
H A DConversationListView.java72 // user moved back up which should cancel the current tracking state and hide the
283 mHintText.hide();
369 LogUtils.i(LOG_TAG, "ConversationListView hide sync status bar");
376 mHintText.hide();
437 hide();
493 private void hide() { method in class:ConversationListView.HintText
H A DTwoPaneController.java206 mPagerController.hide(false /* changeVisibility */);
395 mToastBar.hide(false, false /* actionClicked */);
542 mToastBar.hide(animated, false /* actionClicked */);
/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/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerController.java51 * cons: the activity's Controller has to specially handle show/hide conversation view,
145 public void hide(boolean changeVisibility) { method in class:ConversationPagerController
147 LogUtils.d(LOG_TAG, "IN CPC.hide, but already hidden");
155 LogUtils.d(LOG_TAG, "IN CPC.hide, clearing adapter and unregistering list observer");
207 * {@link #hide(boolean)}.
/packages/apps/InCallUI/src/com/android/incallui/
H A DInCallActivity.java373 getFragmentManager().beginTransaction().hide(mDialpadFragment).commit();
390 * Simulates a user click to hide the dialpad. This will update the UI to show the call card,
412 ft.hide(mDialpadFragment);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java393 transaction.hide(mFavoritesFragment);
394 transaction.hide(mAllFragment);
395 transaction.hide(mGroupsFragment);
423 transaction.hide(mContactDetailFragment);
425 transaction.hide(mGroupDetailFragment);
728 // hide it so its options menu will be shown/hidden.
827 * {@link #destroyItem} show/hide fragments instead of attaching/detaching.
927 mCurTransaction.hide((Fragment) object);
1086 // Show the contactsUnavailableView, and hide the mTabPager so that we don't
1374 // 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/Email/src/com/android/email/activity/setup/
H A DAccountSetupType.java87 // Don't show types with "hide" set
88 if (info.hide || (accountType != null && !accountType.equals(info.accountType))) {

Completed in 349 milliseconds

123