Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java92 private final Drawable mKeyBackground; field in KeyboardView
134 mKeyBackground = keyboardViewAttr.getDrawable(R.styleable.KeyboardView_keyBackground); in KeyboardView()
135 mKeyBackground.getPadding(mKeyBackgroundPadding); in KeyboardView()
139 : mKeyBackground; in KeyboardView()
142 mSpacebarBackground = (spacebarBackground != null) ? spacebarBackground : mKeyBackground; in KeyboardView()
339 mKeyBackground, mFunctionalKeyBackground, mSpacebarBackground); in onDrawKey()
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java230 private Drawable mKeyBackground; field in KeyboardView
294 mKeyBackground = a.getDrawable(attr); in KeyboardView()
360 mKeyBackground.getPadding(mPadding); in KeyboardView()
680 final Drawable keyBackground = mKeyBackground; in onBufferDraw()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java242 private Drawable mKeyBackground; field in KeyboardView
310 mKeyBackground = a.getDrawable(attr); in KeyboardView()
380 mKeyBackground.getPadding(mPadding); in KeyboardView()
740 final Drawable keyBackground = mKeyBackground; in onBufferDraw()