Searched defs:intersect (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/util/
H A DRange.java204 public Range<T> intersect(Range<T> range) { method in class:Range
227 * See {@link #intersect(Range)} for more details.</p>
236 public Range<T> intersect(T lower, T upper) { method in class:Range
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsBackupTest.java529 intersect(settingsToBackup, blacklist),
563 private static <T> Set<T> intersect(Set<T> s1, Set<T> s2) { method in class:SettingsBackupTest
/frameworks/native/libs/ui/
H A DRect.cpp85 bool Rect::intersect(const Rect& with, Rect* result) const { function in class:android::Rect
H A DRegion.cpp336 const Region Region::intersect(const Rect& rhs) const { function in class:android::Region
356 const Region Region::intersect(const Region& rhs) const { function in class:android::Region
402 const Region Region::intersect(const Region& rhs, int dx, int dy) const { function in class:android::Region
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
H A DFlagSet.java66 public boolean intersect(FlagSet other, int bucketIndex) { method in class:FlagSet
/frameworks/base/graphics/java/android/graphics/
H A DRect.java427 * @return true if the specified rectangle and this rectangle intersect
432 public boolean intersect(int left, int top, int right, int bottom) { method in class:Rect
450 * @return true if the specified rectangle and this rectangle intersect
455 public boolean intersect(Rect r) { method in class:Rect
456 return intersect(r.left, r.top, r.right, r.bottom);
460 * If rectangles a and b intersect, return true and set this rectangle to
467 * @return true iff the two specified rectangles intersect. If they do, set
486 * if either rectangle is empty. To record the intersection, use intersect()
502 * Returns true iff the two specified rectangles intersect. In no event are
504 * use {@link #intersect(Rec
[all...]
H A DRectF.java340 * @return true if the specified rectangle and this rectangle intersect
344 public boolean intersect(float left, float top, float right, float bottom) { method in class:RectF
371 * @return true if the specified rectangle and this rectangle intersect
375 public boolean intersect(RectF r) { method in class:RectF
376 return intersect(r.left, r.top, r.right, r.bottom);
380 * If rectangles a and b intersect, return true and set this rectangle to
387 * @return true iff the two specified rectangles intersect. If they do, set
406 * if either rectangle is empty. To record the intersection, use intersect()
424 * Returns true iff the two specified rectangles intersect. In no event are
426 * use intersect() o
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 140 milliseconds