Searched defs:layerType (Results 1 – 3 of 3) sorted by relevance
94 LayerView(Context context, int color, int layerType, String tag) { in LayerView()
238 public void setLayerType(int layerType, Paint paint) { in setLayerType()
2644 int layerType = mDrawLayers ? child.getLayerType() : LAYER_TYPE_NONE; in drawChild() local