HomeSort by relevance Sort by last modified time
    Searched refs:mWindowContent (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
OverlayDisplayWindow.java 78 private View mWindowContent;
135 mWindowManager.addView(mWindowContent, mWindowParams);
143 mWindowManager.removeView(mWindowContent);
151 mWindowManager.updateViewLayout(mWindowContent, mWindowParams);
183 mWindowContent = inflater.inflate(
185 mWindowContent.setOnTouchListener(mOnTouchListener);
187 mTextureView = (TextureView)mWindowContent.findViewById(
196 mTitleTextView = (TextView)mWindowContent.findViewById(
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 184 private View mWindowContent;
227 mWindowManager.addView(mWindowContent, mWindowParams);
236 mWindowManager.removeView(mWindowContent);
256 mWindowManager.updateViewLayout(mWindowContent, mWindowParams);
268 mWindowContent = inflater.inflate(
270 mWindowContent.setOnTouchListener(mOnTouchListener);
272 mTextureView = (TextureView)mWindowContent.findViewById(
281 mNameTextView = (TextView)mWindowContent.findViewById(
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
OverlayDisplayWindow.java 184 private View mWindowContent;
227 mWindowManager.addView(mWindowContent, mWindowParams);
236 mWindowManager.removeView(mWindowContent);
256 mWindowManager.updateViewLayout(mWindowContent, mWindowParams);
268 mWindowContent = inflater.inflate(
270 mWindowContent.setOnTouchListener(mOnTouchListener);
272 mTextureView = (TextureView)mWindowContent.findViewById(
281 mNameTextView = (TextView)mWindowContent.findViewById(
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 192 private View mWindowContent;
235 mWindowManager.addView(mWindowContent, mWindowParams);
244 mWindowManager.removeView(mWindowContent);
269 mWindowManager.updateViewLayout(mWindowContent, mWindowParams);
281 mWindowContent = inflater.inflate(
283 mWindowContent.setOnTouchListener(mOnTouchListener);
285 mTextureView = (TextureView)mWindowContent.findViewById(
294 mNameTextView = (TextView)mWindowContent.findViewById(
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
OverlayDisplayWindow.java 184 private View mWindowContent;
227 mWindowManager.addView(mWindowContent, mWindowParams);
236 mWindowManager.removeView(mWindowContent);
256 mWindowManager.updateViewLayout(mWindowContent, mWindowParams);
268 mWindowContent = inflater.inflate(
270 mWindowContent.setOnTouchListener(mOnTouchListener);
272 mTextureView = (TextureView)mWindowContent.findViewById(
281 mNameTextView = (TextView)mWindowContent.findViewById(

Completed in 45 milliseconds