Searched refs:dataGetId (Results 1 – 2 of 2) sorted by relevance
171 int imageId = mRemoteComposeState.dataGetId(image); in drawBitmap()194 int id = mRemoteComposeState.dataGetId(text); in addText()301 int imageId = mRemoteComposeState.dataGetId(image); in addDrawBitmap()365 int id = mRemoteComposeState.dataGetId(path); in addDrawPath()417 int pathId = mRemoteComposeState.dataGetId(path); in addDrawTextOnPath()555 int id = mRemoteComposeState.dataGetId(placeHolder); in createTextFromFloat()616 int path1Id = mRemoteComposeState.dataGetId(path1); in addDrawTweenPath()620 int path2Id = mRemoteComposeState.dataGetId(path2); in addDrawTweenPath()
71 public int dataGetId(Object image) { in dataGetId() method in RemoteComposeState