Home
last modified time | relevance | path

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

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DLocalPlayer.java483 int surfaceWidth = mLayout.getWidth(); in updateSize() local
489 if (surfaceWidth * height < surfaceHeight * width) { in updateSize()
492 lp.width = surfaceWidth; in updateSize()
493 lp.height = surfaceWidth * height / width; in updateSize()
558 int surfaceWidth = getWindow().getDecorView().getWidth(); in updateSize() local
560 if (surfaceWidth * height < surfaceHeight * width) { in updateSize()
561 lp.width = surfaceWidth; in updateSize()
562 lp.height = surfaceWidth * height / width; in updateSize()
/development/tools/winscope/src/flickerlib/windows/
DActivityTask.ts47 proto.surfaceWidth,