Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTaskDescriptionCompat.java35 public int getBackgroundColor() { in getBackgroundColor() method in TaskDescriptionCompat
37 ? mTaskDescription.getBackgroundColor() in getBackgroundColor()
/frameworks/base/services/core/java/com/android/server/wm/
DLocalAnimationAdapter.java52 public int getBackgroundColor() { in getBackgroundColor() method in LocalAnimationAdapter
53 return mSpec.getBackgroundColor(); in getBackgroundColor()
105 default int getBackgroundColor() { in getBackgroundColor() method
DAnimationAdapter.java46 @ColorInt int getBackgroundColor(); in getBackgroundColor() method
DWindowAnimationSpec.java84 public int getBackgroundColor() { in getBackgroundColor() method in WindowAnimationSpec
85 return mAnimation.getBackgroundColor(); in getBackgroundColor()
DInsetsSourceProvider.java215 public int getBackgroundColor() { in getBackgroundColor() method in InsetsSourceProvider.ControlAdapter
DWindowChangeAnimationSpec.java73 public int getBackgroundColor() { in getBackgroundColor() method in WindowChangeAnimationSpec
DTaskSnapshotController.java384 task.getTaskDescription().getBackgroundColor(), 255); in drawAppThemeSnapshot()
DRemoteAnimationController.java393 public int getBackgroundColor() { in getBackgroundColor() method in RemoteAnimationController.RemoteAnimationAdapterWrapper
DTaskSnapshotSurface.java247 int backgroundColor = taskDescription.getBackgroundColor(); in TaskSnapshotSurface()
DRecentsAnimationController.java804 public int getBackgroundColor() { in getBackgroundColor() method in RecentsAnimationController.TaskAnimationAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java95 int backgroundColor = getBackgroundColor(mView); in onReinflated()
119 int background = getBackgroundColor(view); in needsInversion()
155 int backgroundColor = getBackgroundColor(viewGroup); in childrenNeedInversion()
177 protected int getBackgroundColor(View view) { in getBackgroundColor() method in NotificationViewWrapper
/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/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/packages/SystemUI/src/com/android/systemui/
DDualToneHandler.kt85 fun getBackgroundColor(intensity: Float) = method
DBatteryMeterView.java442 mNonAdaptedBackgroundColor = mDualToneHandler.getBackgroundColor(intensity); in onDarkChanged()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java381 if (td != null && td.getBackgroundColor() != 0) { in getActivityBackgroundColor()
382 return td.getBackgroundColor(); in getActivityBackgroundColor()
/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.java666 int endColor = getBackgroundColor(mVisibleType); in updateBackgroundTransformation()
667 int startColor = getBackgroundColor(mTransformationStartVisibleType); in updateBackgroundTransformation()
852 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor()
877 return getBackgroundColor(visibleType); in getBackgroundColorForExpansionState()
880 public int getBackgroundColor(int visibleType) { in getBackgroundColor() method in NotificationContentView
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTask.java237 td != null ? td.getBackgroundColor() : 0, in from()
/frameworks/base/core/java/android/view/animation/
DAnimation.java798 public int getBackgroundColor() { in getBackgroundColor() method in Animation
/frameworks/base/core/java/android/app/
DActivityView.java677 taskInfo.taskDescription.getBackgroundColor()); in onTaskDescriptionChanged()
DActivityManager.java1277 public int getBackgroundColor() { in getBackgroundColor() method in ActivityManager.TaskDescription
1535 pw.print(" colorBackground=#" + Integer.toHexString(td.getBackgroundColor())); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java885 public int getBackgroundColor() { in getBackgroundColor() method in ScrimController

12