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

  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 90 final View mScreenshotLayout;
127 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
128 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.screenshot);
129 mScreenshotLayout.setFocusable(true);
131 mTextHint = (TextView) mScreenshotLayout.findViewById(R.id.calltoaction);
133 mTextureView = (TextureView) mScreenshotLayout.findViewById(R.id.fireflies);
223 mScreenshotLayout.requestFocus();
252 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
344 mWindowManager.removeView(mScreenshotLayout);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 248 private View mScreenshotLayout;
273 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null);
274 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
275 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot);
276 mScreenshotFlash = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_flash);
277 mScreenshotLayout.setFocusable(true);
278 mScreenshotLayout.setOnTouchListener(new View.OnTouchListener() {
400 mScreenshotLayout.requestFocus();
407 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
418 mWindowManager.removeView(mScreenshotLayout);
    [all...]

Completed in 738 milliseconds