Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/shared/
DLauncherOverlayManager.java74 void onScrollInteractionBegin(); in onScrollInteractionBegin() method
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java993 onScrollInteractionBegin(); in determineScrollingStart()
1171 onScrollInteractionBegin();
1349 protected void onScrollInteractionBegin() {
1630 onScrollInteractionBegin();
DWorkspace.java891 protected void onScrollInteractionBegin() { in onScrollInteractionBegin() method in Workspace
892 super.onScrollInteractionBegin(); in onScrollInteractionBegin()
970 mLauncherOverlay.onScrollInteractionBegin(); in overScroll()