Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1091 int expandedVisualType = getVisualTypeForHeight(height); in calculateVisibleType()
1094 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
1105 return getVisualTypeForHeight(viewHeight); in calculateVisibleType()
1108 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight() method in NotificationContentView