Searched refs:hide (Results 26 - 50 of 75) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DEditor.java102 * @hide
423 mInsertionPointCursorController.hide();
437 mEasyEditSpanController.hide();
443 // Should be done before hide insertion point controller since it triggers a show of it
444 mSuggestionsPopupWindow.hide();
643 * @hide
798 getSelectionController().hide();
937 // We do not hide the span controllers, since they can be added when a new text is
1482 // immediately hide the newly created action bar and would be visually distracting.
1567 // This will hide th
1903 public void hide() { method in class:Editor.EasyEditSpanController
2158 public void hide() { method in class:Editor.PinnedPopupWindow
2405 public void hide() { method in class:Editor.SuggestionsPopupWindow
2982 public void hide() { method in class:Editor.HandleView
3397 public void hide(); method in interface:Editor.CursorController
3418 public void hide() { method in class:Editor.InsertionPointCursorController
3507 public void hide() { method in class:Editor.SelectionModifierCursorController
[all...]
H A DMediaController.java56 * Functions like show() and hide() have no effect when MediaController
59 * MediaController will hide and
192 hide();
232 * @hide This doesn't work as advertised
328 * the controller until hide() is called.
362 public void hide() { method in class:MediaController
383 hide();
486 hide();
H A DToast.java122 mTN.hide();
365 public void hide() { method in class:Toast.TN
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPinView.java192 mSimUnlockProgressDialog.hide();
H A DKeyguardSimPukView.java260 mSimUnlockProgressDialog.hide();
/frameworks/native/include/gui/
H A DSurface.h67 status_t hide();
H A DSurfaceComposerClient.h111 status_t hide(SurfaceID id);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java343 public void setHidden(final boolean hide) { argument
344 if (hide == mHidden) return;
346 mHidden = hide;
348 (hide ? "HIDING" : "SHOWING") + " navigation bar");
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java400 final boolean hide = fullScreen;
402 setFullScreen(hide);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java401 final boolean hide = fullScreen;
403 setFullScreen(hide);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java240 if (DEBUG) Log.v(TAG, "View " + view + " requested hide transports");
613 mBiometricUnlock.hide();
634 mBiometricUnlock.hide();
692 // When someone plugs in or unplugs the device, we hide the biometric sensor area and
702 mBiometricUnlock.hide();
723 mBiometricUnlock.hide();
970 mTransportControlView.setVisibility(View.GONE); // hide until it requests being shown.
1216 mBiometricUnlock.hide();
H A DKeyguardViewManager.java281 public synchronized void hide() { method in class:KeyguardViewManager
282 if (DEBUG) Log.d(TAG, "hide()");
H A DFaceUnlock.java115 * timeoutMillis is 0, no hide is performed. Called on the UI thread.
135 public void hide() { method in class:FaceUnlock
136 if (DEBUG) Log.d(TAG, "hide()");
137 // Remove messages to prevent a delayed show message from undo-ing the hide
144 * Face Unlock view is displayed to hide the backup lock while the service is starting up.
421 * Removes show and hide messages from the message queue. Called to prevent delayed show/hide
/frameworks/native/libs/gui/
H A DSurface.cpp119 status_t SurfaceControl::hide() { function in class:android::SurfaceControl
123 return client->hide(mToken);
/frameworks/base/core/java/android/app/
H A DActionBar.java628 * ActionBar using the overlay feature to hide through
631 * seamlessly hide it in conjunction with other screen decorations.
633 public abstract void hide(); method in class:ActionBar
H A DDialogFragment.java35 * the dialog (deciding when to show, hide, dismiss it) should be done through
391 /** @hide */
524 mDialog.hide();
535 // Set removed here because this dismissal is just to hide
H A DSearchDialog.java58 * @hide
198 // pre-hide all the extraneous elements
316 * @param working true to show spinner, false to hide spinner
506 public void hide() { method in class:SearchDialog
518 super.hide();
/frameworks/base/services/java/com/android/server/wm/
H A DDimAnimator.java189 mDimSurface.hide();
H A DScreenRotationAnimation.java868 mSurface.hide();
875 mCustomBlackFrame.hide();
884 mExitingBlackFrame.hide();
894 mEnteringBlackFrame.hide();
H A DWindowStateAnimator.java408 hide();
418 void hide() { method in class:WindowStateAnimator
427 mSurface.hide();
572 public void hide() { method in class:WindowStateAnimator.SurfaceTrace
573 super.hide();
575 Slog.v(SURFACE_TAG, "hide: " + this + ". Called by "
1054 // much and hide part of the window that should be seen.
1207 // Wallpaper is no longer visible and there is no wp target => hide it.
1208 hide();
1210 hide();
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java288 /** @hide */
419 mDialog.hide();
430 // Set removed here because this dismissal is just to hide
/frameworks/base/data/fonts/
H A DAndroid.mk29 $(hide) ln -sf $$(notdir $$<) $$@
/frameworks/base/services/input/
H A DSpriteController.cpp173 status = update.state.surfaceControl->hide();
309 status = update.state.surfaceControl->hide();
/frameworks/wilhelm/src/
H A DAndroid.mk67 # Reduce size of .so and hide internal global symbols
/frameworks/base/
H A DAndroid.mk325 $(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
433 -werror -hide 113 \
644 $(hide) mkdir -p $(dir $@)
645 $(hide) $(ACP) $< $@

Completed in 702 milliseconds

123