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 234 TextView topView = (TextView) mActivity.findViewById(R.id.gravity_top);
239 assertNotNull(topView);
244 topView.getText().toString());
252 ViewAsserts.assertTopAligned(parent, topView);
256 assertEquals(0, topView.getTop());
257 assertEquals(topView.getHeight(), topView.getBottom());
258 assertEquals(0, topView.getLeft());
259 assertEquals(centerView.getLeft(), topView.getRight());
264 assertEquals(topView.getRight(), centerView.getLeft())
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 727 View topView = view.getChildAt(firstVisibleItem);
728 if (topView == null) {
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 123 milliseconds