/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | FakePowerManagerWrapper.java | 26 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | FaceDownDetector.java | 148 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerView.java | 81 private boolean mInteractive; field in DividerView 262 mInteractive = true; in onFinishInflate() 286 if (mSplitLayout == null || !mInteractive) { in onTouch() 431 if (interactive == mInteractive) return; in setInteractive() 435 mInteractive = interactive; in setInteractive() 436 if (!mInteractive && hideHandle && mMoving) { in setInteractive() 446 mHandle.setVisibility(!mInteractive && hideHandle ? View.INVISIBLE : View.VISIBLE); in setInteractive()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | LogicalDisplayMapper.java | 190 private boolean mInteractive; field in LogicalDisplayMapper 207 mInteractive = mPowerManager.isInteractive(); in LogicalDisplayMapper() 395 ipw.println("mInteractive=" + mInteractive); in dumpLocked() 444 + ", interactive=" + mInteractive + ", mBootCompleted=" + mBootCompleted); in setDeviceStateLocked() 453 mInteractive, mBootCompleted); in setDeviceStateLocked() 455 isOverrideActive, mInteractive, mBootCompleted); in setDeviceStateLocked() 510 if (mInteractive != interactive) { in onEarlyInteractivityChange() 511 mInteractive = interactive; in onEarlyInteractivityChange() 601 && !mInteractive && mBootCompleted; in finishStateTransitionLocked() 604 && mInteractive && mBootCompleted; in finishStateTransitionLocked() [all …]
|
/aosp14/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamService.java | 225 private boolean mInteractive; field in DreamService 266 if (!mInteractive) { in dispatchKeyEvent() 281 if (!mInteractive) { in dispatchKeyShortcutEvent() 294 if (!mInteractive && event.getActionMasked() == MotionEvent.ACTION_UP) { in dispatchTouchEvent() 305 if (!mInteractive) { in dispatchTrackballEvent() 316 if (!mInteractive) { in dispatchGenericMotionEvent() 568 mInteractive = interactive; in setInteractive() 577 return mInteractive; in isInteractive()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShelf.java | 91 private boolean mInteractive; field in NotificationShelf 204 + " statusBarState=" + mStatusBarState + " interactive=" + mInteractive in toString() 973 mInteractive = canInteract() && mHasItemsInStableShelf; in updateInteractiveness() 974 setClickable(mInteractive); in updateInteractiveness() 975 setFocusable(mInteractive); in updateInteractiveness() 976 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES in updateInteractiveness() 990 return mInteractive; in isInteractive() 1009 if (mInteractive) { in onInitializeAccessibilityNodeInfo()
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | BrightnessTrackerTest.java | 134 mInjector.mInteractive = false; in testStartStopTrackerScreenOnOff() 173 mInjector.mInteractive = true; in testModifyBrightnessConfiguration() 251 mInjector.mInteractive = true; in testAdaptiveOnOff() 1019 boolean mInteractive = true; field in BrightnessTrackerTest.TestInjector 1046 mInteractive = screenOn; in sendScreenChange() 1182 return mInteractive; in isInteractive()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 437 std::atomic<bool> mInteractive; member in android::NativeInputManager 452 : mLooper(looper), mInteractive(true) { in NativeInputManager() 471 dump += StringPrintf(INDENT "Interactive: %s\n", toString(mInteractive.load())); in dump() 1234 mInteractive = interactive; in setInteractive() 1362 const bool interactive = mInteractive.load(); in interceptKeyBeforeQueueing() 1399 const bool interactive = mInteractive.load(); in interceptMotionBeforeQueueing()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | AlarmManagerService.java | 326 boolean mInteractive = true; field in AlarmManagerService 3269 if (!mInteractive) { in dumpImpl() 3696 proto.write(AlarmManagerServiceDumpProto.IS_INTERACTIVE, mInteractive); in dumpProto() 3697 if (!mInteractive) { in dumpProto() 4270 if (mInteractive != interactive) { in interactiveStateChangedLocked() 4271 mInteractive = interactive; in interactiveStateChangedLocked() 4507 if (mInteractive) { in checkAllowNonWakeupDelayLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 996 boolean mInteractive; field in BatteryStatsImpl 5594 if (mInteractive != interactive) { in noteInteractiveLocked() 5595 mInteractive = interactive; in noteInteractiveLocked() 15879 mInteractive = false;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49185 Landroid/service/dreams/DreamService;->mInteractive:Z 74334 Lcom/android/internal/os/BatteryStatsImpl;->mInteractive:Z
|