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

/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java90 final View mScreenshotLayout; field in class:SendUi
127 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
128 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.screenshot);
129 mScreenshotLayout.setFocusable(true);
131 mTextHint = (TextView) mScreenshotLayout.findViewById(R.id.calltoaction);
133 mTextureView = (TextureView) mScreenshotLayout.findViewById(R.id.fireflies);
223 mScreenshotLayout.requestFocus();
252 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams);
344 mWindowManager.removeView(mScreenshotLayout);

Completed in 3 milliseconds