Searched refs:ABS_LIST_VIEW (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.SdkConstants.ABS_LIST_VIEW;158 PARENTS.put(ABS_LIST_VIEW, ADAPTER_VIEW); in PARENTS.put() argument182 PARENTS.put(LIST_VIEW, ABS_LIST_VIEW); in PARENTS.put() argument194 PARENTS.put(GRID_VIEW, ABS_LIST_VIEW); in PARENTS.put() argument
661 public static final String ABS_LIST_VIEW = "AbsListView"; //$NON-NLS-1$ field in SdkConstants