OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topView
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js
28
function TopMidBottomView(
topView
, midView, bottomView) {
31
this.topView_ =
topView
;
/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/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
582
View
topView
= view.getChildAt(firstVisibleItem);
583
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
...]
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 286 milliseconds