HomeSort by relevance Sort by last modified time
    Searched refs:topView (Results 1 - 7 of 7) 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...]
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 28 function TopMidBottomView(topView, midView, bottomView) {
31 this.topView_ = topView;
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 310 NSView *topView = topFrameView ? topFrameView->platformWidget() : nil;
311 if (!topView || !findViewInSubviews(topView, mouseDownView)) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 728 View topView = view.getChildAt(firstVisibleItem);
729 if (topView == null) {
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 272 - (void)_recursiveDisplayRectIfNeededIgnoringOpacity:(NSRect)rect isVisibleRect:(BOOL)isVisibleRect rectIsVisibleRectForView:(NSView *)visibleView topView:(BOOL)topView;
274 - (void)_recursive:(BOOL)recurse displayRectIgnoringOpacity:(NSRect)displayRect inContext:(NSGraphicsContext *)context topView:(BOOL)topView;
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 121 milliseconds