Searched refs:setTouchpadRightClickZoneEnabled (Results 1 – 4 of 4) sorted by relevance
138 void setTouchpadRightClickZoneEnabled(boolean enabled); in setTouchpadRightClickZoneEnabled() method398 public native void setTouchpadRightClickZoneEnabled(boolean enabled); in setTouchpadRightClickZoneEnabled() method in NativeInputManagerService.NativeImpl
178 mNative.setTouchpadRightClickZoneEnabled(InputSettings.useTouchpadRightClickZone(mContext)); in updateTouchpadRightClickZoneEnabled()
154 verify(native).setTouchpadRightClickZoneEnabled(anyBoolean()) in testInputSettingsUpdatedOnSystemRunning()
295 void setTouchpadRightClickZoneEnabled(bool enabled);1272 void NativeInputManager::setTouchpadRightClickZoneEnabled(bool enabled) { in setTouchpadRightClickZoneEnabled() function in android::NativeInputManager2164 im->setTouchpadRightClickZoneEnabled(enabled); in nativeSetTouchpadRightClickZoneEnabled()