Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 16 of 16) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DMargins.java42 public final int bottom; field in Margins
52 public Margins(int left, int right, int top, int bottom) { in Margins()
DResizePolicy.java173 public static ResizePolicy create(boolean top, boolean right, boolean bottom, boolean left, in create()
DIClientRulesEngine.java178 @Nullable String bottom); in displayMarginInput()
/sdk/chimpchat/src/com/android/chimpchat/core/
DChimpRect.java26 public int bottom; field in ChimpRect
40 public ChimpRect(int left, int top, int right, int bottom) { in ChimpRect()
/sdk/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRect.java48 public int bottom; field in MonkeyRect
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
DRect.java10 public int bottom; field in Rect
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
DViewInfo.java44 public ViewInfo(String name, Object cookie, int left, int top, int right, int bottom) { in ViewInfo()
49 public ViewInfo(String name, Object cookie, int left, int top, int right, int bottom, in ViewInfo()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DMarginChooser.java75 String left, String right, String top, String bottom) { in MarginChooser()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DTypographyDetector.java342 String bottom = matcher.group(2); // Denominator in checkText() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java283 @Nullable String right, @Nullable String top, @Nullable String bottom) { in displayMarginInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java244 String bottom = matcher.group(6); in create() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPreviewIconFactory.java544 int left, int top, int right, int bottom) { in savePreview()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java559 double bottom = (double) (selection + thumb) / max; in updateVisibleRange() local
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp663 GL_API void GL_APIENTRY glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl… in glFrustumf()
668 GL_API void GL_APIENTRY glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi… in glFrustumx()
1258 GL_API void GL_APIENTRY glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa… in glOrthof()
1263 GL_API void GL_APIENTRY glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… in glOrthox()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogPanel.java433 Composite bottom = new Composite(top, SWT.NONE); in createControl() local
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp100 …void GLAPIENTRY dummy_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdo… in dummy_glFrustum()
128 …void GLAPIENTRY dummy_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdoub… in dummy_glOrtho()