OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rectHeight
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java
164
final float
rectHeight
= textHeight + vPad * 2.0f;
170
- mParams.mGesturePreviewTextOffset -
rectHeight
;
171
rectangle.set(rectX, rectY, rectX + rectWidth, rectY +
rectHeight
);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwScrollOffsetManagerTest.java
395
final int
rectHeight
= 3;
401
CONTENT_HEIGHT -
rectHeight
, new Rect(0, 0, rectWidth,
rectHeight
), true);
404
assertEquals(CONTENT_HEIGHT -
rectHeight
- VIEW_HEIGHT / 3, delegate.getOverScrollDeltaY());
417
final int
rectHeight
= VIEW_HEIGHT;
423
CONTENT_HEIGHT -
rectHeight
, new Rect(0, 0, rectWidth,
rectHeight
), true);
439
final int
rectHeight
= 3;
447
new Rect(0, 0, rectWidth,
rectHeight
), true);
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 782 milliseconds