Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java656 TextView textViewLtr = (TextView) mResult.findViewById(R.id.remoteView_text_ltr); in testSetTextCompoundDrawablesRelative() local
659 TestUtils.verifyCompoundDrawables(textViewLtr, -1, -1, -1, -1); in testSetTextCompoundDrawablesRelative()
667 TestUtils.verifyCompoundDrawables(textViewLtr, R.drawable.start, R.drawable.failed, in testSetTextCompoundDrawablesRelative()
677 TestUtils.verifyCompoundDrawables(textViewLtr, -1, R.drawable.icon_red, in testSetTextCompoundDrawablesRelative()
DTextViewTest.java5927 final TextView textViewLtr = (TextView) mActivity.findViewById( in testCompoundAndTotalPadding() local
5931 assertEquals(combinedPaddingLeftLtr, textViewLtr.getCompoundPaddingLeft()); in testCompoundAndTotalPadding()
5932 assertEquals(combinedPaddingLeftLtr, textViewLtr.getCompoundPaddingStart()); in testCompoundAndTotalPadding()
5933 assertEquals(combinedPaddingLeftLtr, textViewLtr.getTotalPaddingLeft()); in testCompoundAndTotalPadding()
5934 assertEquals(combinedPaddingLeftLtr, textViewLtr.getTotalPaddingStart()); in testCompoundAndTotalPadding()
5935 assertEquals(combinedPaddingRightLtr, textViewLtr.getCompoundPaddingRight()); in testCompoundAndTotalPadding()
5936 assertEquals(combinedPaddingRightLtr, textViewLtr.getCompoundPaddingEnd()); in testCompoundAndTotalPadding()
5937 assertEquals(combinedPaddingRightLtr, textViewLtr.getTotalPaddingRight()); in testCompoundAndTotalPadding()
5938 assertEquals(combinedPaddingRightLtr, textViewLtr.getTotalPaddingEnd()); in testCompoundAndTotalPadding()
5940 textViewLtr.getCompoundPaddingTop()); in testCompoundAndTotalPadding()
[all …]