HomeSort by relevance Sort by last modified time
    Searched full:w_spec (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 89 int w_spec = MeasureSpec.makeMeasureSpec(w, MeasureSpec.EXACTLY); local
91 content.measure(w_spec, h_spec);
RenderSessionImpl.java 625 int w_spec = MeasureSpec.makeMeasureSpec(width, widthMode); local
627 viewToMeasure.measure(w_spec, h_spec);
    [all...]

Completed in 478 milliseconds