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 87 int w_spec = MeasureSpec.makeMeasureSpec(w, MeasureSpec.EXACTLY); local
89 content.measure(w_spec, h_spec);
RenderSessionImpl.java 540 int w_spec = MeasureSpec.makeMeasureSpec(width, widthMode); local
542 viewToMeasure.measure(w_spec, h_spec);
    [all...]

Completed in 204 milliseconds