Home
last modified time | relevance | path

Searched refs:getIntersection (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DLocaleListTest.java144 assertEquals(localesWithNAndE, new LocaleList(localesWithE.getIntersection(localesWithN))); in testIntersection()
/frameworks/base/core/java/android/view/
DInsetsSource.java315 ? getIntersection(frame, relativeFrame, mTmpFrame) in calculateInsets()
480 private static boolean getIntersection(@NonNull Rect a, @NonNull Rect b, @NonNull Rect out) { in getIntersection() method in InsetsSource
/frameworks/base/core/java/android/os/
DLocaleList.java161 public Locale[] getIntersection(@NonNull LocaleList other) { in getIntersection() method in LocaleList
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp298 static std::list<int> getIntersection(const std::unordered_set<int> &streamIdsForThisCamera, in getIntersection() function
603 std::list<int> streamIdsUsedInRequest = getIntersection(streamIdSetIt->second, in submitRequestList()
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java486 locales.getIntersection(lc.getSupportedLocales()); in updateConfigurationImpl()
/frameworks/base/boot/
Dboot-image-profile.txt16989 HSPLandroid/view/InsetsSource;->getIntersection(Landroid/graphics/Rect;Landroid/graphics/Rect;Landr…