Searched refs:arrayId (Results 1 – 2 of 2) sorted by relevance
245 public static List<View> getViewsById(@NonNull View root, @NonNull Resources res, int arrayId,247 TypedArray viewIds = res.obtainTypedArray(arrayId);
666 int arrayId = 0; in run() local668 arrayId = mShares.get(arrayPos).mId; in run()671 if (arrayId < id) { in run()674 "Array update: removing " + arrayId + " @ " + arrayPos); in run()677 } else if (arrayId == id) { in run()