Searched refs:isGreaterOrEqual (Results 1 – 2 of 2) sorted by relevance
45 return isGreaterOrEqual(platformVersion, ICE_CREAM_SANDWICH); in showOnScreenNavBar()50 return isGreaterOrEqual(platformVersion, GINGERBREAD) ? BLACK : WHITE; in getStatusBarColor()77 if (isGreaterOrEqual(platformVersion, M)) { in getTime()106 if (isGreaterOrEqual(platformVersion, KITKAT) || in getTimeColor()123 return isGreaterOrEqual(platformVersion, LOLLIPOP) ? "xml" : "png"; in getWifiIconType()130 public static boolean isGreaterOrEqual(int platformVersion, int code) { in isGreaterOrEqual() method in Config
238 if (!Config.isGreaterOrEqual(mSimulatedPlatformVersion, LOLLIPOP)) { in getBarColor()