/sdk/rule_api/src/com/android/ide/common/api/ |
D | Margins.java | 42 public final int bottom; field in Margins 52 public Margins(int left, int right, int top, int bottom) { in Margins()
|
D | ResizePolicy.java | 173 public static ResizePolicy create(boolean top, boolean right, boolean bottom, boolean left, in create()
|
D | IClientRulesEngine.java | 178 @Nullable String bottom); in displayMarginInput()
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
D | ChimpRect.java | 26 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/ |
D | MonkeyRect.java | 48 public int bottom; field in MonkeyRect
|
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/ |
D | Rect.java | 10 public int bottom; field in Rect
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
D | ViewInfo.java | 44 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/ |
D | MarginChooser.java | 75 String left, String right, String top, String bottom) { in MarginChooser()
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | TypographyDetector.java | 342 String bottom = matcher.group(2); // Denominator in checkText() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LayoutTestBase.java | 283 @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/ |
D | RefactoringTest.java | 244 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/ |
D | PreviewIconFactory.java | 544 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/ |
D | GLFunctionTraceViewer.java | 559 double bottom = (double) (selection + thumb) / max; in updateVisibleRange() local
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 663 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/ |
D | LogPanel.java | 433 Composite bottom = new Composite(top, SWT.NONE); in createControl() local
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | DummyGLfuncs.cpp | 100 …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()
|