Searched refs:buttonRadius (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/activity/ |
D | DistantDisplayGameController.java | 200 int buttonRadius = (int) (0.113 * width); // assumes width == height in getGameButton() local 211 if (isPointWithinCircle(xButtonCenter.first, xButtonCenter.second, buttonRadius, x, y)) { in getGameButton() 214 if (isPointWithinCircle(yButtonCenter.first, yButtonCenter.second, buttonRadius, x, y)) { in getGameButton() 217 if (isPointWithinCircle(bButtonCenter.first, bButtonCenter.second, buttonRadius, x, y)) { in getGameButton() 220 if (isPointWithinCircle(aButtonCenter.first, aButtonCenter.second, buttonRadius, x, y)) { in getGameButton()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/ |
D | KidsNavLayoutter.kt | 57 val buttonRadius: Int = in layoutButtons() constant 87 buttonBackground.setCornerRadius(buttonRadius.toFloat()) in layoutButtons()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | NavbarButtonsViewController.java | 817 int buttonRadius = res.getDimensionPixelSize( in updateButtonLayoutSpacing() local 861 buttonBackground.setCornerRadius(buttonRadius); in updateButtonLayoutSpacing()
|