Searched refs:mKeyBackground (Results 1 – 2 of 2) sorted by relevance
90 private final Drawable mKeyBackground; field in KeyboardView128 mKeyBackground = keyboardViewAttr.getDrawable(R.styleable.KeyboardView_keyBackground); in KeyboardView()129 mKeyBackground.getPadding(mKeyBackgroundPadding); in KeyboardView()133 : mKeyBackground; in KeyboardView()136 mSpacebarBackground = (spacebarBackground != null) ? spacebarBackground : mKeyBackground; in KeyboardView()332 mKeyBackground, mFunctionalKeyBackground, mSpacebarBackground); in onDrawKey()
222 private Drawable mKeyBackground; field in KeyboardView300 mKeyBackground = a.getDrawable(attr); in KeyboardView()370 mKeyBackground.getPadding(mPadding); in KeyboardView()718 Drawable keyBackground = key.isSecondKey ? mKeyBackground2nd : mKeyBackground; in onBufferDraw()