Searched refs:MEASURE_ORDER_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
281 mMeasureOrderTextViews.sort(MEASURE_ORDER_COMPARATOR); in rebuildMeasureOrder()466 public static final Comparator<TextViewInfo> MEASURE_ORDER_COMPARATOR = (a, b) -> { field in NotificationActionListLayout