OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyboardViewAttr
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java
132
final TypedArray
keyboardViewAttr
= context.obtainStyledAttributes(attrs,
134
mKeyBackground =
keyboardViewAttr
.getDrawable(R.styleable.KeyboardView_keyBackground);
136
final Drawable functionalKeyBackground =
keyboardViewAttr
.getDrawable(
140
final Drawable spacebarBackground =
keyboardViewAttr
.getDrawable(
143
mSpacebarIconWidthRatio =
keyboardViewAttr
.getFloat(
145
mKeyHintLetterPadding =
keyboardViewAttr
.getDimension(
147
mKeyPopupHintLetter =
keyboardViewAttr
.getString(
149
mKeyPopupHintLetterPadding =
keyboardViewAttr
.getDimension(
151
mKeyShiftedLetterHintPadding =
keyboardViewAttr
.getDimension(
153
mKeyTextShadowRadius =
keyboardViewAttr
.getFloat
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java
100
final TypedArray
keyboardViewAttr
= context.obtainStyledAttributes(attrs,
102
final int keyBackgroundId =
keyboardViewAttr
.getResourceId(
104
mFunctionalKeyBackgroundId =
keyboardViewAttr
.getResourceId(
106
mSpacebarBackgroundId =
keyboardViewAttr
.getResourceId(
108
keyboardViewAttr
.recycle();
Completed in 1959 milliseconds