OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldMeasureChild
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
WrapContentBasicTest.java
227
public boolean
shouldMeasureChild
(View child, int widthSpec, int heightSpec,
229
return super.
shouldMeasureChild
(child, widthSpec, heightSpec, lp);
BaseRecyclerViewInstrumentationTest.java
744
public boolean
shouldMeasureChild
(View child, int widthSpec, int heightSpec,
746
return super.
shouldMeasureChild
(child, widthSpec, heightSpec, lp);
[
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 759 milliseconds