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.java112 accumulateViewsWithId(view, viewId, output); in findViewsWithId()
117 private static void accumulateViewsWithId(View view, @IdRes int viewId, List<View> output) { in accumulateViewsWithId() method in RoundedCornerEnforcement
125 accumulateViewsWithId(vg.getChildAt(i), viewId, output); in accumulateViewsWithId()