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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java248 private View mScreenshotLayout; field in class:GlobalScreenshot
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 35 milliseconds