Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/media/
DMediaPlayerDemo_Video.java40 private int mVideoWidth; field in MediaPlayerDemo_Video
154 mVideoWidth = width; in onVideoSizeChanged()
208 mVideoWidth = 0; in doCleanUp()
216 holder.setFixedSize(mVideoWidth, mVideoHeight); in startVideoPlayback()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DLocalPlayer.java67 private int mVideoWidth; field in LocalPlayer
292 protected int getVideoWidth() { return mVideoWidth; } in getVideoWidth()
355 mVideoWidth = width; in updateVideoRect()
360 mVideoWidth = mVideoHeight = 0; in updateVideoRect()