/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CarrierLabel.java | 42 private boolean mAttached; field in CarrierLabel 61 if (!mAttached) { in onAttachedToWindow() 62 mAttached = true; in onAttachedToWindow() 72 if (mAttached) { in onDetachedFromWindow() 74 mAttached = false; in onDetachedFromWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | AnimatedImageView.java | 31 boolean mAttached; field in AnimatedImageView 43 if (mAttached && mAnim != null) { in updateAnim() 72 mAttached = true; in onAttachedToWindow() 82 mAttached = false; in onDetachedFromWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | CompatModePanel.java | 41 private boolean mAttached = false; field in CompatModePanel 67 if (mAttached) { in onDetachedFromWindow() 68 mAttached = false; in onDetachedFromWindow() 75 if (!mAttached) { in onAttachedToWindow() 76 mAttached = true; in onAttachedToWindow()
|
D | InputMethodsPanel.java | 72 private boolean mAttached = false; field in InputMethodsPanel 124 if (mAttached) { in onDetachedFromWindow() 126 mAttached = false; in onDetachedFromWindow() 133 if (!mAttached) { in onAttachedToWindow() 135 mAttached = true; in onAttachedToWindow()
|
/frameworks/base/test-runner/src/android/test/ |
D | ApplicationTestCase.java | 72 private boolean mAttached = false; field in ApplicationTestCase 104 mAttached = true; in setupApplication() 117 if (!mAttached) { in createApplication()
|
D | ActivityUnitTestCase.java | 82 private boolean mAttached = false; field in ActivityUnitTestCase 126 if (!mAttached) { in startActivity() 153 mAttached = true; in startActivity()
|
/frameworks/base/core/java/android/widget/ |
D | TextClock.java | 123 private boolean mAttached; field in TextClock 430 if (handleTicker && mAttached && hadSeconds != mHasSeconds) { in chooseFormat() 447 if (!mAttached) { in onAttachedToWindow() 448 mAttached = true; in onAttachedToWindow() 467 if (mAttached) { in onDetachedFromWindow() 473 mAttached = false; in onDetachedFromWindow()
|
D | AnalogClock.java | 55 private boolean mAttached; field in AnalogClock 103 if (!mAttached) { in onAttachedToWindow() 104 mAttached = true; in onAttachedToWindow() 127 if (mAttached) { in onDetachedFromWindow() 129 mAttached = false; in onDetachedFromWindow()
|
D | ProgressBar.java | 224 private boolean mAttached; field in ProgressBar 675 if (mAttached && !mRefreshIsPosted) { in refreshProgress() 1174 mAttached = true; in onAttachedToWindow() 1194 mAttached = false; in onDetachedFromWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 54 private boolean mAttached; field in Clock 82 if (!mAttached) { in onAttachedToWindow() 83 mAttached = true; in onAttachedToWindow() 108 if (mAttached) { in onDetachedFromWindow() 110 mAttached = false; in onDetachedFromWindow()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentTabHost.java | 59 private boolean mAttached; field in FragmentTabHost 228 if (mAttached) { in addTab() 275 mAttached = true; in onAttachedToWindow() 286 mAttached = false; in onDetachedFromWindow() 306 if (mAttached) { in onTabChanged()
|
/frameworks/support/v13/java/android/support/v13/app/ |
D | FragmentTabHost.java | 51 private boolean mAttached; field in FragmentTabHost 220 if (mAttached) { in addTab() 267 mAttached = true; in onAttachedToWindow() 278 mAttached = false; in onDetachedFromWindow() 298 if (mAttached) { in onTabChanged()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardTransportControlView.java | 71 private boolean mAttached; field in KeyguardTransportControlView 218 if (!mAttached) { in onAttachedToWindow() 222 mAttached = true; in onAttachedToWindow() 227 if (mAttached) { in onSizeChanged() 238 if (mAttached) { in onDetachedFromWindow() 242 mAttached = false; in onDetachedFromWindow() 261 if (mAttached) { in updateMetadata()
|
D | ClockView.java | 52 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced field in ClockView 167 mAttached++; in onAttachedToWindow() 193 mAttached--; in onDetachedFromWindow()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | TransportControlView.java | 75 private boolean mAttached; field in TransportControlView 228 if (!mAttached) { in onAttachedToWindow() 232 mAttached = true; in onAttachedToWindow() 238 if (mAttached) { in onDetachedFromWindow() 242 mAttached = false; in onDetachedFromWindow() 269 if (mAttached) { in updateMetadata()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 97 mAttached(true) in GLConsumer() 204 if (!mAttached) { in releaseAndUpdateLocked() 355 if (!mAttached) { in detachFromContext() 397 mAttached = false; in detachFromContext() 412 if (mAttached) { in attachToContext() 448 mAttached = true; in attachToContext()
|
/frameworks/native/include/gui/ |
D | GLConsumer.h | 421 bool mAttached; variable
|