Home
last modified time | relevance | path

Searched defs:viewType (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.java86 public CalendarViewAdapter(Context context, int viewType, boolean showDate) { in CalendarViewAdapter()
262 TextView viewType = (TextView)v.findViewById(R.id.button_view); in getDropDownView() local
298 public void setMainView(int viewType) { in setMainView()
DAllInOneActivity.java332 int viewType = -1; in onCreate() local
463 private void configureActionBar(int viewType) { in configureActionBar()
498 private void createButtonsSpinner(int viewType, boolean tabletConfig) { in createButtonsSpinner()
645 private void initFragments(long timeMillis, int viewType, Bundle icicle) { in initFragments()
782 int viewType = ViewType.CURRENT; in onOptionsItemSelected() local
874 FragmentTransaction ft, int viewId, int viewType, long timeMillis, boolean force) { in setMainPane()
DCalendarController.java161 public int viewType; // one of the ViewType field in CalendarController.EventInfo
371 int viewType) { in sendEvent()
380 int viewType, long extraLong, String query, ComponentName componentName) { in sendEvent()
386 long eventId, int viewType, long extraLong, String query, ComponentName componentName) { in sendEvent()
784 public void setViewType(int viewType) { in setViewType()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSuggestionViewInflater.java46 public SuggestionViewInflater(String viewType, Class<? extends SuggestionView> viewClass, in SuggestionViewInflater()
DSuggestionsAdapterBase.java147 String viewType = mViewFactory.getViewType(suggestion); in suggestionViewType() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactTileAdapter.java441 private int getLayoutResourceId(int viewType) { in getLayoutResourceId()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java250 private boolean isDebugView(String viewType /* non-nullable */) { in isDebugView()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragment.java1042 ViewEntry(int viewType) { in ViewEntry()