OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view9
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
ViewPaddingTest.java
63
View
view9
= viewGroup.findViewById(R.id.
view9
);
local
89
checkBounds(
view9
, defaultBounds, insetHorizontal, insetVertical, insetHorizontal,
/cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java
177
//
view9
, has same top and bottom position with view3 and same left position with its parent
180
View
view9
= mActivity.findViewById(R.id.relative_view9);
local
181
ViewAsserts.assertTopAligned(view3,
view9
);
182
ViewAsserts.assertBottomAligned(view3,
view9
);
183
ViewAsserts.assertLeftAligned(relativeLayout,
view9
);
184
layoutParams = (RelativeLayout.LayoutParams) (
view9
.getLayoutParams());
344
//
view9
, has same top and bottom position with view3 and same left position with its parent
347
View
view9
= mActivity.findViewById(R.id.relative_view29);
local
348
ViewAsserts.assertTopAligned(view3,
view9
);
349
ViewAsserts.assertBottomAligned(view3,
view9
);
[
all
...]
Completed in 295 milliseconds