/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | AbstractStateChangeTouchController.java | 278 final LauncherState targetState; in onDragEnd() local 283 targetState = in onDragEnd() 288 targetState = in onDragEnd() 299 if (targetState == mToState) { in onDragEnd() 327 if (targetState != mStartState) { in onDragEnd() 328 logReachedState(targetState); in onDragEnd() 335 if (targetState == LauncherState.ALL_APPS) { in onDragEnd() 357 goToTargetState(targetState); in onSwipeInteractionCompleted() 362 if (!mLauncher.isInState(targetState)) { in goToTargetState() 371 private void logReachedState(LauncherState targetState) { in logReachedState() argument [all …]
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | NoButtonQuickSwitchTouchController.java | 323 final LauncherState targetState; in onDragEnd() local 327 targetState = NORMAL; in onDragEnd() 331 targetState = QUICK_SWITCH; in onDragEnd() 340 targetState = velocity.x > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd() 342 targetState = velocity.y > 0 ? QUICK_SWITCH : NORMAL; in onDragEnd() 356 final float endXProgress = targetState == NORMAL ? 0 : 1; in onDragEnd() 373 } else if (targetState == NORMAL) { in onDragEnd() 392 updateNonOverviewAnim(targetState, config); in onDragEnd() 398 boolean canceled = targetState == NORMAL; in onDragEnd() 410 if (targetState == QUICK_SWITCH) { in onDragEnd() [all …]
|
H A D | TwoButtonNavbarTouchController.java | 117 LauncherState targetState, float velocity, boolean isFling) { in updateSwipeCompleteAnimation() argument 118 super.updateSwipeCompleteAnimation(animator, expectedDuration, targetState, in updateSwipeCompleteAnimation() 122 if (targetState == HINT_STATE_TWO_BUTTON) { in updateSwipeCompleteAnimation() 159 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() argument 160 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted() 164 if (mStartState == NORMAL && targetState == HINT_STATE_TWO_BUTTON) { in onSwipeInteractionCompleted() 166 } else if (targetState == NORMAL in onSwipeInteractionCompleted()
|
H A D | PortraitStatesTouchController.java | 209 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() argument 210 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted() 211 if (mStartState == NORMAL && targetState == OVERVIEW) { in onSwipeInteractionCompleted()
|
H A D | NoButtonNavbarToOverviewTouchController.java | 159 LauncherState targetState, float velocity, boolean isFling) { in updateSwipeCompleteAnimation() argument 160 super.updateSwipeCompleteAnimation(animator, expectedDuration, targetState, velocity, in updateSwipeCompleteAnimation() 162 if (targetState == HINT_STATE) { in updateSwipeCompleteAnimation()
|
H A D | NavBarToHomeTouchController.java | 222 private void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() argument 224 mLauncher.getStateManager().goToState(targetState, false /* animated */); in onSwipeInteractionCompleted() 225 AccessibilityManagerCompat.sendStateEventToTest(mLauncher, targetState.ordinal); in onSwipeInteractionCompleted()
|
H A D | QuickSwitchTouchController.java | 101 protected void onSwipeInteractionCompleted(LauncherState targetState) { in onSwipeInteractionCompleted() argument 102 super.onSwipeInteractionCompleted(targetState); in onSwipeInteractionCompleted()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/ |
H A D | StateManager.java | 129 && (mConfig.targetState == null || mConfig.targetState == state); in isInStableState() 208 } else if (!mConfig.userControlled && animated && mConfig.targetState == state) { in goToState() 514 public STATE_TYPE targetState; 527 targetState = null; 557 public void setAnimation(AnimatorSet animation, STATE_TYPE targetState) { 559 this.targetState = targetState;
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/storage/ |
H A D | StorageListener.java | 29 public StorageListener(String targetState) { in StorageListener() argument 30 mTargetState = targetState; in StorageListener()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
H A D | StatsLogManager.java | 65 int targetState, EventEnum fallbackEvent) { in getLauncherAtomEvent() argument 67 && targetState == LAUNCHER_STATE_HOME) { in getLauncherAtomEvent() 70 && targetState == LAUNCHER_STATE_OVERVIEW) { in getLauncherAtomEvent() 73 && targetState == LAUNCHER_STATE_ALLAPPS) { in getLauncherAtomEvent() 76 && targetState != LAUNCHER_STATE_ALLAPPS) { in getLauncherAtomEvent()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/ |
H A D | DrawableMatcher.java | 55 Drawable.ConstantState targetState = targetDrawable.getConstantState(); in matchesSafely() local 59 return (expectedState.equals(targetState) || drawableToBitmap(mDrawable).sameAs( in matchesSafely()
|
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
H A D | NetworkState.java | 70 State targetState) { in setStateTransitionCriteria() argument 76 mTransitionTarget = targetState; in setStateTransitionCriteria()
|
/aosp12/packages/apps/Nfc/tests/unit/src/com/android/nfc/ |
H A D | NfcStateTest.java | 337 private void wait_for_state(int targetState) { in wait_for_state() argument 341 if (mState == targetState) break; in wait_for_state()
|
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
H A D | ConnectionUtil.java | 280 StateTransitionDirection transitionDir, State targetState) { in setStateTransitionCriteria() argument 282 initState, transitionDir, targetState); in setStateTransitionCriteria()
|
/aosp12/packages/services/Car/service/src/com/android/car/evs/ |
H A D | CarEvsService.java | 771 int targetState = on ? SERVICE_STATE_REQUESTED : SERVICE_STATE_INACTIVE; in onEvent() local 772 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, targetState, type, /* token = */ null, in onEvent()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodec.cpp | 3927 State targetState = in onMessageReceived() local 3930 if ((mState == RELEASING && targetState == UNINITIALIZED) in onMessageReceived() 3931 || (mState == STOPPING && targetState == INITIALIZED)) { in onMessageReceived() 3988 (mFlags & kFlagIsComponentAllocated) && targetState == UNINITIALIZED; in onMessageReceived() 4004 status_t err = mState == targetState ? OK : INVALID_OPERATION; in onMessageReceived() 4006 if (err == OK && targetState == UNINITIALIZED) { in onMessageReceived() 4034 if (targetState == UNINITIALIZED) { in onMessageReceived()
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpClient.java | 975 final State targetState) { in preDhcpTransitionTo() argument 976 transitionTo(mRegisteredForPreDhcpNotification ? waitStateForPreDhcpAction : targetState); in preDhcpTransitionTo()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |