OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp
81
size_t
realSize
= size + kExtraAllocSize;
82
size_t bucketIdx =
realSize
>> WTF::kBucketShift;
84
size_t numSlots = bucket->pageSize /
realSize
;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
220
Point
realSize
= new Point();
221
windowManager.getDefaultDisplay().getRealSize(
realSize
);
222
maxDim = Math.max(
realSize
.x,
realSize
.y);
223
minDim = Math.min(
realSize
.x,
realSize
.y);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
223
Point
realSize
= new Point();
224
windowManager.getDefaultDisplay().getRealSize(
realSize
);
225
maxDim = Math.max(
realSize
.x,
realSize
.y);
226
minDim = Math.min(
realSize
.x,
realSize
.y);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java
400
Point
realSize
= new Point();
403
display.getRealSize(
realSize
);
411
realSize
.x,
realSize
.y,
[
all
...]
Completed in 1004 milliseconds