Searched refs:createPhys (Results 1 – 1 of 1) sorted by relevance
143 final String phys = createPhys(PHYS_TYPE_DPAD); in createDpad()152 final String phys = createPhys(PHYS_TYPE_KEYBOARD); in createKeyboard()167 final String phys = createPhys(PHYS_TYPE_MOUSE); in createMouse()176 final String phys = createPhys(PHYS_TYPE_TOUCHSCREEN); in createTouchscreen()186 final String phys = createPhys(PHYS_TYPE_NAVIGATION_TOUCHPAD); in createNavigationTouchpad()202 final String phys = createPhys(PHYS_TYPE_STYLUS); in createStylus()284 private static String createPhys(@PhysType String type) { in createPhys() method in InputController