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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionHelper.java 356 int fromWidth = (int) (transform.rect.width() * scale);
358 if (fromWidth == 0 || fromHeight == 0) {
365 return drawViewIntoGraphicBuffer(fromWidth, fromHeight, null, 1f, 0xFFff0000);
367 return drawViewIntoGraphicBuffer(fromWidth, fromHeight, taskView, scale, 0);
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]

Completed in 223 milliseconds