Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTaskDescriptionCompat.java36 public int getBackgroundColor() { in getBackgroundColor() method in TaskDescriptionCompat
38 ? mTaskDescription.getBackgroundColor() in getBackgroundColor()
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java111 int backgroundColor = getBackgroundColor(mView); in onReinflated()
135 int background = getBackgroundColor(view); in needsInversion()
171 int backgroundColor = getBackgroundColor(viewGroup); in childrenNeedInversion()
193 protected int getBackgroundColor(View view) { in getBackgroundColor() method in NotificationViewWrapper
/frameworks/base/core/java/android/window/
DTaskOrganizerTaskEmbedder.java238 taskInfo.taskDescription.getBackgroundColor())); in onTaskAppeared()
249 taskInfo.taskDescription.getBackgroundColor())); in onTaskInfoChanged()
DVirtualDisplayTaskEmbedder.java369 taskInfo.taskDescription.getBackgroundColor())); in onTaskDescriptionChanged()
/frameworks/base/core/java/android/text/style/
DBackgroundColorSpan.java92 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
/frameworks/ex/framesequence/jni/
DFrameSequence_gif.h59 Color8888 getBackgroundColor() const { return mBgColor; } in getBackgroundColor() function
DFrameSequence_gif.cpp262 Color8888 bgColor = mFrameSequence.getBackgroundColor(); in drawFrame()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityManagerTest.java245 assertEquals(td1.getBackgroundColor(), td2.getBackgroundColor()); in assertTaskDescriptionEqual()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDualToneHandler.kt85 fun getBackgroundColor(intensity: Float) = method
DBatteryMeterView.java447 mNonAdaptedBackgroundColor = mDualToneHandler.getBackgroundColor(intensity); in onDarkChanged()
/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/statusbar/notification/row/
DNotificationContentView.java703 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation()
704 int startColor = getBackgroundColor(mTransformationStartVisibleType); in updateBackgroundTransformation()
889 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor()
914 return getBackgroundColor(visibleType); in getBackgroundColorForExpansionState()
917 public int getBackgroundColor(int visibleType) { in getBackgroundColor() method in NotificationContentView
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java283 td != null ? td.getBackgroundColor() : 0, in from()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java187 mBackgroundColor = data.getBackgroundColor(); in bind()
/frameworks/base/core/java/android/view/animation/
DAnimation.java805 public int getBackgroundColor() { in getBackgroundColor() method in Animation
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java481 task.getTaskDescription().getBackgroundColor(), 255);
DTaskSnapshotSurface.java294 int backgroundColor = taskDescription.getBackgroundColor(); in TaskSnapshotSurface()
DTask.java1763 if (td.getBackgroundColor() == 0) { in setTaskDescriptionFromActivityAboveRoot()
1764 td.setBackgroundColor(atd.getBackgroundColor()); in setTaskDescriptionFromActivityAboveRoot()
DActivityRecord.java842 pw.print(Integer.toHexString(taskDescription.getBackgroundColor())); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java932 public int getBackgroundColor() { in getBackgroundColor() method in ScrimController
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java644 public int getBackgroundColor() { in getBackgroundColor() method in Cea608CCParser.MutableBackgroundColorSpan
/frameworks/base/core/java/android/text/
DHtml.java575 int color = ((BackgroundColorSpan) style[j]).getBackgroundColor(); in withinParagraph()
/frameworks/base/core/java/android/app/
DActivityManager.java1422 public int getBackgroundColor() { in getBackgroundColor() method in ActivityManager.TaskDescription
1780 pw.print(Integer.toHexString(td.getBackgroundColor())); in dump()
DNotification.java4909 int backgroundColor = getBackgroundColor(p); in ensureColors()
4991 getBackgroundColor(p)); in updateBackgroundColor()
6167 private int getBackgroundColor(StandardTemplateParams p) {
6192 int backgroundColor = getBackgroundColor(p);

12