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 108 final View mScreenshotLayout;
173 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
175 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.screenshot);
176 mScreenshotLayout.setFocusable(true);
178 mTextHint = (TextView) mScreenshotLayout.findViewById(R.id.calltoaction);
180 mTextureView = (TextureView) mScreenshotLayout.findViewById(R.id.fireflies);
279 mScreenshotLayout.requestFocus();
308 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
401 mWindowManager.removeView(mScreenshotLayout);
545 mScreenshotLayout.invalidate()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 280 private View mScreenshotLayout;
305 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null);
306 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
307 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot);
308 mScreenshotFlash = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_flash);
309 mScreenshotLayout.setFocusable(true);
310 mScreenshotLayout.setOnTouchListener(new View.OnTouchListener() {
433 mScreenshotLayout.requestFocus();
440 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
451 mWindowManager.removeView(mScreenshotLayout);
    [all...]

Completed in 312 milliseconds