Home
last modified time | relevance | path

Searched refs:SmallAreaDetectionController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DSmallAreaDetectionController.java39 final class SmallAreaDetectionController { class
57 static SmallAreaDetectionController create(@NonNull Context context) { in create()
58 final SmallAreaDetectionController controller = in create()
59 new SmallAreaDetectionController(context, DeviceConfigInterface.REAL); in create()
67 SmallAreaDetectionController(Context context, DeviceConfigInterface deviceConfig) { in SmallAreaDetectionController() method in SmallAreaDetectionController
73 new SmallAreaDetectionController.OnPropertiesChangedListener()); in SmallAreaDetectionController()
H A DDisplayManagerService.java473 private SmallAreaDetectionController mSmallAreaDetectionController;
744 mSmallAreaDetectionController = SmallAreaDetectionController.create(mContext); in systemReady()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
H A DSmallAreaDetectionControllerTest.java60 private SmallAreaDetectionController mSmallAreaDetectionController;
91 mSmallAreaDetectionController = spy(new SmallAreaDetectionController( in setup()