Searched refs:finalWidth (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Camera2/jni/ |
D | jpegutil.cpp | 323 int finalWidth; in Compress() local 325 finalWidth = cropRight - cropLeft; in Compress() 331 finalWidth = cropBottom - cropTop; in Compress() 334 finalWidth = cropBottom - cropTop; in Compress() 347 int y_row_length = (finalWidth + 16 + 63) & ~63; in Compress() 348 int cb_row_length = (finalWidth / 2 + 16 + 63) & ~63; in Compress() 349 int cr_row_length = (finalWidth / 2 + 16 + 63) & ~63; in Compress() 361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, in Compress()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DrawerController.java | 88 int finalWidth = (int) ((width > maxWidth ? maxWidth : width)); in calculateDrawerWidth() local 91 Log.d(TAG, "Calculated drawer width:" + (finalWidth / Display.density(activity))); in calculateDrawerWidth() 93 return finalWidth; in calculateDrawerWidth()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetRecommendationsView.java | 302 int finalWidth = resolveSizeAndState(desiredWidth, widthMeasureSpec, 0); in onMeasure() local 304 setMeasuredDimension(finalWidth, finalHeight); in onMeasure()
|