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

  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 591 RectF tempBounds = new RectF();
596 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds);
652 * @param tempBounds A temporary Rect for capturing the current location of views.
655 Matrix tempMatrix, RectF tempBounds) {
659 tempBounds.set(0, 0, view.getWidth(), view.getHeight());
660 tempMatrix.mapRect(tempBounds);
662 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left);
663 sharedElementBundle.putFloat(KEY_SCREEN_RIGHT, tempBounds.right);
664 sharedElementBundle.putFloat(KEY_SCREEN_TOP, tempBounds.top);
665 sharedElementBundle.putFloat(KEY_SCREEN_BOTTOM, tempBounds.bottom)
    [all...]
  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 228 SkRect tempBounds;
230 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
231 bounds = &tempBounds;
  /external/skia/bench/
PathBench.cpp 228 SkRect tempBounds;
230 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
231 bounds = &tempBounds;

Completed in 214 milliseconds