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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java 60 public static final String GESTURE_OVERLAY_VIEW = "GestureOverlayView";//$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 22 import static com.android.ide.common.layout.LayoutConstants.GESTURE_OVERLAY_VIEW;
237 combo.add(GESTURE_OVERLAY_VIEW);
ChangeLayoutRefactoring.java 34 import static com.android.ide.common.layout.LayoutConstants.GESTURE_OVERLAY_VIEW;
188 if (tagName.equals(GESTURE_OVERLAY_VIEW)
193 if (tagName.equals(GESTURE_OVERLAY_VIEW)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 20 import static com.android.ide.common.layout.LayoutConstants.GESTURE_OVERLAY_VIEW;
411 && mParent.mName.endsWith(GESTURE_OVERLAY_VIEW)
    [all...]

Completed in 97 milliseconds