Searched refs:mKeyBackground (Results 1 – 2 of 2) sorted by relevance
92 private final Drawable mKeyBackground; field in KeyboardView134 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()
242 private Drawable mKeyBackground; field in KeyboardView310 mKeyBackground = a.getDrawable(attr); in KeyboardView()380 mKeyBackground.getPadding(mPadding); in KeyboardView()740 final Drawable keyBackground = mKeyBackground; in onBufferDraw()