Searched refs:SIZE_SMALL (Results 1 – 6 of 6) sorted by relevance
63 @IntDef({SIZE_SMALL, SIZE_MEDIUM, SIZE_LARGE})65 public static final int SIZE_SMALL = 0; field in CarUiRecyclerView
485 case SIZE_SMALL: in installExternalScrollBar()
79 } else if (SIZE_SMALL.equals(sizeSetting)) { in getFromSetting()105 if (!SIZE_SMALL.equals(sizeSetting) && !SIZE_MEDIUM.equals(sizeSetting)) { in getFromSetting()126 private static final String SIZE_SMALL = "small"; field in SettingsUtil
37 public static final int SIZE_SMALL = 1; field in BaseWidgetProvider120 size = SIZE_SMALL; // Our widget doesn't let itself get this small. Perhaps in the in getWidgetSize()
23 int SIZE_SMALL = 0; field
227 case CarUiRecyclerView.SIZE_SMALL: in from()228 return RecyclerViewAttributesOEMV1.SIZE_SMALL; in from()