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

  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 236 TextView bottomView = (TextView) mActivity.findViewById(R.id.gravity_bottom);
241 assertNotNull(bottomView);
248 bottomView.getText().toString());
254 ViewAsserts.assertBottomAligned(parent, bottomView);
265 assertEquals(bottomView.getLeft(), centerView.getRight());
267 assertEquals(parent.getHeight() - bottomView.getHeight(), bottomView.getTop());
268 assertEquals(parent.getHeight(), bottomView.getBottom());
269 assertEquals(centerView.getRight(), bottomView.getLeft());
270 assertEquals(parent.getWidth(), bottomView.getRight())
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 173 final View bottomView = getChildAt(getChildCount() - 1);
175 Math.max(getDecoratedBottom(bottomView) - parentHeight, 0);
AnimatedRecyclerView.java 310 final View bottomView = getChildAt(getChildCount() - 1);
311 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0);
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]

Completed in 510 milliseconds