Searched refs:customPresentation (Results 1 – 1 of 1) sorted by relevance
293 final RemoteViews customPresentation = mFieldPresentations.get(index); in getFieldPresentation() local294 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()300 final RemoteViews customPresentation = mFieldDialogPresentations.get(index); in getFieldDialogPresentation() local301 return customPresentation != null ? customPresentation : mDialogPresentation; in getFieldDialogPresentation()