Home
last modified time | relevance | path

Searched refs:mInteractive (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DFakePowerManagerWrapper.java26 private boolean mInteractive; field in FakePowerManagerWrapper
30 mInteractive = true; in FakePowerManagerWrapper()
35 return mInteractive; in isInteractive()
39 mInteractive = interactive; in setInteractive()
44 mInteractive = true; in wakeUp()
50 mInteractive = false; in goToSleep()
/frameworks/base/services/core/java/com/android/server/power/
DFaceDownDetector.java148 private boolean mInteractive = false; field in FaceDownDetector
203 final boolean shouldBeActive = mInteractive && mIsEnabled && !sawRecentInteraction; in updateActiveState()
216 if (mFaceDown && !mInteractive) { in updateActiveState()
438 mInteractive = false; in readValuesFromDeviceConfig()
441 mInteractive = mContext.getSystemService(PowerManager.class).isInteractive(); in readValuesFromDeviceConfig()
464 mInteractive = false; in onReceive()
467 mInteractive = true; in onReceive()
DNotifier.java153 private boolean mInteractive = true; field in Notifier
433 if (mInteractive != interactive) { in onWakefulnessChangeStarted()
452 mInteractive = interactive; in onWakefulnessChangeStarted()
480 if (mInteractive) { in handleEarlyInteractiveChange()
511 if (mInteractive) { in handleLateInteractiveChange()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerView.java77 private boolean mInteractive; field in DividerView
257 mInteractive = true; in onFinishInflate()
275 if (mSplitLayout == null || !mInteractive) { in onTouch()
376 if (interactive == mInteractive) return; in setInteractive()
380 mInteractive = interactive; in setInteractive()
381 if (!mInteractive && mMoving) { in setInteractive()
391 mHandle.setVisibility(mInteractive ? View.VISIBLE : View.INVISIBLE); in setInteractive()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplayMapper.java164 private boolean mInteractive; field in LogicalDisplayMapper
177 mInteractive = mPowerManager.isInteractive(); in LogicalDisplayMapper()
356 ipw.println("mInteractive=" + mInteractive); in dumpLocked()
392 + ", interactive=" + mInteractive + ", mBootCompleted=" + mBootCompleted); in setDeviceStateLocked()
401 mInteractive, mBootCompleted); in setDeviceStateLocked()
403 isOverrideActive, mInteractive, mBootCompleted); in setDeviceStateLocked()
455 if (mInteractive != interactive) { in onEarlyInteractivityChange()
456 mInteractive = interactive; in onEarlyInteractivityChange()
544 && !mInteractive && mBootCompleted; in finishStateTransitionLocked()
547 && mInteractive && mBootCompleted; in finishStateTransitionLocked()
[all …]
/frameworks/base/core/java/android/service/dreams/
DDreamService.java224 private boolean mInteractive; field in DreamService
278 if (!mInteractive) { in dispatchKeyEvent()
293 if (!mInteractive) { in dispatchKeyShortcutEvent()
306 if (!mInteractive && event.getActionMasked() == MotionEvent.ACTION_UP) { in dispatchTouchEvent()
317 if (!mInteractive) { in dispatchTrackballEvent()
328 if (!mInteractive) { in dispatchGenericMotionEvent()
580 mInteractive = interactive; in setInteractive()
589 return mInteractive; in isInteractive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java93 private boolean mInteractive; field in NotificationShelf
196 + " statusBarState=" + mStatusBarState + " interactive=" + mInteractive in toString()
939 mInteractive = mStatusBarState == StatusBarState.KEYGUARD && mHasItemsInStableShelf; in updateInteractiveness()
940 setClickable(mInteractive); in updateInteractiveness()
941 setFocusable(mInteractive); in updateInteractiveness()
942 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in updateInteractiveness()
948 return mInteractive; in isInteractive()
967 if (mInteractive) { in onInitializeAccessibilityNodeInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java134 mInjector.mInteractive = false; in testStartStopTrackerScreenOnOff()
173 mInjector.mInteractive = true; in testModifyBrightnessConfiguration()
254 mInjector.mInteractive = true; in testAdaptiveOnOff()
967 boolean mInteractive = true; field in BrightnessTrackerTest.TestInjector
994 mInteractive = screenOn; in sendScreenChange()
1124 return mInteractive; in isInteractive()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp391 std::atomic<bool> mInteractive; member in android::NativeInputManager
408 mLooper(looper), mInteractive(true) { in NativeInputManager()
422 mInteractive = true; in NativeInputManager()
438 dump += StringPrintf(INDENT "Interactive: %s\n", toString(mInteractive.load())); in dump()
1113 mInteractive = interactive; in setInteractive()
1223 bool interactive = mInteractive.load(); in interceptKeyBeforeQueueing()
1262 bool interactive = mInteractive.load(); in interceptMotionBeforeQueueing()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java297 boolean mInteractive = true; field in AlarmManagerService
3198 if (!mInteractive) { in dumpImpl()
3624 proto.write(AlarmManagerServiceDumpProto.IS_INTERACTIVE, mInteractive); in dumpProto()
3625 if (!mInteractive) { in dumpProto()
4198 if (mInteractive != interactive) { in interactiveStateChangedLocked()
4199 mInteractive = interactive; in interactiveStateChangedLocked()
4408 if (mInteractive) { in checkAllowNonWakeupDelayLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java893 boolean mInteractive; field in BatteryStatsImpl
6187 if (mInteractive != interactive) { in noteInteractiveLocked()
6188 mInteractive = interactive; in noteInteractiveLocked()
17336 mInteractive = false;
18345 mInteractive = false;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49185 Landroid/service/dreams/DreamService;->mInteractive:Z
74334 Lcom/android/internal/os/BatteryStatsImpl;->mInteractive:Z