Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/
DAttributeCache.java57 public Entry(Context c, TypedArray ta) { in Entry()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java442 BridgeTypedArray ta = createStyleBasedTypedArray(style, attrs); in obtainStyledAttributes() local
456 TypedArray ta = map.get(resid); in obtainStyledAttributes() local
508 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, in obtainStyledAttributes() local
679 BridgeTypedArray ta = ((BridgeResources) mSystemResources).newTypeArray(attrs.length, in createStyleBasedTypedArray() local
/frameworks/base/core/java/android/widget/
DFastScroller.java151 TypedArray ta = context.getTheme().obtainStyledAttributes(new int[] { in init() local
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java561 TypedArray ta = context.getTheme() in ensureDefaultComposingSpans() local