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

/frameworks/base/core/java/android/view/
H A DViewGroup.java381 private static final int CHILD_LEFT_INDEX = 0; field in class:ViewGroup
4020 location[CHILD_LEFT_INDEX] = child.mLeft;
4106 dirty.offset(location[CHILD_LEFT_INDEX] - mScrollX,
4119 location[CHILD_LEFT_INDEX] = left;
4132 location[CHILD_LEFT_INDEX] = mLeft;

Completed in 63 milliseconds