HomeSort by relevance Sort by last modified time
    Searched defs:INTERSECT (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/graphics/java/android/graphics/
Region.java 38 INTERSECT(1),
196 * not intersect the region. Returning false is not a guarantee that they
197 * intersect, but returning true is a guarantee that they do not.
205 * not intersect the region. Returning false is not a guarantee that they
206 * intersect, but returning true is a guarantee that they do not.
212 * intersect the region. Returning false is not a guarantee that they
213 * intersect, but returning true is a guarantee that they do not.
Path.java 141 * Intersect the two paths.
143 INTERSECT,
  /frameworks/base/core/java/android/view/
DisplayCutout.java 187 * bounds.op(0, 0, Integer.MAX_VALUE, displayCutout.getSafeInsetTop(), Region.Op.INTERSECT);
213 bounds.op(0, 0, Integer.MAX_VALUE, getSafeInsetTop(), Region.Op.INTERSECT);
219 bounds.op(0, 0, getSafeInsetLeft(), Integer.MAX_VALUE, Region.Op.INTERSECT);
226 Integer.MAX_VALUE, Integer.MAX_VALUE, Region.Op.INTERSECT);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 312 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 568 Region.Op.INTERSECT);
573 Region.Op.INTERSECT);
578 Integer.MAX_VALUE, Region.Op.INTERSECT);
583 Integer.MAX_VALUE, Region.Op.INTERSECT);
626 // Intersect with window's frame
628 rootView.getBottom(), Region.Op.INTERSECT);
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 713 milliseconds

1 2