Searched defs:copyResult (Results 1 – 8 of 8) sorted by relevance
93 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished()
104 final int copyResult = copy.request(getWindow(), srcRect, dest); in takeScreenshot() local
150 int copyResult = copy.request((SurfaceView) sActivity.findViewById(R.id.surfaceview), dest); in takeScreenshot() local
140 int copyResult = copy.request(mSurfaceView, srcRect, dest); in takeScreenshot() local
345 int copyResult = copy.request(mActivity.getWindow(), srcRect, dest); in takeScreenshot() local
137 int copyResult = copy.request(getActivity().getWindow(), srcRect, dest); in takeScreenshot() local
1374 private int copyResult; field in SurfaceViewSnapshot1461 public void onPixelCopyFinished(int copyResult) { in onPixelCopyFinished()
767 int copyResult = PixelCopy.ERROR_SOURCE_NO_DATA; in testVideoProducer() local