OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spacersize
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
ActionMenuView.java
501
final int
spacerSize
= Math.max(0, spacerCount > 0 ? widthRemaining / spacerCount : 0);
517
startRight -= width + lp.leftMargin +
spacerSize
;
533
startLeft += width + lp.rightMargin +
spacerSize
;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java
503
final int
spacerSize
= Math.max(0, spacerCount > 0 ? widthRemaining / spacerCount : 0);
519
startRight -= width + lp.leftMargin +
spacerSize
;
535
startLeft += width + lp.rightMargin +
spacerSize
;
Completed in 102 milliseconds