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

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 31 boolean mAttached;
43 if (mAttached && mAnim != null) {
72 mAttached = true;
82 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 54 private boolean mAttached;
82 if (!mAttached) {
83 mAttached = true;
108 if (mAttached) {
110 mAttached = false;
  /frameworks/base/core/java/android/widget/
TextClock.java 123 private boolean mAttached;
430 if (handleTicker && mAttached && hadSeconds != mHasSeconds) {
447 if (!mAttached) {
448 mAttached = true;
467 if (mAttached) {
473 mAttached = false;
AnalogClock.java 55 private boolean mAttached;
103 if (!mAttached) {
104 mAttached = true;
127 if (mAttached) {
129 mAttached = false;
ProgressBar.java 224 private boolean mAttached;
675 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;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardTransportControlView.java 71 private boolean mAttached;
218 if (!mAttached) {
222 mAttached = true;
227 if (mAttached) {
238 if (mAttached) {
242 mAttached = false;
261 if (mAttached) {
ClockView.java 52 private int mAttached = 0; // for debugging - tells us whether attach/detach is unbalanced
167 mAttached++;
193 mAttached--;
  /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/
TransportControlView.java 75 private boolean mAttached;
228 if (!mAttached) {
232 mAttached = true;
238 if (mAttached) {
242 mAttached = false;
269 if (mAttached) {
  /frameworks/native/include/gui/
GLConsumer.h 415 // mAttached indicates whether the ConsumerBase is currently attached to
421 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/
GLConsumer.cpp 97 mAttached(true)
204 if (!mAttached) {
355 if (!mAttached) {
397 mAttached = false;
412 if (mAttached) {
448 mAttached = true;
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 265 private boolean mAttached = false;
    [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 

Completed in 1078 milliseconds

1 2