Searched defs:findView (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java149 mStartingChild = findView(x, y);
213 private ExpandableView findView(float x, float y) { method in class:DragDownHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java212 private ExpandableView findView(float x, float y) { method in class:ExpandHelper
325 mResizedView = findView(x, y);
418 mResizedView = findView(x, y);
/frameworks/base/core/java/android/view/
H A DViewDebug.java456 public static View findView(View root, String parameter) { method in class:ViewDebug
465 return findView((ViewGroup) view, className, hashCode);
477 final View view = findView(root, parameter);
484 final View view = findView(root, parameter);
497 final View view = findView(root, parameter);
729 final View view = findView(root, parameter);
741 final View captureView = findView(root, parameter);
890 private static View findView(ViewGroup group, String className, int hashCode) { method in class:ViewDebug
899 final View found = findView((ViewGroup) view, className, hashCode);
907 final View found = findView((ViewGrou
[all...]

Completed in 96 milliseconds