Home
last modified time | relevance | path

Searched refs:mWindowContent (Results 1 – 1 of 1) 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()