Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java59 public int getBackgroundColor() { in getBackgroundColor() method in LocalAnimationAdapter
60 return mSpec.getBackgroundColor(); in getBackgroundColor()
119 default int getBackgroundColor() { in getBackgroundColor() method
DAnimationAdapter.java56 default int getBackgroundColor() { in getBackgroundColor() method
DWindowAnimationSpec.java94 public int getBackgroundColor() { in getBackgroundColor() method in WindowAnimationSpec
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldBackgroundController.java46 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/
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.java112 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/
DStartingSurface.java28 default int getBackgroundColor(TaskInfo taskInfo) { in getBackgroundColor() method
DStartingWindowController.java245 public int getBackgroundColor(TaskInfo taskInfo) { in getBackgroundColor() method in StartingWindowController.StartingSurfaceImpl
DTaskSnapshotWindow.java275 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/
DTransitionAnimationHelper.java190 && 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/
DBackgroundColorSpan.java92 public int getBackgroundColor() { in getBackgroundColor() method in BackgroundColorSpan
DSuggestionRangeSpan.java85 public int getBackgroundColor() { in getBackgroundColor() method in SuggestionRangeSpan
/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.java250 assertEquals(td1.getBackgroundColor(), td2.getBackgroundColor()); in assertTaskDescriptionEqual()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDualToneHandler.kt85 fun getBackgroundColor(intensity: Float) = method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
DTaskView.java336 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/
DNotificationTest.java795 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/
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/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt314 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/
DSplashScreenView.java146 mBackgroundColor = parcelable.getBackgroundColor(); in createFromParcel()
816 int getBackgroundColor() { in getBackgroundColor() method in SplashScreenView.SplashScreenViewParcelable
DTransitionInfo.java728 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/
DNotificationContentView.java714 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/
DTask.java268 td != null ? td.getBackgroundColor() : 0, isDockable , isLocked, td, in from()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterView.java441 mNonAdaptedBackgroundColor = mDualToneHandler.getBackgroundColor(intensity); in onDarkChanged()

12