Searched defs:width (Results 1 – 6 of 6) sorted by relevance
91 int width = format.getInteger(MediaFormat.KEY_WIDTH); in validateVideoTrackMediaFormat() local112 int width = bitmap.getWidth(); in validateImage() local
19 open class Size(val width: Int, val height: Int) { constant in com.android.server.wm.traces.common.Size
26 val width: Int get() = right - left constant in com.android.server.wm.traces.common.Rect
26 val width: Float get() = right - left constant in com.android.server.wm.traces.common.RectF
96 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged()
41 private val width: Int = 720, constant