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