Searched refs:bottom (Results 1 - 25 of 29) sorted by relevance

12

/development/ndk/platforms/android-9/include/android/
H A Drect.h34 int32_t bottom; member in struct:ARect
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DCube.java22 public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) { argument
24 GLVertex leftBottomBack = addVertex(left, bottom, back);
25 GLVertex rightBottomBack = addVertex(right, bottom, back);
28 GLVertex leftBottomFront = addVertex(left, bottom, front);
29 GLVertex rightBottomFront = addVertex(right, bottom, front);
34 // bottom
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
H A Dmain.css36 border-bottom: solid 1px #ccc;
49 margin-bottom: 20px;
67 border-bottom: solid 1px #000;
71 border-bottom: solid 1px #eee;
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DFocus3.java35 mBottomButton = (Button) findViewById(R.id.bottom);
/development/samples/BrowserPlugin/jni/navigation/
H A DNavigationPlugin.cpp62 inval.bottom = rnd16(r.bottom, -inset);
105 clipR.bottom = clip.bottom;
128 m_navUp.bottom = m_navUp.top + 30;
131 // draw the nav down box (5 px from the bottom edge)
135 m_navDown.bottom = m_navDown.top + 30;
142 m_navLeft.bottom = m_navLeft.top + 30;
149 m_navRight.bottom = m_navRight.top + 30;
156 m_navCenter.bottom
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java42 public void glFrustumf(float left, float right, float bottom, float top, argument
44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far);
47 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
50 fixedToFloat(bottom), fixedToFloat(top),
102 public void glOrthof(float left, float right, float bottom, float top, argument
104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far);
107 public void glOrthox(int left, int right, int bottom, int top, int near, argument
110 fixedToFloat(bottom), fixedToFloat(top),
H A DMatrixTrackingGL.java260 public void glFrustumf(float left, float right, float bottom, float top, argument
262 mCurrent.glFrustumf(left, right, bottom, top, near, far);
263 mgl.glFrustumf(left, right, bottom, top, near, far);
267 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
269 mCurrent.glFrustumx(left, right, bottom, top, near, far);
270 mgl.glFrustumx(left, right, bottom, top, near, far);
490 public void glOrthof(float left, float right, float bottom, float top, argument
492 mCurrent.glOrthof(left, right, bottom, top, near, far);
493 mgl.glOrthof(left, right, bottom, top, near, far);
497 public void glOrthox(int left, int right, int bottom, in argument
[all...]
/development/samples/BrowserPlugin/jni/audio/
H A DAudioPlugin.cpp63 inval.bottom = rnd16(r.bottom, -inset);
198 clipR.bottom = clip.bottom;
228 m_trackRect.bottom = 1 + trackHeight;
239 m_playRect.top = m_trackRect.bottom + 10;
241 m_playRect.bottom = m_playRect.top + buttonHeight;
250 m_pauseRect.top = m_trackRect.bottom + 10;
252 m_pauseRect.bottom = m_pauseRect.top + buttonHeight;
261 m_stopRect.top = m_trackRect.bottom
[all...]
/development/samples/BrowserPlugin/jni/form/
H A DFormPlugin.cpp62 inval.bottom = rnd16(r.bottom, -inset);
124 clipR.bottom = clip.bottom;
147 m_usernameInput.rect.bottom = m_usernameInput.rect.top + inputHeight;
151 // draw the password box (5 px from the bottom edge)
155 m_passwordInput.rect.bottom = m_passwordInput.rect.top + inputHeight;
175 textInput.rect.bottom - fontMetrics.fBottom, m_paintText);
186 float ovalBottom = passwordInput.rect.bottom - 2;
197 oval.bottom
[all...]
/development/samples/BrowserPlugin/jni/paint/
H A DPaintPlugin.cpp115 clipR.bottom = dirtyRect->bottom;
128 newRect.bottom = (int) dirtyRect->bottom;
168 m_inputToggle.bottom = m_inputToggle.top + buttonHeight;
178 m_colorToggle.bottom = m_colorToggle.top + buttonHeight;
188 m_fullScreenToggle.bottom = m_fullScreenToggle.top + buttonHeight;
199 m_clearSurface.bottom = m_clearSurface.top + buttonHeight;
209 m_drawingSurface.bottom = m_colorToggle.top - 5;
379 if (fx > m_drawingSurface.left && fx < m_drawingSurface.right && fy > m_drawingSurface.top && fy < m_drawingSurface.bottom)
[all...]
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
H A DDeviceListFragment.java128 TextView bottom = (TextView) v.findViewById(R.id.device_details);
132 if (bottom != null) {
133 bottom.setText(getDeviceStatus(device.status));
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DColorFilters.java51 int center = (r.top + r.bottom) >> 1;
130 float y = (r.top + r.bottom) * 0.5f - mPaintTextOffset;
H A DRegions.java90 r.right - inset, r.bottom - inset, p);
/development/samples/BrowserPlugin/jni/animation/
H A DAnimationPlugin.cpp125 visibleRect.left, visibleRect.top, visibleRect.right, visibleRect.bottom);
132 visibleRects[0].bottom = window->height;
/development/tools/emulator/system/camera/
H A DEmulatedCamera2.h127 int reprocessStreamSetCrop(int left, int top, int right, int bottom);
225 int left, int top, int right, int bottom);
H A DEmulatedCamera2.cpp200 int EmulatedCamera2::reprocessStreamSetCrop(int left, int top, int right, int bottom) { argument
397 int left, int top, int right, int bottom) {
399 return ec->reprocessStreamSetCrop(left, top, right, bottom);
396 reprocess_stream_set_crop(camera2_stream_ops *s, int left, int top, int right, int bottom) argument
/development/samples/Home/src/com/example/android/home/
H A DApplicationsStackLayout.java49 * The layout operates from the "bottom up" (or from right to left.) This means that the button
59 * marginBottom: the bottom margin of each element in the stack
135 final int bottom = getHeight();
141 mDrawRect.set(0, 0, mFavoritesStart, bottom);
151 mDrawRect.set(mFavoritesStart, 0, mFavoritesEnd, bottom);
/development/ide/xcode/ports/
H A DSkOSWindow_Mac.cpp79 this->resize(r.right - r.left, r.bottom - r.top);
89 rect.bottom = r.fBottom;
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
555 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
577 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
595 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
704 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
705 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
711 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
712 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
H A Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetworkViews.java127 positions.append(nodePosition.bottom-nodePosition.top);
334 positions.append(nodePosition.bottom-nodePosition.top);
/development/samples/BrowserPlugin/jni/
H A Dmain.cpp351 evt->data.draw.clip.bottom,
388 evt->data.visibleRect.rect.right, evt->data.visibleRect.rect.bottom);
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dapp-win32.c193 sWindowHeight = rc.bottom;
H A Dimportgl.h90 FNDEF(void, glFrustumx, (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar));
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
H A DCandidateView.java145 + padding.top + padding.bottom;

Completed in 504 milliseconds

12