Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DYuvTest.java112 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local
151 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local
202 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local
254 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12_Float4() local
301 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21_Float4() local
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java79 TypedArray ta = in testAccessTheme() local
94 TypedArray ta = in testSetTheme() local
158 private void verifyIdenticalTextAppearanceStyle(TypedArray ta) { in verifyIdenticalTextAppearanceStyle()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java98 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); in testV17() local
125 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_YV12() local
164 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); in test_NV21() local
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java276 try (TypedArray ta = contextThemeWrapper.getTheme().obtainStyledAttributes( in testAutoCloseable()
287 final TypedArray ta = getContext().getResources().obtainAttributes(set, in testNonResourceString() local
305 try (TypedArray ta = theme.obtainStyledAttributes(parser, R.styleable.style1, 0, 0)) { in testEmptyXmlAttributeDoesNotFallbackToTheme()
DResources_ThemeTest.java88 final TypedArray ta = mResTheme.obtainStyledAttributes(new int[] { R.attr.testString }); in testObtainStyledAttributesWithInlineStringInTheme() local
DResourcesTest.java120 final TypedArray ta = mResources.obtainTypedArray(R.array.string); in testObtainTypedArray() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DFontScaleActivity.java52 TypedArray ta = getTheme().obtainStyledAttributes(attrs, in dumpFontSize() local
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DTestTheme.java215 final TypedArray ta = theme.obtainStyledAttributes(new int[] {resourceId}); in getString() local
225 final TypedArray ta = theme.obtainStyledAttributes(new int[] {resourceId}); in getColor() local
232 final TypedArray ta = theme.obtainStyledAttributes(new int[] {resourceId}); in getDrawableColor() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DCustomDrawableTest.java65 final TypedArray ta; in inflate() local
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DTestThemeHelper.java135 final TypedArray ta = theme.obtainStyledAttributes(new int[] {resourceId}); in getColor() local
142 final TypedArray ta = theme.obtainStyledAttributes(new int[] {resourceId}); in getDrawableColor() local
/cts/tests/app/src/android/app/cts/
DDialogTest.java128 TypedArray ta = in testConstructor() local
170 private void assertTextAppearanceStyle(TypedArray ta) { in assertTextAppearanceStyle()
DAlertDialog_BuilderTest.java119 TypedArray ta = themedContext.obtainStyledAttributes(attrs); in testConstructorWithThemeId() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java797 int ta = cellSignalStrengthLte.getTimingAdvance(); in verifyCellSignalStrengthLte() local
1041 int ta = gsm.getTimingAdvance(); in verifyCellSignalStrengthGsm() local
/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java240 final TypedArray ta = deviceDefaultContext.obtainStyledAttributes( in testMagnifierDefaultParameters_withDeprecatedConstructor() local