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