HomeSort by relevance Sort by last modified time
    Searched defs:bottom1 (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
geometry_utils.cpp 27 int bottom1 = layer1.displayFrame.bottom; local
35 bool overlap_y = top1 < bottom2 && top2 < bottom1;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
TileLayoutTest.java 141 ArgumentCaptor<Integer> bottom1 = ArgumentCaptor.forClass(Integer.class); local
143 .layout(left1.capture(), top1.capture(), right1.capture(), bottom1.capture());
156 assertTrue(top1.getValue() <= bottom1.getValue());
166 assertEquals(bottom1.getValue().intValue(), bottom2.getValue().intValue());

Completed in 123 milliseconds