Searched refs:mInteractive (Results 1 – 8 of 8) sorted by relevance
183 private boolean mInteractive; field in DreamService214 if (!mInteractive) { in dispatchKeyEvent()229 if (!mInteractive) { in dispatchKeyShortcutEvent()242 if (!mInteractive) { in dispatchTouchEvent()253 if (!mInteractive) { in dispatchTrackballEvent()264 if (!mInteractive) { in dispatchGenericMotionEvent()516 mInteractive = interactive; in setInteractive()525 return mInteractive; in isInteractive()
92 private boolean mInteractive; field in NotificationShelf901 mInteractive = mStatusBarState == StatusBarState.KEYGUARD && mHasItemsInStableShelf;902 setClickable(mInteractive);903 setFocusable(mInteractive);904 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES910 return mInteractive;933 if (mInteractive) {
139 private boolean mInteractive = true; field in Notifier395 if (mInteractive != interactive) { in onWakefulnessChangeStarted()414 mInteractive = interactive; in onWakefulnessChangeStarted()442 if (mInteractive) { in handleEarlyInteractiveChange()479 if (mInteractive) { in handleLateInteractiveChange()
116 mInjector.mInteractive = false; in testStartStopTrackerScreenOnOff()205 mInjector.mInteractive = true; in testAdaptiveOnOff()819 boolean mInteractive = true; field in BrightnessTrackerTest.TestInjector846 mInteractive = screenOn; in sendScreenChange()974 return mInteractive; in isInteractive()
318 std::atomic<bool> mInteractive; member in android::NativeInputManager336 mLooper(looper), mInteractive(true) { in NativeInputManager()350 mInteractive = true; in NativeInputManager()366 dump += StringPrintf(INDENT "Interactive: %s\n", toString(mInteractive.load())); in dump()921 mInteractive = interactive; in setInteractive()1031 bool interactive = mInteractive.load(); in interceptKeyBeforeQueueing()1070 bool interactive = mInteractive.load(); in interceptMotionBeforeQueueing()
213 boolean mInteractive = true; field in AlarmManagerService2258 if (!mInteractive) { in dumpImpl()2608 proto.write(AlarmManagerServiceDumpProto.IS_INTERACTIVE, mInteractive); in dumpProto()2609 if (!mInteractive) { in dumpProto()3330 if (mInteractive != interactive) { in interactiveStateChangedLocked()3331 mInteractive = interactive; in interactiveStateChangedLocked()3801 if (mInteractive) { in checkAllowNonWakeupDelayLocked()
788 boolean mInteractive; field in BatteryStatsImpl4854 if (mInteractive != interactive) { in noteInteractiveLocked()4856 mInteractive = interactive; in noteInteractiveLocked()13602 mInteractive = false; in readSummaryFromParcel()14561 mInteractive = false; in readFromParcelLocked()
63097 Landroid/service/dreams/DreamService;->mInteractive:Z88763 Lcom/android/internal/os/BatteryStatsImpl;->mInteractive:Z