Searched defs:mAttached (Results 1 - 14 of 14) sorted by last modified time

/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/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java110 private boolean mAttached; field in class:BackgroundManager
514 mAttached = true;
534 mAttached = false;
626 if (!mAttached) {
700 if (!mAttached || mLayerWrapper == null) {
/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/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java141 private AtomicBoolean mAttached = new AtomicBoolean(false); field in class:DcTracker
505 if (mAttached.get() && apnContext.isReady()) {
680 mAttached.set(false);
685 mAttached.set(true);
708 boolean attachedState = mAttached.get();
899 if (!mAttached.get() || !apnContext.isReady()) {
1160 (mAttached.get() == false || dcFailCause != DcFailCause.SIGNAL_LOST));
2108 if (mAttached.get() && apnContext.isReady() && retryAfterDisconnected(apnContext)) {
2235 if (mAttached.get() && apnContext.isReady()) {
2924 pw.println(" mAttached
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h467 // mAttached indicates whether the ConsumerBase is currently attached to
473 bool mAttached; member in class:android::GLConsumer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java30 boolean mAttached; field in class:AnimatedImageView
42 if (mAttached && mAnim != null) {
71 mAttached = true;
81 mAttached = false;
/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/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java114 private boolean mAttached; field in class:ZenModePanel
147 pw.print(" mAttached="); pw.println(mAttached);
218 mAttached = true;
233 mAttached = false;
252 setRequestingConditions(mAttached && !mHidden);
/frameworks/base/test-runner/src/android/test/
H A DActivityUnitTestCase.java86 private boolean mAttached = false; field in class:ActivityUnitTestCase
130 if (!mAttached) {
158 mAttached = true;
H A DApplicationTestCase.java70 private boolean mAttached = false; field in class:ApplicationTestCase
102 mAttached = true;
115 if (!mAttached) {
/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/base/core/java/android/widget/
H A DAnalogClock.java55 private boolean mAttached; field in class:AnalogClock
106 if (!mAttached) {
107 mAttached = true;
138 if (mAttached) {
140 mAttached = false;
H A DProgressBar.java231 private boolean mAttached; field in class:ProgressBar
1282 if (mAttached && !mRefreshIsPosted) {
1805 mAttached = true;
1825 mAttached = false;
H A DTextClock.java127 private boolean mAttached; field in class:TextClock
468 if (handleTicker && mAttached && hadSeconds != mHasSeconds) {
485 if (!mAttached) {
486 mAttached = true;
505 if (mAttached) {
511 mAttached = false;

Completed in 620 milliseconds