Searched refs:getViewHeight (Results 1 – 2 of 2) sorted by relevance
644 return Math.min(getViewHeight(VISIBLE_TYPE_HEADSUP), in getMinContentHeightHint()645 getViewHeight(VISIBLE_TYPE_EXPANDED)); in getMinContentHeightHint()657 hint = getViewHeight(VISIBLE_TYPE_HEADSUP); in getMinContentHeightHint()666 hint = getViewHeight(VISIBLE_TYPE_EXPANDED); in getMinContentHeightHint()668 hint = getViewHeight(VISIBLE_TYPE_CONTRACTED) in getMinContentHeightHint()750 int endHeight = getViewHeight(mVisibleType); in calculateTransformationAmount()770 return getViewHeight(VISIBLE_TYPE_EXPANDED) in getMaxHeight()773 return getViewHeight(VISIBLE_TYPE_HEADSUP) in getMaxHeight()776 return getViewHeight(VISIBLE_TYPE_CONTRACTED); in getMaxHeight()781 private int getViewHeight(int visibleType) { in getViewHeight() method in NotificationContentView[all …]
180 public int getViewHeight() { in getViewHeight() method in TiledImageRenderer