Searched refs:getVisualTypeForHeight (Results 1 – 1 of 1) sorted by relevance
1005 int expandedVisualType = getVisualTypeForHeight(height); in calculateVisibleType()1008 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()1019 return getVisualTypeForHeight(viewHeight); in calculateVisibleType()1022 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight() method in NotificationContentView