Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsContentPresenter.java298 setTopMargin(vh.mTitle, vh.mTitleMargin); in onBindViewHolder()
311 setTopMargin( in onBindViewHolder()
317 setTopMargin(vh.mSubtitle, 0); in onBindViewHolder()
336 setTopMargin( in onBindViewHolder()
343 setTopMargin( in onBindViewHolder()
350 setTopMargin(vh.mDescriptionContainer, 0); in onBindViewHolder()
358 private void setTopMargin(View view, int topMargin) { in setTopMargin() method in DetailsContentPresenter