Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.cpp255 const int max_size = 4096; in handleRequests() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java629 protected static Bitmap getDownsampledBitmap(Bitmap image, int max_size) { in getDownsampledBitmap()