Lines Matching refs:FakeInputReaderPolicy
27 void FakeInputReaderPolicy::assertInputDevicesChanged() { in assertInputDevicesChanged()
35 void FakeInputReaderPolicy::assertInputDevicesNotChanged() { in assertInputDevicesNotChanged()
43 void FakeInputReaderPolicy::assertStylusGestureNotified(int32_t deviceId) { in assertStylusGestureNotified()
56 void FakeInputReaderPolicy::assertStylusGestureNotNotified() { in assertStylusGestureNotNotified()
61 void FakeInputReaderPolicy::clearViewports() { in clearViewports()
66 std::optional<DisplayViewport> FakeInputReaderPolicy::getDisplayViewportByUniqueId( in getDisplayViewportByUniqueId()
70 std::optional<DisplayViewport> FakeInputReaderPolicy::getDisplayViewportByType( in getDisplayViewportByType()
75 std::optional<DisplayViewport> FakeInputReaderPolicy::getDisplayViewportByPort( in getDisplayViewportByPort()
80 void FakeInputReaderPolicy::addDisplayViewport(DisplayViewport viewport) { in addDisplayViewport()
85 void FakeInputReaderPolicy::addDisplayViewport(ui::LogicalDisplayId displayId, int32_t width, in addDisplayViewport()
112 bool FakeInputReaderPolicy::updateViewport(const DisplayViewport& viewport) { in updateViewport()
126 void FakeInputReaderPolicy::addExcludedDeviceName(const std::string& deviceName) { in addExcludedDeviceName()
130 void FakeInputReaderPolicy::addInputPortAssociation(const std::string& inputPort, in addInputPortAssociation()
135 void FakeInputReaderPolicy::addDeviceTypeAssociation(const std::string& inputPort, in addDeviceTypeAssociation()
140 void FakeInputReaderPolicy::addInputUniqueIdAssociation(const std::string& inputUniqueId, in addInputUniqueIdAssociation()
145 void FakeInputReaderPolicy::addKeyboardLayoutAssociation(const std::string& inputUniqueId, in addKeyboardLayoutAssociation()
150 void FakeInputReaderPolicy::addDisabledDevice(int32_t deviceId) { in addDisabledDevice()
154 void FakeInputReaderPolicy::removeDisabledDevice(int32_t deviceId) { in removeDisabledDevice()
158 const InputReaderConfiguration& FakeInputReaderPolicy::getReaderConfiguration() const { in getReaderConfiguration()
162 const std::vector<InputDeviceInfo> FakeInputReaderPolicy::getInputDevices() const { in getInputDevices()
167 TouchAffineTransformation FakeInputReaderPolicy::getTouchAffineTransformation( in getTouchAffineTransformation()
172 void FakeInputReaderPolicy::setTouchAffineTransformation(const TouchAffineTransformation t) { in setTouchAffineTransformation()
176 PointerCaptureRequest FakeInputReaderPolicy::setPointerCapture(const sp<IBinder>& window) { in setPointerCapture()
181 void FakeInputReaderPolicy::setDefaultPointerDisplayId(ui::LogicalDisplayId pointerDisplayId) { in setDefaultPointerDisplayId()
185 void FakeInputReaderPolicy::setPointerGestureEnabled(bool enabled) { in setPointerGestureEnabled()
189 float FakeInputReaderPolicy::getPointerGestureMovementSpeedRatio() { in getPointerGestureMovementSpeedRatio()
193 float FakeInputReaderPolicy::getPointerGestureZoomSpeedRatio() { in getPointerGestureZoomSpeedRatio()
197 void FakeInputReaderPolicy::setVelocityControlParams(const VelocityControlParameters& params) { in setVelocityControlParams()
202 void FakeInputReaderPolicy::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled()
206 void FakeInputReaderPolicy::setStylusPointerIconEnabled(bool enabled) { in setStylusPointerIconEnabled()
210 void FakeInputReaderPolicy::setIsInputMethodConnectionActive(bool active) { in setIsInputMethodConnectionActive()
214 bool FakeInputReaderPolicy::isInputMethodConnectionActive() { in isInputMethodConnectionActive()
218 void FakeInputReaderPolicy::getReaderConfiguration(InputReaderConfiguration* outConfig) { in getReaderConfiguration()
222 void FakeInputReaderPolicy::notifyInputDevicesChanged( in notifyInputDevicesChanged()
230 std::shared_ptr<KeyCharacterMap> FakeInputReaderPolicy::getKeyboardLayoutOverlay( in getKeyboardLayoutOverlay()
235 std::string FakeInputReaderPolicy::getDeviceAlias(const InputDeviceIdentifier&) { in getDeviceAlias()
239 void FakeInputReaderPolicy::waitForInputDevices(std::function<void(bool)> processDevicesChanged) { in waitForInputDevices()
251 void FakeInputReaderPolicy::notifyStylusGestureStarted(int32_t deviceId, nsecs_t eventTime) { in notifyStylusGestureStarted()
257 std::optional<DisplayViewport> FakeInputReaderPolicy::getPointerViewportForAssociatedDisplay( in getPointerViewportForAssociatedDisplay()