OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetconfig
(Results
1 - 2
of
2
) sorted by null
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java
584
Bitmap.Config
targetConfig
= header.isTransparent ? Bitmap.Config.ARGB_8888 : Bitmap.Config.RGB_565;
585
Bitmap result = bitmapProvider.obtain(header.width, header.height,
targetConfig
);
587
result = Bitmap.createBitmap(header.width, header.height,
targetConfig
);
/external/libnfc-nxp/inc/
phNfcHalTypes.h
1065
phHal_sNfcIPCfg_t
targetConfig
;
[
all
...]
Completed in 98 milliseconds