| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
| EmbeddedContentContainer.java | 25 public void onSizeChanged(int width, int height);
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
| BasicTexture.java | 78 public void setSize(int width, int height) { 80 mHeight = height; 82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; 112 // Returns the height rounded to the next power of 2.
|
| GLCanvas.java | 27 // [x, x+width) * [y, y+height) 36 // who only want to draw on the GLCanvas. Both width and height must be 38 public abstract void setSize(int width, int height); 90 public abstract void fillRect(float x, float y, float width, float height, int color); 94 BasicTexture texture, int x, int y, int width, int height); 204 * Gets the bounds given by x, y, width, and height as well as the internal 212 * @param height The height of the input rectangle. 214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height);
|
| /frameworks/base/services/core/java/com/android/server/tv/ |
| UinputBridge.java | 34 private static native long nativeOpen(String name, String uniqueId, int width, int height, 44 public UinputBridge(IBinder token, String name, int width, int height, int maxPointers) 46 if (width < 1 || height < 1) { 55 mPtr = nativeOpen(name, token.toString(), width, height, maxPointers);
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
| colorspace.cpp | 57 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) { 61 const int size = width * height; 68 for (int y = 0; y < height; y += 2) { 96 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) { 100 for (int i = 0; i < width * height; ++i) { 111 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) { 117 for (int i = 0; i < width * height; ++i) { 154 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height) { 159 for (int i = 0; i < width * height; ++i) {
|
| stats_scorer.h | 36 JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height,
|
| /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
| TestWallpaper.java | 139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { 140 super.onSurfaceChanged(holder, format, width, height); 204 final int height = frame.height(); local 213 c.drawRect(0, 0, width, height, paint); 217 width-mMainInsets.right, height-mMainInsets.bottom, paint); 221 width - mStableInsets.right, height - mStableInsets.bottom, 229 int y = height - mStableInsets.bottom - mPadding - ascdesc; 230 c.drawText("Surface Size: " + width + " x " + height,
|
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| ColorFilter_Delegate.java | 61 public void applyFilter(Graphics2D g, int width, int height) {
|
| /frameworks/minikin/include/minikin/ |
| MinikinFontFreeType.h | 34 int height; member in struct:android::GlyphBitmap
|
| /frameworks/native/include/android/ |
| bitmap.h | 69 /** The bitmap height in pixels. */ 70 uint32_t height; member in struct:__anon29837
|
| /frameworks/native/libs/gui/ |
| IGraphicBufferAlloc.cpp | 48 uint32_t height, PixelFormat format, uint32_t usage, 53 data.writeUint32(height); 107 uint32_t height = data.readUint32(); local 113 sp<GraphicBuffer> result = createGraphicBuffer(width, height,
|
| /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
| Healing.java | 50 Bitmap bitmap = Bitmap.createBitmap(rec.width(), rec.height(), Bitmap.Config.ALPHA_8); 80 floatImage.setY(mRoiBounds.height()); 91 mRoiBounds.width(), mRoiBounds.height()); 96 mRoiBounds.width(), mRoiBounds.height()); 110 options.setY(1, mRoiBounds.height() - 1); 133 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(), 136 Rect undoRect = new Rect(0, 0, mRoiBounds.width(), mRoiBounds.height()); 145 Bitmap createMutableBitmap(Bitmap image, int x, int y, int width, int height) { 146 Bitmap ret = Bitmap.createBitmap(image, x, y, width, height);
|
| /frameworks/support/percent/src/android/support/percent/ |
| PercentFrameLayout.java | 60 * It is not necessary to specify {@code layout_width/height} if you specify {@code 62 * percentage value permits, you can add {@code layout_width/height="wrap_content"}. In that case 67 * You can also make one dimension be a fraction of the other by setting only width or height and 74 * This will make the aspect ratio 16:9 (1.78:1) with the width fixed at 300dp and height adjusted 126 public LayoutParams(int width, int height) { 127 super(width, height); 130 public LayoutParams(int width, int height, int gravity) { 131 super(width, height, gravity);
|
| /frameworks/volley/src/main/java/com/android/volley/toolbox/ |
| NetworkImageView.java | 105 int height = getHeight(); local 111 wrapHeight = getLayoutParams().height == LayoutParams.WRAP_CONTENT; 117 if (width == 0 && height == 0 && !isFullyWrapContent) { 144 // Calculate the max image width / height to use while ignoring WRAP_CONTENT dimens. 146 int maxHeight = wrapHeight ? 0 : height;
|
| /hardware/intel/common/libva/va/ |
| va_backend_tpi.h | 41 int height,
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
| lookahead.h | 38 unsigned int height,
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
| vp9_lookahead.h | 42 unsigned int height,
|
| /hardware/intel/img/hwcomposer/merrifield/include/ |
| IVideoPayloadManager.h | 35 uint16_t height; member in struct:android::intel::IVideoPayloadManager::Buffer
|
| /hardware/intel/img/psb_video/src/android/ |
| psb_mds.h | 63 int32_t* width, int32_t* height,
|
| /hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/ |
| mm_lib2d.c | 206 p_frame->info.height = rgb_buffer->height; 213 rgb_buffer->height); 215 p_frame->frame[0].plane[0].height = rgb_buffer->height; 218 p_frame->frame[0].plane[0].scanline = rgb_buffer->height; 224 p_frame->info.height = yuv_buffer->height; 231 yuv_buffer->height); 233 p_frame->frame[0].plane[0].height = yuv_buffer->height [all...] |
| /hardware/qcom/display/msm8084/libvirtual/ |
| virtual.h | 46 void getAttributes(int& width, int& height);
|
| /hardware/qcom/display/msm8226/libvirtual/ |
| virtual.h | 46 void getAttributes(int& width, int& height);
|
| /hardware/qcom/display/msm8996/sdm/include/core/ |
| buffer_allocator.h | 49 uint32_t height = 0; //!< Specifies buffer height for buffer allocation. member in struct:sdm::BufferConfig
|
| /hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
| hwc_display_virtual.cpp | 44 uint32_t height, int32_t *format, HWCDisplay **hwc_display) { 49 DLOGI("Creating virtual display: w: %d h:%d format:0x%x", width, height, *format); 65 status = hwc_display_virtual->SetConfig(width, height); 71 // TODO(user): Validate that we support this width/height 72 status = hwc_display_virtual->SetFrameBufferResolution(width, height); 141 buffer_info.buffer_config.height = static_cast<uint32_t>(output_handle->height); 158 int HWCDisplayVirtual::SetConfig(uint32_t width, uint32_t height) { 161 variable_info.y_pixels = height; 173 // Fill output buffer parameters (width, height, format, plane information, fence [all...] |
| /hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
| ti_video_config_parser.cpp | 82 int32 width, height, display_width, display_height = 0; local 85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level); 91 aOutputs->height = (uint32)display_height; 101 aOutputs->height = 0; 108 int32 width, height, display_width, display_height = 0; local 143 (int*) & height, 154 aOutputs->height = (uint32)display_height; 162 if( ((width > WVGA_MAX_WIDTH) || (height > WVGA_MAX_HEIGHT)) || 179 LoadDWORD(dwdat, pData); // Window height 188 aOutputs->height = dwdat [all...] |