HomeSort by relevance Sort by last modified time
    Searched refs:mSmoothScrollRequested (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
AutoScrollListView.java 37 private boolean mSmoothScrollRequested;
60 mSmoothScrollRequested = smoothScroll;
81 if (!mSmoothScrollRequested) {
ContactBrowseListFragment.java 81 private boolean mSmoothScrollRequested;
323 mSmoothScrollRequested = smoothScroll;
559 setSelectedContactUri(contactUri, false, mSmoothScrollRequested, false, false);
566 selectedPosition + listView.getHeaderViewsCount(), mSmoothScrollRequested);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
AutoScrollListView.java 34 private boolean mSmoothScrollRequested;
57 mSmoothScrollRequested = smoothScroll;
78 if (!mSmoothScrollRequested) {

Completed in 68 milliseconds