OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedHeight
(Results
1 - 4
of
4
) sorted by null
/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
220
int expectedWidth, int
expectedHeight
,
334
int expectedWidth, int
expectedHeight
,
357
EXPECT_EQ(
expectedHeight
, client.testData().height());
371
int
expectedHeight
= 56;
373
expectedWidth,
expectedHeight
, NoHorizontalScrollbar, NoVerticalScrollbar);
383
int
expectedHeight
= 100;
385
expectedWidth,
expectedHeight
, NoHorizontalScrollbar, VisibleVerticalScrollbar);
395
int
expectedHeight
= 100;
397
expectedWidth,
expectedHeight
, VisibleHorizontalScrollbar, NoVerticalScrollbar);
409
int
expectedHeight
= 200
[
all
...]
/external/skia/gm/
gmmain.cpp
706
const int
expectedHeight
= expectedBitmap.height();
709
if ((expectedWidth != width) || (
expectedHeight
!= height)) {
712
testName, expectedWidth,
expectedHeight
, width, height);
[
all
...]
Completed in 3006 milliseconds