OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLogicalHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/bitmap/src/com/android/bitmap/
ReusableBitmap.java
53
public void
setLogicalHeight
(int h) {
DecodeTask.java
409
result.
setLogicalHeight
(
413
result.
setLogicalHeight
(mOpts.outHeight);
420
result.
setLogicalHeight
(decodeResult.getHeight());
423
result.
setLogicalHeight
(decodeResult.getWidth());
Completed in 354 milliseconds