Searched refs:androidContext (Results 1 – 1 of 1) sorted by relevance
89 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in drawBitmap() local90 if (androidContext.mRemoteComposeState.containsId(imageId)) { in drawBitmap()91 Bitmap bitmap = (Bitmap) androidContext.mRemoteComposeState in drawBitmap()128 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in drawBitmap() local129 if (androidContext.mRemoteComposeState.containsId(id)) { in drawBitmap()131 (Bitmap) androidContext.mRemoteComposeState.getFromId(id); in drawBitmap()622 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in getPath() local624 (float[]) androidContext.mRemoteComposeState.getFromId(path1Id); in getPath()626 (float[]) androidContext.mRemoteComposeState.getFromId(path2Id); in getPath()641 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in getPath() local[all …]