Home
last modified time | relevance | path

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

/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp133 if (mAttached != nullptr || callback == nullptr) { in init()
137 mAttached = new AttachedEvent(callback); in init()
139 return mAttached->valid() ? Status::SUCCESS : Status::UNKNOWN; in init()
145 if (mAttached == nullptr || count < 0) { in setVsyncRate()
149 bool success = OK == mAttached->receiver().setVsyncRate(count); in setVsyncRate()
156 if (mAttached == nullptr) { in requestNextVsync()
160 bool success = OK == mAttached->receiver().requestNextVsync(); in requestNextVsync()
166 if (mAttached == nullptr) { in close()
170 bool success = mAttached->detach(); in close()
171 mAttached = nullptr; in close()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAnimatedImageView.java34 boolean mAttached; field in AnimatedImageView
73 if (mAttached && mAnim != null) { in updateAnim()
112 mAttached = true; in onAttachedToWindow()
122 mAttached = false; in onDetachedFromWindow()
/frameworks/base/test-runner/src/android/test/
DApplicationTestCase.java76 private boolean mAttached = false; field in ApplicationTestCase
108 mAttached = true; in setupApplication()
121 if (!mAttached) { in createApplication()
DActivityUnitTestCase.java90 private boolean mAttached = false; field in ActivityUnitTestCase
134 if (!mAttached) { in startActivity()
162 mAttached = true; in startActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDefaultUiController.java60 private boolean mAttached = false; field in DefaultUiController
153 if (!mAttached) { in attach()
155 mAttached = true; in attach()
160 if (mAttached) { in detach()
162 mAttached = false; in detach()
/frameworks/base/core/java/android/widget/
DAnalogClock.java62 private boolean mAttached; field in AnalogClock
114 if (!mAttached) { in onAttachedToWindow()
115 mAttached = true; in onAttachedToWindow()
146 if (mAttached) { in onDetachedFromWindow()
148 mAttached = false; in onDetachedFromWindow()
DProgressBar.java236 private boolean mAttached; field in ProgressBar
1632 if (mAttached && !mRefreshIsPosted) { in refreshProgress()
2256 mAttached = true; in onAttachedToWindow()
2274 mAttached = false; in onDetachedFromWindow()
/frameworks/native/libs/gui/
DGLConsumer.cpp124 mAttached(true) in GLConsumer()
153 mAttached(false) in GLConsumer()
236 if (mAttached) { in releaseTexImage()
249 GLC_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached); in releaseTexImage()
251 if (mAttached) { in releaseTexImage()
283 if (mAttached) { in releaseTexImage()
364 if (!mAttached) { in updateAndReleaseLocked()
558 if (!mAttached) { in detachFromContext()
588 mAttached = false; in detachFromContext()
603 if (mAttached) { in attachToContext()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java84 private boolean mAttached; field in Clock
178 if (!mAttached) { in onAttachedToWindow()
179 mAttached = true; in onAttachedToWindow()
215 if (mAttached) { in onDetachedFromWindow()
217 mAttached = false; in onDetachedFromWindow()
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DSinkActivity.java82 private boolean mAttached; field in SinkActivity
409 if (mAttached) { in startServices()
425 mAttached = true; in onAttachedToWindow()
435 mAttached = false; in onDetachedFromWindow()
/frameworks/native/services/displayservice/include/displayservice/
DDisplayEventReceiver.h62 sp<AttachedEvent> mAttached; variable
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java83 private boolean mAttached; field in EnableZenModeDialog
108 mAttached = false; in createDialog()
321 if (!mAttached || getConditionTagAt(COUNTDOWN_CONDITION_INDEX).condition == null) { in bindGenericCountdown()
407 if (c != null && (!mAttached || tag == null || tag.condition == null)) { in bindNextAlarm()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java127 private boolean mAttached; field in ZenModePanel
156 pw.print(" mAttached="); pw.println(mAttached); in dump()
319 mAttached = attached; in setAttached()
325 if (isVisible == mAttached) return; in onVisibilityAggregated()
553 if (!mAttached || getConditionTagAt(COUNTDOWN_CONDITION_INDEX).condition == null) {
563 if (c != null && (!mAttached || tag == null || tag.condition == null)) {
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h497 bool mAttached; variable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java644 private AtomicBoolean mAttached = new AtomicBoolean(false); field in DcTracker
1086 if (mAttached.get() && apnContext.isReady()) { in getActiveApnTypes()
1231 mAttached.set(false); in onDataConnectionDetached()
1236 mAttached.set(true); in onDataConnectionAttached()
1289 boolean attachedState = mAttached.get(); in isDataAllowed()
1892 && (mAttached.get() == false || dcFailCause != DataFailCause.SIGNAL_LOST)); in isPermanentFailure()
3053 if (mAttached.get() && apnContext.isReady() && retryAfterDisconnected(apnContext)) { in onDisconnectDone()
4239 pw.println(" mAttached=" + mAttached.get()); in dump()
4688 return mAttached.get() && isDataAllowed(null); in checkRecovery()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80744 Landroid/widget/AnalogClock;->mAttached:Z
83096 Landroid/widget/ProgressBar;->mAttached:Z