Home
last modified time | relevance | path

Searched refs:getBackgroundColor (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/support/wear/tests/src/android/support/wear/widget/
DSwipeDismissPreferenceFragment.java65 mSwipeLayout.setBackgroundColor(getBackgroundColor()); in onCreateView()
100 private int getBackgroundColor() { in getBackgroundColor() method in SwipeDismissPreferenceFragment
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvBoxAdapter.java82 holder.mTextView.setBackgroundColor(getBackgroundColor(position)); in onBindViewHolder()
85 private int getBackgroundColor(int position) { in getBackgroundColor() method in RvBoxAdapter
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
DSimpleStringAdapter.java94 holder.mTextView.setBackgroundColor(getBackgroundColor(position)); in onBindViewHolder()
114 private int getBackgroundColor(int position) { in getBackgroundColor() method in SimpleStringAdapter
/frameworks/base/core/java/android/text/style/
DBackgroundColorSpan.java59 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardViewImpl.java55 ColorStateList getBackgroundColor(CardViewDelegate cardView); in getBackgroundColor() method
DCardViewApi21Impl.java116 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { in getBackgroundColor() method in CardViewApi21Impl
DCardViewBaseImpl.java122 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { in getBackgroundColor() method in CardViewBaseImpl
DCardView.java298 return IMPL.getBackgroundColor(mCardViewDelegate); in getCardBackgroundColor()
/frameworks/ex/framesequence/jni/
DFrameSequence_gif.h59 Color8888 getBackgroundColor() const { return mBgColor; } in getBackgroundColor() function
DFrameSequence_gif.cpp260 Color8888 bgColor = mFrameSequence.getBackgroundColor(); in drawFrame()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java625 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation()
626 int startColor = getBackgroundColor(mTransformationStartVisibleType); in updateBackgroundTransformation()
800 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor()
816 return getBackgroundColor(visibleType); in getBackgroundColorForExpansionState()
819 public int getBackgroundColor(int visibleType) { in getBackgroundColor() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSignalDrawable.java183 mPaint.setColor(getBackgroundColor(darkIntensity)); in setDarkIntensity()
194 private int getBackgroundColor(float darkIntensity) { in getBackgroundColor() method in SignalDrawable
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java255 ss.mBackgroundColor = mManager.getBackgroundColor(); in onSaveInstanceState()
861 public int getBackgroundColor() { in getBackgroundColor() method in EditStyledText
862 return mManager.getBackgroundColor(); in getBackgroundColor()
1140 marquee.resetColor(mEST.getBackgroundColor()); in onRefreshStyles()
1226 int backgroundColor = mEST.getBackgroundColor(); in setTextComposingMask()
1236 || mComposingTextMask.getBackgroundColor() != maskColor) { in setTextComposingMask()
1287 public int getBackgroundColor() { in getBackgroundColor() method in EditStyledText.EditorManager
1725 setLineStyledTextSpan(new MarqueeSpan(marquee, mEST.getBackgroundColor())); in addMarquee()
1895 int bgColor = mEST.getBackgroundColor(); in getPreviewHtml()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java594 if (td != null && td.getBackgroundColor() != 0) { in getActivityBackgroundColor()
595 return td.getBackgroundColor(); in getActivityBackgroundColor()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java250 final int color = task.getTaskDescription().getBackgroundColor(); in drawAppThemeSnapshot()
DTaskSnapshotSurface.java179 backgroundColor = taskDescription.getBackgroundColor(); in create()
DDisplayContent.java389 final int color = winAnimator.mAnimation.getBackgroundColor();
410 final int color = appAnimator.animation.getBackgroundColor();
/frameworks/base/core/java/android/view/animation/
DAnimation.java765 public int getBackgroundColor() { in getBackgroundColor() method in Animation
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DPlaybackControlsRowPresenter.java250 public int getBackgroundColor() { in getBackgroundColor() method in PlaybackControlsRowPresenter
DDetailsOverviewRowPresenter.java338 public int getBackgroundColor() { in getBackgroundColor() method in DetailsOverviewRowPresenter
DFullWidthDetailsOverviewRowPresenter.java444 public final int getBackgroundColor() { in getBackgroundColor() method in FullWidthDetailsOverviewRowPresenter
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java644 public int getBackgroundColor() { in getBackgroundColor() method in Cea608CCParser.MutableBackgroundColorSpan
/frameworks/base/core/java/android/text/
DHtml.java574 int color = ((BackgroundColorSpan) style[j]).getBackgroundColor(); in withinParagraph()
/frameworks/base/core/java/android/app/
DActivityManager.java1420 public int getBackgroundColor() { in getBackgroundColor() method in ActivityManager.TaskDescription
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1659 colorBackground = r.taskDescription.getBackgroundColor(); in updateTaskDescription()

123