OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:view3
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java
114
//
view3
, has same top position with view1 and same bottom position with view2,
117
View
view3
= activity.findViewById(R.id.relative_view3);
local
118
ViewAsserts.assertTopAligned(view1,
view3
);
119
ViewAsserts.assertBottomAligned(view2,
view3
);
120
assertEquals(view1.getRight(),
view3
.getLeft());
121
layoutParams = (RelativeLayout.LayoutParams) (
view3
.getLayoutParams());
127
// view4, has same right position with
view3
and above
view3
.
130
ViewAsserts.assertRightAligned(
view3
, view4);
131
assertEquals(
view3
.getTop(), view4.getBottom())
[
all
...]
/packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java
384
final ArrayList<Part>
view3
= new ArrayList<Part>();
local
386
MimeUtility.collectParts(cid3bp,
view3
, attach3);
Completed in 2040 milliseconds