Searched defs:MAX_LOGO_IMAGE_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java115 private static final int MAX_LOGO_IMAGE_SIZE = 256; field in class:TvProvider
932 float scaleFactor = Math.min(1f, ((float) MAX_LOGO_IMAGE_SIZE) /

Completed in 910 milliseconds