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

/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java53 private ViewGroup mViewToCapture; field in class:ViewCaptureTest
58 mViewToCapture = (ViewGroup) mActivity.findViewById(R.id.capture);
72 Bitmap result = mViewToCapture.createSnapshot(Bitmap.Config.ARGB_8888, 0, skipChildren);
80 View child = mViewToCapture.findViewById(id);

Completed in 79 milliseconds