Searched refs:getVisualTypeForHeight (Results 1 – 1 of 1) sorted by relevance
1188 int expandedVisualType = getVisualTypeForHeight(height); in calculateVisibleType()1191 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()1202 return getVisualTypeForHeight(viewHeight); in calculateVisibleType()1205 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight() method in NotificationContentView