HomeSort by relevance Sort by last modified time
    Searched full:view2 (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/qemu/android/base/
StringView_unittest.cpp 35 StringView view2(view1);
36 EXPECT_FALSE(view2.empty());
37 EXPECT_STREQ(kString, view2.str());
38 EXPECT_EQ(strlen(kString), view2.size());
106 StringView view2(kHello2);
107 EXPECT_TRUE(view1 == view2);
108 EXPECT_FALSE(view1 != view2);
109 EXPECT_TRUE(view1 <= view2);
110 EXPECT_TRUE(view1 >= view2);
111 EXPECT_FALSE(view1 < view2);
    [all...]
  /development/samples/ApiDemos/res/layout/
relative_layout_1.xml 34 <!-- view2 goes on the bottom -->
36 android:id="@+id/view2"
43 <!-- view3 stretches betweeen view1 and view2 -->
49 android:layout_above="@id/view2"
tabs1.xml 27 <TextView android:id="@+id/view2"
linear_layout_1.xml 32 <!-- view2 goes in the middle -->
linear_layout_2.xml 32 <!-- view2 goes in the middle -->
linear_layout_3.xml 36 <!-- view2 goes in the middle -->
transition_scene1.xml 35 android:id="@+id/view2"/>
transition_scene2.xml 35 android:id="@+id/view2"/>
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout_unittest.mm 120 base::scoped_nsobject<NSView> view2 = CreateViewWithHeight(10.0f);
121 layout.AddView(view2);
142 base::scoped_nsobject<NSView> view2 = CreateViewWithHeight(26.0f);
143 layout.AddView(view2);
163 base::scoped_nsobject<NSView> view2 = CreateViewWithHeight(40.0f);
164 layout.AddView(view2);
180 base::scoped_nsobject<NSView> view2 = CreateViewWithHeight(20.0f);
182 layout.AddView(view2);
197 EXPECT_FLOAT_EQ(48.0f, NSWidth([view2 frame]));
198 EXPECT_FLOAT_EQ(22.0f, NSHeight([view2 frame]))
    [all...]
  /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();
  /cts/tests/tests/view/res/layout/
focus_handling_layout.xml 29 android:id="@+id/view2"
52 android:layout_alignRight="@id/view2"
53 android:nextFocusUp="@id/view2"
viewtreeobserver_layout.xml 28 <View android:id="@+id/view2"
  /external/chromium_org/third_party/webrtc/test/manual/
two-video-devices.html 34 attachMediaStream(document.getElementById("view2"), stream);
38 <body onload="requestVideo('view1'); requestVideo('view2');">
46 <td><video width="320" height="240" id="view2"
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 366 TestView2 view2 = new TestView2(new Activity()); local
368 assertThat(view2.getHeight(), equalTo(0));
369 assertThat(view2.getWidth(), equalTo(0));
370 assertThat(view2.getMeasuredHeight(), equalTo(0));
371 assertThat(view2.getMeasuredWidth(), equalTo(0));
373 view2.measure( MeasureSpec.makeMeasureSpec(1000, MeasureSpec.AT_MOST),
376 assertThat(view2.getHeight(), equalTo(0));
377 assertThat(view2.getWidth(), equalTo(0));
378 assertThat(view2.getMeasuredHeight(), equalTo(400));
379 assertThat(view2.getMeasuredWidth(), equalTo(800));
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
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...]
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());
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 39 View v2 = activity.findViewById(R.id.view2);
64 v1.setNextFocusRightId(R.id.view2);
74 v4.setNextFocusUpId(R.id.view2);
77 assertEquals(R.id.view2, v1.getNextFocusRightId());
86 assertEquals(R.id.view2, v4.getNextFocusUpId());
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;
  /external/chromium_org/chrome/browser/ui/cocoa/
l10n_util.mm 13 NSInteger CompareFrameY(id view1, id view2, void* context) {
15 CGFloat y2 = NSMinY([view2 frame]);
l10n_util.h 13 NSInteger CompareFrameY(id view1, id view2, void* context);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 50 @Override protected UserDictionaryToolsEdit createUserDictionaryToolsEdit(View view1, View view2) {
51 return new UserDictionaryToolsEditEN(view1, view2);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
UserDictionaryToolsListJAJP.java 47 @Override protected UserDictionaryToolsEdit createUserDictionaryToolsEdit(View view1, View view2) {
48 return new UserDictionaryToolsEditJAJP(view1, view2);
  /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...]
  /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());
  /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...]

Completed in 599 milliseconds

1 2 3