| /frameworks/native/services/surfaceflinger/RenderEngine/ |
| Texture.cpp | 50 void Texture::setDimensions(size_t width, size_t height) { 52 mHeight = height;
|
| /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/util/ |
| RecyclerViewRequireScrollHelper.java | 71 final int height = mRecyclerView.getHeight(); local 72 mRecyclerView.smoothScrollBy(0, height);
|
| /frameworks/rs/driver/ |
| rsdFrameBufferObj.h | 38 void setDimensions(uint32_t width, uint32_t height) { 40 mHeight = height;
|
| /frameworks/support/compat/ics/android/support/v4/widget/ |
| EdgeEffectCompatIcs.java | 33 public static void setSize(Object edgeEffect, int width, int height) { 34 ((EdgeEffect) edgeEffect).setSize(width, height);
|
| /hardware/intel/common/libva/va/ |
| va_tpi.h | 54 unsigned int height; member in struct:_VASurfaceAttributeTPI 100 int height,
|
| /hardware/intel/img/hwcomposer/merrifield/ips/common/ |
| VideoPayloadManager.cpp | 54 metadata->normalBuffer.height = p->crop_height; 56 metadata->normalBuffer.bufHeight = p->height; 66 metadata->scalingBuffer.height = p->scaling_height; 81 rotSrcHeight = metadata->scalingBuffer.height; 84 rotSrcHeight = metadata->normalBuffer.height; 88 metadata->rotationBuffer.height = rotSrcHeight; 91 metadata->rotationBuffer.height = rotSrcWidth; 99 metadata->rotationBuffer.offsetY = (-metadata->rotationBuffer.height) & 0xf;
|
| /hardware/intel/img/psb_video/src/android/ |
| psb_gralloc.h | 40 int left, int top, int width, int height, void** vaddr);
|
| /hardware/qcom/display/msm8084/libexternal/ |
| external.h | 48 void getAttributes(int& width, int& height); 73 void getAttrForMode(int& width, int& height, int& fps);
|
| /hardware/qcom/display/msm8226/libexternal/ |
| external.h | 48 void getAttributes(int& width, int& height); 73 void getAttrForMode(int& width, int& height, int& fps);
|
| /hardware/qcom/display/msm8909/libhdmi/ |
| hdmi_stub.cpp | 63 void HDMIDisplay::getAttributes(uint32_t& width, uint32_t& height) { 65 width = height = 0;
|
| /hardware/qcom/display/msm8996/sdm/libs/core/ |
| display_virtual.h | 50 virtual DisplayError SetMixerResolution(uint32_t width, uint32_t height) { 59 virtual DisplayError GetMixerResolution(uint32_t *width, uint32_t *height) {
|
| /hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
| hwc_display_virtual.h | 42 uint32_t height, int32_t *format, HWCDisplay **hwc_display); 53 int SetConfig(uint32_t width, uint32_t height);
|
| /packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
| ZoomedCropRegion.java | 41 int yCenter = sensor.height() / 2; 43 int yDelta = (int) (0.5f * sensor.height() / zoom);
|
| /packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
| VideoCallFragment.java | 145 * @param height The height of the surface. 148 int width, int height) { 150 " width=" + width + " height=" + height); 153 mHeight = height; 203 * @param height The height of the {@link SurfaceTexture}. 207 int height) { 217 + " height=" + height + " mSavedSurfaceTexture=" + mSavedSurfaceTexture) 464 int height = p.height; local [all...] |
| /packages/apps/Gallery2/jni/filters/ |
| contrast.c | 39 void JNIFUNCF(ImageFilterContrast, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright) 45 int len = width * height * 4;
|
| shadows.c | 20 void JNIFUNCF(ImageFilterShadows, nativeApplyFilter, jobject bitmap, jint width, jint height, float scale){ 34 int len = width * height * 4;
|
| /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
| CanvasTexture.java | 30 public CanvasTexture(int width, int height) { 32 setSize(width, height);
|
| ColorTexture.java | 49 public void setSize(int width, int height) { 51 mHeight = height;
|
| FadeTexture.java | 36 public FadeTexture(int width, int height, boolean opaque) { 38 mHeight = height;
|
| RawTexture.java | 29 public RawTexture(int width, int height, boolean opaque) { 31 setSize(width, height);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| BitmapScreenNail.java | 43 public void draw(GLCanvas canvas, int x, int y, int width, int height) { 44 mBitmapTexture.draw(canvas, x, y, width, height);
|
| ManageCacheDrawer.java | 65 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { 81 renderRequestFlags |= renderContent(canvas, entry, width, height); 84 renderRequestFlags |= renderLabel(canvas, entry, width, height); 87 entry.sourceType, isCaching, chooseToCache, width, height); 89 renderRequestFlags |= renderOverlay(canvas, index, entry, width, height); 94 boolean isCaching, boolean chooseToCache, int width, int height) { 107 icon.draw(canvas, width - m - s, height - s, s, s); 113 mCachingText.draw(canvas, (width - w) / 2, height - h);
|
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
| RawTexture.java | 29 public RawTexture(int width, int height, boolean opaque) { 31 setSize(width, height);
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
| Renderer.h | 21 bool SetupGraphics(int width, int height); 27 void SetInputTextureDimensions(int width, int height); 61 int mSurfaceHeight; // Height of target surface.
|
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| StackLayout.java | 42 int height = child.getMeasuredHeight(); local 45 resolveSize(height, heightMeasureSpec));
|