Home
last modified time | relevance | path

Searched refs:startRadius (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java132 int centerY, float startRadius, float endRadius) { in createCircularReveal() argument
134 centerY, startRadius, endRadius); in createCircularReveal()
DLauncher.java3449 float startRadius = isWidgetTray ? 0 : allAppsButtonSize / 2; in showAppsCustomizeHelper() local
3451 height / 2, startRadius, revealRadius); in showAppsCustomizeHelper()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java441 final float startRadius = Math.max(source.getWidth(), source.getHeight()) / 2.0f; in getAlertAnimator() local
457 revealView, centerX, centerY, startRadius, endRadius); in getAlertAnimator()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java2021 int startRadius = getResources().getDimensionPixelSize( in setupAnimators() local
2024 mPeepHoleAnimator = ValueAnimator.ofFloat(startRadius, endRadius); in setupAnimators()