MCPcopy Create free account
hub / github.com/Recordscript/recordscript / width

Method width

libs/scrap/src/common/android.rs:28–30  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

26 }
27
28 pub fn width(&self) -> usize {
29 self.display.width() as usize
30 }
31
32 pub fn height(&self) -> usize {
33 self.display.height() as usize

Callers 1

frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected