Searched refs:mInteractive (Results 1 – 6 of 6) 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()479 mInteractive = interactive; in setInteractive()488 return mInteractive; in isInteractive()
72 private boolean mInteractive; field in NotificationShelf593 mInteractive = mStatusBarState == StatusBarState.KEYGUARD && mHasItemsInStableShelf595 setClickable(mInteractive);596 setFocusable(mInteractive);597 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES603 return mInteractive;627 if (mInteractive) {
111 private boolean mInteractive = true; field in Notifier361 if (mInteractive != interactive) { in onWakefulnessChangeStarted()377 mInteractive = interactive; in onWakefulnessChangeStarted()404 if (mInteractive) { in handleEarlyInteractiveChange()439 if (mInteractive) { in handleLateInteractiveChange()
293 std::atomic<bool> mInteractive; member in android::NativeInputManager310 mLooper(looper), mInteractive(true) { in NativeInputManager()324 mInteractive = true; in NativeInputManager()340 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load())); in dump()837 mInteractive = interactive; in setInteractive()944 bool interactive = mInteractive.load(); in interceptKeyBeforeQueueing()981 bool interactive = mInteractive.load(); in interceptMotionBeforeQueueing()
146 boolean mInteractive = true; field in AlarmManagerService1436 if (!mInteractive) { in dumpImpl()2045 if (mInteractive != interactive) { in interactiveStateChangedLocked()2046 mInteractive = interactive; in interactiveStateChangedLocked()2442 if (mInteractive) { in checkAllowNonWakeupDelayLocked()
390 boolean mInteractive; field in BatteryStatsImpl4165 if (mInteractive != interactive) { in noteInteractiveLocked()4167 mInteractive = interactive; in noteInteractiveLocked()11376 mInteractive = false; in readSummaryFromParcel()12172 mInteractive = false; in readFromParcelLocked()