Searched refs:shrinkViewForOverflow (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | NotificationHeaderView.java | 150 overFlow = shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mAppName, in onMeasure() 154 overFlow = shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mHeaderText, 0); in onMeasure() 157 shrinkViewForOverflow(wrapContentHeightSpec, overFlow, mSecondaryHeaderText, in onMeasure() 164 private int shrinkViewForOverflow(int heightSpec, int overFlow, View targetView, in shrinkViewForOverflow() method in NotificationHeaderView
|