OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_spec
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java
88
int
h_spec
= MeasureSpec.makeMeasureSpec(h, MeasureSpec.EXACTLY);
local
89
content.measure(w_spec,
h_spec
);
RenderSessionImpl.java
541
int
h_spec
= MeasureSpec.makeMeasureSpec(height, heightMode);
local
542
viewToMeasure.measure(w_spec,
h_spec
);
[
all
...]
Completed in 533 milliseconds