Searched refs:height (Results 501 - 525 of 1015) sorted by relevance

<<21222324252627282930>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java181 return (int) (p * mLayoutAlgorithm.mStackVisibleRect.height());
185 return (float) s / mLayoutAlgorithm.mStackVisibleRect.height();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java89 int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount) {
94 mHeight = height;
88 setup(int maxKeyguardNotifications, int maxPanelHeight, float expandedHeight, int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DFocusedStackFrame.java80 final int h = bounds.height();
104 mSurfaceControl.setSize(bounds.width(), bounds.height());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity5.java106 findViewById(R.id.container).getLayoutParams().height = ViewGroup.LayoutParams.MATCH_PARENT;
111 findViewById(R.id.container).getLayoutParams().height = 300;
/frameworks/minikin/sample/
H A Dexample_skia.cpp133 int height = 600; local
135 bitmap.allocN32Pixels(width, height);
/frameworks/native/include/ui/
H A DGraphicBuffer.h88 uint32_t getHeight() const { return height; }
92 Rect getBounds() const { return Rect(width, height); }
H A DRect.h66 // a valid rectangle has a non negative width and height
71 // an empty rect has a zero width or height, or is invalid
81 // rectangle's height
158 // the origin and extending to (width, height). If the transform includes
160 // (height, width). Otherwise the output rectangle is in the same space as
162 Rect transform(uint32_t xform, int32_t width, int32_t height) const;
170 inline int32_t height() const { return getHeight(); } function in class:android::Rect
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java79 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
80 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h41 uint32_t wMod, hMod; // Width/height mod this value must equal zero
86 // Dimension - width and height of a rectanguler area
92 uint32_t height(void) const { return _h; } function in class:HwcTestDim
106 EGLint *width, EGLint *height);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java133 (float) dst.height() / src.height());
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java215 public void changePeerDimensions(int width, int height) { argument
218 mCallback.changePeerDimensions(width, height);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { argument
60 mHeight = height;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { argument
60 mHeight = height;
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java56 public void init(RenderScriptGL rs, Resources res, int width, int height) { argument
60 mHeight = height;
/frameworks/av/include/media/
H A DIMediaRecorder.h46 virtual status_t setVideoSize(int width, int height) = 0;
H A DMediaRecorderBase.h41 virtual status_t setVideoSize(int width, int height) = 0;
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h145 // If the passed in size (width x height) is a supported video/preview size,
148 bool trySettingVideoSize(int32_t width, int32_t height);
/frameworks/av/media/libmedia/
H A DICrypto.cpp154 uint32_t width, uint32_t height) {
158 data.writeInt32(height);
308 int32_t height = data.readInt32(); local
309 notifyResolution(width, height);
153 notifyResolution( uint32_t width, uint32_t height) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h44 virtual status_t setVideoSize(int width, int height);
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcapi_common.h148 /** In/Out: Coded height of the luma component, must be multiple of 16. */
149 int height; member in struct:tagAVCFrameIO
154 /** In/Out: Display height, less than height */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp222 Int pitch, width, height; local
226 height = refVop->height;
265 i = height;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC_s.h109 height EQU 12;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC_s.h109 height EQU 12;
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h60 uint32_t width, uint32_t height, int format, int *id);
63 uint32_t *width, uint32_t *height, uint32_t *format);
83 virtual ssize_t getJpegBufferSize(uint32_t width, uint32_t height) const;
208 uint32_t width, uint32_t height, int format, size_t size);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h80 int height; member in struct:android::BootAnimation::Animation

Completed in 741 milliseconds

<<21222324252627282930>>