/frameworks/volley/src/com/android/volley/toolbox/ |
ImageRequest.java | 149 int actualHeight = decodeOptions.outHeight; 153 actualWidth, actualHeight); 155 actualHeight, actualWidth); 162 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight); 194 * @param actualHeight Actual height of the bitmap 200 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { 202 double hr = (double) actualHeight / desiredHeight;
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
ColorConvert.cpp | 93 int actualWidth, int actualHeight, 98 *encoderHeight = actualHeight; 102 encoderRect->bottom = actualHeight - 1; 103 *encoderBufferSize = (actualWidth * actualHeight * 3 / 2);
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
TranslateAnimationTest.java | 153 final int actualHeight = parentHeight; 172 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA); 179 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight, 186 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
|
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 85 int actualHeight = mMockSurfaceView.getHeightInOnMeasure(); 87 assertEquals(expectedHeight, actualHeight);
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
NotificationStudioActivity.java | 112 float actualHeight = dm.heightPixels / dm.ydpi; 113 float pct = actualHeight < 3.5 ? .32f : 114 actualHeight < 4 ? .35f :
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoEncoder.cpp | 790 int actualHeight = pEncoderContext->mCodecParams->FrameHeight; 797 actualWidth, actualHeight, 805 actualWidth, actualHeight, [all...] |
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
GlowPadView.java | [all...] |
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardBuilder.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.cpp | [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | [all...] |