Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java306 public void handleDrag(Rect rectInView, View view, int screenId) { in handleDrag() method in LauncherAppWidgetHostView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1167 ((LauncherAppWidgetHostView) view).handleDrag(mTempRect, this, screenId); in applyColorExtractionOnWidget()