Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DEditTextRule.java21 import static com.android.SdkConstants.REQUEST_FOCUS;
48 node.appendChild(REQUEST_FOCUS); in onCreate()
85 node.appendChild(REQUEST_FOCUS); in addContextMenuActions()
126 if (node.getFqcn().equals(REQUEST_FOCUS)) { in findFocus()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DChildCountDetector.java22 import static com.android.SdkConstants.REQUEST_FOCUS;
120 !REQUEST_FOCUS.equals(child.getNodeName())) { in getAccurateChildCount()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewWizard.java19 import static com.android.SdkConstants.REQUEST_FOCUS;
161 || className.equals(REQUEST_FOCUS)) { in getWidgetTypes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java25 import static com.android.SdkConstants.REQUEST_FOCUS;
457 String xmlName = REQUEST_FOCUS; in createRequestFocus()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtils.java37 import static com.android.SdkConstants.REQUEST_FOCUS;
706 if (name.equals(REQUEST_FOCUS)) {
/sdk/common/src/com/android/
DSdkConstants.java626 public static final String REQUEST_FOCUS = "requestFocus"; //$NON-NLS-1$ field in SdkConstants