Searched refs:getVisualTypeForHeight (Results 1 – 1 of 1) sorted by relevance
1056 int expandedVisualType = getVisualTypeForHeight(height); in calculateVisibleType()1059 : getVisualTypeForHeight(mContainingNotification.getCollapsedHeight()); in calculateVisibleType()1070 return getVisualTypeForHeight(viewHeight); in calculateVisibleType()1073 private int getVisualTypeForHeight(float viewHeight) { in getVisualTypeForHeight() method in NotificationContentView