OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:view3
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java
81
//
view3
, has same top position with view1 and same bottom position with view2,
84
View
view3
= activity.findViewById(R.id.relative_view3);
local
85
ViewAsserts.assertTopAligned(view1,
view3
);
86
ViewAsserts.assertBottomAligned(view2,
view3
);
87
assertEquals(view1.getRight(),
view3
.getLeft());
88
layoutParams = (RelativeLayout.LayoutParams) (
view3
.getLayoutParams());
94
// view4, has same right position with
view3
and above
view3
.
97
ViewAsserts.assertRightAligned(
view3
, view4);
98
assertEquals(
view3
.getTop(), view4.getBottom())
198
View
view3
= activity.findViewById(R.id.relative_view23);
local
[
all
...]
/external/chromium_org/ash/
focus_cycler_unittest.cc
333
views::View*
view3
= new views::View;
local
334
view3
->SetFocusable(true);
335
pane2->AddChildView(
view3
);
365
EXPECT_EQ(focus_manager->GetFocusedView(),
view3
);
374
EXPECT_EQ(focus_manager->GetFocusedView(),
view3
);
/external/chromium_org/ui/views/layout/
grid_layout_unittest.cc
642
View*
view3
= new FlexibleView(40);
local
643
layout.AddView(
view3
, 1, 1, GridLayout::FILL, GridLayout::LEADING);
/external/chromium_org/ui/views/widget/
widget_unittest.cc
2442
EventCountView*
view3
= v3;
local
[
all
...]
Completed in 238 milliseconds