Searched refs:combinedPaddingLeftRtl (Results 1 – 1 of 1) sorted by relevance
6701 final int combinedPaddingLeftRtl = paddingLeft + drawablePadding + iconSize; in testCompoundAndTotalPadding() local6703 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()