Searched refs:newBlockSize (Results 1 – 1 of 1) sorted by relevance
1735 public PerformancePoint(@NonNull PerformancePoint pp, @NonNull Size newBlockSize) { in PerformancePoint() argument1741 new Size(Math.max(newBlockSize.getWidth(), pp.mBlockSize.getWidth() * 16), in PerformancePoint()1742 Math.max(newBlockSize.getHeight(), pp.mBlockSize.getHeight() * 16)) in PerformancePoint()