OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstOverflowIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java
293
int
firstOverflowIndex
= -1;
314
if (
firstOverflowIndex
== -1 && (forceOverflow
316
firstOverflowIndex
= noOverflowAfter && !forceOverflow ? i - 1 : i;
332
if (
firstOverflowIndex
!= -1) {
348
if (
firstOverflowIndex
!= -1) {
351
for (int i =
firstOverflowIndex
; i < childCount; i++) {
374
if (
firstOverflowIndex
!= -1) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
547
int
firstOverflowIndex
= lastVisibleIndex + 1;
552
firstOverflowIndex
= getMaxAllowedVisibleChildren(true /* likeCollapsed */);
595
if (i <
firstOverflowIndex
) {
[
all
...]
Completed in 73 milliseconds