OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nullPadding
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
TelecomUtils.java
139
Rect
nullPadding
= null;
140
Bitmap photo = BitmapFactory.decodeStream(photoDataStream,
nullPadding
, options);
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
TelecomUtils.java
92
Rect
nullPadding
= null;
93
Bitmap photo = BitmapFactory.decodeStream(photoDataStream,
nullPadding
, options);
Completed in 317 milliseconds