Searched refs:mAttached (Results 1 - 18 of 18) 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.java42 private boolean mAttached; field in class:CarrierLabel
61 if (!mAttached) {
62 mAttached = true;
72 if (mAttached) {
74 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.java52 private boolean mAttached; field in class:Clock
79 if (!mAttached) {
80 mAttached = true;
104 if (mAttached) {
106 mAttached = false;
/frameworks/base/core/java/android/widget/
H A DTextClock.java116 private boolean mAttached; field in class:TextClock
407 if (handleTicker && mAttached && hadSeconds != mHasSeconds) {
424 if (!mAttached) {
425 mAttached = true;
444 if (mAttached) {
450 mAttached = false;
H A DAnalogClock.java55 private boolean mAttached; field in class:AnalogClock
103 if (!mAttached) {
104 mAttached = true;
127 if (mAttached) {
129 mAttached = false;
H A DProgressBar.java226 private boolean mAttached; field in class:ProgressBar
706 if (mAttached && !mRefreshIsPosted) {
1205 mAttached = true;
1225 mAttached = false;
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java51 private boolean mAttached; field in class:FragmentTabHost
220 if (mAttached) {
267 mAttached = true;
278 mAttached = false;
298 if (mAttached) {
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java59 private boolean mAttached; field in class:FragmentTabHost
228 if (mAttached) {
275 mAttached = true;
286 mAttached = false;
306 if (mAttached) {
/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.java75 private boolean mAttached; field in class:TransportControlView
227 if (!mAttached) {
231 mAttached = true;
237 if (mAttached) {
241 mAttached = false;
268 if (mAttached) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DClockView.java52 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced field in class:ClockView
167 mAttached++;
193 mAttached--;
H A DKeyguardTransportControlView.java71 private boolean mAttached; field in class:KeyguardTransportControlView
245 if (!mAttached) {
249 mAttached = true;
256 if (mAttached) {
260 mAttached = false;
279 if (mAttached) {
/frameworks/native/include/gui/
H A DSurfaceTexture.h390 // mAttached indicates whether the ConsumerBase is currently attached to
396 bool mAttached; member in class:android::SurfaceTexture
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp132 mAttached(true)
210 if (!mAttached) {
346 if (!mAttached) {
388 mAttached = false;
403 if (mAttached) {
461 mAttached = true;

Completed in 2408 milliseconds