Searched defs:CHILD_TOP_INDEX (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DViewGroup.java383 private static final int CHILD_TOP_INDEX = 1; field in class:ViewGroup
4021 location[CHILD_TOP_INDEX] = child.mTop;
4107 location[CHILD_TOP_INDEX] - mScrollY);
4120 location[CHILD_TOP_INDEX] = top;
4133 location[CHILD_TOP_INDEX] = mTop;

Completed in 16 milliseconds