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

  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 366 TextView bottomView = (TextView) mActivity.findViewById(R.id.gravity_bottom);
371 assertNotNull(bottomView);
378 bottomView.getText().toString());
384 ViewAsserts.assertBottomAligned(parent, bottomView);
395 assertEquals(bottomView.getLeft(), centerView.getRight());
397 assertEquals(parent.getHeight() - bottomView.getHeight(), bottomView.getTop());
398 assertEquals(parent.getHeight(), bottomView.getBottom());
399 assertEquals(centerView.getRight(), bottomView.getLeft());
400 assertEquals(parent.getWidth(), bottomView.getRight())
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]

Completed in 46 milliseconds