[go: nahoru, domu]

Searched refs:setBackgroundColor (Results 1 - 25 of 98) sorted by last modified time

1234

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java687 mHeadersFragment.setBackgroundColor(mBrandColor);
1161 mHeadersFragment.setBackgroundColor(mBrandColor);
H A DBrowseSupportFragment.java689 mHeadersSupportFragment.setBackgroundColor(mBrandColor);
1163 mHeadersSupportFragment.setBackgroundColor(mBrandColor);
H A DErrorFragment.java196 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
H A DErrorSupportFragment.java198 mErrorFrame.setBackgroundColor(mErrorFrame.getResources().getColor(
H A DHeadersFragment.java165 listView.setBackgroundColor(mBackgroundColor);
241 void setBackgroundColor(int color) { method in class:HeadersFragment
246 getVerticalGridView().setBackgroundColor(mBackgroundColor);
H A DHeadersSupportFragment.java167 listView.setBackgroundColor(mBackgroundColor);
243 void setBackgroundColor(int color) { method in class:HeadersSupportFragment
248 getVerticalGridView().setBackgroundColor(mBackgroundColor);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaItemPresenter.java341 vh.mMediaRowView.setBackgroundColor(mBackgroundColor);
384 public void setBackgroundColor(int color) { method in class:AbstractMediaItemPresenter
H A DAbstractMediaListHeaderPresenter.java101 vh.view.setBackgroundColor(mBackgroundColor);
118 public void setBackgroundColor(int color) { method in class:AbstractMediaListHeaderPresenter
H A DControlBarPresenter.java234 public void setBackgroundColor(ViewHolder vh, int color) { method in class:ControlBarPresenter
235 vh.mControlsContainer.setBackgroundColor(color);
H A DDetailsOverviewRowPresenter.java330 public void setBackgroundColor(@ColorInt int color) { method in class:DetailsOverviewRowPresenter
514 vh.mOverviewFrame.setBackgroundColor(bgColor);
519 vh.mRightPanel.setBackgroundColor(bgColor);
520 vh.mImageView.setBackgroundColor(bgColor);
H A DFullWidthDetailsOverviewRowPresenter.java442 public final void setBackgroundColor(int color) { method in class:FullWidthDetailsOverviewRowPresenter
448 * Returns the background color. If {@link #setBackgroundColor(int)}, transparent
549 overview.setBackgroundColor(mBackgroundColor);
553 .setBackgroundColor(mActionsBackgroundColor);
H A DImageCardView.java386 mInfoArea.setBackgroundColor(color);
H A DPlaybackControlsRowPresenter.java235 public void setBackgroundColor(@ColorInt int color) { method in class:PlaybackControlsRowPresenter
336 mPlaybackControlsPresenter.setBackgroundColor(vh.mControlsVh, mBackgroundColorSet ?
426 vh.mCard.setBackgroundColor(mBackgroundColorSet ? mBackgroundColor :
H A DSearchBar.java180 setBackgroundColor(Color.TRANSPARENT);
/frameworks/support/v17/tests/src/android/support/v17/leanback/app/
H A DStringPresenter.java36 tv.setBackgroundColor(Color.CYAN);
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridActivity.java218 v.setBackgroundColor(Color.YELLOW);
220 v.setBackgroundColor(Color.LTGRAY);
235 v.setBackgroundColor(Color.YELLOW);
237 v.setBackgroundColor(Color.LTGRAY);
342 f.setBackgroundColor(Color.LTGRAY);
347 v.setBackgroundColor(Color.YELLOW);
349 v.setBackgroundColor(Color.LTGRAY);
423 holder.itemView.setBackgroundColor(Color.LTGRAY);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java179 public void setBackgroundColor(@ColorInt int color) { method in class:PagerTabStrip
180 super.setBackgroundColor(color);
/frameworks/support/v4/java/android/support/v4/widget/
H A DCircleImageView.java117 setBackgroundColor(getContext().getResources().getColor(colorRes));
121 public void setBackgroundColor(int color) { method in class:CircleImageView
H A DMaterialProgressDrawable.java199 public void setBackgroundColor(int color) { method in class:MaterialProgressDrawable
200 mRing.setBackgroundColor(color);
510 public void setBackgroundColor(int color) { method in class:MaterialProgressDrawable.Ring
H A DSwipeRefreshLayout.java349 mProgress.setBackgroundColor(CIRCLE_BG_LIGHT);
509 mCircleView.setBackgroundColor(color);
510 mProgress.setBackgroundColor(color);
/frameworks/support/v4/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java150 view.setBackgroundColor(mEntries.get(position).second);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java1665 mStatusGuard.setBackgroundColor(mContext.getResources()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutActivity.java117 mToolbar.setBackgroundColor(metalBlueColor);
H A DDrawerLayoutDoubleActivity.java85 mToolbar.setBackgroundColor(metalBlueColor);
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DCardViewApi21.java109 public void setBackgroundColor(CardViewDelegate cardView, @Nullable ColorStateList color) { method in class:CardViewApi21

Completed in 270 milliseconds

1234