Home
last modified time | relevance | path

Searched refs:MIN_PAGES_TO_ENABLE (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java75 private static final int MIN_PAGES_TO_ENABLE = 7; field in ConversationFastScroller
207 return (pages > MIN_PAGES_TO_ENABLE); in isEnabled()