Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java158 RectF widgetBackgroundPosition, Size windowSize, float windowCornerRadius, in init() argument
175 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()
288 Size windowSize, float windowCornerRadius, boolean appTargetsAreTranslucent, in getFloatingWidgetView() argument
297 windowCornerRadius, appTargetsAreTranslucent, fallbackBackgroundColor); in getFloatingWidgetView()
DTaskView.kt1560 private var windowCornerRadius = 0f in <lambda>() variable
1570 windowCornerRadius = computeWindowCornerRadius(context) in <lambda>()
1599 Utilities.mapRange(fullscreenProgress, cornerRadius, windowCornerRadius) / in <lambda>()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java95 final int windowCornerRadius = (int) Math.ceil(mLauncher.getWindowCornerRadius()); in switchToAllApps() local
96 final int startY = deviceHeight - Math.max(bottomGestureMargin, windowCornerRadius) - 1; in switchToAllApps()
106 windowCornerRadius, in switchToAllApps()
108 windowCornerRadius, in switchToAllApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1510 float windowCornerRadius = mDeviceProfile.isMultiWindowMode in getFallbackClosingWindowAnimators() local
1550 .setCornerRadius(windowCornerRadius) in getFallbackClosingWindowAnimators()