OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view7
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
ViewPaddingTest.java
61
View
view7
= viewGroup.findViewById(R.id.
view7
);
local
86
checkBounds(
view7
, defaultBounds, 0, insetVertical, 0, insetVertical);
ViewGroup_MarginLayoutParamsTest.java
239
View
view7
= viewGroup.findViewById(R.id.
view7
);
local
257
checkBounds(
view7
, defaultBounds, marginAll, marginAll, marginAll, marginAll);
/cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java
157
//
view7
, has same baseline with view6 and centered horizontally within its parent.
159
View
view7
= mActivity.findViewById(R.id.relative_view7);
local
160
ViewAsserts.assertBaselineAligned(view6,
view7
);
161
ViewAsserts.assertHorizontalCenterAligned(relativeLayout,
view7
);
162
layoutParams = (RelativeLayout.LayoutParams) (
view7
.getLayoutParams());
310
//
view7
, has same baseline with view6 and centered horizontally within its parent.
312
View
view7
= mActivity.findViewById(R.id.relative_view27);
local
313
ViewAsserts.assertBaselineAligned(view6,
view7
);
314
ViewAsserts.assertHorizontalCenterAligned(relativeLayout,
view7
);
315
layoutParams = (RelativeLayout.LayoutParams) (
view7
.getLayoutParams())
[
all
...]
Completed in 1102 milliseconds