Home
last modified time | relevance | path

Searched refs:collapsedType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1116 int collapsedType = onAmbient && mAmbientChild != null ? VISIBLE_TYPE_AMBIENT : in getVisualTypeForHeight() local
1119 && viewHeight <= getViewHeight(collapsedType) in getVisualTypeForHeight()
1122 return collapsedType; in getVisualTypeForHeight()