HomeSort by relevance Sort by last modified time
    Searched defs:view2 (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwJavaBridgeTest.java 32 final AwTestContainerView view2 = createAwTestContainerViewOnMainSync(client2); local
48 loadDataAsync(view2.getAwContents(), html, "text/html", false);
80 final AwTestContainerView view2 = createAwTestContainerViewOnMainSync(client2); local
81 final AwContents awContents2 = view2.getAwContents();
146 final AwTestContainerView view2 = createAwTestContainerViewOnMainSync(client2); local
147 final AwContents awContents2 = view2.getAwContents();
  /external/chromium_org/ash/tooltips/
tooltip_controller_unittest.cc 144 TooltipTestView* view2 = new TooltipTestView; local
145 AddViewToWidgetAndResize(widget2.get(), view2);
146 view2->set_tooltip_text(base::ASCIIToUTF16("Tooltip Text for view 2"));
152 view2->bounds().CenterPoint());
  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 105 CheckedTextView view2 = (CheckedTextView) adapter.getView(2, null, null); local
108 assertFalse(view2.isChecked());
119 assertTrue(view2.isChecked());
123 view2.setChecked(false);
126 assertFalse(view2.isChecked());
RelativeLayout_LayoutParamsTest.java 71 // view2, below view1 and has same left position with view1.
73 View view2 = activity.findViewById(R.id.relative_view2); local
74 ViewAsserts.assertLeftAligned(view1, view2);
75 assertEquals(view1.getBottom(), view2.getTop());
76 layoutParams = (RelativeLayout.LayoutParams) (view2.getLayoutParams());
81 // view3, has same top position with view1 and same bottom position with view2,
86 ViewAsserts.assertBottomAligned(view2, view3);
178 // view2, below view1 and has same left position with view1.
180 View view2 = activity.findViewById(R.id.relative_view22); local
181 ViewAsserts.assertLeftAligned(view1, view2);
    [all...]
TabWidgetTest.java 178 View view2 = new RelativeLayout(mActivity); local
179 mockTabWidget.addView(view2);
180 assertSame(view2, mockTabWidget.getChildAt(1));
  /external/chromium_org/ash/
focus_cycler_unittest.cc 326 views::View* view2 = new views::View; local
327 view2->SetFocusable(true);
328 pane1->AddChildView(view2);
  /external/chromium_org/ui/views/layout/
grid_layout_unittest.cc 593 View* view2 = new SettableSizeView(gfx::Size(4, 40)); local
595 layout.AddView(view2);
607 // And view2 should be 8 pixels wide:
609 ExpectViewBoundsEquals(4, 40, 8, 40, view2);
636 View* view2 = new SettableSizeView(gfx::Size(20, 20)); local
637 layout.AddView(view2, 1, 1, GridLayout::FILL, GridLayout::LEADING);
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 477 View* view2 = View::Create(window_manager()); local
478 window_manager()->GetRoots().front()->AddChild(view2);
480 ViewManager* embedded2 = Embed(window_manager(), view2);
  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 129 TooltipTestView* view2 = new TooltipTestView; local
130 widget_->GetContentsView()->AddChildView(view2);
132 view2->SetBounds(100, 0, 100, 100);
133 return view2;
255 TooltipTestView* view2 = PrepareSecondView(); local
256 view2->set_tooltip_text(ASCIIToUTF16("Tooltip Text for view 2"));
287 // Now we move the mouse on to |view2|. It should re-start the tooltip timer.
304 TooltipTestView* view2 = PrepareSecondView(); local
305 view2->set_tooltip_text(ASCIIToUTF16("Tooltip Text for view 2"));
335 // Now we move the mouse on to |view2|. It should re-start the tooltip timer
512 TooltipTestView* view2 = new TooltipTestView; local
    [all...]
  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 73 SimpleTestView* view2 = new SimpleTestView(&event_list, kView2ID); local
75 GetContentsView()->AddChildView(view2);
83 view2->RequestFocus();
100 View* view2 = new View(); local
101 view2->SetFocusable(true);
103 GetContentsView()->AddChildView(view2);
116 view2->RequestFocus();
118 EXPECT_TRUE(listener.focus_changes()[0] == ViewPair(view1, view2));
123 EXPECT_TRUE(listener.focus_changes()[0] == ViewPair(view2, null_view));
892 View* view2 = new View; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 77 final View view2 = mActivity.findViewById(R.id.view2); local
94 view2.requestFocus();
102 && listener.oldFocus == view1 && listener.newFocus == view2;
223 final View view2 = mActivity.findViewById(R.id.view2); local
239 view2.requestFocus();
247 && listener.oldFocus == view1 && listener.newFocus == view2;
ViewTest.java 1528 final View view2 = mActivity.findViewById(R.id.fit_windows); local
    [all...]
  /external/chromium_org/ui/views/widget/
widget_interactive_uitest.cc 834 View* view2 = new View(); local
835 view2->SetFocusable(true);
836 widget2.GetRootView()->AddChildView(view2);
844 focus_manager2->SetFocusedView(view2);
845 EXPECT_EQ(view2, focus_manager2->GetFocusedView());
    [all...]
widget_unittest.cc 2441 EventCountView* view2 = v2; local
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 2673 View* view2 = new View(); local
    [all...]

Completed in 424 milliseconds