Home
last modified time | relevance | path

Searched refs:mWindowContent (Results 1 – 2 of 2) 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()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DOverlayDisplayWindow.java192 private View mWindowContent; field in OverlayDisplayWindow.JellybeanMr1Impl
235 mWindowManager.addView(mWindowContent, mWindowParams); in show()
244 mWindowManager.removeView(mWindowContent); in dismiss()
269 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()
281 mWindowContent = inflater.inflate( in createWindow()
283 mWindowContent.setOnTouchListener(mOnTouchListener); in createWindow()
285 mTextureView = (TextureView)mWindowContent.findViewById( in createWindow()
294 mNameTextView = (TextView)mWindowContent.findViewById( in createWindow()