Home
last modified time | relevance | path

Searched defs:targetView (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/testing/util/
DDrawCountDown.java12 private View targetView; field in DrawCountDown
15 private DrawCountDown(View targetView, int countFrames, Runnable countReachedListener) { in DrawCountDown()
37 View targetView, int countFrames, Runnable onDrawCountReachedListener) { in countDownDraws()
/external/skia/src/gpu/
DGrProgramInfo.h20 const GrSurfaceProxyView& targetView, in GrProgramInfo()
/external/skia/src/image/
DSkSurface_Gpu.cpp100 GrSurfaceProxyView targetView = fDevice->readSurfaceView(); in onNewSurface() local
328 GrSurfaceProxyView targetView = fDevice->readSurfaceView(); in onIsCompatible() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileSystemProvider.java267 FileSystemView targetView = getDefaultView(targetPath); in copy() local