Home
last modified time | relevance | path

Searched refs:hideImmediately (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DReachabilityEduLayout.java99 hideImmediately(mMoveLeftButton); in hideAllImmediately()
100 hideImmediately(mMoveRightButton); in hideAllImmediately()
101 hideImmediately(mMoveUpButton); in hideAllImmediately()
102 hideImmediately(mMoveDownButton); in hideAllImmediately()
122 private void hideImmediately(View view) { in hideImmediately() method in ReachabilityEduLayout
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java44 void hideImmediately(); in hideImmediately() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java418 hideImmediately(imeWindowToken, Operation.ACTION_TOGGLE_IME); in hideImeImmediately()
422 private void hideImmediately(WindowToken token, @Operation.Action int action) { in hideImmediately() method in AsyncRotationController
589 hideImmediately(w.mToken, Operation.ACTION_FADE); in handleFinishDrawing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java361 fragment.hideImmediately(); in hideImmediately_notInSplitShade_movesViewUpByHeaderHeight()
375 fragment.hideImmediately(); in hideImmediately_inSplitShade_movesViewUpByQSAbsoluteBottom()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java1121 boolean hideImmediately = mCentralSurfaces.shouldKeyguardHideImmediately(); in onBackPressed()
1122 reset(hideImmediately); in onBackPressed()
1123 if (hideImmediately) { in onBackPressed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java906 public void hideImmediately() { in hideImmediately() method in QSFragment
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1144 private void updateTemporarilyInvisibleAnimation(boolean hideImmediately) { in updateTemporarilyInvisibleAnimation() argument
1156 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java745 mQs.hideImmediately(); in hideQsImmediately()