Searched defs:heightMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java582 * @param heightMode the MeasureSpec mode to use for the height.
587 int width, int widthMode, int height, int heightMode) {
589 int h_spec = MeasureSpec.makeMeasureSpec(height, heightMode);
586 measureView(ViewGroup viewToMeasure, View measuredView, int width, int widthMode, int height, int heightMode) argument

Completed in 43 milliseconds