OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remainderitems
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java
174
int
remainderItems
= getChildCount() % mNumColumns;
186
if (position == itemsPerColumn + (
remainderItems
> 0 ? 1 : 0)) {
189
remainderItems
--;
Completed in 2385 milliseconds