Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java85 private boolean mIsInDragMode = false; field in LauncherAppWidgetHostView
275 if (!mIsInDragMode && getTag() instanceof LauncherAppWidgetInfo) { in onLayout()
285 if (mIsInDragMode && mDragContentWidth > 0 && mDragContentHeight > 0 in onMeasure()
294 mIsInDragMode = true; in startDrag()
307 if (mIsInDragMode) { in handleDrag()
314 mIsInDragMode = false; in endDrag()