OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nearestHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
ImageUtils.java
260
int
nearestHeight
= destHeight;
263
nearestHeight
*= 2;
267
BufferedImage scaled = new BufferedImage(nearestWidth,
nearestHeight
, imageType);
271
g2.drawImage(source, 0, 0, nearestWidth,
nearestHeight
, 0, 0, sourceWidth, sourceHeight,
276
sourceHeight =
nearestHeight
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java
[
all
...]
Completed in 240 milliseconds