Searched defs:or (Results 1 – 5 of 5) sorted by relevance
56 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() method in Predicates68 public static <T> Predicate<T> or(Iterable<? extends Predicate<? super T>> components) { in or() method in Predicates
99 public FlagSet or(FlagSet other) { in or() method in FlagSet
141 final float or = height * 0.75f / SIN; in setSize() local
354 float or = OUTER_ROTARY_RADIUS_DIP * mDensity; in onDraw() local
3743 int or = atoken.requestedOrientation; in getAppSpecifiedOrientation() local