Home
last modified time | relevance | path

Searched refs:mRemoteInputActive (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.java39 @VisibleForTesting boolean mRemoteInputActive; field in RemoteInputQuickSettingsDisabler
54 if (mRemoteInputActive && misLandscape) { in adjustDisableFlags()
62 if(mRemoteInputActive != active){ in setRemoteInputActive()
63 mRemoteInputActive = active; in setRemoteInputActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisablerTest.java61 assertFalse(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldEnableQuickSetting_afterDeactiviate()
69 assertTrue(mRemoteInputQuickSettingsDisabler.mRemoteInputActive); in shouldDisableQuickSetting_afteActiviate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java154 protected boolean mRemoteInputActive; field in StatusBarKeyguardViewManager
481 mRemoteInputActive = active; in onRemoteInputActive()
812 boolean remoteInputActive = mRemoteInputActive; in updateStates()
890 || mRemoteInputActive || keyguardWithGestureNav in isNavBarVisible()
1002 pw.println(" mRemoteInputActive: " + mRemoteInputActive); in dump()
DNotificationShadeWindowController.java284 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive) { in applyFocusableFlag()
305 || ENABLE_REMOTE_INPUT && state.mRemoteInputActive) { in applyForceShowNavigationFlag()
556 mCurrentState.mRemoteInputActive = remoteInputActive; in onRemoteInputActive()
673 boolean mRemoteInputActive; field in NotificationShadeWindowController.State