Searched refs:mInteractive (Results 1 – 7 of 7) sorted by relevance
181 private boolean mInteractive; field in DreamService212 if (!mInteractive) { in dispatchKeyEvent()227 if (!mInteractive) { in dispatchKeyShortcutEvent()240 if (!mInteractive) { in dispatchTouchEvent()251 if (!mInteractive) { in dispatchTrackballEvent()262 if (!mInteractive) { in dispatchGenericMotionEvent()514 mInteractive = interactive; in setInteractive()523 return mInteractive; in isInteractive()
134 private boolean mInteractive = true; field in Notifier377 if (mInteractive != interactive) { in onWakefulnessChangeStarted()393 mInteractive = interactive; in onWakefulnessChangeStarted()420 if (mInteractive) { in handleEarlyInteractiveChange()455 if (mInteractive) { in handleLateInteractiveChange()
82 private boolean mInteractive; field in NotificationShelf821 mInteractive = mStatusBarState == StatusBarState.KEYGUARD && mHasItemsInStableShelf in updateInteractiveness()823 setClickable(mInteractive); in updateInteractiveness()824 setFocusable(mInteractive); in updateInteractiveness()825 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in updateInteractiveness()831 return mInteractive; in isInteractive()855 if (mInteractive) { in onInitializeAccessibilityNodeInfo()
104 mInjector.mInteractive = false; in testStartStopTrackerScreenOnOff()137 mInjector.mInteractive = true; in testAdaptiveOnOff()714 boolean mInteractive = true; field in BrightnessTrackerTest.TestInjector735 mInteractive = screenOn; in sendScreenChange()863 return mInteractive; in isInteractive()
309 std::atomic<bool> mInteractive; member in android::NativeInputManager326 mLooper(looper), mInteractive(true) { in NativeInputManager()340 mInteractive = true; in NativeInputManager()356 dump += StringPrintf(INDENT "Interactive: %s\n", toString(mInteractive.load())); in dump()885 mInteractive = interactive; in setInteractive()995 bool interactive = mInteractive.load(); in interceptKeyBeforeQueueing()1033 bool interactive = mInteractive.load(); in interceptMotionBeforeQueueing()
196 boolean mInteractive = true; field in AlarmManagerService1918 if (!mInteractive) { in dumpImpl()2253 proto.write(AlarmManagerServiceDumpProto.IS_INTERACTIVE, mInteractive); in dumpProto()2254 if (!mInteractive) { in dumpProto()2923 if (mInteractive != interactive) { in interactiveStateChangedLocked()2924 mInteractive = interactive; in interactiveStateChangedLocked()3410 if (mInteractive) { in checkAllowNonWakeupDelayLocked()
745 boolean mInteractive; field in BatteryStatsImpl5012 if (mInteractive != interactive) { in noteInteractiveLocked()5014 mInteractive = interactive; in noteInteractiveLocked()13771 mInteractive = false; in readSummaryFromParcel()14705 mInteractive = false; in readFromParcelLocked()