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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java423 private View mScreenshotLayout; field in class:GlobalScreenshot
451 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null);
452 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
453 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot);
454 mScreenshotFlash = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_flash);
455 mScreenshotSelectorView = (ScreenshotSelectorView) mScreenshotLayout.findViewById(
457 mScreenshotLayout.setFocusable(true);
460 mScreenshotLayout.setOnTouchListener(new View.OnTouchListener() {
615 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
629 mWindowManager.removeView(mScreenshotLayout);
[all...]

Completed in 8 milliseconds