Home
last modified time | relevance | path

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

/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java184 private View mWindowContent; field in OverlayDisplayWindow.JellybeanMr1Impl
227 mWindowManager.addView(mWindowContent, mWindowParams); in show()
236 mWindowManager.removeView(mWindowContent); in dismiss()
256 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()
268 mWindowContent = inflater.inflate( in createWindow()
270 mWindowContent.setOnTouchListener(mOnTouchListener); in createWindow()
272 mTextureView = (TextureView)mWindowContent.findViewById( in createWindow()
281 mNameTextView = (TextView)mWindowContent.findViewById( in createWindow()