OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idealsize
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java
92
final int
idealSize
= (int)Math.max(params.gameWidth * 1.5f, params.gameHeight * 1.5f);
93
int width =
idealSize
;
94
int height =
idealSize
;
/dalvik/vm/alloc/
HeapSource.cpp
128
size_t
idealSize
;
208
* active mspace.
idealSize
can be greater than softLimit
211
* as
idealSize
.
213
return hs->softLimit <= hs->
idealSize
;
646
hs->
idealSize
= startSize;
1029
size_t oldIdealSize = hs->
idealSize
;
[
all
...]
/external/chromium_org/ui/message_center/cocoa/
notification_controller.mm
625
gfx::Size
idealSize
= gfx::Size(
629
if (scaledSize !=
idealSize
) {
Completed in 59 milliseconds