Home
last modified time | relevance | path

Searched refs:textViewRtl (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java657 TextView textViewRtl = (TextView) mResult.findViewById(R.id.remoteView_text_rtl); in testSetTextCompoundDrawablesRelative() local
660 TestUtils.verifyCompoundDrawables(textViewRtl, -1, -1, -1, -1); in testSetTextCompoundDrawablesRelative()
669 TestUtils.verifyCompoundDrawables(textViewRtl, R.drawable.failed, R.drawable.start, in testSetTextCompoundDrawablesRelative()
679 TestUtils.verifyCompoundDrawables(textViewRtl, R.drawable.icon_red, -1, in testSetTextCompoundDrawablesRelative()
DTextViewTest.java5944 final TextView textViewRtl = (TextView) mActivity.findViewById( in testCompoundAndTotalPadding() local
5948 assertEquals(combinedPaddingLeftRtl, textViewRtl.getCompoundPaddingLeft()); in testCompoundAndTotalPadding()
5949 assertEquals(combinedPaddingLeftRtl, textViewRtl.getCompoundPaddingEnd()); in testCompoundAndTotalPadding()
5950 assertEquals(combinedPaddingLeftRtl, textViewRtl.getTotalPaddingLeft()); in testCompoundAndTotalPadding()
5951 assertEquals(combinedPaddingLeftRtl, textViewRtl.getTotalPaddingEnd()); in testCompoundAndTotalPadding()
5952 assertEquals(combinedPaddingRightRtl, textViewRtl.getCompoundPaddingRight()); in testCompoundAndTotalPadding()
5953 assertEquals(combinedPaddingRightRtl, textViewRtl.getCompoundPaddingStart()); in testCompoundAndTotalPadding()
5954 assertEquals(combinedPaddingRightRtl, textViewRtl.getTotalPaddingRight()); in testCompoundAndTotalPadding()
5955 assertEquals(combinedPaddingRightRtl, textViewRtl.getTotalPaddingStart()); in testCompoundAndTotalPadding()
5957 textViewRtl.getCompoundPaddingTop()); in testCompoundAndTotalPadding()
[all …]