HomeSort by relevance Sort by last modified time
    Searched refs:isDragging (Results 1 - 15 of 15) sorted by null

  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 57 private boolean isDragging = false, niftyOwnsDragging = false;
105 isDragging = true;
121 isDragging = false;
155 isDragging = false;
169 isDragging = true;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java 100 public boolean isDragging() {
OutlineDropListener.java 48 if (event.detail == DND.DROP_NONE && GlobalCanvasDragInfo.getInstance().isDragging()) {
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 69 isDragging: function() {
105 if (!item || e.button != 0 || this.isDragging())
119 if (this.isDragging()) {
134 if (this.isDragging())
apps.js 216 if (!appDragAndDrop.isDragging())
518 if (!appDragAndDrop.isDragging()) {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 310 lp.isDragging = true;
416 public boolean isDragging;
DragController.java 312 public boolean isDragging() {
810 if (isDragging()) {
AppsCustomizePagedView.java     [all...]
Workspace.java 772 if (mDragController.isDragging()) {
785 if (!mDragController.isDragging()) {
    [all...]
Launcher.java     [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 239 static bool isDragging = false; // true while the user is dragging the carousel
584 if (isDragging) {
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 410 bool isDragging() const { return m_isDragging; }
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 1389 milliseconds