Searched refs:mInteractive (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java181 private boolean mInteractive; field in class:DreamService
211 // TODO: create more flexible version of mInteractive that allows use of KEYCODE_BACK
212 if (!mInteractive) {
227 if (!mInteractive) {
238 // TODO: create more flexible version of mInteractive that allows clicks
240 if (!mInteractive) {
251 if (!mInteractive) {
262 if (!mInteractive) {
479 mInteractive = interactive;
488 return mInteractive;
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java109 private boolean mInteractive = true; field in class:Notifier
358 if (mInteractive != interactive) {
374 mInteractive = interactive;
401 if (mInteractive) {
436 if (mInteractive) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java80 private boolean mInteractive; field in class:NotificationShelf
738 mInteractive = mStatusBarState == StatusBarState.KEYGUARD && mHasItemsInStableShelf
740 setClickable(mInteractive);
741 setFocusable(mInteractive);
742 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES
748 return mInteractive;
772 if (mInteractive) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp306 std::atomic<bool> mInteractive; member in class:android::NativeInputManager
323 mLooper(looper), mInteractive(true) {
337 mInteractive = true;
353 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load()));
882 mInteractive = interactive;
992 bool interactive = mInteractive.load();
1030 bool interactive = mInteractive.load();
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java150 boolean mInteractive = true; field in class:AlarmManagerService
1477 if (!mInteractive) {
2090 if (mInteractive != interactive) {
2091 mInteractive = interactive;
2487 if (mInteractive) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java434 boolean mInteractive; field in class:BatteryStatsImpl
4289 if (mInteractive != interactive) {
4291 mInteractive = interactive;
11810 mInteractive = false;
12667 mInteractive = false;

Completed in 193 milliseconds