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

  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
geometry_utils.cpp 31 int top2 = layer2.displayFrame.top; local
35 bool overlap_y = top1 < bottom2 && top2 < bottom1;
  /external/fio/
cconv.c 569 struct thread_options_pack top1, top2; local
572 memset(&top2, 0, sizeof(top2));
577 convert_thread_options_to_net(&top2, &o);
581 return memcmp(&top1, &top2, sizeof(top1));
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
TileLayoutTest.java 145 ArgumentCaptor<Integer> top2 = ArgumentCaptor.forClass(Integer.class); local
149 .layout(left2.capture(), top2.capture(), right2.capture(), bottom2.capture());
158 assertTrue(top2.getValue() <= bottom2.getValue());
165 assertEquals(top1.getValue().intValue(), top2.getValue().intValue());
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
FadeAndShortSlide.java 351 int top2 = getRelativeTop(rhs, mParentForDelay); local
352 return Integer.compare(top1, top2);
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java 3086 int top2 = mGridView.getLayoutManager().findViewByPosition(3).getTop(); local
3155 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); local
3260 int top2 = getCenterY(mGridView.getLayoutManager().findViewByPosition(20)); local
    [all...]

Completed in 128 milliseconds