/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | TaskDescriptionCompat.java | 36 public int getBackgroundColor() { in getBackgroundColor() method in TaskDescriptionCompat 38 ? mTaskDescription.getBackgroundColor() in getBackgroundColor()
|
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapper.java | 111 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/ |
D | TaskOrganizerTaskEmbedder.java | 238 taskInfo.taskDescription.getBackgroundColor())); in onTaskAppeared() 249 taskInfo.taskDescription.getBackgroundColor())); in onTaskInfoChanged()
|
D | VirtualDisplayTaskEmbedder.java | 369 taskInfo.taskDescription.getBackgroundColor())); in onTaskDescriptionChanged()
|
/frameworks/base/core/java/android/text/style/ |
D | BackgroundColorSpan.java | 92 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.h | 59 Color8888 getBackgroundColor() const { return mBgColor; } in getBackgroundColor() function
|
D | FrameSequence_gif.cpp | 262 Color8888 bgColor = mFrameSequence.getBackgroundColor(); in drawFrame()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ActivityManagerTest.java | 245 assertEquals(td1.getBackgroundColor(), td2.getBackgroundColor()); in assertTaskDescriptionEqual()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DualToneHandler.kt | 85 fun getBackgroundColor(intensity: Float) = method
|
D | BatteryMeterView.java | 447 mNonAdaptedBackgroundColor = mDualToneHandler.getBackgroundColor(intensity); in onDarkChanged()
|
/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/statusbar/notification/row/ |
D | NotificationContentView.java | 703 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/ |
D | Task.java | 283 td != null ? td.getBackgroundColor() : 0, in from()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaControlPanel.java | 187 mBackgroundColor = data.getBackgroundColor(); in bind()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 805 public int getBackgroundColor() { in getBackgroundColor() method in Animation
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotController.java | 481 task.getTaskDescription().getBackgroundColor(), 255);
|
D | TaskSnapshotSurface.java | 294 int backgroundColor = taskDescription.getBackgroundColor(); in TaskSnapshotSurface()
|
D | Task.java | 1763 if (td.getBackgroundColor() == 0) { in setTaskDescriptionFromActivityAboveRoot() 1764 td.setBackgroundColor(atd.getBackgroundColor()); in setTaskDescriptionFromActivityAboveRoot()
|
D | ActivityRecord.java | 842 pw.print(Integer.toHexString(taskDescription.getBackgroundColor())); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScrimController.java | 932 public int getBackgroundColor() { in getBackgroundColor() method in ScrimController
|
/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 | 575 int color = ((BackgroundColorSpan) style[j]).getBackgroundColor(); in withinParagraph()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 1422 public int getBackgroundColor() { in getBackgroundColor() method in ActivityManager.TaskDescription 1780 pw.print(Integer.toHexString(td.getBackgroundColor())); in dump()
|
D | Notification.java | 4909 int backgroundColor = getBackgroundColor(p); in ensureColors() 4991 getBackgroundColor(p)); in updateBackgroundColor() 6167 private int getBackgroundColor(StandardTemplateParams p) { 6192 int backgroundColor = getBackgroundColor(p);
|