OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VISIBLE_TYPE_CONTRACTED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
52
public static final int
VISIBLE_TYPE_CONTRACTED
= 0;
81
private int mVisibleType =
VISIBLE_TYPE_CONTRACTED
;
407
mVisibleType =
VISIBLE_TYPE_CONTRACTED
;
440
mVisibleType =
VISIBLE_TYPE_CONTRACTED
;
546
boolean pinned = !isVisibleOrTransitioning(
VISIBLE_TYPE_CONTRACTED
)
745
|| visibleType ==
VISIBLE_TYPE_CONTRACTED
)) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java
211
NotificationContentView.
VISIBLE_TYPE_CONTRACTED
),
283
publicLayout.getVisibleWrapper(NotificationContentView.
VISIBLE_TYPE_CONTRACTED
),
Completed in 58 milliseconds