Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTabHost.java52 private static final int TABWIDGET_LOCATION_TOP = 1; field in TabHost
328 int location = TABWIDGET_LOCATION_TOP; in getTabWidgetLocation()
338 : TABWIDGET_LOCATION_TOP; in getTabWidgetLocation()
376 case TABWIDGET_LOCATION_TOP: in dispatchKeyEvent()