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

123

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DSimPukUnlockScreen.java249 mSimUnlockProgressDialog.hide();
H A DSimUnlockScreen.java221 mSimUnlockProgressDialog.hide();
H A DKeyguardViewMediator.java74 * - keyboard is slid open -> if the keyguard is not secure, hide it
77 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer
195 * false caused us to hide the keyguard, so that we need to reshow it once
790 * Send message to keyguard telling it to hide itself
1145 Log.w(TAG, "attempt to hide the keyguard while waking, ignored");
1155 mKeyguardViewManager.hide();
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java446 actionBar.hide();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java252 public void hide(boolean animate) { method in class:SearchPanelView
/frameworks/base/core/java/android/view/
H A DSurface.java87 * @hide
94 * @hide
102 * @hide */
111 * @hide
135 * @hide
144 * @hide
152 * @hide
161 * @hide
170 * @hide
181 * @hide
555 public void hide() { method in class:Surface
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewManager.java384 public synchronized void hide() { method in class:KeyguardViewManager
385 if (DEBUG) Log.d(TAG, "hide()");
391 // we should clear state of widgets (e.g. Music) when we hide keyguard so it can
H A DKeyguardViewMediator.java76 * - keyboard is slid open -> if the keyguard is not secure, hide it
79 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer
194 * false caused us to hide the keyguard, so that we need to reshow it once
979 * Send message to keyguard telling it to hide itself
1255 Log.w(TAG, "attempt to hide the keyguard while waking, ignored");
1265 mKeyguardViewManager.hide();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java463 actionBar.hide();
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java235 void hide() { method in class:SlidingTab.Slider
546 mOtherSlider.hide();
/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java268 // state. If that is the case, we can do bad things like hide the
292 winAnimator.hide();
379 "Animation started that could impact force hide: " + win);
401 "Force hide " + mForceHiding
588 windowAnimationBackgroundSurface.hide();
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1496 mViewportFrame.hide();
1646 mViewportFrame.hide();
1737 public void hide() { method in class:ScreenMagnifier.Viewport.ViewportWindow
/frameworks/base/core/java/android/app/
H A DDialog.java92 * {@hide}
174 * @hide
292 public void hide() { method in class:Dialog
1181 /** @hide */
H A DBackStackRecord.java170 * @hide Entry of an operation on the fragment back stack.
442 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java197 mMediaController.hide();
/frameworks/base/core/java/android/webkit/
H A DZoomManager.java1215 control.hide();
H A DWebViewClassic.java140 * @hide
642 public void hide() { method in class:WebViewClassic.PastePopupWindow
3596 * @hide
4790 // Called by WebKit to instruct the UI to hide the keyboard
5258 mPasteWindow.hide();
5751 mFullScreenHolder.hide();
7958 // As we are on a new page, hide the keyboard
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java275 * Enables or disables animation between show/hide states.
615 public void hide() { method in class:ActionBarImpl
805 * @hide
966 * @hide
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp515 status_t SurfaceComposerClient::hide(SurfaceID id) { function in class:android::SurfaceComposerClient
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java170 * @hide Entry of an operation on the fragment back stack.
442 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java240 * @hide
246 * @hide
399 * Handle a request by the system to hide the soft input area.
772 // Otherwise hide the window.
1485 mWindow.hide();
1726 // hide them.
1747 * possibly hide it when the key goes up (if not canceled or long pressed). In
1795 * KeyEvent.KEYCODE_BACK} to hide the current IME UI if it is shown. In
2045 * @hide
2056 * @hide
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java271 * @hide
550 /** @hide */
552 /** @hide */
554 /** @hide */
556 /** @hide */
558 /** @hide */
560 /** @hide */
562 /** @hide */
564 /** @hide */
566 /** @hide */
[all...]
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java89 /** {@hide} */
782 record.callback.hide();
784 Slog.w(TAG, "Object died trying to hide notification " + record.callback
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css465 .hide {
1106 /* hide a bunch of non-content elements */
2946 .hide-item {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css465 .hide {
1106 /* hide a bunch of non-content elements */
2946 .hide-item {

Completed in 983 milliseconds

123