Searched refs:mScreenshotLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java328 private View mScreenshotLayout; field in class:GlobalScreenshot
355 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null);
356 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
357 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot);
358 mScreenshotFlash = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_flash);
359 mScreenshotLayout.setFocusable(true);
360 mScreenshotLayout.setOnTouchListener(new View.OnTouchListener() {
488 mScreenshotLayout.requestFocus();
496 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
507 mWindowManager.removeView(mScreenshotLayout);
[all...]

Completed in 21 milliseconds