Home
last modified time | relevance | path

Searched refs:updateProperties (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp141 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha, in updateFullPathPropertiesAndStrokeStyles()
179 group->mutateStagingProperties()->updateProperties(rotate, pivotX, pivotY, scaleX, scaleY, in updateGroupProperties()
/frameworks/base/libs/hwui/
DVectorDrawable.h282 void updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, in updateProperties() function
417 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties() function
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java1070 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid); in acquireWakeLockInternal()
4073 public void updateProperties(int flags, String tag, String packageName, in updateProperties() method in PowerManagerService.WakeLock