HomeSort by relevance Sort by last modified time
    Searched refs:topView (Results 1 - 6 of 6) 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...]
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 309 NSView *topView = topFrameView ? topFrameView->platformWidget() : nil;
310 if (!topView || !findViewInSubviews(topView, mouseDownView)) {
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm 210 - (void)_recursiveDisplayRectIfNeededIgnoringOpacity:(NSRect)rect isVisibleRect:(BOOL)isVisibleRect rectIsVisibleRectForView:(NSView *)visibleView topView:(BOOL)topView;
212 - (void)_recursive:(BOOL)recurse displayRectIgnoringOpacity:(NSRect)displayRect inContext:(NSGraphicsContext *)context topView:(BOOL)topView;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 368 milliseconds