HomeSort by relevance Sort by last modified time
    Searched refs:nextParent (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
FocusFinder.java 131 ViewParent nextParent = focused.getParent();
133 if (nextParent == root) {
136 ViewGroup vg = (ViewGroup) nextParent;
145 nextParent = nextParent.getParent();
146 } while (nextParent instanceof ViewGroup);
    [all...]
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 142 milliseconds