OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backgroundPadding
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
[
all
...]
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
574
Rect
backgroundPadding
= new Rect();
575
mChipBackgroundPressed.getPadding(
backgroundPadding
);
576
mChipDelete.setBounds(width - deleteWidth +
backgroundPadding
.left,
577
0 +
backgroundPadding
.top,
578
width -
backgroundPadding
.right,
579
height -
backgroundPadding
.bottom);
641
Rect
backgroundPadding
= new Rect();
642
mChipBackground.getPadding(
backgroundPadding
);
643
RectF dst = new RectF(width - iconWidth +
backgroundPadding
.left,
644
0 +
backgroundPadding
.top
[
all
...]
Completed in 46 milliseconds