Home
last modified time | relevance | path

Searched refs:accumulateViewsWithId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DRoundedCornerEnforcement.java116 accumulateViewsWithId(view, viewId, output); in findViewsWithId()
121 private static void accumulateViewsWithId(View view, @IdRes int viewId, List<View> output) { in accumulateViewsWithId() method in RoundedCornerEnforcement
129 accumulateViewsWithId(vg.getChildAt(i), viewId, output); in accumulateViewsWithId()