OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setMeasuredDimensionFromChildren
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
WrapContentBasicTest.java
84
mLayoutManager.
setMeasuredDimensionFromChildren
(WRAP, WRAP);
94
mLayoutManager.
setMeasuredDimensionFromChildren
(WRAP, hSpec);
103
mLayoutManager.
setMeasuredDimensionFromChildren
(wSpec, WRAP);
114
mLayoutManager.
setMeasuredDimensionFromChildren
(UNSPECIFIED, UNSPECIFIED);
126
mLayoutManager.
setMeasuredDimensionFromChildren
(atMost, atMost);
138
mLayoutManager.
setMeasuredDimensionFromChildren
(UNSPECIFIED, UNSPECIFIED);
142
mLayoutManager.
setMeasuredDimensionFromChildren
(UNSPECIFIED, UNSPECIFIED);
154
mLayoutManager.
setMeasuredDimensionFromChildren
(UNSPECIFIED, UNSPECIFIED);
158
mLayoutManager.
setMeasuredDimensionFromChildren
(UNSPECIFIED, UNSPECIFIED);
216
public void
setMeasuredDimensionFromChildren
(int widthSpec, int heightSpec)
[
all
...]
BaseRecyclerViewInstrumentationTest.java
733
public void
setMeasuredDimensionFromChildren
(int widthSpec, int heightSpec) {
734
super.
setMeasuredDimensionFromChildren
(widthSpec, heightSpec);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 1472 milliseconds