Searched refs:endLocation (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaViewController.kt | 369 endLocation = currentEndLocation, 392 @MediaLocation endLocation: Int, 396 currentEndLocation = endLocation 402 val endHostState = mediaHostStatesManager.mediaHostStates[endLocation] ?: return 409 endViewState = updateViewStateToCarouselSize(endViewState, endLocation, tmpState2)!!
|
H A D | MediaCarouselController.kt | 561 @MediaLocation endLocation: Int, 566 endLocation != currentEndLocation || 571 currentEndLocation = endLocation 657 endLocation = currentEndLocation,
|
H A D | MediaHierarchyManager.kt | 845 val endLocation = resolveLocationForFading() regex 846 mediaCarouselController.setCurrentState(startLocation, endLocation, progress, immediately)
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/ |
H A D | CodeTranslator.java | 265 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 D | MediaHeaderView.java | 36 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, in performRemoveAnimation() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | StackScrollerDecorView.java | 227 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
H A D | ExpandableView.java | 354 long delay, float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
H A D | ActivatableNotificationView.java | 413 float translationDirection, boolean isHeadsUpAnimation, float endLocation, in performRemoveAnimation() argument
|
H A D | ExpandableNotificationRow.java | 2720 boolean isHeadsUpAnimation, float endLocation, Runnable onFinishedRunnable, 2730 endLocation, onFinishedRunnable, animationListener); 2738 isHeadsUpAnimation, endLocation, onFinishedRunnable, animationListener);
|