Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinBasedInputViewController.java163 int strokeWidthInDP = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 3, in setKeyboardBasedFocusOutline() local
165 gradientDrawable.setStroke(strokeWidthInDP, color); in setKeyboardBasedFocusOutline()