HomeSort by relevance Sort by last modified time
    Searched refs:mAttached (Results 1 - 17 of 17) 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 41 private boolean mAttached;
60 if (!mAttached) {
61 mAttached = true;
71 if (mAttached) {
73 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 51 private boolean mAttached;
78 if (!mAttached) {
79 mAttached = true;
103 if (mAttached) {
105 mAttached = false;
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 47 private boolean mAttached;
124 if (mAttached) return;
125 mAttached = true;
148 if (!mAttached) return;
149 mAttached = false;
  /frameworks/base/core/java/android/widget/
AnalogClock.java 51 private boolean mAttached;
99 if (!mAttached) {
100 mAttached = true;
123 if (mAttached) {
125 mAttached = false;
ProgressBar.java 226 private boolean mAttached;
680 if (mAttached && !mRefreshIsPosted) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 146 boolean mAttached;
253 mAttached = false;
268 if (mScreenshotBitmap == null || mAttached) {
312 mAttached = true;
321 if (!mAttached) return;
336 if (!mAttached) return;
344 if (!mAttached) return;
387 if (!mAttached) return;
391 mAttached = false;
514 if (mHardwareAccelerated && mAttached && !mSending)
    [all...]
  /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 76 private boolean mAttached;
228 if (!mAttached) {
232 mAttached = true;
238 if (mAttached) {
242 mAttached = false;
269 if (mAttached) {
  /frameworks/native/include/gui/
SurfaceTexture.h 403 // mAttached indicates whether the SurfaceTexture is currently attached to
409 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 123 mAttached(true)
194 if (!mAttached) {
341 if (!mAttached) {
383 mAttached = false;
398 if (mAttached) {
456 mAttached = true;
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 255 private boolean mAttached = false;
    [all...]

Completed in 255 milliseconds