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

/frameworks/support/v4/honeycomb_mr2/android/support/v4/content/res/
H A DConfigurationHelperHoneycombMr2.java33 static int getSmallestScreenWidthDp(@NonNull Resources resources) { method in class:ConfigurationHelperHoneycombMr2
/frameworks/support/v4/donut/android/support/v4/content/res/
H A DConfigurationHelperDonut.java36 static int getSmallestScreenWidthDp(@NonNull Resources resources) { method in class:ConfigurationHelperDonut
/frameworks/support/v4/java/android/support/v4/content/res/
H A DConfigurationHelper.java47 int getSmallestScreenWidthDp(@NonNull Resources resources); method in interface:ConfigurationHelper.ConfigurationHelperImpl
63 public int getSmallestScreenWidthDp(@NonNull Resources resources) { method in class:ConfigurationHelper.DonutImpl
64 return ConfigurationHelperDonut.getSmallestScreenWidthDp(resources);
85 public int getSmallestScreenWidthDp(@NonNull Resources resources) { method in class:ConfigurationHelper.HoneycombMr2Impl
86 return ConfigurationHelperHoneycombMr2.getSmallestScreenWidthDp(resources);
123 public static int getSmallestScreenWidthDp(@NonNull Resources resources) { method in class:ConfigurationHelper
124 return IMPL.getSmallestScreenWidthDp(resources);

Completed in 81 milliseconds