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

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java175 private boolean mInteractive; field in class:DreamService
205 // TODO: create more flexible version of mInteractive that allows use of KEYCODE_BACK
206 if (!mInteractive) {
221 if (!mInteractive) {
232 // TODO: create more flexible version of mInteractive that allows clicks
234 if (!mInteractive) {
245 if (!mInteractive) {
256 if (!mInteractive) {
459 mInteractive = interactive;
468 return mInteractive;
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp265 volatile bool mInteractive; member in class:android::NativeInputManager
282 mLooper(looper), mInteractive(true) {
750 mInteractive = interactive;
833 if (mInteractive) {
857 if (mInteractive) {
869 if (mInteractive) {
888 if (mInteractive) {
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java131 boolean mInteractive = true; field in class:AlarmManagerService
882 if (!mInteractive) {
1315 if (mInteractive != interactive) {
1316 mInteractive = interactive;
1603 if (mInteractive) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java259 boolean mInteractive; field in class:BatteryStatsImpl
3120 if (mInteractive != interactive) {
3122 mInteractive = interactive;
7923 mInteractive = false;
8505 mInteractive = false;

Completed in 128 milliseconds