HomeSort by relevance Sort by last modified time
    Searched defs:topView (Results 1 - 5 of 5) 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...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 153 final View topView = getChildAt(0);
154 final int hangingTop = Math.max(-getDecoratedTop(topView), 0);
163 final int bottom = getDecoratedTop(topView);
AnimatedRecyclerView.java 290 final View topView = getChildAt(0);
291 final int hangingTop = Math.max(-topView.getTop(), 0);
300 final int bottom = topView.getTop(); // TODO decorated top?
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 73 milliseconds