Searched refs:isDragging (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPinchToOverviewListener.java180 if (mLauncher.getDragController().isDragging()) {
H A DLauncher.java1213 if (!isOnCustomContent() && !mDragController.isDragging()) {
2197 if (mDragController.isDragging()) {
2751 if (!mDragController.isDragging()) {
H A DWorkspace.java1289 if (mDragController.isDragging()) {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java236 public boolean isDragging() { method in class:DragController
244 if (isDragging()) {
272 if (isDragging()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java310 lp.isDragging = true;
416 public boolean isDragging; field in class:PagedViewCellLayout.LayoutParams
H A DDragController.java312 public boolean isDragging() { method in class:DragController
810 if (isDragging()) {
H A DAppsCustomizePagedView.java799 if (mLauncher.getDragController().isDragging()) {
H A DWorkspace.java772 if (mDragController.isDragging()) {
785 if (!mDragController.isDragging()) {
H A DLauncher.java2464 if (allowLongPress && !mDragController.isDragging()) {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java168 if (mLauncher.getDragController().isDragging()) {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java277 if (mLauncher.getDragController().isDragging()) return false;
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutsItemView.java112 if (mLauncher.getDragController().isDragging()) return false;
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
H A DCarLayoutManager.java333 boolean isDragging = mScrollState == RecyclerView.SCROLL_STATE_DRAGGING;
334 if (isDragging) {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java695 if (mDragController.isDragging()) {

Completed in 251 milliseconds