Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHostView.java140 private boolean checkScrollableRecursively(ViewGroup viewGroup) { in checkScrollableRecursively() method in LauncherAppWidgetHostView
147 if (checkScrollableRecursively((ViewGroup) child)) { in checkScrollableRecursively()
285 mIsScrollable = checkScrollableRecursively(this); in onLayout()