public interface MeasureSpecProvider
View
subclass that provides the width and height measure specs from its
measure pass. This is currently used to re-measure the root view by reusing the specs for yoga
layout calculations.Modifier and Type | Method and Description |
---|---|
int |
getHeightMeasureSpec() |
int |
getWidthMeasureSpec() |