Searched refs:FQCN_GESTURE_OVERLAY_VIEW (Results 1 – 6 of 6) sorted by relevance
18 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;37 checkRefactoring("sample3.xml", FQCN_GESTURE_OVERLAY_VIEW, "@+id/newlinear"); in testWrapIn2()
19 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;240 FQCN_GESTURE_OVERLAY_VIEW, null)); in addLayouts()
29 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()
24 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;178 ViewElementDescriptor gestureView = findDescriptorByClass(FQCN_GESTURE_OVERLAY_VIEW); in updateDescriptors()
22 import static com.android.SdkConstants.FQCN_GESTURE_OVERLAY_VIEW;273 selection.get(0).getViewInfo().getName().equals(FQCN_GESTURE_OVERLAY_VIEW))) { in insertVisualRefactorings()
1101 …public static final String FQCN_GESTURE_OVERLAY_VIEW = "android.gesture.GestureOverlayView"; //$NO… field in SdkConstants