| /hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
| V4LCameraAdapter.cpp | 154 int width, height; local 156 params.getPreviewSize(&width, &height); 158 CAMHAL_LOGDB("Width * Height %d x %d format 0x%x", width, height, DEFAULT_PIXEL_FORMAT); 161 mVideoInfo->height = height; 162 mVideoInfo->framesizeIn = (width * height << 1); 167 mVideoInfo->format.fmt.pix.height = height; 403 status_t V4LCameraAdapter::getFrameSize(size_t &width, size_t &height) 516 int width, height; local 530 int width, height; local [all...] |
| /packages/apps/Calendar/src/com/android/calendar/ |
| EventGeometry.java | 38 public void setMinEventHeight(float height) { 39 mMinEventHeight = height; 42 public void setHourHeight(float height) { 43 mMinuteHeight = height / 60.0f;
|
| MultiStateButton.java | 165 final int height = mButtonDrawable.getIntrinsicHeight(); local 173 y = getHeight() - height; 176 y = (getHeight() - height) / 2; 188 mButtonDrawable.setBounds(x, y, x + width, y + height);
|
| /packages/apps/Gallery2/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 | 29 // [x, x+width) * [y, y+height) 38 // who only want to draw on the GLCanvas. Both width and height must be 40 public abstract void setSize(int width, int height); 92 public abstract void fillRect(float x, float y, float width, float height, int color); 96 BasicTexture texture, int x, int y, int width, int height); 206 * Gets the bounds given by x, y, width, and height as well as the internal 214 * @param height The height of the input rectangle. 216 public abstract void getBounds(Rect bounds, int x, int y, int width, int height);
|
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
| BasicTexture.java | 77 public void setSize(int width, int height) { 79 mHeight = height; 81 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; 111 // 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);
|
| /packages/apps/Settings/src/com/android/settings/fingerprint/ |
| FingerprintLocationAnimationVideoView.java | 48 // Width is driven by measurespec, height is derrived from aspect ratio 50 int height = Math.round(mAspect * originalWidth); local 51 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY)); 66 int height) { 101 int width, int height) {
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| LeaveBehindItem.java | 52 * The height of this view. Typically, this matches the height of the originating 110 ToastBarOperation undoOp, Conversation target, Folder folder, int height) { 115 mHeight = height; 163 * Animate shrinking the height of this view. 169 final ObjectAnimator height = ObjectAnimator.ofInt(this, "animatedHeight", mHeight, 0); local 172 height.setInterpolator(new DecelerateInterpolator(1.75f)); 173 height.setDuration(sShrinkAnimationDuration); 174 height.addListener(listener); 175 height.start() [all...] |
| /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/ |
| VideoChatTestActivity.java | 96 logMessage(size.width + "x" + size.height); 258 public FrameCatcher(int width, int height) { 259 mExpectedSize = width * height * 3 / 2; 299 int width, int height, 303 width + "x" + height + " " + 308 Log.v(TAG, "Start test -- id " + whichCamera + " " + width + "x" + height + 338 publishProgress("Changing preview parameters " + width + "x" + height + baseStatus); 340 parameters.setPreviewSize(width, height); 350 if (setSize.width != width || setSize.height != height) { [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
| SetupStartIndicatorView.java | 101 final int height = getHeight(); local 102 final float halfHeight = height / 2.0f; 109 path.lineTo(width, height); 114 path.lineTo(0.0f, height);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
| drm_sarea.h | 63 unsigned int height; member in struct:drm_sarea_frame
|
| /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon45227
|
| /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon45628
|
| /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon46081
|
| /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon46536
|
| /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon46944
|
| /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon47404
|
| /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon47866
|
| /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon48276
|
| /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon48738
|
| /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon49202
|
| /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon49612
|
| /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon50074
|
| /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/android/ |
| bitmap.h | 44 uint32_t height; member in struct:__anon50538
|