Home
last modified time | relevance | path

Searched refs:getDialogCornerRadius (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DTaskCornerRadius.java29 Themes.getDialogCornerRadius(context): in get()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DThemes.java68 public static float getDialogCornerRadius(Context context) { in getDialogCornerRadius() method in Themes
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java265 float closeR = Themes.getDialogCornerRadius(this); in showAppDrawer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java113 mRadius = BOTTOM_CORNER_RADIUS_RATIO * Themes.getDialogCornerRadius(context); in ShelfScrimView()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java294 float radius = Themes.getDialogCornerRadius(getContext()); in createOpenCloseOutlineProvider()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java88 mOutlineRadius = Themes.getDialogCornerRadius(context); in ArrowPopup()