HomeSort by relevance Sort by last modified time
    Searched defs:currentSurface (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 194 EGLSurface currentSurface = mDisplaySurfaces.get(mContext);
195 if (currentSurface != null && !currentSurface.equals(mSurface)) {
  /packages/apps/TV/tests/input/src/com/android/tv/testinput/
TestTvInputService.java 309 Surface currentSurface;
314 currentSurface = mSurface;
326 if (currentSurface != null) {
329 Canvas c = currentSurface.lockCanvas(null);
333 currentSurface.unlockCanvasAndPost(c);

Completed in 228 milliseconds