Searched refs:windowCornerRadius (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetView.java | 158 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()
|
D | TaskView.kt | 1560 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/ |
D | Workspace.java | 95 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/ |
D | QuickstepTransitionManager.java | 1510 float windowCornerRadius = mDeviceProfile.isMultiWindowMode in getFallbackClosingWindowAnimators() local 1550 .setCornerRadius(windowCornerRadius) in getFallbackClosingWindowAnimators()
|