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

  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 665 RectF tempBounds = new RectF();
670 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds);
727 * @param tempBounds A temporary Rect for capturing the current location of views.
730 Matrix tempMatrix, RectF tempBounds) {
734 tempBounds.set(0, 0, view.getWidth(), view.getHeight());
735 tempMatrix.mapRect(tempBounds);
737 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left);
738 sharedElementBundle.putFloat(KEY_SCREEN_RIGHT, tempBounds.right);
739 sharedElementBundle.putFloat(KEY_SCREEN_TOP, tempBounds.top);
740 sharedElementBundle.putFloat(KEY_SCREEN_BOTTOM, tempBounds.bottom)
    [all...]
  /external/skia/bench/
PathBench.cpp 227 SkRect tempBounds;
229 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
230 bounds = &tempBounds;

Completed in 155 milliseconds