Searched refs:controllerType (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | PointerChoreographer_test.cpp | 930 const auto& [name, source, controllerType] = GetParam(); in TEST_P() 944 const auto& [name, source, controllerType] = GetParam(); in TEST_P() 958 assertPointerControllerCreated(controllerType); in TEST_P() 996 const auto& [name, source, controllerType] = GetParam(); in TEST_P() 1007 auto pc = assertPointerControllerCreated(controllerType); in TEST_P() 1052 const auto& [name, source, controllerType] = GetParam(); in TEST_P() 1066 auto pc = assertPointerControllerCreated(controllerType); in TEST_P() 1073 const auto& [name, source, controllerType] = GetParam(); in TEST_P() 1084 auto pc = assertPointerControllerCreated(controllerType); in TEST_P() 1097 const auto& [name, source, controllerType] = GetParam(); in TEST_P() [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 194 int controllerType = a.getInt(R.styleable.AlertDialog_controllerType, 0); in create() local 197 switch (controllerType) { in create()
|