Searched defs:or (Results 1 – 6 of 6) sorted by relevance
55 public static Validator or(@NonNull Validator...validators) { in or() method in Validators
280 public Condition or(@NonNull Collection<Condition> others) { in or() method in Condition291 public Condition or(@NonNull Condition... others) { in or() method in Condition
329 private fun or(flow: Flow<Boolean>, anotherFlow: Flow<Boolean>) = in or() method
277 final float or = height * RADIUS_FACTOR / SIN; in setSize() local
678 private fun Flow<Boolean>.or(anotherFlow: Flow<Boolean>) = in or() method
1011 final ChildDrawable or = origChildDrawable[i]; in LayerState() local