Searched refs:mAttached (Results 1 - 11 of 11) 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.java40 private boolean mAttached; field in class:CarrierLabel
59 if (!mAttached) {
60 mAttached = true;
70 if (mAttached) {
72 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 DHoloClock.java50 private boolean mAttached; field in class:HoloClock
104 if (!mAttached) {
105 mAttached = true;
129 if (mAttached) {
131 mAttached = false;
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;
/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) {

Completed in 125 milliseconds