Searched refs:getVisualTypeForHeight (Results 1 – 1 of 1) sorted by relevance
1091 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