HomeSort by relevance Sort by last modified time
    Searched refs:mInteractive (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/service/dreams/
DreamService.java 181 private boolean mInteractive;
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/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 72 private boolean mInteractive;
593 mInteractive = mStatusBarState == StatusBarState.KEYGUARD && mHasItemsInStableShelf
595 setClickable(mInteractive);
596 setFocusable(mInteractive);
597 setImportantForAccessibility(mInteractive ? View.IMPORTANT_FOR_ACCESSIBILITY_YES
603 return mInteractive;
627 if (mInteractive) {
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 111 private boolean mInteractive = true;
361 if (mInteractive != interactive) {
377 mInteractive = interactive;
404 if (mInteractive) {
439 if (mInteractive) {
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 293 std::atomic<bool> mInteractive;
310 mLooper(looper), mInteractive(true) {
324 mInteractive = true;
340 dump.appendFormat(INDENT "Interactive: %s\n", toString(mInteractive.load()));
837 mInteractive = interactive;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 146 boolean mInteractive = true;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 390 boolean mInteractive;
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 317 milliseconds