HomeSort by relevance Sort by last modified time
    Searched refs:otherTop (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 83 final float otherTop = other.getMaxYPosition(otherFlip) + otherPosition.y;
86 otherLeft, otherRight, otherTop, otherBottom)
87 || boxIntersect(otherLeft, otherRight, otherTop, otherBottom,
  /frameworks/base/services/core/java/com/android/server/wm/
WindowContainer.java 836 WindowContainer otherTop = otherParentChain.peekLast();
837 while (thisTop != null && otherTop != null && thisTop == otherTop) {
841 otherTop = otherParentChain.peekLast();
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 198 milliseconds