Searched refs:mPlatform (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java144 // (2) In page mode, if the focused box is constrained, the mPlatform's
168 // The focused box (Box*) centers at mPlatform's (mCurrentX, mCurrentY)
170 private Platform mPlatform = new Platform(); field in class:PositionController
265 mPlatform.updateDefaultXY();
284 mPlatform.updateDefaultXY();
351 mPlatform.mCurrentX = r.centerX() - mViewW / 2;
355 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin,
373 mPlatform.updateDefaultXY();
430 mPlatform.mAnimationStartTime = NO_ANIMATION;
440 if (mPlatform
[all...]

Completed in 315 milliseconds