OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedWidth
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java
364
int
expectedWidth
= DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
365
assertEquals((float)
expectedWidth
/ 2, boringLayout.getLineLeft(0));
366
expectedWidth
= DEFAULT_OUTER_WIDTH + METRICS_WIDTH;
367
assertEquals((float)
expectedWidth
/ 2, boringLayout.getLineRight(0));
370
expectedWidth
= DEFAULT_OUTER_WIDTH - METRICS_WIDTH;
371
assertEquals((float)
expectedWidth
, boringLayout.getLineLeft(0));
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
212
int
expectedWidth
= getActivity().getResources().getDrawable(MOVIE).getIntrinsicWidth();
214
assertEquals(
expectedWidth
, scaledWidth);
PaintTest.java
138
float
expectedWidth
) {
161
assertEquals("i: " + i,
expectedWidth
, measured[i][0]);
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
144
int
expectedWidth
= mMockSurfaceView.getMeasuredWidth();
148
assertEquals(
expectedWidth
, actualWidth);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js
440
var
expectedWidth
= expectedImage.width;
451
for (var x = 0; x <
expectedWidth
; x++) {
453
var expectedOffset = (y *
expectedWidth
+ x) * 4;
Completed in 446 milliseconds