Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1022 int expandedVisualType = getVisualTypeForHeight(height); in calculateVisibleType()
1025 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()
1036 return getVisualTypeForHeight(viewHeight); in calculateVisibleType()
1039 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight() method in NotificationContentView