Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6701 final int combinedPaddingLeftRtl = paddingLeft + drawablePadding + iconSize; in testCompoundAndTotalPadding() local
6703 assertEquals(combinedPaddingLeftRtl, textViewRtl.getCompoundPaddingLeft()); in testCompoundAndTotalPadding()
6704 assertEquals(combinedPaddingLeftRtl, textViewRtl.getCompoundPaddingEnd()); in testCompoundAndTotalPadding()
6705 assertEquals(combinedPaddingLeftRtl, textViewRtl.getTotalPaddingLeft()); in testCompoundAndTotalPadding()
6706 assertEquals(combinedPaddingLeftRtl, textViewRtl.getTotalPaddingEnd()); in testCompoundAndTotalPadding()