Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonRipple.java95 public KeyButtonRipple(Context ctx, View targetView, @DimenRes int maxWidthResource) { in KeyButtonRipple() argument
96 mMaxWidthResource = maxWidthResource; in KeyButtonRipple()
97 mMaxWidth = ctx.getResources().getDimensionPixelSize(maxWidthResource); in KeyButtonRipple()