Home
last modified time | relevance | path

Searched refs:inputMethodSurface (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/viewers/common/
Dime_utils_test.ts102 const inputMethodSurface = assertDefined( constant
103 layers.properties.inputMethodSurface,
105 const inputMethodSurfaceRect = assertDefined(inputMethodSurface.rect);
106 expect(inputMethodSurface.id).toEqual(
109 expect(inputMethodSurface.isVisible).toEqual(false);
122 expect(inputMethodSurface.screenBounds).toBeDefined();
Dime_utils.ts65 inputMethodSurface: InputMethodSurfaceProperties | undefined; property
179 inputMethodSurface: inputMethodSurfaceProps,
/development/tools/winscope/src/test/e2e/
Dviewer_input_method_clients_test.ts149 const inputMethodSurface = additionalProperties.element( constant
152 const inputMethodSurfaceText = await inputMethodSurface.getText();
/development/tools/winscope/src/viewers/components/
Dime_additional_properties_component.ts499 this.additionalProperties?.sf?.properties.inputMethodSurface
506 this.additionalProperties?.sf?.properties.inputMethodSurface?.rect ??
Dime_additional_properties_component_test.ts192 inputMethodSurface: {