OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_image_size
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/transition/
TransitionUtils.java
41
private static int
MAX_IMAGE_SIZE
= (1024 * 1024);
124
float scale = Math.min(1f, ((float)
MAX_IMAGE_SIZE
) / (width * height));
176
float scale = Math.min(1f, ((float)
MAX_IMAGE_SIZE
) / (bitmapWidth * bitmapHeight));
/frameworks/support/transition/src/android/support/transition/
TransitionUtils.java
32
private static final int
MAX_IMAGE_SIZE
= 1024 * 1024;
86
float scale = Math.min(1f, ((float)
MAX_IMAGE_SIZE
) / (bitmapWidth * bitmapHeight));
/frameworks/support/compat/java/android/support/v4/app/
SharedElementCallback.java
44
private static int
MAX_IMAGE_SIZE
= (1024 * 1024);
193
float scale = Math.min(1f, ((float)
MAX_IMAGE_SIZE
) / (bitmapWidth * bitmapHeight));
219
float scale = Math.min(1f, ((float)
MAX_IMAGE_SIZE
) / (width * height));
/external/avb/test/
avbtool_unittest.cc
720
size_t
max_image_size
= atoll(max_image_size_data.c_str());
local
723
EXPECT_EQ(68 * 1024ULL, partition_size -
max_image_size
);
727
base::FilePath boot_path = GenerateImage("boot",
max_image_size
);
1235
size_t
max_image_size
= atoll(
max_image_size
_data.c_str());
local
1270
size_t
max_image_size
= atoll(
max_image_size
_data.c_str());
local
[
all
...]
/build/make/tools/releasetools/
build_image.py
436
max_image_size
= AVBCalcMaxImageSize(avbtool, avb_footer_type, partition_size,
438
if
max_image_size
== 0:
440
prop_dict["partition_size"] = str(
max_image_size
)
/external/avb/
avbtool
[
all
...]
/prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar
Completed in 378 milliseconds