OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedHeight
(Results
1 - 8
of
8
) sorted by null
/frameworks/volley/tests/src/com/android/volley/toolbox/
ImageRequestTest.java
62
int expectedWidth, int
expectedHeight
) {
71
assertEquals(
expectedHeight
, bitmap.getHeight());
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
BitmapUtilTests.java
100
private void assertBitmapSize(int expectedWidth, int
expectedHeight
, Bitmap bitmap) {
102
assertEquals(
expectedHeight
, bitmap.getHeight());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java
128
int
expectedHeight
) throws IOException {
148
assertEquals(expectedWidth + "/" +
expectedHeight
, c.getInt(0) + "/" + c.getInt(1));
158
int
expectedHeight
) throws IOException {
169
assertEquals(expectedWidth + "/" +
expectedHeight
, c.getInt(0) + "/" + c.getInt(1));
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
147
int
expectedHeight
= getActivity().getResources().getDrawable(MOVIE).getIntrinsicHeight();
149
assertEquals(
expectedHeight
, scaledHeight);
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
83
int
expectedHeight
= mMockSurfaceView.getMeasuredHeight();
87
assertEquals(
expectedHeight
, actualHeight);
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
231
int expectedWidth, int
expectedHeight
,
377
int expectedWidth, int
expectedHeight
,
400
EXPECT_EQ(
expectedHeight
, client.testData().height());
414
int
expectedHeight
= 56;
416
expectedWidth,
expectedHeight
, NoHorizontalScrollbar, NoVerticalScrollbar);
426
int
expectedHeight
= 100;
428
expectedWidth,
expectedHeight
, NoHorizontalScrollbar, VisibleVerticalScrollbar);
438
int
expectedHeight
= 100;
440
expectedWidth,
expectedHeight
, VisibleHorizontalScrollbar, NoVerticalScrollbar);
452
int
expectedHeight
= 200
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.js
475
var
expectedHeight
= expectedImage.height;
486
for (var y = 0; y <
expectedHeight
; y++) {
/external/skia/gm/
gmmain.cpp
708
const int
expectedHeight
= expectedBitmap.height();
711
if ((expectedWidth != width) || (
expectedHeight
!= height)) {
714
testName, expectedWidth,
expectedHeight
, width, height);
[
all
...]
Completed in 68 milliseconds