Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording_component.ts146 private frameHeight = 1280; // default for Flicker/Winscope property in ViewerScreenRecordingComponent
187 this.frameHeight = video?.videoHeight;
201 this.frameHeight = image.naturalHeight;
224 ((maxHeight - headerHeight) * this.frameWidth) / this.frameHeight;