OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hangingBottom
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java
177
final int
hangingBottom
=
179
final int scrollBy = -Math.min(dy - scrolled,
hangingBottom
);
AnimatedRecyclerView.java
559
final int
hangingBottom
= Math.max(bottomView.getBottom() - parentHeight, 0);
560
final int scrollBy = -Math.min(dy - scrolled,
hangingBottom
);
/packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java
[
all
...]
Completed in 174 milliseconds