Home
last modified time | relevance | path

Searched defs:getIntersection (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DLocaleList.java160 public Locale[] getIntersection(@NonNull LocaleList other) { in getIntersection() method in LocaleList
/frameworks/base/core/java/android/view/
DInsetsSource.java444 private static boolean getIntersection(@NonNull Rect a, @NonNull Rect b, @NonNull Rect out) { in getIntersection() method in InsetsSource
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp260 static std::list<int> getIntersection(const std::unordered_set<int> &streamIdsForThisCamera, in getIntersection() function