HomeSort by relevance Sort by last modified time
    Searched defs:focusType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 368 public void findFocusClientThread(long accessibilityNodeId, int focusType,
375 message.arg2 = focusType;
401 final int focusType = message.arg2;
426 switch (focusType) {
457 focused = provider.findFocus(focusType);
464 throw new IllegalArgumentException("Unknown focus type: " + focusType);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 40 milliseconds