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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java817 int expandedVisualType = getVisualTypeForHeight(height);
820 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight());
831 return getVisualTypeForHeight(viewHeight);
834 private int getVisualTypeForHeight(float viewHeight) { method in class:NotificationContentView

Completed in 225 milliseconds