Searched refs:mWindowContent (Results 1 – 2 of 2) sorted by relevance
184 private View mWindowContent; field in OverlayDisplayWindow.JellybeanMr1Impl227 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()
192 private View mWindowContent; field in OverlayDisplayWindow.JellybeanMr1Impl235 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()