/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 59 public int getBackgroundColor() { in getBackgroundColor() method in LocalAnimationAdapter 60 return mSpec.getBackgroundColor(); in getBackgroundColor() 119 default int getBackgroundColor() { in getBackgroundColor() method
|
D | AnimationAdapter.java | 56 default int getBackgroundColor() { in getBackgroundColor() method
|
D | WindowAnimationSpec.java | 94 public int getBackgroundColor() { in getBackgroundColor() method in WindowAnimationSpec
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/ |
D | UnfoldBackgroundController.java | 46 mBackgroundColor = getBackgroundColor(context); in UnfoldBackgroundController() 81 private float[] getBackgroundColor(Context context) { in getBackgroundColor() method in UnfoldBackgroundController
|
/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 | 112 int backgroundColor = getBackgroundColor(mView); in onReinflated() 136 int background = getBackgroundColor(view); in needsInversion() 172 int backgroundColor = getBackgroundColor(viewGroup); in childrenNeedInversion() 194 protected int getBackgroundColor(View view) { in getBackgroundColor() method in NotificationViewWrapper
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | StartingSurface.java | 28 default int getBackgroundColor(TaskInfo taskInfo) { in getBackgroundColor() method
|
D | StartingWindowController.java | 245 public int getBackgroundColor(TaskInfo taskInfo) { in getBackgroundColor() method in StartingWindowController.StartingSurfaceImpl
|
D | TaskSnapshotWindow.java | 275 int backgroundColor = taskDescription.getBackgroundColor(); in TaskSnapshotWindow() 288 int getBackgroundColor() { in getBackgroundColor() method in TaskSnapshotWindow
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | TransitionAnimationHelper.java | 190 && info.getAnimationOptions().getBackgroundColor() != 0) { in getTransitionBackgroundColorIfSet() 192 return info.getAnimationOptions().getBackgroundColor(); in getTransitionBackgroundColorIfSet() 197 } else if (change.getBackgroundColor() != 0) { in getTransitionBackgroundColorIfSet() 201 return change.getBackgroundColor(); in getTransitionBackgroundColorIfSet()
|
/frameworks/base/core/java/android/text/style/ |
D | BackgroundColorSpan.java | 92 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
|
D | SuggestionRangeSpan.java | 85 public int getBackgroundColor() { in getBackgroundColor() method in SuggestionRangeSpan
|
/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 | 250 assertEquals(td1.getBackgroundColor(), td2.getBackgroundColor()); in assertTaskDescriptionEqual()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DualToneHandler.kt | 85 fun getBackgroundColor(intensity: Float) = method
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
D | TaskView.java | 336 int backgroundColor = taskInfo.taskDescription.getBackgroundColor(); in onTaskAppeared() 373 setResizeBackgroundColor(taskInfo.taskDescription.getBackgroundColor()); in onTaskInfoChanged() 583 int backgroundColor = mTaskInfo.taskDescription.getBackgroundColor(); in prepareOpenAnimation()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 795 assertEquals(rawColor, cDay.getBackgroundColor()); in validateColorizedPaletteForColor() 796 assertEquals(rawColor, cNight.getBackgroundColor()); in validateColorizedPaletteForColor() 804 assertEquals(cDay.getBackgroundColor(), cNight.getBackgroundColor()); in validateColorizedPaletteForColor() 1492 assertThat(c.getBackgroundColor()).isNotEqualTo(Notification.COLOR_INVALID); in assertValid() 1506 assertContrastIsAtLeast(c.getPrimaryTextColor(), c.getBackgroundColor(), 4.5); in assertValid() 1507 assertContrastIsAtLeast(c.getSecondaryTextColor(), c.getBackgroundColor(), 4.5); in assertValid() 1508 assertContrastIsAtLeast(c.getPrimaryAccentColor(), c.getBackgroundColor(), 4.5); in assertValid() 1509 assertContrastIsAtLeast(c.getErrorColor(), c.getBackgroundColor(), 4.5); in assertValid() 1510 assertContrastIsAtLeast(c.getContrastColor(), c.getBackgroundColor(), 4.5); in assertValid() 1513 assertContrastIsAtLeast(c.getSecondaryAccentColor(), c.getBackgroundColor(), 1); in assertValid() [all …]
|
/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/animation/src/com/android/systemui/animation/ |
D | ActivityLaunchAnimator.kt | 314 fun getBackgroundColor(task: TaskInfo): Int in startPendingIntent() method 544 window.taskInfo?.let { callback.getBackgroundColor(it) } ?: window.backgroundColor in startAnimation()
|
/frameworks/base/core/java/android/window/ |
D | SplashScreenView.java | 146 mBackgroundColor = parcelable.getBackgroundColor(); in createFromParcel() 816 int getBackgroundColor() { in getBackgroundColor() method in SplashScreenView.SplashScreenViewParcelable
|
D | TransitionInfo.java | 728 public int getBackgroundColor() { in getBackgroundColor() method in TransitionInfo.Change 910 public @ColorInt int getBackgroundColor() { in getBackgroundColor() method in TransitionInfo.AnimationOptions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 714 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation() 715 int startColor = getBackgroundColor(mTransformationStartVisibleType); in updateBackgroundTransformation() 899 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() 930 return getBackgroundColor(visibleType); in getBackgroundColorForExpansionState() 933 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 | 268 td != null ? td.getBackgroundColor() : 0, isDockable , isLocked, td, in from()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
D | BatteryMeterView.java | 441 mNonAdaptedBackgroundColor = mDualToneHandler.getBackgroundColor(intensity); in onDarkChanged()
|