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

  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 728 RectF tempBounds = new RectF();
733 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds);
    [all...]
  /external/skia/bench/
PathBench.cpp 309 SkRect tempBounds;
311 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
312 bounds = &tempBounds;
    [all...]
  /external/skqp/bench/
PathBench.cpp 309 SkRect tempBounds;
311 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
312 bounds = &tempBounds;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java     [all...]

Completed in 144 milliseconds