OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orgWidth
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java
162
int
orgWidth
= orgBitmap.getWidth();
164
int longerEdge =
orgWidth
> orgHeight ?
orgWidth
: orgHeight;
168
int newWidth = (int) (
orgWidth
/ ratio);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
177
int
orgWidth
= orgBitmap.getWidth();
179
int longerEdge =
orgWidth
> orgHeight ?
orgWidth
: orgHeight;
183
int newWidth = (int) (
orgWidth
/ ratio);
Completed in 46 milliseconds