Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DOverlayDisplayWindow.java79 private View mWindowContent; field in OverlayDisplayWindow
130 mWindowManager.addView(mWindowContent, mWindowParams); in show()
138 mWindowManager.removeView(mWindowContent); in dismiss()
166 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()
198 mWindowContent = inflater.inflate( in createWindow()
200 mWindowContent.setOnTouchListener(mOnTouchListener); in createWindow()
202 mTextureView = (TextureView)mWindowContent.findViewById( in createWindow()
211 mTitleTextView = (TextView)mWindowContent.findViewById( in createWindow()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
DOverlayDisplayWindow.java203 private View mWindowContent; field in OverlayDisplayWindow.JellybeanMr1Impl
246 mWindowManager.addView(mWindowContent, mWindowParams); in show()
255 mWindowManager.removeView(mWindowContent); in dismiss()
280 mWindowManager.updateViewLayout(mWindowContent, mWindowParams); in relayout()
292 mWindowContent = inflater.inflate( in createWindow()
294 mWindowContent.setOnTouchListener(mOnTouchListener); in createWindow()
296 mTextureView = (TextureView)mWindowContent.findViewById( in createWindow()
305 mNameTextView = (TextView)mWindowContent.findViewById( in createWindow()