Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java140 final Drawable spacebarBackground = keyboardViewAttr.getDrawable( in KeyboardView() local
142 mSpacebarBackground = (spacebarBackground != null) ? spacebarBackground : mKeyBackground; in KeyboardView()
DKey.java992 @Nonnull final Drawable spacebarBackground) { in selectBackgroundDrawable() argument
997 background = spacebarBackground; in selectBackgroundDrawable()