Home
last modified time | relevance | path

Searched defs:keyboardAttr (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java99 final TypedArray keyboardAttr = res.obtainAttributes(Xml.asAttributeSet(parser), in KeyboardRow() local
DKeyboardBuilder.java239 final TypedArray keyboardAttr = mContext.obtainStyledAttributes( in parseKeyboardAttributes() local
341 final TypedArray keyboardAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard); in parseRowAttributes() local
529 final TypedArray keyboardAttr = mResources.obtainAttributes( in parseIncludeInternal() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java175 final TypedArray keyboardAttr = context.obtainStyledAttributes(attrs, in SuggestionStripView() local