Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DWatchHeaderListView.java152 int topPanelCount = getTopPanelCount(); in isEnabled() local
153 return position < topPanelCount ? false : super.isEnabled(position - topPanelCount); in isEnabled()
158 int topPanelCount = getTopPanelCount(); in getItem() local
159 return position < topPanelCount ? null : super.getItem(position - topPanelCount); in getItem()
177 int topPanelCount = getTopPanelCount(); in getView() local
178 return position < topPanelCount in getView()
179 ? mTopPanel : super.getView(position - topPanelCount, convertView, parent); in getView()