HomeSort by relevance Sort by last modified time
    Searched refs:mPlatform (Results 1 - 2 of 2) 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...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 36 STATIC FASTBOOT_PLATFORM_PROTOCOL *mPlatform;
88 Status = mPlatform->GetVar (CmdArg, Response + 4);
158 Status = mPlatform->FlashPartition (
189 Status = mPlatform->ErasePartition (PartitionName);
220 Status = mPlatform->ReadPartition (
296 Status = mPlatform->DoOemCommand (Command);
509 Status = gBS->LocateProtocol (&gAndroidFastbootPlatformProtocolGuid, NULL, (VOID **) &mPlatform);
515 Status = mPlatform->Init ();
589 mPlatform->UnInit ();

Completed in 333 milliseconds