HomeSort by relevance Sort by last modified time
    Searched refs:backgroundPadding (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 789 Rect backgroundPadding = new Rect();
791 overrideBackgroundDrawable.getPadding(backgroundPadding);
802 height - backgroundPadding.top - backgroundPadding.bottom : 0;
806 calculateAvailableWidth() - iconWidth - widths[0] - backgroundPadding.left
807 - backgroundPadding.right - indicatorPadding);
815 + iconWidth + backgroundPadding.left + backgroundPadding.right + indicatorPadding);
836 mChipTextEndPadding + backgroundPadding.left + indicatorPadding :
837 width - backgroundPadding.right - mChipTextEndPadding - textWidth
    [all...]

Completed in 196 milliseconds