Searched defs:replaceId (Results 1 – 2 of 2) sorted by relevance
185 int replaceId = env->GetIntField(joperation, fields.opReplaceIdId); in convertJobjectToOperation() local
1347 private Operation(@Flag int flags, int replaceId, float xOffset) { in Operation()