/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | TaskDescriptionCompat.java | 35 public int getBackgroundColor() { in getBackgroundColor() method in TaskDescriptionCompat 37 ? mTaskDescription.getBackgroundColor() in getBackgroundColor()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LocalAnimationAdapter.java | 52 public int getBackgroundColor() { in getBackgroundColor() method in LocalAnimationAdapter 53 return mSpec.getBackgroundColor(); in getBackgroundColor() 105 default int getBackgroundColor() { in getBackgroundColor() method
|
D | AnimationAdapter.java | 46 @ColorInt int getBackgroundColor(); in getBackgroundColor() method
|
D | WindowAnimationSpec.java | 84 public int getBackgroundColor() { in getBackgroundColor() method in WindowAnimationSpec 85 return mAnimation.getBackgroundColor(); in getBackgroundColor()
|
D | InsetsSourceProvider.java | 215 public int getBackgroundColor() { in getBackgroundColor() method in InsetsSourceProvider.ControlAdapter
|
D | WindowChangeAnimationSpec.java | 73 public int getBackgroundColor() { in getBackgroundColor() method in WindowChangeAnimationSpec
|
D | TaskSnapshotController.java | 384 task.getTaskDescription().getBackgroundColor(), 255); in drawAppThemeSnapshot()
|
D | RemoteAnimationController.java | 393 public int getBackgroundColor() { in getBackgroundColor() method in RemoteAnimationController.RemoteAnimationAdapterWrapper
|
D | TaskSnapshotSurface.java | 247 int backgroundColor = taskDescription.getBackgroundColor(); in TaskSnapshotSurface()
|
D | RecentsAnimationController.java | 804 public int getBackgroundColor() { in getBackgroundColor() method in RecentsAnimationController.TaskAnimationAdapter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapper.java | 95 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/ |
D | RvBoxAdapter.java | 82 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/ |
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/packages/SystemUI/src/com/android/systemui/ |
D | DualToneHandler.kt | 85 fun getBackgroundColor(intensity: Float) = method
|
D | BatteryMeterView.java | 442 mNonAdaptedBackgroundColor = mDualToneHandler.getBackgroundColor(intensity); in onDarkChanged()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoader.java | 381 if (td != null && td.getBackgroundColor() != 0) { in getActivityBackgroundColor() 382 return td.getBackgroundColor(); in getActivityBackgroundColor()
|
/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 | 666 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/ |
D | Task.java | 237 td != null ? td.getBackgroundColor() : 0, in from()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 798 public int getBackgroundColor() { in getBackgroundColor() method in Animation
|
/frameworks/base/core/java/android/app/ |
D | ActivityView.java | 677 taskInfo.taskDescription.getBackgroundColor()); in onTaskDescriptionChanged()
|
D | ActivityManager.java | 1277 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/ |
D | ScrimController.java | 885 public int getBackgroundColor() { in getBackgroundColor() method in ScrimController
|