Searched refs:platformVersion (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java42 public static boolean showOnScreenNavBar(int platformVersion) { argument
43 return platformVersion == 0 || platformVersion >= ICE_CREAM_SANDWICH;
46 public static int getStatusBarColor(int platformVersion) { argument
48 return platformVersion == 0 || platformVersion >= GINGERBREAD ? BLACK : WHITE;
51 public static List<String> getResourceDirs(int platformVersion) { argument
53 if (platformVersion == 0) {
58 if (platformVersion <= GINGERBREAD) {
62 if (platformVersion <
74 getTime(int platformVersion) argument
97 getTimeColor(int platformVersion) argument
114 getWifiIconType(int platformVersion) argument
[all...]
H A DIconLoader.java34 IconLoader(String iconName, Density density, int platformVersion, LayoutDirection direction) { argument
37 mPlatformVersion = platformVersion;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1583 boolean isRtlSupported, int platformVersion) throws XmlPullParserException {
1585 direction, isRtlSupported, platformVersion);
1582 createStatusBar(BridgeContext context, Density density, int direction, boolean isRtlSupported, int platformVersion) argument
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java4939 int platformVersion = Integer.parseInt(str[0]);
6276 int platformVersion = Integer.parseInt(str[0]);

Completed in 244 milliseconds