Searched refs:getFromId (Results 1 – 4 of 4) sorted by relevance
105 return (String) mRemoteComposeState.getFromId(id); in getText()151 return (ShaderData) mRemoteComposeState.getFromId(id); in getShader()166 String contentDescription = (String) mRemoteComposeState.getFromId(contentDescriptionId); in addClickArea()167 String metadata = (String) mRemoteComposeState.getFromId(metadataId); in addClickArea()
92 .getFromId(imageId); in drawBitmap()131 (Bitmap) androidContext.mRemoteComposeState.getFromId(id); in drawBitmap()624 (float[]) androidContext.mRemoteComposeState.getFromId(path1Id); in getPath()626 (float[]) androidContext.mRemoteComposeState.getFromId(path2Id); in getPath()645 (float[]) androidContext.mRemoteComposeState.getFromId(id); in getPath()652 return (String) mContext.mRemoteComposeState.getFromId(id); in getText()656 return (ShaderData) mContext.mRemoteComposeState.getFromId(id); in getShaderData()
169 String contentDescription = (String) mRemoteComposeState.getFromId(contentDescriptionId); in setDocumentContentDescription()
55 public Object getFromId(int id) { in getFromId() method in RemoteComposeState