Searched refs:REQUEST_FOCUS (Results 1 – 6 of 6) sorted by relevance
21 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()
22 import static com.android.SdkConstants.REQUEST_FOCUS;120 !REQUEST_FOCUS.equals(child.getNodeName())) { in getAccurateChildCount()
19 import static com.android.SdkConstants.REQUEST_FOCUS;161 || className.equals(REQUEST_FOCUS)) { in getWidgetTypes()
25 import static com.android.SdkConstants.REQUEST_FOCUS;457 String xmlName = REQUEST_FOCUS; in createRequestFocus()
37 import static com.android.SdkConstants.REQUEST_FOCUS;706 if (name.equals(REQUEST_FOCUS)) {
626 public static final String REQUEST_FOCUS = "requestFocus"; //$NON-NLS-1$ field in SdkConstants