Searched refs:customPresentation (Results 1 – 1 of 1) sorted by relevance
303 final RemoteViews customPresentation = mFieldPresentations.get(index); in getFieldPresentation() local304 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()310 final RemoteViews customPresentation = mFieldDialogPresentations.get(index); in getFieldDialogPresentation() local311 return customPresentation != null ? customPresentation : mDialogPresentation; in getFieldDialogPresentation()