/frameworks/support/wear/tests/src/android/support/wear/widget/ |
D | SwipeDismissPreferenceFragment.java | 65 mSwipeLayout.setBackgroundColor(getBackgroundColor()); in onCreateView() 100 private int getBackgroundColor() { in getBackgroundColor() method in SwipeDismissPreferenceFragment
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/ |
D | RvBoxAdapter.java | 82 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/ |
D | SimpleStringAdapter.java | 94 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/ |
D | BackgroundColorSpan.java | 59 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
D | CardViewImpl.java | 55 ColorStateList getBackgroundColor(CardViewDelegate cardView); in getBackgroundColor() method
|
D | CardViewApi21Impl.java | 116 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { in getBackgroundColor() method in CardViewApi21Impl
|
D | CardViewBaseImpl.java | 122 public ColorStateList getBackgroundColor(CardViewDelegate cardView) { in getBackgroundColor() method in CardViewBaseImpl
|
D | CardView.java | 298 return IMPL.getBackgroundColor(mCardViewDelegate); in getCardBackgroundColor()
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.h | 59 Color8888 getBackgroundColor() const { return mBgColor; } in getBackgroundColor() function
|
D | FrameSequence_gif.cpp | 260 Color8888 bgColor = mFrameSequence.getBackgroundColor(); in drawFrame()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationContentView.java | 625 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/ |
D | SignalDrawable.java | 183 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/ |
D | EditStyledText.java | 255 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/ |
D | RecentsTaskLoader.java | 594 if (td != null && td.getBackgroundColor() != 0) { in getActivityBackgroundColor() 595 return td.getBackgroundColor(); in getActivityBackgroundColor()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotController.java | 250 final int color = task.getTaskDescription().getBackgroundColor(); in drawAppThemeSnapshot()
|
D | TaskSnapshotSurface.java | 179 backgroundColor = taskDescription.getBackgroundColor(); in create()
|
D | DisplayContent.java | 389 final int color = winAnimator.mAnimation.getBackgroundColor(); 410 final int color = appAnimator.animation.getBackgroundColor();
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 765 public int getBackgroundColor() { in getBackgroundColor() method in Animation
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PlaybackControlsRowPresenter.java | 250 public int getBackgroundColor() { in getBackgroundColor() method in PlaybackControlsRowPresenter
|
D | DetailsOverviewRowPresenter.java | 338 public int getBackgroundColor() { in getBackgroundColor() method in DetailsOverviewRowPresenter
|
D | FullWidthDetailsOverviewRowPresenter.java | 444 public final int getBackgroundColor() { in getBackgroundColor() method in FullWidthDetailsOverviewRowPresenter
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 644 public int getBackgroundColor() { in getBackgroundColor() method in Cea608CCParser.MutableBackgroundColorSpan
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 574 int color = ((BackgroundColorSpan) style[j]).getBackgroundColor(); in withinParagraph()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 1420 public int getBackgroundColor() { in getBackgroundColor() method in ActivityManager.TaskDescription
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 1659 colorBackground = r.taskDescription.getBackgroundColor(); in updateTaskDescription()
|