Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp1084 const auto& [name, source, controllerType] = GetParam(); in TEST_P()
1098 const auto& [name, source, controllerType] = GetParam(); in TEST_P()
1112 assertPointerControllerCreated(controllerType); in TEST_P()
1150 const auto& [name, source, controllerType] = GetParam(); in TEST_P()
1161 auto pc = assertPointerControllerCreated(controllerType); in TEST_P()
1206 const auto& [name, source, controllerType] = GetParam(); in TEST_P()
1220 auto pc = assertPointerControllerCreated(controllerType); in TEST_P()
1227 const auto& [name, source, controllerType] = GetParam(); in TEST_P()
1238 auto pc = assertPointerControllerCreated(controllerType); in TEST_P()
1251 const auto& [name, source, controllerType] = GetParam(); in TEST_P()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java205 int controllerType = a.getInt(R.styleable.AlertDialog_controllerType, 0); in create() local
208 switch (controllerType) { in create()