/frameworks/native/services/displayservice/ |
D | DisplayEventReceiver.cpp | 133 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/ |
D | AnimatedImageView.java | 34 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/ |
D | ApplicationTestCase.java | 76 private boolean mAttached = false; field in ApplicationTestCase 108 mAttached = true; in setupApplication() 121 if (!mAttached) { in createApplication()
|
D | ActivityUnitTestCase.java | 90 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/ |
D | DefaultUiController.java | 60 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/ |
D | AnalogClock.java | 62 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()
|
D | ProgressBar.java | 236 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/ |
D | GLConsumer.cpp | 124 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/ |
D | Clock.java | 84 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/ |
D | SinkActivity.java | 82 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/ |
D | DisplayEventReceiver.h | 62 sp<AttachedEvent> mAttached; variable
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
D | EnableZenModeDialog.java | 83 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/ |
D | ZenModePanel.java | 127 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/ |
D | GLConsumer.h | 497 bool mAttached; variable
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 644 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/ |
D | hiddenapi-greylist-max-o.txt | 80744 Landroid/widget/AnalogClock;->mAttached:Z 83096 Landroid/widget/ProgressBar;->mAttached:Z
|