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

1234

/frameworks/base/core/java/android/view/
H A DSurfaceControl.java29 * @hide
191 * Equivalent to calling hide().
381 public void hide() { method in class:SurfaceControl
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java403 public void hide() { method in class:ToolbarActionBar
H A DWindowDecorActionBar.java183 * @hide
327 * Enables or disables animation between show/hide states.
678 public void hide() { method in class:WindowDecorActionBar
706 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
726 "(Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset");
954 * @hide
1128 * @hide
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java36 * @hide
45 /** @hide TODO private */
47 /** @hide TODO private */
50 /** @hide TODO private */
52 /** @hide TODO private */
54 /** @hide */
57 /** @hide */
60 /** @hide */
72 /** @hide */
123 * @hide
288 public void hide() { method in class:SubtitleTrack
[all...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java334 hide();
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java241 void hide() { method in class:SlidingTab.Slider
554 mOtherSlider.hide();
/frameworks/base/
H A DAndroid.mk629 $(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
759 -werror -hide 111 -hide 113 \
932 $(hide) mkdir -p $(dir $@)
933 $(hide) $(ACP) $< $@
/frameworks/base/core/java/android/app/
H A DDialog.java104 * {@hide}
197 * @hide
330 public void hide() { method in class:Dialog
734 /** @hide */
1272 /** @hide */
H A DBackStackRecord.java198 * @hide Entry of an operation on the fragment back stack.
509 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/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java394 mSession.hide();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java49 * @hide
408 public void hide() { method in class:ToolbarActionBar
H A DWindowDecorActionBar.java73 * @hide
83 * Only allow show/hide animations on ICS+, as that is what ViewPropertyAnimatorCompat supports
188 * @hide
324 * Enables or disables animation between show/hide states.
670 public void hide() { method in class:WindowDecorActionBar
698 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
718 "(Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset");
928 * @hide
1101 * @hide
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java244 * @hide
250 * @hide
410 * Handle a request by the system to hide the soft input area.
813 // Otherwise hide the window.
1536 mWindow.hide();
1573 mWindow.hide();
1810 // hide them.
1842 * possibly hide it when the key goes up (if not canceled or long pressed). In
1894 * KeyEvent.KEYCODE_BACK} to hide the current IME UI if it is shown. In
2148 * @hide
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java105 * - keyboard is slid open -> if the keyguard is not secure, hide it
108 * - user succesfully unlocked keyguard -> hide keyguard view, and no longer
225 * false caused us to hide the keyguard, so that we need to reshow it once
264 * Whether a hide is pending an we are just waiting for #startKeyguardExitAnimation to be
500 mKeyguardDisplayManager.hide();
1170 * Send message to keyguard telling it to hide itself
1434 // Don't actually hide the Keyguard at the moment, wait for window
1504 mStatusBarKeyguardViewManager.hide(startTime, fadeoutDuration);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp577 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) { function in class:android::SurfaceComposerClient
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1163 mActivity.getActionBarInterface().hide();
/frameworks/base/core/java/android/text/
H A DTextUtils.java289 * @hide
468 /** {@hide} */
573 /** @hide */
575 /** @hide */
577 /** @hide */
579 /** @hide */
581 /** @hide */
583 /** @hide */
585 /** @hide */
587 /** @hide */
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java567 // If we are magnifying, hide the magnified border window immediately so
785 mSurfaceControl.hide();
H A DWindowManagerService.java188 /** {@hide} */
626 // Set to the wallpaper window we would like to hide once the transition animations are done.
1814 winAnimator.hide();
2307 // Only send notification if the visibility actually changed and we are not trying to hide
3310 // Currently in a hide animation... turn this into
3809 // window has the flag to hide the lock screen, then the lock screen
3883 + " -- going to hide");
5383 Log.d(TAG, "current mode is SecurityMode, ignore hide keyguard");
9101 // does stuff like hide the status bar we won't get a
9158 // does stuff like hide th
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java186 * @hide Entry of an operation on the fragment back stack.
462 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java142 /** {@hide} */
1306 0, // hide score from apps
2522 record.callback.hide();
2524 Slog.w(TAG, "Object died trying to hide notification " + record.callback
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1034 mChildHelper.hide(view);

Completed in 753 milliseconds

1234