MCPcopy Index your code
hub / github.com/callstack/agent-device / focusAndroid

Function focusAndroid

src/platforms/android/input-actions.ts:120–122  ·  view source on GitHub ↗
(device: DeviceInfo, x: number, y: number)

Source from the content-addressed store, hash-verified

118}
119
120export async function focusAndroid(device: DeviceInfo, x: number, y: number): Promise<void> {
121 await pressAndroid(device, x, y);
122}
123
124export async function fillAndroid(
125 device: DeviceInfo,

Callers 2

createAndroidInteractorFunction · 0.90
fillAndroidFunction · 0.85

Calls 1

pressAndroidFunction · 0.85

Tested by

no test coverage detected