Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java741 private void updateOffsetWith(@ShapeType int shapeType, @Alignment int side) { in updateOffsetWith() argument
743 final float offset = (shapeType == ShapeType.OVAL) ? 0 : halfWidth; in updateOffsetWith()