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

  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 161 int expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
162 assertEquals((float) expectedWidth / 2, boringLayout.getLineLeft(0));
163 expectedWidth = DEFAULT_OUTER_WIDTH + METRICS_WIDTH;
164 assertEquals((float) expectedWidth / 2, boringLayout.getLineRight(0));
167 expectedWidth = DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
168 assertEquals((float) expectedWidth, boringLayout.getLineLeft(0));
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
BitmapUtilTests.java 100 private void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) {
101 assertEquals(expectedWidth, bitmap.getWidth());
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 127 public void runStorageTestForResource(int resourceId, int expectedWidth,
148 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1));
157 public void runStorageTestForResourceWithCrop(int resourceId, int expectedWidth,
169 assertEquals(expectedWidth + "/" + expectedHeight, c.getInt(0) + "/" + c.getInt(1));
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 149 int expectedWidth = getActivity().getResources().getDrawable(MOVIE).getIntrinsicWidth();
151 assertEquals(expectedWidth, scaledWidth);
PaintTest.java 147 float expectedWidth) {
170 assertEquals("i: " + i, expectedWidth, measured[i][0]);
964 int start, int end, float expectedWidth) {
983 assertEquals(widths[3], expectedWidth);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 83 int expectedWidth = mMockSurfaceView.getMeasuredWidth();
87 assertEquals(expectedWidth, actualWidth);
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
ImageRequestTest.java 126 ScaleType scaleType, int expectedWidth, int expectedHeight) {
134 assertEquals(expectedWidth, bitmap.getWidth());
  /cts/tests/tests/telecom/src/android/telecom/cts/
VideoCallTest.java 634 * @param expectedWidth The expected width.
638 final int expectedWidth, final Work work) {
644 return expectedWidth;
653 "Peer width should be " + expectedWidth
  /external/skia/src/core/
SkAAClip.cpp 430 int expectedWidth = origWidth - trimL - trimR;
431 assert_row_width(data + skip, expectedWidth);
    [all...]

Completed in 1088 milliseconds