OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:view9
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java
144
//
view9
, has same top and bottom position with view3 and same left position with its parent
147
View
view9
= activity.findViewById(R.id.relative_view9);
local
148
ViewAsserts.assertTopAligned(view3,
view9
);
149
ViewAsserts.assertBottomAligned(view3,
view9
);
150
ViewAsserts.assertLeftAligned(relativeLayout,
view9
);
151
layoutParams = (RelativeLayout.LayoutParams) (
view9
.getLayoutParams());
297
//
view9
, has same top and bottom position with view3 and same left position with its parent
300
View
view9
= activity.findViewById(R.id.relative_view29);
local
301
ViewAsserts.assertTopAligned(view3,
view9
);
302
ViewAsserts.assertBottomAligned(view3,
view9
);
[
all
...]
/external/chromium_org/third_party/webrtc/test/manual/
multiple-video.html
63
<td><video width="320" height="240" id="
view9
"
/cts/tests/tests/widget/res/layout/
relative_layout.xml
100
<!--
view9
, has same top and bottom position with view3 and same left position
Completed in 98 milliseconds