Searched refs:mAttached (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java31 boolean mAttached; field in class:AnimatedImageView
43 if (mAttached && mAnim != null) {
72 mAttached = true;
81 mAttached = false;
/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java72 private boolean mAttached = false; field in class:ApplicationTestCase
104 mAttached = true;
117 if (!mAttached) {
H A DActivityUnitTestCase.java82 private boolean mAttached = false; field in class:ActivityUnitTestCase
126 if (!mAttached) {
153 mAttached = true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCarrierLabel.java41 private boolean mAttached; field in class:CarrierLabel
60 if (!mAttached) {
61 mAttached = true;
71 if (mAttached) {
73 mAttached = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java41 private boolean mAttached = false; field in class:CompatModePanel
67 if (mAttached) {
68 mAttached = false;
75 if (!mAttached) {
76 mAttached = true;
H A DInputMethodsPanel.java72 private boolean mAttached = false; field in class:InputMethodsPanel
124 if (mAttached) {
126 mAttached = false;
133 if (!mAttached) {
135 mAttached = true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java51 private boolean mAttached; field in class:Clock
78 if (!mAttached) {
79 mAttached = true;
103 if (mAttached) {
105 mAttached = false;
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java51 private boolean mAttached; field in class:AnalogClock
99 if (!mAttached) {
100 mAttached = true;
123 if (mAttached) {
125 mAttached = false;
H A DProgressBar.java226 private boolean mAttached; field in class:ProgressBar
680 if (mAttached && !mRefreshIsPosted) {
1174 mAttached = true;
1194 mAttached = false;
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java56 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced field in class:DigitalClock
186 mAttached++;
212 mAttached--;
H A DTransportControlView.java76 private boolean mAttached; field in class:TransportControlView
228 if (!mAttached) {
232 mAttached = true;
238 if (mAttached) {
242 mAttached = false;
269 if (mAttached) {
/frameworks/native/include/gui/
H A DSurfaceTexture.h403 // mAttached indicates whether the SurfaceTexture is currently attached to
409 bool mAttached; member in class:android::SurfaceTexture
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp123 mAttached(true)
194 if (!mAttached) {
341 if (!mAttached) {
383 mAttached = false;
398 if (mAttached) {
456 mAttached = true;

Completed in 221 milliseconds