Searched refs:createPhys (Results 1 – 1 of 1) sorted by relevance
144 final String phys = createPhys(PHYS_TYPE_DPAD); in createDpad()158 final String phys = createPhys(PHYS_TYPE_KEYBOARD); in createKeyboard()177 final String phys = createPhys(PHYS_TYPE_MOUSE); in createMouse()196 final String phys = createPhys(PHYS_TYPE_TOUCHSCREEN); in createTouchscreen()216 final String phys = createPhys(PHYS_TYPE_NAVIGATION_TOUCHPAD); in createNavigationTouchpad()352 private static String createPhys(@PhysType String type) { in createPhys() method in InputController