OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonOverflowCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java
400
int
nonOverflowCount
= 0;
440
nonOverflowCount
++;
456
final int spacerCount =
nonOverflowCount
- (hasOverflow ? 0 : 1);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java
426
int
nonOverflowCount
= 0;
460
nonOverflowCount
++;
476
final int spacerCount =
nonOverflowCount
- (hasOverflow ? 0 : 1);
Completed in 3502 milliseconds