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/
DBridgeContext.java211 BridgeTypedArray ta = createStyleBasedTypedArray(style, attrs); in obtainStyledAttributes() local
225 TypedArray ta = map.get(resid); in obtainStyledAttributes() local
257 BridgeTypedArray ta = ((BridgeResources) mResources).newTypeArray(attrs.length, in obtainStyledAttributes() local
355 BridgeTypedArray ta = ((BridgeResources) mResources).newTypeArray(attrs.length, in createStyleBasedTypedArray() local
/frameworks/base/core/java/android/widget/
DFastScroller.java150 TypedArray ta = context.getTheme().obtainStyledAttributes(new int[] { in init() local
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java528 TypedArray ta = context.getTheme() in replaceText() local