OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalWidth
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Camera2/jni/
jpegutil.cpp
323
int
finalWidth
;
325
finalWidth
= cropRight - cropLeft;
331
finalWidth
= cropBottom - cropTop;
334
finalWidth
= cropBottom - cropTop;
347
int y_row_length = (
finalWidth
+ 16 + 63) & ~63;
348
int cb_row_length = (
finalWidth
/ 2 + 16 + 63) & ~63;
349
int cr_row_length = (
finalWidth
/ 2 + 16 + 63) & ~63;
361
return Compress(
finalWidth
, finalHeight, yIter, cbIter, crIter, outBuf,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DrawerController.java
112
int
finalWidth
= (int) ((width > maxWidth ? maxWidth : width));
115
Log.d(TAG, "Calculated drawer width:" + (
finalWidth
/ Display.density(activity)));
117
return
finalWidth
;
/frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java
373
long maxAnimationDuration, float animationScale, int
finalWidth
, int finalHeight) {
377
finalWidth
, finalHeight, false, 0, 0);
388
float animationScale, int
finalWidth
, int finalHeight, boolean dismissing,
427
if (DEBUG_STATE) Slog.v(TAG, "Rotation delta: " + delta + "
finalWidth
="
428
+
finalWidth
+ " finalHeight=" + finalHeight
490
final int halfWidth = (
finalWidth
+ mOriginalWidth) / 2;
494
mStartEnterAnimation.initialize(
finalWidth
, finalHeight,
498
mFinishEnterAnimation.initialize(
finalWidth
, finalHeight,
503
mStartFrameAnimation.initialize(
finalWidth
, finalHeight,
505
mFinishFrameAnimation.initialize(
finalWidth
, finalHeight
[
all
...]
/frameworks/base/core/java/android/widget/
PopupWindow.java
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-alpha1/
sdk-common-24.4.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta3/
sdk-common-24.4.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta5/
sdk-common-24.4.0-beta5.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta6/
sdk-common-24.4.0-beta6.jar
Completed in 636 milliseconds