Searched defs:height (Results 376 - 393 of 393) sorted by relevance

<<111213141516

/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java1339 int internalformat, int width, int height, int border,
1346 arg("height", height);
1353 height, border, imageSize, data);
1358 int yoffset, int width, int height, int format, int imageSize,
1366 arg("height", height);
1373 height, format, imageSize, data);
1378 int x, int y, int width, int height, int border) {
1386 arg("height", heigh
1338 glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data) argument
1357 glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data) argument
1377 glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) argument
1395 glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) argument
2251 glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels) argument
2333 glScissor(int x, int y, int width, int height) argument
2463 glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels) argument
2527 glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels) argument
2575 glViewport(int x, int y, int width, int height) argument
2626 glDrawTexfOES(float x, float y, float z, float width, float height) argument
2656 glDrawTexiOES(int x, int y, int z, int width, int height) argument
2685 glDrawTexsOES(short x, short y, short z, short width, short height) argument
2715 glDrawTexxOES(int x, int y, int z, int width, int height) argument
3774 glRenderbufferStorageOES(int target, int internalformat, int width, int height) argument
[all...]
H A DGLES20.java485 // C function void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data )
492 int height,
498 // C function void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data )
506 int height,
512 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
521 int height,
525 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
535 int height
1355 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1361 int height,
487 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
500 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
514 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
1357 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
1489 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
1553 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java352 int height,
364 int height,
377 int height,
389 int height
796 int height,
842 int height
915 int height,
940 int height,
969 int height
347 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
358 glCompressedTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, java.nio.Buffer data ) argument
370 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
792 glReadPixels( int x, int y, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
910 glTexImage2D( int target, int level, int internalformat, int width, int height, int border, int format, int type, java.nio.Buffer pixels ) argument
934 glTexSubImage2D( int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, java.nio.Buffer pixels ) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java952 public void setInitialDisplaySize(Display display, int width, int height, int density) { argument
956 if (width > height) {
957 shortSize = height;
971 longSize = height;
1040 // We have computed the aspect ratio with the bar height taken
2513 // For layout, the status bar is always at the top with our fixed height.
2990 && attrs.height == WindowManager.LayoutParams.MATCH_PARENT) {
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp139 void setDisplayInfo(int32_t displayId, int32_t width, int32_t height, int32_t orientation) { argument
148 v.logicalRight = isRotated ? height : width;
149 v.logicalBottom = isRotated ? width : height;
152 v.physicalRight = isRotated ? height : width;
153 v.physicalBottom = isRotated ? width : height;
154 v.deviceWidth = isRotated ? height : width;
155 v.deviceHeight = isRotated ? width : height;
1407 void setDisplayInfoAndReconfigure(int32_t displayId, int32_t width, int32_t height, argument
1409 mFakePolicy->setDisplayInfo(displayId, width, height, orientation);
/frameworks/base/core/java/android/view/
H A DViewGroup.java3160 * specified width and height.
3168 public void addView(View child, int width, int height) { argument
3171 params.height = height;
4765 * @param heightMeasureSpec The height requirements for this view
4785 * @param parentHeightMeasureSpec The height requirements for this view
4794 mPaddingTop + mPaddingBottom, lp.height);
4809 * @param parentHeightMeasureSpec The height requirements for this view
4823 + heightUsed, lp.height);
4831 * for one dimension (height o
5540 public int height; field in class:ViewGroup.LayoutParams
5584 LayoutParams(int width, int height) argument
5791 MarginLayoutParams(int width, int height) argument
[all...]
H A DViewRootImpl.java1063 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1088 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1199 desiredWindowHeight = frame.height();
1247 || lp.height == ViewGroup.LayoutParams.WRAP_CONTENT) {
1334 || (lp.height == ViewGroup.LayoutParams.WRAP_CONTENT &&
1335 frame.height() < desiredWindowHeight && frame.height() != mHeight));
1563 if (mWidth != frame.width() || mHeight != frame.height()) {
1565 mHeight = frame.height();
1640 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
4804 setFixedSize(int width, int height) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java98 * range is from 200 to 10,000. 0 is a special value means device-height. -1
600 * width and height of the overall picture.
620 /* Tell webkit what its width and height are, for the purposes
628 private native void nativeSetSize(int nativeClass, int width, int height, argument
1389 r.width(), r.height());
2083 int height = h;
2087 height = Math.round(ratio * width);
2090 nativeSetSize(mNativeClass, width, height, textwrapWidth, scale,
2092 // Remember the current width and height
2661 // Trick to ensure that the Picture has the exact height fo
2802 updateTextSizeAndScroll(int pointer, int width, int height, int scrollX, int scrollY) argument
2973 addSurface(View pluginView, int x, int y, int width, int height) argument
2980 updateSurface(ViewManager.ChildView childView, int x, int y, int width, int height) argument
3003 showRect(int left, int top, int width, int height, int contentWidth, int contentHeight, float xPercentInDoc, float xPercentInView, float yPercentInDoc, float yPercentInView) argument
3024 centerFitRect(int x, int y, int width, int height) argument
[all...]
H A DWebViewClassic.java623 int height = mContentView.getMeasuredHeight();
624 int y = cursorTop.y - height;
639 update(x, y, width, height);
903 // Since view height sent to webkit could be fixed to avoid relayout, this
904 // value records the last sent actual view height.
1668 // use one line height, 16 based on our current default font, for how
1968 * Returns the height (in pixels) of the embedded title bar (if any). Does not care about
1984 // Actually, this method returns the height of the embedded title bar if one is set via the
2010 * Return the height of the view where the content of WebView should render
2019 int height
6640 scaleTrackballY(float yRate, int height) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java485 * Content height divided by this is the overscroll limit.
1291 * however assumes that all list items have the same height. If you use a list in
1526 int height; field in class:AbsListView.SavedState
1549 height = in.readInt();
1572 out.writeInt(height);
1593 + " height=" + height
1630 ss.height = mPendingSync.height;
1642 ss.height
[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp439 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
442 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
458 (GLsizei)height,
468 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
471 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
488 (GLsizei)height,
498 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
501 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) {
509 (GLsizei)height,
514 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */
441 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
470 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
500 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
516 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
3344 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3438 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
3800 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
3854 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3932 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
6774 android_glDrawTexfOES__FFFFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) argument
6871 android_glDrawTexiOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
6968 android_glDrawTexsOES__SSSSS(JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) argument
7065 android_glDrawTexxOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
8190 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1254 public int height; field in class:MediaArtistNativeHelper.EffectSettings
1636 * Height of the video frames or the height of the still picture in
1640 public int height; field in class:MediaArtistNativeHelper.Properties
1980 effectSettings.height = bitmap.getHeight();
1986 while (tmp < effectSettings.height) {
2018 effectSettings.height = overlay.getResizedRGBSizeHeight();
2019 if(effectSettings.height == 0) {
2020 effectSettings.height = bitmap.getHeight();
2045 //For image get the scaled height. Aspect ratio would remain the same
2660 * Checks for odd size image width and height
3529 findVideoResolution(int aspectRatio, int height) argument
3616 export(String filePath, String projectDir, int height, int bitrate, List<MediaItem> mediaItemsList, List<Transition> mediaTransitionList, List<AudioTrack> mediaBGMList, ExportProgressListener listener) argument
3768 getPixels(String filename, int width, int height, long timeMs, int videoRotation) argument
3796 getPixelsList(String filename, final int width, final int height, long startMs, long endMs, int thumbnailCount, int[] indices, final MediaItem.GetThumbnailListCallback callback, final int videoRotation) argument
3976 nativeGetPixels(String fileName, int[] pixelArray, int width, int height, long timeMS) argument
3979 nativeGetPixelsList(String fileName, int[] pixelArray, int width, int height, int nosofTN, long startTimeMs, long endTimeMs, int[] indices, NativeGetPixelsListCallback callback) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.h98 void setNonDisplayViewport(int32_t width, int32_t height) { argument
104 logicalBottom = height;
108 physicalBottom = height;
110 deviceHeight = height;
1332 // The surface orientation, width and height set by configureSurface().
1333 // The width and height are derived from the viewport but are specified
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1942 int width, height;
1944 height = opt.outHeight;
1947 height = height * getMaxImageWidthPx() / opt.outWidth;
1948 Rect padding = new Rect(0, 0, width, height);
1955 drawable.setBounds(0, 0, width, height);
2637 int width, height;
2639 height = opt.outHeight;
2641 mIntrinsicHeight = height;
2644 height
2773 ColorPaletteDrawable(int color, int width, int height, int mergin) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java2821 // attrs.{width|height} Size on screen
2824 win.mVScale = (attrs.height != requestedHeight) ?
2825 (attrs.height / (float)requestedHeight) : 1.0f;
5776 * @param height the height of the target bitmap
5779 public Bitmap screenshotApplications(IBinder appToken, int displayId, int width, int height) { argument
5886 int fh = frame.height();
5888 // Constrain thumbnail to smaller of screen width or height. Assumes aspect
5891 float targetHeightScale = height / (float) fh;
5903 if (targetWidthScale > scale && (int) (targetWidthScale * fh) == height) {
7080 prepareDragSurface(IWindow window, SurfaceSession session, int flags, int width, int height, Surface outSurface) argument
7938 setForcedDisplaySize(int displayId, int width, int height) argument
7998 setForcedDisplaySizeLocked(DisplayContent displayContent, int width, int height) argument
9790 startDimmingLocked(final WindowStateAnimator winAnimator, final float target, final int width, final int height) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp794 void GLTrace_glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* data) { argument
824 // copy argument height
828 arg_height->add_intvalue(height);
851 glContext->hooks->gl.glCompressedTexImage2D(target, level, internalformat, width, height, border, imageSize, data);
865 void GLTrace_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) { argument
901 // copy argument height
905 arg_height->add_intvalue(height);
928 glContext->hooks->gl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSize, data);
942 void GLTrace_glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) { argument
984 // copy argument height
1012 GLTrace_glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) argument
3575 GLTrace_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels) argument
3662 GLTrace_glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) argument
3742 GLTrace_glScissor(GLint x, GLint y, GLsizei width, GLsizei height) argument
4124 GLTrace_glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels) argument
4363 GLTrace_glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels) argument
5680 GLTrace_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
6021 GLTrace_glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels) argument
6104 GLTrace_glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels) argument
6193 GLTrace_glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) argument
6269 GLTrace_glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data) argument
6346 GLTrace_glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data) argument
7188 GLTrace_glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) argument
7240 GLTrace_glRenderbufferStorageMultisampleAPPLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) argument
7548 GLTrace_glRenderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) argument
8040 GLTrace_glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) argument
9592 GLTrace_glTexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
9644 GLTrace_glTexStorage3DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
9754 GLTrace_glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) argument
9812 GLTrace_glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) argument
9876 GLTrace_glRenderbufferStorageMultisampleIMG(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) argument
10791 GLTrace_glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels) argument
11083 GLTrace_glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask) argument
14584 GLTrace_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) argument
14636 GLTrace_glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) argument
14688 GLTrace_glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) argument
14827 GLTrace_glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) argument
16552 GLTrace_glRenderbufferStorageOES(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) argument
[all...]
H A Dgltrace.pb.h773 // required int32 height = 2;
777 inline ::google::protobuf::int32 height() const;
1683 // required int32 height = 2;
1691 inline ::google::protobuf::int32 GLMessage_FrameBuffer::height() const { function in class:android::gltrace::GLMessage_FrameBuffer
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h434 XAuint32 height; member in struct:XADataFormat_RawImage_
1042 XAuint32 height; member in struct:XARectangle_
1587 XAuint32 height; member in struct:XAFocusPointPosition_
2824 XAuint32 height; member in struct:XAImageSettings_
3003 XAuint32 height; member in struct:XAVideoSettings_
3094 XAuint32 height; member in struct:XAVideoStreamInformation_
3112 XAuint32 height; member in struct:XAImageStreamInformation_
3119 XAuint32 height; member in struct:XATimedTextStreamInformation_

Completed in 521 milliseconds

<<111213141516