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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPinchToOverviewListener.java180 if (mLauncher.getDragController().isDragging()) {
H A DLauncher.java1238 if (!isOnCustomContent() && !mDragController.isDragging()) {
2217 if (mDragController.isDragging()) {
2796 if (!mDragController.isDragging()) {
H A DWorkspace.java1330 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.java162 if (mLauncher.getDragController().isDragging()) {
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutsItemView.java103 if (mLauncher.getDragController().isDragging()) return false;
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFastScroller.java211 public boolean isDragging() { method in class:FastScroller
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java377 if (mLauncher.getDragController().isDragging()) return false;
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarLayoutManager.java332 boolean isDragging = mScrollState == RecyclerView.SCROLL_STATE_DRAGGING;
333 if (isDragging) {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java656 if (mDragController.isDragging()) {

Completed in 2336 milliseconds