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

  /frameworks/support/compat/tests/java/android/support/v4/content/
ContextCompatTest.java 110 final int expectedWidth = scaleFromDensity(7, DisplayMetrics.DENSITY_LOW,
119 expectedWidth, referencedDrawable.getIntrinsicWidth());
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 149 int expectedWidth = getActivity().getResources().getDrawable(MOVIE).getIntrinsicWidth();
151 assertEquals(expectedWidth, scaledWidth);
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 162 int expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
163 assertEquals((float) expectedWidth / 2, boringLayout.getLineLeft(0));
164 expectedWidth = DEFAULT_OUTER_WIDTH + METRICS_WIDTH;
165 assertEquals((float) expectedWidth / 2, boringLayout.getLineRight(0));
168 expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
169 assertEquals((float) expectedWidth, boringLayout.getLineLeft(0));
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 83 int expectedWidth = mMockSurfaceView.getMeasuredWidth();
87 assertEquals(expectedWidth, actualWidth);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 109 int expectedWidth = rv.getPaddingLeft() + rv.getPaddingRight() + itemWidth;
110 while (expectedWidth < 25) {
111 expectedWidth += itemWidth;
113 assertThat(rv.getWidth(), CoreMatchers.is(expectedWidth));
  /external/skia/src/core/
SkAAClip.cpp 430 int expectedWidth = origWidth - trimL - trimR;
431 assert_row_width(data + skip, expectedWidth);
    [all...]
  /external/libxml2/
trio.c     [all...]

Completed in 1170 milliseconds