Searched refs:hardwareLayer (Results 1 – 2 of 2) sorted by relevance
95 Object hardwareLayer = getHardwareLayer.invoke(mHardwareView); in loadBitmaps() local96 if (hardwareLayer == null) { in loadBitmaps()100 Method copyInto = hardwareLayer.getClass() in loadBitmaps()106 boolean success = (Boolean) copyInto.invoke(hardwareLayer, mHardwareBitmap); in loadBitmaps()
671 public void detachSurfaceTexture(long hardwareLayer) { in detachSurfaceTexture() argument672 nDetachSurfaceTexture(mNativeProxy, hardwareLayer); in detachSurfaceTexture()