/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationAnimationController.java | 49 @IntDef({STATE_DISABLED, STATE_ENABLED, STATE_DISABLING, STATE_ENABLING}) 53 @VisibleForTesting static final int STATE_DISABLED = 0; field in WindowMagnificationAnimationController 74 private int mState = STATE_DISABLED; 161 if (mState == STATE_DISABLED) { in enableWindowMagnification() 208 if (mState == STATE_DISABLED) { in setupEnableAnimationSpecs() 262 if (mState == STATE_DISABLED || mState == STATE_DISABLING) { in deleteWindowMagnification() 263 if (mState == STATE_DISABLED) { in deleteWindowMagnification() 277 setState(STATE_DISABLED); in updateState()
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCapturePerUserService.java | 21 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED; 263 setClientState(clientReceiver, STATE_DISABLED | STATE_INTERNAL_ERROR, in startSessionLocked() 289 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked() 294 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked() 313 setClientState(clientReceiver, STATE_DISABLED | STATE_NOT_WHITELISTED, in startSessionLocked() 318 STATE_DISABLED | STATE_NOT_WHITELISTED, serviceComponentName, in startSessionLocked() 327 setClientState(clientReceiver, STATE_DISABLED | STATE_DUPLICATED_ID, in startSessionLocked() 332 STATE_DISABLED | STATE_DUPLICATED_ID, in startSessionLocked() 344 setClientState(clientReceiver, STATE_DISABLED | STATE_NO_SERVICE, in startSessionLocked() 349 STATE_DISABLED | STATE_NO_SERVICE, serviceComponentName, in startSessionLocked()
|
H A D | ContentCaptureServerSession.java | 23 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED; 212 setClientState(mSessionStateReceiver, STATE_DISABLED | STATE_SERVICE_UPDATING, in pauseLocked()
|
H A D | ContentCaptureManagerService.java | 27 import static android.view.contentcapture.ContentCaptureSession.STATE_DISABLED; 909 setClientState(result, STATE_DISABLED, /* binder= */ null); in startSession()
|
/aosp14/frameworks/base/core/java/com/android/internal/compat/ |
H A D | ChangeReporter.java | 202 case STATE_DISABLED: in stateToString() 214 public static final int STATE_DISABLED = field in ChangeReporter 229 STATE_DISABLED,
|
/aosp14/frameworks/base/core/java/android/content/om/ |
H A D | OverlayInfo.java | 57 STATE_DISABLED, 98 public static final int STATE_DISABLED = 2; field in OverlayInfo 414 case STATE_DISABLED: in ensureValidState() 493 case STATE_DISABLED: in stateToString()
|
/aosp14/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/ |
H A D | ChangeReporterTest.java | 30 int myState = ChangeReporter.STATE_ENABLED, otherState = ChangeReporter.STATE_DISABLED; in testStatsLogOnce() 66 int myState = ChangeReporter.STATE_ENABLED, otherState = ChangeReporter.STATE_DISABLED; in testDebugLogOnce()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerSettingsTests.java | 19 import static android.content.om.OverlayInfo.STATE_DISABLED; 196 STATE_DISABLED, in testSetPriority() 316 + " state='" + STATE_DISABLED + "'\n" in testRestoreSingleUserSingleOverlay() 333 assertEquals(STATE_DISABLED, oi.state); in testRestoreSingleUserSingleOverlay() 427 STATE_DISABLED, in createInfo()
|
H A D | OverlayManagerServiceImplTests.java | 19 import static android.content.om.OverlayInfo.STATE_DISABLED; 177 assertState(STATE_DISABLED, IDENTIFIER, USER); in testOverlayInfoStateTransitions()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | AppCompatCallbacks.java | 61 reportChange(changeId, ChangeReporter.STATE_DISABLED); in isChangeEnabled()
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | MainContentCaptureSession.java | 203 STATE_DISABLED | STATE_INTERNAL_ERROR)); in send() 334 if ((resultCode & STATE_DISABLED) != 0) { in onSessionStarted() 502 resetSession(STATE_DISABLED | STATE_NO_RESPONSE); in sendContentCaptureEvent() 707 mDisabled.set((newState & STATE_DISABLED) != 0); in resetSession()
|
H A D | ContentCaptureSession.java | 89 public static final int STATE_DISABLED = 0x4; field in ContentCaptureSession
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/ |
H A D | ThemeOverlayApplierTest.java | 301 enabled ? OverlayInfo.STATE_ENABLED : OverlayInfo.STATE_DISABLED, 0, 0, false, in createOverlayInfo()
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayManagerServiceImpl.java | 19 import static android.content.om.OverlayInfo.STATE_DISABLED; 879 return enabled ? STATE_ENABLED : STATE_DISABLED; in calculateNewState()
|
H A D | OverlayManagerShellCommand.java | 217 case OverlayInfo.STATE_DISABLED: in printListOverlay()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationAnimationControllerTest.java | 319 assertEquals(WindowMagnificationAnimationController.STATE_DISABLED, in enableWindowMagnificationWithScaleLessThanOne_enabled_AnimationAndInvokeCallback() 340 assertEquals(WindowMagnificationAnimationController.STATE_DISABLED, in enableWindowMagnificationWithScaleLessThanOneAndWithoutCallBack_enabled_expectedValues()
|
/aosp14/frameworks/base/services/core/java/com/android/server/compat/ |
H A D | PlatformCompat.java | 184 enabled ? ChangeReporter.STATE_ENABLED : ChangeReporter.STATE_DISABLED); in isChangeEnabledInternal()
|
/aosp14/frameworks/base/core/java/android/service/contentcapture/ |
H A D | ContentCaptureService.java | 495 stateFlags |= ContentCaptureSession.STATE_DISABLED; in handleOnCreateSession()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10889 Landroid/content/om/OverlayInfo;->STATE_DISABLED:I
|