OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hmargin
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
ui_test.rs
294
float
hMargin
= 100.0f;
314
float yPos = yStart +
hMargin
+ y * size + y * yPad;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
883
int
hMargin
= 0;
885
hMargin
= CanvasTransform.DEFAULT_MARGIN;
887
hMargin
= hDelta / 2;
898
double hScale = (canvasWidth - 2 *
hMargin
) / (double) sceneWidth;
[
all
...]
Completed in 603 milliseconds