Searched refs:getIntersection (Results 1 – 6 of 6) sorted by relevance
144 assertEquals(localesWithNAndE, new LocaleList(localesWithE.getIntersection(localesWithN))); in testIntersection()
315 ? 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
161 public Locale[] getIntersection(@NonNull LocaleList other) { in getIntersection() method in LocaleList
298 static std::list<int> getIntersection(const std::unordered_set<int> &streamIdsForThisCamera, in getIntersection() function603 std::list<int> streamIdsUsedInRequest = getIntersection(streamIdSetIt->second, in submitRequestList()
486 locales.getIntersection(lc.getSupportedLocales()); in updateConfigurationImpl()
16989 HSPLandroid/view/InsetsSource;->getIntersection(Landroid/graphics/Rect;Landroid/graphics/Rect;Landr…