Searched refs:surfacePackage (Results 1 – 5 of 5) sorted by relevance
206 SurfaceControlViewHost.SurfacePackage surfacePackage, int width, int height) { in handleInlineSuggestionUiReady() argument216 mInlineContentCallback.onContent(surfacePackage, mActualWidth, mActualHeight); in handleInlineSuggestionUiReady()221 if (surfacePackage != null) { in handleInlineSuggestionUiReady()222 surfacePackage.release(); in handleInlineSuggestionUiReady()
57 SurfaceControlViewHost.SurfacePackage surfacePackage =61 mCallback.onRemoteContentReady(surfacePackage);
25 oneway void onRemoteContentReady(in SurfaceControlViewHost.SurfacePackage surfacePackage); in onRemoteContentReady() argument
91 @Nullable SurfaceControlViewHost.SurfacePackage surfacePackage) {95 if (surfacePackage != null) {96 mView.setChildSurfacePackage(surfacePackage);
319 private void handleOnSurfacePackage(SurfaceControlViewHost.SurfacePackage surfacePackage) { in handleOnSurfacePackage() argument320 if (surfacePackage == null) { in handleOnSurfacePackage()325 surfacePackage.release(); in handleOnSurfacePackage()333 mSurfacePackage = surfacePackage; in handleOnSurfacePackage()