OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLastExpandIcon
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
417
&& !mAmbientState.isOnKeyguard() && !iconState.
isLastExpandIcon
) {
430
iconState.
isLastExpandIcon
= true;
475
if (fullyInOrOut && !expandingAnimated && iconState.
isLastExpandIcon
) {
476
iconState.
isLastExpandIcon
= false;
492
boolean forceInShelf = iconState.
isLastExpandIcon
&& !iconState.hasCustomTransformHeight();
512
if (iconState.
isLastExpandIcon
) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java
543
public boolean
isLastExpandIcon
;
645
return
isLastExpandIcon
&& customTransformHeight != NO_VALUE;
Completed in 49 milliseconds