Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonRipple.java93 KeyButtonRipple(Context ctx, View targetView, @DimenRes int maxWidthResource) { in KeyButtonRipple() argument
94 mMaxWidthResource = maxWidthResource; in KeyButtonRipple()
95 mMaxWidth = ctx.getResources().getDimensionPixelSize(maxWidthResource); in KeyButtonRipple()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DKeyButtonRipple.java100 public KeyButtonRipple(Context ctx, View targetView, @DimenRes int maxWidthResource) { in KeyButtonRipple() argument
101 mMaxWidthResource = maxWidthResource; in KeyButtonRipple()
102 mMaxWidth = ctx.getResources().getDimensionPixelSize(maxWidthResource); in KeyButtonRipple()