Home
last modified time | relevance | path

Searched refs:mIsAttached (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowController.java67 private boolean mIsAttached = false; field in SystemUIOverlayWindowController
106 return mIsAttached; in isAttached()
111 if (mIsAttached) { in attach()
114 mIsAttached = true; in attach()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaPicker.java184 private boolean mIsAttached; field in MediaPicker
191 mIsAttached = true; in onAttach()
340 if (mIsAttached) { in open()