Searched refs:mAttached (Results 1 – 11 of 11) sorted by relevance
40 private boolean mAttached; field in CarrierLabel59 if (!mAttached) { in onAttachedToWindow()60 mAttached = true; in onAttachedToWindow()70 if (mAttached) { in onDetachedFromWindow()72 mAttached = false; in onDetachedFromWindow()
31 boolean mAttached; field in AnimatedImageView43 if (mAttached && mAnim != null) { in updateAnim()72 mAttached = true; in onAttachedToWindow()81 mAttached = false; in onDetachedFromWindow()
41 private boolean mAttached = false; field in CompatModePanel67 if (mAttached) { in onDetachedFromWindow()68 mAttached = false; in onDetachedFromWindow()75 if (!mAttached) { in onAttachedToWindow()76 mAttached = true; in onAttachedToWindow()
50 private boolean mAttached; field in HoloClock102 if (!mAttached) { in onAttachedToWindow()103 mAttached = true; in onAttachedToWindow()127 if (mAttached) { in onDetachedFromWindow()129 mAttached = false; in onDetachedFromWindow()
72 private boolean mAttached = false; field in InputMethodsPanel124 if (mAttached) { in onDetachedFromWindow()126 mAttached = false; in onDetachedFromWindow()133 if (!mAttached) { in onAttachedToWindow()135 mAttached = true; in onAttachedToWindow()
72 private boolean mAttached = false; field in ApplicationTestCase104 mAttached = true; in setupApplication()117 if (!mAttached) { in createApplication()
82 private boolean mAttached = false; field in ActivityUnitTestCase126 if (!mAttached) { in startActivity()153 mAttached = true; in startActivity()
51 private boolean mAttached; field in Clock78 if (!mAttached) { in onAttachedToWindow()79 mAttached = true; in onAttachedToWindow()103 if (mAttached) { in onDetachedFromWindow()105 mAttached = false; in onDetachedFromWindow()
51 private boolean mAttached; field in AnalogClock99 if (!mAttached) { in onAttachedToWindow()100 mAttached = true; in onAttachedToWindow()123 if (mAttached) { in onDetachedFromWindow()125 mAttached = false; in onDetachedFromWindow()
76 private boolean mAttached; field in TransportControlView228 if (!mAttached) { in onAttachedToWindow()232 mAttached = true; in onAttachedToWindow()238 if (mAttached) { in onDetachedFromWindow()242 mAttached = false; in onDetachedFromWindow()269 if (mAttached) { in updateMetadata()
56 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced field in DigitalClock183 mAttached++; in onAttachedToWindow()209 mAttached--; in onDetachedFromWindow()