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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java627 * @param widthMode the MeasureSpec mode to use for the width.
634 int width, int widthMode, int height, int heightMode) {
635 int w_spec = MeasureSpec.makeMeasureSpec(width, widthMode);
633 measureView(ViewGroup viewToMeasure, View measuredView, int width, int widthMode, int height, int heightMode) argument

Completed in 447 milliseconds