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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAttachDetachCollector.java28 private final List<View> mAttached = new ArrayList<>(); field in class:AttachDetachCollector
37 mAttached.add(view);
46 mAttached.clear();
51 return mAttached;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java34 boolean mAttached; field in class:AnimatedImageView
61 if (mAttached && mAnim != null) {
100 mAttached = true;
110 mAttached = false;
/frameworks/base/test-runner/src/android/test/
H A DApplicationTestCase.java76 private boolean mAttached = false; field in class:ApplicationTestCase
108 mAttached = true;
121 if (!mAttached) {
H A DActivityUnitTestCase.java90 private boolean mAttached = false; field in class:ActivityUnitTestCase
134 if (!mAttached) {
162 mAttached = true;
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java57 private boolean mAttached; field in class:AnalogClock
107 if (!mAttached) {
108 mAttached = true;
139 if (mAttached) {
141 mAttached = false;
H A DTextClock.java133 private boolean mAttached; field in class:TextClock
504 if (handleTicker && mAttached && hadSeconds != mHasSeconds) {
521 if (!mAttached) {
522 mAttached = true;
541 if (mAttached) {
547 mAttached = false;
H A DProgressBar.java241 private boolean mAttached; field in class:ProgressBar
1390 if (mAttached && !mRefreshIsPosted) {
1932 mAttached = true;
1950 mAttached = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java60 private boolean mAttached; field in class:Clock
100 if (!mAttached) {
101 mAttached = true;
130 if (mAttached) {
132 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;
306 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;
314 if (mAttached) {
/frameworks/native/libs/gui/
H A DGLConsumer.cpp170 mAttached(true)
198 mAttached(false)
281 if (mAttached) {
294 GLC_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached);
296 if (mAttached) {
326 if (mAttached) {
406 if (!mAttached) {
601 if (!mAttached) {
631 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/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/native/include/gui/
H A DGLConsumer.h485 // mAttached indicates whether the ConsumerBase is currently attached to
491 bool mAttached; member in class:android::GLConsumer
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java119 private boolean mAttached; field in class:ZenModePanel
140 pw.print(" mAttached="); pw.println(mAttached);
230 mAttached = true;
245 mAttached = false;
264 setRequestingConditions(mAttached && !mHidden);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java680 private AtomicBoolean mAttached = new AtomicBoolean(false); field in class:DcTracker
1214 if (mAttached.get() && apnContext.isReady()) {
1377 mAttached.set(false);
1382 mAttached.set(true);
1404 boolean attachedState = mAttached.get();
1679 if (!mAttached.get() || !apnContext.isReady()) {
1965 (mAttached.get() == false || dcFailCause != DcFailCause.SIGNAL_LOST));
3178 if (mAttached.get() && apnContext.isReady() && retryAfterDisconnected(apnContext)) {
3302 if (mAttached.get() && apnContext.isReady()) {
4366 pw.println(" mAttached
[all...]

Completed in 5801 milliseconds