HomeSort by relevance Sort by last modified time
    Searched refs:mAttached (Results 1 - 23 of 23) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 31 boolean mAttached;
43 if (mAttached && mAnim != null) {
72 mAttached = true;
81 mAttached = false;
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 72 private boolean mAttached = false;
104 mAttached = true;
117 if (!mAttached) {
ActivityUnitTestCase.java 82 private boolean mAttached = false;
126 if (!mAttached) {
153 mAttached = true;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
CarrierLabel.java 42 private boolean mAttached;
61 if (!mAttached) {
62 mAttached = true;
72 if (mAttached) {
74 mAttached = false;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
CompatModePanel.java 41 private boolean mAttached = false;
67 if (mAttached) {
68 mAttached = false;
75 if (!mAttached) {
76 mAttached = true;
InputMethodsPanel.java 72 private boolean mAttached = false;
124 if (mAttached) {
126 mAttached = false;
133 if (!mAttached) {
135 mAttached = true;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 52 private boolean mAttached;
79 if (!mAttached) {
80 mAttached = true;
104 if (mAttached) {
106 mAttached = false;
  /frameworks/base/core/java/android/widget/
TextClock.java 116 private boolean mAttached;
407 if (handleTicker && mAttached && hadSeconds != mHasSeconds) {
424 if (!mAttached) {
425 mAttached = true;
444 if (mAttached) {
450 mAttached = false;
AnalogClock.java 55 private boolean mAttached;
103 if (!mAttached) {
104 mAttached = true;
127 if (mAttached) {
129 mAttached = false;
ProgressBar.java 226 private boolean mAttached;
706 if (mAttached && !mRefreshIsPosted) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 52 private boolean mAttached;
139 if (mAttached) return;
140 mAttached = true;
163 if (!mAttached) return;
164 mAttached = false;
AnalogClock.java 53 private boolean mAttached;
106 if (!mAttached) {
107 mAttached = true;
134 if (mAttached) {
137 mAttached = false;
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 146 boolean mAttached;
255 mAttached = false;
270 if (mScreenshotBitmap == null || mAttached) {
314 mAttached = true;
323 if (!mAttached) return;
338 if (!mAttached) return;
346 if (!mAttached) return;
389 if (!mAttached) return;
393 mAttached = false;
526 if (mHardwareAccelerated && mAttached && !mSending)
    [all...]
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 51 private boolean mAttached;
220 if (mAttached) {
267 mAttached = true;
278 mAttached = false;
298 if (mAttached) {
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 59 private boolean mAttached;
228 if (mAttached) {
275 mAttached = true;
286 mAttached = false;
306 if (mAttached) {
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 56 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced
186 mAttached++;
212 mAttached--;
TransportControlView.java 75 private boolean mAttached;
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/
ClockView.java 52 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced
167 mAttached++;
193 mAttached--;
KeyguardTransportControlView.java 71 private boolean mAttached;
245 if (!mAttached) {
249 mAttached = true;
256 if (mAttached) {
260 mAttached = false;
279 if (mAttached) {
  /frameworks/native/include/gui/
SurfaceTexture.h 390 // mAttached indicates whether the ConsumerBase is currently attached to
396 bool mAttached;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 80 private boolean mAttached;
154 mAttached = true;
204 mAttached = false;
218 if (mAttached && !mPaused) {
    [all...]
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 132 mAttached(true)
210 if (!mAttached) {
346 if (!mAttached) {
388 mAttached = false;
403 if (mAttached) {
461 mAttached = true;
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 257 private boolean mAttached = false;
    [all...]

Completed in 507 milliseconds