Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/platform/
DAndroidPaintContext.java125 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in drawBitmap()
307 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in drawBitmap()
708 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext;
908 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in tweenPath()
926 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in combinePath()
940 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in getPathArray()
968 AndroidRemoteContext androidContext = (AndroidRemoteContext) mContext; in getPath()
DRemoteComposeCanvas.java55 AndroidRemoteContext mARContext = new AndroidRemoteContext();
DAndroidRemoteContext.java45 public class AndroidRemoteContext extends RemoteContext { class
/frameworks/base/core/java/com/android/internal/widget/remotecompose/player/
DRemoteComposePlayer.java45 import com.android.internal.widget.remotecompose.player.platform.AndroidRemoteContext;
126 AndroidRemoteContext tmpContext = new AndroidRemoteContext(); in updateDocument()