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

/frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
H A DRoundedRectHelperApi21.java39 public static void setRoundedRectBackground(View view, int color) { method in class:RoundedRectHelperApi21
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRoundedRectHelper.java44 public void setRoundedRectBackground(View view, int color) { method in class:RoundedRectHelper
45 mImpl.setRoundedRectBackground(view, color);
58 public void setRoundedRectBackground(View view, int color); method in interface:RoundedRectHelper.Impl
67 public void setRoundedRectBackground(View view, int color) { method in class:RoundedRectHelper.StubImpl
85 public void setRoundedRectBackground(View view, int color) { method in class:RoundedRectHelper.Api21Impl
86 RoundedRectHelperApi21.setRoundedRectBackground(view, color);

Completed in 70 milliseconds