Searched defs:marginTopRes (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java475 private void updateTextView(TextView textView, int sizeRes, int marginTopRes) { argument
480 updateTopMargin(textView, marginTopRes);
483 private void updateTopMargin(View view, int marginTopRes) { argument
485 int topMargin = (int) mResources.getDimension(marginTopRes);

Completed in 12 milliseconds