Home
last modified time | relevance | path

Searched refs:setReportingThresholds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceControlRegistry.java165 public void setReportingThresholds(int maxLayersReportingThreshold, int resetReportingThreshold, in setReportingThresholds() method in SurfaceControlRegistry
401 public void setReportingThresholds(int maxLayersReportingThreshold, in setReportingThresholds() method in SurfaceControlRegistry.NoOpRegistry
/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java123 registry.setReportingThresholds(4 /* max */, 2 /* reset */, reporter); in testThresholds()