HomeSort by relevance Sort by last modified time
    Searched refs:getBottom (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfItemsTallerThanScreenTest.java 47 final int amountOffScreen = mListView.getChildAt(0).getBottom() - (mListView.getBottom() - mListView.getListPaddingBottom());
61 view.getBottom() > mListView.getBottom());
79 assertEquals(view.getBottom(), peekingView.getTop());
153 assertEquals(realBottom, mListView.getSelectedView().getBottom());
184 int realBottom = mListView.getBottom() - mListView.getListPaddingBottom();
186 selected.getBottom() > realBottom);
190 int pixelsOffScreen = selected.getBottom() - realBottom;
ListLastItemPartiallyVisibleTest.java 49 lastChild.getBottom() > mListBottom);
57 final int firstBottom = firstChild.getBottom();
60 firstBottom, firstChild.getBottom());
ListOfShortTallShortTest.java 72 final int bottomBeforeMove = mListView.getChildAt(0).getBottom();
78 mListView.getChildAt(0).getBottom());
ListOfItemsShorterThanScreenTest.java 54 final int secondPosition = mListView.getSelectedView().getBottom();
80 lastItem.getBottom() > mListView.getBottom());
90 mListView.getSelectedView().getBottom());
151 mListView.getSelectedView().getBottom());
ListItemsExpandOnSelectionTest.java 71 final int oldBottom = mListView.getSelectedView().getBottom();
78 mListView.getChildAt(1).getBottom());
94 mListView.getSelectedView().getBottom());
ListOfShortShortTallShortShortTest.java 65 mListView.getSelectedView().getBottom() > mListUtil.getListBottom());
88 mListView.getChildAt(2).getBottom() >= mListUtil.getListBottom());
107 mListView.getSelectedView().getBottom() > mListUtil.getListBottom());
ListOfThinItemsTest.java 68 mListView.getSelectedView().getBottom() <= bottomThreshold);
72 lastChild.getBottom() >= listBottom);
111 lastChild.getBottom() >= listBottom);
ListWithOffScreenNextSelectableTest.java 66 listBottom - mListView.getVerticalFadingEdgeLength(), lastVisibleView.getBottom());
75 assertEquals(listBottom, mListView.getSelectedView().getBottom());
87 assertEquals(listBottom, mListView.getSelectedView().getBottom());
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchStackFromBottomTest.java 66 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
83 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
100 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
117 mGridView.getHeight() - mGridView.getListPaddingBottom(), lastChild.getBottom());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 45 mListView.getChildAt(0).getBottom() < mListView.getVerticalFadingEdgeLength());
62 rect.offset(0, -2 * second.getBottom());
88 2 * (mListView.getBottom() - secondToLast.getTop()));
97 mListView.getChildAt(mListView.getChildCount() - 1).getBottom());
  /external/skia/include/views/animated/
SkBorderView.h 25 SkScalar getBottom() const { return fBottom; }
  /external/skia/legacy/include/views/
SkBorderView.h 25 SkScalar getBottom() const { return fBottom; }
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidgetImageView.java 43 getScrollY() + getBottom() - getTop() - getPaddingBottom());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityTest.java 72 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
91 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
ListTouchManyTest.java 90 mListView.getHeight() - mListView.getListPaddingBottom(), lastChild.getBottom());
107 && (child.getBottom() <=
135 && (child.getBottom() <=
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java 59 mBottomButton.getBottom() >= mScrollView.getBottom());
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutTest.java 121 assertEquals(view11.getTop(), view10.getBottom());
131 assertEquals(view11.getTop(), view10.getBottom());
143 assertEquals(view11.getTop(), view10.getBottom());
157 assertEquals(view11.getTop(), view10.getBottom());
168 int bottomSpace = relativeLayout.getHeight() - view11.getBottom();
171 assertEquals(view11.getTop(), view10.getBottom());
185 assertEquals(view11.getTop(), view10.getBottom());
197 assertEquals(view11.getTop(), view10.getBottom());
209 assertEquals(view11.getTop(), view10.getBottom());
223 assertEquals(view11.getTop(), view10.getBottom());
    [all...]
LinearLayoutTest.java 257 assertEquals(topView.getHeight(), topView.getBottom());
263 assertEquals(offset + centerView.getHeight(), centerView.getBottom());
268 assertEquals(parent.getHeight(), bottomView.getBottom());
314 assertEquals(centerView.getTop(), leftView.getBottom());
319 assertEquals(leftView.getBottom(), centerView.getTop());
320 assertEquals(rightView.getTop(), centerView.getBottom());
324 assertEquals(centerView.getBottom(), rightView.getTop());
325 assertEquals(parent.getHeight(), rightView.getBottom());
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 148 y = mTopRight.getBottom() / 2;
157 y = mTopLeft.getBottom() + mBottomLeft.getHeight() / 2;
166 y = mTopRight.getBottom() + mBottomRight.getBottom();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
CaffeinatedScrollView.java 67 int daBottom = getChildAt(0).getBottom();
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ScrollingThroughListOfFocusablesTest.java 97 mListView.getBottom() - mListView.getVerticalFadingEdgeLength();
99 view.getBottom() == bottomFadingEdgeTop);
148 mListView.getBottom() - mListView.getVerticalFadingEdgeLength() < mTempRect.bottom);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 81 assertEquals("CurrentTime wrong bottom", pauseHeight, mCurrentTime.getBottom());
82 assertEquals("TotalTime wrong bottom", pauseHeight, mTotalTime.getBottom());
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 77 mTempRect.set(0, 0, getRight(), getBottom());
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 48 this.midView_.setGeometry(left, this.topView_.getBottom(),
50 this.bottomView_.setGeometry(left, this.midView_.getBottom(),
  /frameworks/base/core/java/android/view/
DisplayList.java 628 * @see #getBottom()
637 public abstract float getBottom();

Completed in 340 milliseconds

1 2 3 4 5 6 7