/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ForegroundHelper.java | 19 public Drawable getForeground(View view); in getForeground() method 35 public Drawable getForeground(View view) { in getForeground() method in ForegroundHelper.ForegroundHelperApi23Impl 36 return ForegroundHelperApi23.getForeground(view); in getForeground() 52 public Drawable getForeground(View view) { in getForeground() method in ForegroundHelper.ForegroundHelperStubImpl 76 public Drawable getForeground(View view) { in getForeground() method in ForegroundHelper 77 return mImpl.getForeground(view); in getForeground()
|
D | RowContainerView.java | 92 public Drawable getForeground() { in getForeground() method in RowContainerView
|
D | NonOverlappingLinearLayoutWithForeground.java | 84 return ForegroundHelper.getInstance().getForeground(this); in getForegroundCompat()
|
D | ShadowOverlayHelper.java | 361 Drawable d = ForegroundHelper.getInstance().getForeground(view); in setNoneWrapperOverlayColor()
|
D | DetailsOverviewRowPresenter.java | 578 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor); in onSelectLevelChanged()
|
D | FullWidthDetailsOverviewRowPresenter.java | 610 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor); in onSelectLevelChanged()
|
/frameworks/support/v17/leanback/api23/android/support/v17/leanback/widget/ |
D | ForegroundHelperApi23.java | 23 public static Drawable getForeground(View view) { in getForeground() method in ForegroundHelperApi23 24 return view.getForeground(); in getForeground()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | WatchListDecorLayout.java | 199 final Drawable drawable = getForeground(); in onMeasure() 246 final Drawable foreground = getForeground(); in setForegroundGravity()
|
D | DialogViewAnimator.java | 96 final Drawable drawable = getForeground(); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | FrameLayout.java | 119 final Drawable foreground = getForeground(); in setForegroundGravity() 210 final Drawable drawable = getForeground(); in onMeasure()
|
D | DayPickerViewPager.java | 93 final Drawable drawable = getForeground(); in onMeasure()
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | ListRowPresenterTest.java | 106 static Drawable getForeground(View view) { in getForeground() method in ListRowPresenterTest 108 return view.getForeground(); in getForeground() 126 Drawable foreground = getForeground(view); in assertChildrenHaveColorOverlay() 339 Drawable d = getForeground(view); in collectResult()
|
/frameworks/support/design/src/android/support/design/internal/ |
D | ForegroundLinearLayout.java | 184 public Drawable getForeground() { in getForeground() method in ForegroundLinearLayout
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 603 Drawable fg = getForeground(); 963 if (getForeground() != drawable) { in setWindowFrame() 1005 if (getForeground() != null) { in onApplyWindowInsets() 1483 Drawable fg = getForeground(); 1845 if (getForeground() != null) {
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AdaptiveIconDrawable.java | 268 public Drawable getForeground() { in getForeground() method in AdaptiveIconDrawable
|
/frameworks/base/core/java/android/view/ |
D | View.java | 20555 public Drawable getForeground() {
|
/frameworks/base/api/ |
D | current.txt | 13817 method public android.graphics.drawable.Drawable getForeground(); 45234 method public android.graphics.drawable.Drawable getForeground();
|
D | system-current.txt | 14597 method public android.graphics.drawable.Drawable getForeground(); 48773 method public android.graphics.drawable.Drawable getForeground();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37420 method public android.graphics.drawable.Drawable getForeground();
|