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

  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
NotificationShadeActivity.java 43 private int mChildrenCount = 0;
103 return (int) mChildren.get(mChildrenCount - 1).getTag();
107 if (expectedHeight == 0 && mChildrenCount == 0) {
114 if (mChildrenCount != 0 && expectedHeight < mFullHeight - lastChildHeight()) {
115 while (mChildrenCount > 0){
120 removeView(mChildren.get(mChildrenCount - 1));
121 mChildrenCount--;
125 if (mChildrenCount == mChildren.size()) {
128 mChildrenCount++;
129 View child = mChildren.get(mChildrenCount - 1)
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 536 private int mChildrenCount;
683 mChildrenCount = 0;
    [all...]

Completed in 55 milliseconds