Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java148 private boolean checkScrollableRecursively(ViewGroup viewGroup) { in checkScrollableRecursively() method in LauncherAppWidgetHostView
155 if (checkScrollableRecursively((ViewGroup) child)) { in checkScrollableRecursively()
273 mIsScrollable = checkScrollableRecursively(this); in onLayout()