Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Dindex.ts106 private __mediaStatus: Partial<MediaStatusInterface<string, boolean>>; property in Vm
188 this.__mediaStatus = {};
189 this.__mediaStatus.orientation = this.__app.options.orientation;
190 this.__mediaStatus.width = this.__app.options.width;
191 this.__mediaStatus.height = this.__app.options.height;
192 this.__mediaStatus.resolution = this.__app.options.resolution;
193 this.__mediaStatus['device-type'] = this.__app.options['device-type'];
194 this.__mediaStatus['aspect-ratio'] = this.__app.options['aspect-ratio'];
195 this.__mediaStatus['device-width'] = this.__app.options['device-width'];
196 this.__mediaStatus['device-height'] = this.__app.options['device-height'];
[all …]