OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutWidth
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/
BitmapCropTask.java
66
int
mOutWidth
, mOutHeight;
107
mOutWidth
= outWidth;
185
&& mRotation == 0 &&
mOutWidth
> 0 && mOutHeight > 0) {
197
WallpaperManager.getInstance(mContext).suggestDesiredDimensions(
mOutWidth
, mOutHeight);
249
int scaleDownSampleSize = Math.max(1, Math.min(roundedTrueCrop.width() /
mOutWidth
,
331
if (
mOutWidth
> 0 && mOutHeight > 0 || mRotation > 0) {
337
if (!(
mOutWidth
> 0 && mOutHeight > 0)) {
338
mOutWidth
= Math.round(dimsAfter[0]);
343
RectF returnRect = new RectF(0, 0,
mOutWidth
, mOutHeight);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java
80
protected int
mOutWidth
;
133
mOutWidth
= mCameraHeight;
136
mOutWidth
= mCameraWidth;
222
targetFrame.resize(new int[] {
mOutWidth
, mOutHeight });
225
mOutWidth
,
346
targetFrame.resize(new int[] {
mOutWidth
, mOutHeight });
349
mOutWidth
,
387
mOutWidth
,
432
surfTex.setDefaultBufferSize(
mOutWidth
, mOutHeight);
449
clientTexture.setDefaultBufferSize(
mOutWidth
, mOutHeight)
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
458
int
mOutWidth
, mOutHeight;
509
mOutWidth
= outWidth;
635
int scaleDownSampleSize = Math.max(1, Math.min(roundedTrueCrop.width() /
mOutWidth
,
723
if (
mOutWidth
> 0 && mOutHeight > 0 || mRotation > 0) {
729
if (!(
mOutWidth
> 0 && mOutHeight > 0)) {
730
mOutWidth
= Math.round(dimsAfter[0]);
735
RectF returnRect = new RectF(0, 0,
mOutWidth
, mOutHeight);
[
all
...]
Completed in 72 milliseconds