Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInRefactoringTest.java18 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;
37 checkRefactoring("sample3.xml", FQCN_GESTURE_OVERLAY_VIEW, "@+id/newlinear"); in testWrapIn2()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInWizard.java19 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;
240 FQCN_GESTURE_OVERLAY_VIEW, null)); in addLayouts()
DChangeLayoutRefactoring.java29 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;
193 || tagName.equals(FQCN_GESTURE_OVERLAY_VIEW)) { in initElements()
198 || tagName.equals(FQCN_GESTURE_OVERLAY_VIEW)) { in initElements()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java24 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;
178 ViewElementDescriptor gestureView = findDescriptorByClass(FQCN_GESTURE_OVERLAY_VIEW); in updateDescriptors()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDynamicContextMenu.java22 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;
273 selection.get(0).getViewInfo().getName().equals(FQCN_GESTURE_OVERLAY_VIEW))) { in insertVisualRefactorings()
/sdk/common/src/com/android/
DSdkConstants.java1101 …public static final String FQCN_GESTURE_OVERLAY_VIEW = "android.gesture.GestureOverlayView"; //$NO… field in SdkConstants