Home | History | Annotate | Download | only in ui

Lines Matching refs:mBoxes

171     private RangeArray<Box> mBoxes = new RangeArray<Box>(-BOX_MAX, BOX_MAX);
219 mBoxes.put(i, new Box());
251 Box b = mBoxes.get(0);
272 Box b = mBoxes.get(index);
296 Box b = mBoxes.get(i);
344 Box b = mBoxes.get(0);
392 Box b = mBoxes.get(i);
407 Box a = mBoxes.get(i);
408 Box b = mBoxes.get(i + 1);
432 mBoxes.get(i).mAnimationStartTime = NO_ANIMATION;
446 Box b = mBoxes.get(i);
478 Box b = mBoxes.get(0);
496 Box b = mBoxes.get(0);
503 Box b = mBoxes.get(0);
518 Box b = mBoxes.get(0);
542 Box b = mBoxes.get(0);
551 Box b = mBoxes.get(0);
552 Box n = mBoxes.get(offset); // the neighbor box
566 Box b = mBoxes.get(0);
580 Box b = mBoxes.get(0);
618 Box b = mBoxes.get(0);
653 Box b = mBoxes.get(boxIndex);
660 Box b = mBoxes.get(0);
694 Box b = mBoxes.get(0);
715 Box b = mBoxes.get(boxIndex);
785 mBoxes.get(i).startSnapback();
798 changed |= mBoxes.get(0).doAnimation(targetY, targetScale, kind);
807 changed |= mBoxes.get(i).advanceAnimation();
819 (mBoxes.get(0).mAnimationKind == ANIM_KIND_OPENING &&
820 mBoxes.get(0).mAnimationStartTime != NO_ANIMATION);
847 // Convert the information in mPlatform and mBoxes to mRects, so the user
895 Box b = mBoxes.get(i);
938 Box b = mBoxes.get(index);
956 Box b = mBoxes.get(index);
1027 Box b = mBoxes.get(i);
1034 mTempBoxes.put(i, mBoxes.get(i));
1035 mBoxes.put(i, null);
1046 mBoxes.put(i, mTempBoxes.get(j));
1065 if (mBoxes.get(i) != null) continue;
1069 mBoxes.put(i, mTempBoxes.get(k++));
1087 mBoxes.get(0).mAbsoluteX = mPlatform.mCurrentX;
1098 Box a = mBoxes.get(i - 1);
1099 Box b = mBoxes.get(i);
1114 Box a = mBoxes.get(i + 1);
1115 Box b = mBoxes.get(i);
1135 Box a = mBoxes.get(i);
1136 Box b = mBoxes.get(i + 1);
1150 Box a = mBoxes.get(i + 1);
1151 Box b = mBoxes.get(i);
1159 Box a = mBoxes.get(i - 1);
1160 Box b = mBoxes.get(i);
1168 int dx = mBoxes.get(0).mAbsoluteX - mPlatform.mCurrentX;
1188 Box b = mBoxes.get(0);
1193 Box b = mBoxes.get(0);
1199 Box b = mBoxes.get(0);
1204 Box b = mBoxes.get(0);
1209 Box b = mBoxes.get(0);
1214 Box b = mBoxes.get(0);
1254 if (mBoxes.get(i).mAnimationKind == ANIM_KIND_DELETE) {
1271 && b == mBoxes.get(0)) {
1306 // mBoxes.get(0).mCurrentY, where "stable" means
1322 Box b = mBoxes.get(0);
1351 return mViewH >= heightOf(mBoxes.get(0), scale);
1355 return mViewW >= widthOf(mBoxes.get(0), scale);
1450 Box b = mBoxes.get(0);
1553 Box b = mBoxes.get(0);
1625 if (mInScale && this == mBoxes.get(0)) return false;
1630 if (this == mBoxes.get(0)) {