Searched refs:arrayId (Results 1 – 2 of 2) sorted by relevance
188 public static List<View> getViewsById(@NonNull View root, @NonNull Resources res, int arrayId,190 TypedArray viewIds = res.obtainTypedArray(arrayId);
670 int arrayId = 0; in run() local672 arrayId = mShares.get(arrayPos).mId; in run()675 if (arrayId < id) { in run()678 "Array update: removing " + arrayId + " @ " + arrayPos); in run()681 } else if (arrayId == id) { in run()