/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | YuvTest.java | 112 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/ |
D | ContextThemeWrapperTest.java | 79 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/ |
D | RSYuvTest.java | 98 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/ |
D | TypedArrayTest.java | 276 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()
|
D | Resources_ThemeTest.java | 88 final TypedArray ta = mResTheme.obtainStyledAttributes(new int[] { R.attr.testString }); in testObtainStyledAttributesWithInlineStringInTheme() local
|
D | ResourcesTest.java | 120 final TypedArray ta = mResources.obtainTypedArray(R.array.string); in testObtainTypedArray() local
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | FontScaleActivity.java | 52 TypedArray ta = getTheme().obtainStyledAttributes(attrs, in dumpFontSize() local
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/ |
D | TestTheme.java | 215 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/ |
D | CustomDrawableTest.java | 65 final TypedArray ta; in inflate() local
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | TestThemeHelper.java | 135 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/ |
D | DialogTest.java | 128 TypedArray ta = in testConstructor() local 170 private void assertTextAppearanceStyle(TypedArray ta) { in assertTextAppearanceStyle()
|
D | AlertDialog_BuilderTest.java | 119 TypedArray ta = themedContext.obtainStyledAttributes(attrs); in testConstructorWithThemeId() local
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 797 int ta = cellSignalStrengthLte.getTimingAdvance(); in verifyCellSignalStrengthLte() local 1041 int ta = gsm.getTimingAdvance(); in verifyCellSignalStrengthGsm() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MagnifierTest.java | 240 final TypedArray ta = deviceDefaultContext.obtainStyledAttributes( in testMagnifierDefaultParameters_withDeprecatedConstructor() local
|