OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedWidth
(Results
1 - 12
of
12
) sorted by null
/frameworks/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java
62
int
expectedWidth
, int expectedHeight) {
70
assertEquals(
expectedWidth
, bitmap.getWidth());
/cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java
201
int
expectedWidth
= DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
202
assertEquals((float)
expectedWidth
/ 2, boringLayout.getLineLeft(0));
203
expectedWidth
= DEFAULT_OUTER_WIDTH + METRICS_WIDTH;
204
assertEquals((float)
expectedWidth
/ 2, boringLayout.getLineRight(0));
207
expectedWidth
= DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
208
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
151
int
expectedWidth
= getActivity().getResources().getDrawable(MOVIE).getIntrinsicWidth();
153
assertEquals(
expectedWidth
, scaledWidth);
PaintTest.java
119
float
expectedWidth
) {
142
assertEquals("i: " + i,
expectedWidth
, measured[i][0]);
895
int start, int end, float
expectedWidth
) {
914
assertEquals(widths[3],
expectedWidth
);
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
82
int
expectedWidth
= mMockSurfaceView.getMeasuredWidth();
86
assertEquals(
expectedWidth
, actualWidth);
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
231
int
expectedWidth
, int expectedHeight,
377
int
expectedWidth
, int expectedHeight,
399
EXPECT_EQ(
expectedWidth
, client.testData().width());
413
int
expectedWidth
= 91;
416
expectedWidth
, expectedHeight, NoHorizontalScrollbar, NoVerticalScrollbar);
425
int
expectedWidth
= 90;
428
expectedWidth
, expectedHeight, NoHorizontalScrollbar, VisibleVerticalScrollbar);
437
int
expectedWidth
= 200;
440
expectedWidth
, expectedHeight, VisibleHorizontalScrollbar, NoVerticalScrollbar);
451
int
expectedWidth
= 100
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.js
474
var
expectedWidth
= expectedImage.width;
485
for (var x = 0; x <
expectedWidth
; x++) {
487
var expectedOffset = (y *
expectedWidth
+ x) * 4;
/external/skia/gm/
gmmain.cpp
707
const int
expectedWidth
= expectedBitmap.width();
711
if ((
expectedWidth
!= width) || (expectedHeight != height)) {
714
testName,
expectedWidth
, expectedHeight, width, height);
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
390
int
expectedWidth
= origWidth - trimL - trimR;
391
assert_row_width(data + skip,
expectedWidth
);
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
390
int
expectedWidth
= origWidth - trimL - trimR;
391
assert_row_width(data + skip,
expectedWidth
);
[
all
...]
Completed in 463 milliseconds