Searched defs:mFillType (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java63 private FillType mFillType = FillType.WINDING; field in class:Path_Delegate
168 return pathDelegate.mFillType.nativeInt;
529 setFillType(delegate.mFillType);
534 mFillType = fillType;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java624 int mFillType = 0; // WINDING(0) is the default value. See Path.FillType field in class:VectorDrawable_Delegate.VFullPath_Delegate
648 mFillType = copy.mFillType;
794 mFillType = fillType;
798 return mFillType;
1179 Path_Delegate.nSetFillType(mRenderPath.mNativePath, fullPath.mFillType);

Completed in 44 milliseconds