Home
last modified time | relevance | path

Searched refs:androidContext (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java89 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in drawBitmap() local
90 if (androidContext.mRemoteComposeState.containsId(imageId)) { in drawBitmap()
91 Bitmap bitmap = (Bitmap) androidContext.mRemoteComposeState in drawBitmap()
128 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in drawBitmap() local
129 if (androidContext.mRemoteComposeState.containsId(id)) { in drawBitmap()
131 (Bitmap) androidContext.mRemoteComposeState.getFromId(id); in drawBitmap()
622 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in getPath() local
624 (float[]) androidContext.mRemoteComposeState.getFromId(path1Id); in getPath()
626 (float[]) androidContext.mRemoteComposeState.getFromId(path2Id); in getPath()
641 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in getPath() local
[all …]