Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DRoundedCornerEnforcement.java53 List<View> backgrounds = findViewsWithId(appWidget, android.R.id.background); in findBackground()
114 private static List<View> findViewsWithId(View view, @IdRes int viewId) { in findViewsWithId() method in RoundedCornerEnforcement