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.cpp136 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha, in updateFullPathPropertiesAndStrokeStyles()
174 group->mutateStagingProperties()->updateProperties(rotate, pivotX, pivotY, scaleX, scaleY, in updateGroupProperties()
/frameworks/base/libs/hwui/
DVectorDrawable.h311 void updateProperties(float strokeWidth, SkColor strokeColor, float strokeAlpha, in updateProperties() function
468 void updateProperties(float rotate, float pivotX, float pivotY, in updateProperties() function
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java864 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid); in acquireWakeLockInternal()
3032 public void updateProperties(int flags, String tag, String packageName, in updateProperties() method in PowerManagerService.WakeLock