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

  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 364 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top);
369 assertNotNull(topView);
374 topView.getText().toString());
382 ViewAsserts.assertTopAligned(parent, topView);
386 assertEquals(0, topView.getTop());
387 assertEquals(topView.getHeight(), topView.getBottom());
388 assertEquals(0, topView.getLeft());
389 assertEquals(centerView.getLeft(), topView.getRight());
394 assertEquals(topView.getRight(), centerView.getLeft())
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 582 View topView = view.getChildAt(firstVisibleItem);
583 if (topView == null) {
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 51 milliseconds