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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAnimUtils.java100 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { argument
103 anim.setPropertyName(propertyName);
H A DLauncher.java345 private static boolean isPropertyEnabled(String propertyName) { argument
346 return Log.isLoggable(propertyName, Log.VERBOSE);
441 private String getSystemPropertyFromShell(String propertyName) { argument
442 if (propertyName == null || propertyName.trim().equals("")) return "";
446 new ProcessBuilder("/system/bin/getprop", propertyName).start();
457 Log.e(TAG, "Couldn't find the property value for '" + propertyName + "'");
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java105 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { argument
108 anim.setPropertyName(propertyName);
H A DUtilities.java115 public static boolean isPropertyEnabled(String propertyName) { argument
116 return Log.isLoggable(propertyName, Log.VERBOSE);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 197 milliseconds