Searched refs:getVisualTypeForHeight (Results 1 – 1 of 1) sorted by relevance
1081 int expandedVisualType = getVisualTypeForHeight(height); in calculateVisibleType()1084 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()1095 return getVisualTypeForHeight(viewHeight); in calculateVisibleType()1098 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight() method in NotificationContentView