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 1008 nSetShadowLayer(radius, dx, dy, color);
1011 private native void nSetShadowLayer(float radius, float dx, float dy, int color);
1018 nSetShadowLayer(0, 0, 0, 0);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 419 /*package*/ static void nSetShadowLayer(Paint thisPaint, float radius, float dx, float dy,
    [all...]

Completed in 16 milliseconds