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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 144 // (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();
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.mAnimationStartTime != NO_ANIMATION)
    [all...]
  /ndk/tests/abcc/jni/host/
Abcc_host.h 40 std::string mPlatform;
Abcc_host.cpp 27 mNDKDir(""), mPlatform(platform), mToolchainBinPath(toolchain_bin) {
35 mNDKDir(ndk_dir), mPlatform(platform), mToolchainBinPath(toolchain_bin) {

Completed in 206 milliseconds