Searched refs:mWindowContent (Results 1 – 2 of 2) sorted by relevance
79 private View mWindowContent; field in OverlayDisplayWindow130 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()
203 private View mWindowContent; field in OverlayDisplayWindow.JellybeanMr1Impl246 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()