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 637 Rect backgroundPadding = new Rect();
639 overrideBackgroundDrawable.getPadding(backgroundPadding);
649 height - backgroundPadding.top - backgroundPadding.bottom : 0;
653 calculateAvailableWidth() - iconWidth - widths[0] - backgroundPadding.left
654 - backgroundPadding.right);
662 + iconWidth + backgroundPadding.left + backgroundPadding.right);
683 mChipTextEndPadding + backgroundPadding.left :
684 width - backgroundPadding.right - mChipTextEndPadding - textWidth
    [all...]

Completed in 447 milliseconds