Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHostView.java68 private boolean mIsScrollable; field in LauncherAppWidgetHostView
93 if (mIsScrollable) { in onLongClick()
144 if (mIsScrollable) { in onInterceptTouchEvent()
220 mIsScrollable = checkScrollableRecursively(this); in onLayout()