Searched refs:textViewRtl (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 656 TextView textViewRtl = (TextView) mResult.findViewById(R.id.remoteView_text_rtl); in testSetTextCompoundDrawablesRelative() local 659 TestUtils.verifyCompoundDrawables(textViewRtl, -1, -1, -1, -1); in testSetTextCompoundDrawablesRelative() 668 TestUtils.verifyCompoundDrawables(textViewRtl, R.drawable.failed, R.drawable.start, in testSetTextCompoundDrawablesRelative() 678 TestUtils.verifyCompoundDrawables(textViewRtl, R.drawable.icon_red, -1, in testSetTextCompoundDrawablesRelative()
|
D | TextViewTest.java | 6551 final TextView textViewRtl = (TextView) mActivity.findViewById( in testCompoundAndTotalPadding() local 6555 assertEquals(combinedPaddingLeftRtl, textViewRtl.getCompoundPaddingLeft()); in testCompoundAndTotalPadding() 6556 assertEquals(combinedPaddingLeftRtl, textViewRtl.getCompoundPaddingEnd()); in testCompoundAndTotalPadding() 6557 assertEquals(combinedPaddingLeftRtl, textViewRtl.getTotalPaddingLeft()); in testCompoundAndTotalPadding() 6558 assertEquals(combinedPaddingLeftRtl, textViewRtl.getTotalPaddingEnd()); in testCompoundAndTotalPadding() 6559 assertEquals(combinedPaddingRightRtl, textViewRtl.getCompoundPaddingRight()); in testCompoundAndTotalPadding() 6560 assertEquals(combinedPaddingRightRtl, textViewRtl.getCompoundPaddingStart()); in testCompoundAndTotalPadding() 6561 assertEquals(combinedPaddingRightRtl, textViewRtl.getTotalPaddingRight()); in testCompoundAndTotalPadding() 6562 assertEquals(combinedPaddingRightRtl, textViewRtl.getTotalPaddingStart()); in testCompoundAndTotalPadding() 6564 textViewRtl.getCompoundPaddingTop()); in testCompoundAndTotalPadding() [all …]
|