Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DQuickswitchOrientedNavHandle.java52 int topStart = getLocationOnScreen()[1]; in computeHomeHandleBounds() local
67 top = getHeight() / 2 - (mWidth / 2) - (topStart / 2); in computeHomeHandleBounds()
73 top = getHeight() / 2 - (mWidth / 2) - (topStart / 2); in computeHomeHandleBounds()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java133 public void setCornerStylesRelative(int topStart, int topEnd, int bottomEnd, int bottomStart) { in setCornerStylesRelative() argument
134 mTopStartCornerStyle = topStart; in setCornerStylesRelative()