OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHighResolution
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java
162
return
isHighResolution
(context) ? 512 : 256;
165
private static boolean
isHighResolution
(Context context) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java
146
public static boolean
isHighResolution
(Context context) {
158
if (
isHighResolution
(context.getAndroidContext())) {
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java
162
return
isHighResolution
(context) ? 512 : 256;
165
private static boolean
isHighResolution
(Context context) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java
162
return
isHighResolution
(context) ? 512 : 256;
165
private static boolean
isHighResolution
(Context context) {
Completed in 45 milliseconds