Home
last modified time | relevance | path

Searched refs:endLocation (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaViewController.kt369 endLocation = currentEndLocation,
392 @MediaLocation endLocation: Int,
396 currentEndLocation = endLocation
402 val endHostState = mediaHostStatesManager.mediaHostStates[endLocation] ?: return
409 endViewState = updateViewStateToCarouselSize(endViewState, endLocation, tmpState2)!!
H A DMediaCarouselController.kt561 @MediaLocation endLocation: Int,
566 endLocation != currentEndLocation ||
571 currentEndLocation = endLocation
657 endLocation = currentEndLocation,
H A DMediaHierarchyManager.kt845 val endLocation = resolveLocationForFading() regex
846 mediaCarouselController.setCurrentState(startLocation, endLocation, progress, immediately)
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/
H A DCodeTranslator.java265 int endLocation = tryItem.startAddr + tryItem.insnCount - 1; in readTryBlocks() local
266 mTryBlock.endInsn = insnLocationMap.get(endLocation); in readTryBlocks()
267 while ((mTryBlock.endInsn == null) && (endLocation >= startLocation)) { in readTryBlocks()
268 endLocation--; in readTryBlocks()
269 mTryBlock.endInsn = insnLocationMap.get(endLocation); in readTryBlocks()
281 endLocation)); in readTryBlocks()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DMediaHeaderView.java36 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, in performRemoveAnimation() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java227 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
H A DExpandableView.java354 long delay, float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
H A DActivatableNotificationView.java413 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
H A DExpandableNotificationRow.java2720 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable,
2730 endLocation, onFinishedRunnable, animationListener);
2738 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);