Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java364 public void hideImmediately() { in hideImmediately() method in QSFragmentLegacy
366 mQsImpl.hideImmediately(); in hideImmediately()
DQSImpl.java933 public void hideImmediately() { in hideImmediately() method in QSImpl
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java44 void hideImmediately(); in hideImmediately() method
/frameworks/base/services/core/java/com/android/server/wm/
DAsyncRotationController.java461 hideImmediately(imeWindowToken, Operation.ACTION_TOGGLE_IME); in hideImeImmediately()
465 private void hideImmediately(WindowToken token, @Operation.Action int action) { in hideImmediately() method in AsyncRotationController
662 hideImmediately(w.mToken, Operation.ACTION_FADE); in handleFinishDrawing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java385 mUnderTest.hideImmediately(); in hideImmediately_notInSplitShade_movesViewUpByHeaderHeight()
398 mUnderTest.hideImmediately(); in hideImmediately_inSplitShade_movesViewUpByQSAbsoluteBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1311 boolean hideImmediately = mCentralSurfaces.shouldKeyguardHideImmediately(); in onBackPressed()
1312 reset(hideImmediately); in onBackPressed()
1313 if (hideImmediately) { in onBackPressed()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1203 private void updateTemporarilyInvisibleAnimation(boolean hideImmediately) { in updateTemporarilyInvisibleAnimation() argument
1215 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java751 mQs.hideImmediately(); in hideQsImmediately()