Searched defs:or (Results 1 – 6 of 6) sorted by relevance
31 public static Feature or(final Feature... features) { in or() method in FeatureUtils
51 default ItemInfoMatcher or(ItemInfoMatcher matcher) { in or() method
223 public Builder or(@NonNull Selection selection) { in or() method in Selection.Builder
216 public Condition or(String columnName, String operator, @NonNull Object value) { in or() method in QueryParam.QueryBuilder.Condition
802 final ChildDrawable or = origChildDrawable[i]; in LayerState() local
434 public static float or(float a, float b) { in or() method in Utilities