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

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