OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsScrollingUp
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java
118
protected boolean
mIsScrollingUp
= false;
485
mIsScrollingUp
= true;
487
mIsScrollingUp
= false;
523
if (
mIsScrollingUp
) {
543
if (
mIsScrollingUp
) {
622
// Log.d(TAG, "scrolling by " + dist + " up? " +
mIsScrollingUp
);
627
// if (
mIsScrollingUp
&& scroll) {
629
// } else if (!
mIsScrollingUp
&& scroll) {
/frameworks/base/core/java/android/widget/
CalendarView.java
260
private boolean
mIsScrollingUp
= false;
[
all
...]
Completed in 156 milliseconds