HomeSort by relevance Sort by last modified time
    Searched refs:nSetShadowLayer (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Paint.java 1033 nSetShadowLayer(radius, dx, dy, color);
1036 private native void nSetShadowLayer(float radius, float dx, float dy, int color);
1043 nSetShadowLayer(0, 0, 0, 0);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 424 /*package*/ static void nSetShadowLayer(Paint thisPaint, float radius, float dx, float dy,
    [all...]

Completed in 203 milliseconds