Searched refs:mAttached (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java30 boolean mAttached; field in class:AnimatedImageView
47 if (mAttached && mAnim != null) {
86 mAttached = true;
96 mAttached = false;
/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java70 private boolean mAttached = false; field in class:ApplicationTestCase
102 mAttached = true;
115 if (!mAttached) {
H A DActivityUnitTestCase.java86 private boolean mAttached = false; field in class:ActivityUnitTestCase
130 if (!mAttached) {
158 mAttached = true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java49 private boolean mAttached; field in class:Clock
86 if (!mAttached) {
87 mAttached = true;
113 if (mAttached) {
115 mAttached = false;
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java57 private boolean mAttached; field in class:AnalogClock
108 if (!mAttached) {
109 mAttached = true;
140 if (mAttached) {
142 mAttached = false;
H A DTextClock.java133 private boolean mAttached; field in class:TextClock
498 if (handleTicker && mAttached && hadSeconds != mHasSeconds) {
515 if (!mAttached) {
516 mAttached = true;
535 if (mAttached) {
541 mAttached = false;
H A DProgressBar.java233 private boolean mAttached; field in class:ProgressBar
1323 if (mAttached && !mRefreshIsPosted) {
1848 mAttached = true;
1866 mAttached = false;
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java51 private boolean mAttached; field in class:FragmentTabHost
224 if (mAttached) {
271 mAttached = true;
282 mAttached = false;
302 if (mAttached) {
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java59 private boolean mAttached; field in class:FragmentTabHost
232 if (mAttached) {
279 mAttached = true;
290 mAttached = false;
310 if (mAttached) {
/frameworks/native/libs/gui/
H A DGLConsumer.cpp147 mAttached(true)
174 mAttached(false)
259 if (mAttached) {
272 GLC_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached);
274 if (mAttached) {
305 if (mAttached) {
384 if (!mAttached) {
563 if (!mAttached) {
593 mAttached
[all...]
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java82 private boolean mAttached; field in class:SinkActivity
409 if (mAttached) {
425 mAttached = true;
435 mAttached = false;
/frameworks/native/include/gui/
H A DGLConsumer.h468 // mAttached indicates whether the ConsumerBase is currently attached to
474 bool mAttached; member in class:android::GLConsumer
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java122 private boolean mAttached; field in class:BackgroundManager
824 mAttached = true;
832 return mAttached;
851 mAttached = false;
992 if (!mAttached) {
1080 if (!mAttached) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java137 private AtomicBoolean mAttached = new AtomicBoolean(false); field in class:DcTracker
497 if (mAttached.get() && apnContext.isReady()) {
682 mAttached.set(false);
687 mAttached.set(true);
710 boolean attachedState = mAttached.get();
922 if (!mAttached.get() || !apnContext.isReady()) {
1134 (mAttached.get() == false || dcFailCause != DcFailCause.SIGNAL_LOST));
2096 if (mAttached.get() && apnContext.isReady() && retryAfterDisconnected(apnContext)) {
2223 if (mAttached.get() && apnContext.isReady()) {
2917 pw.println(" mAttached
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java117 private boolean mAttached; field in class:ZenModePanel
140 pw.print(" mAttached="); pw.println(mAttached);
226 mAttached = true;
240 mAttached = false;
258 setRequestingConditions(mAttached && !mHidden);

Completed in 304 milliseconds