Home
last modified time | relevance | path

Searched refs:mColorBackground (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java1553 private int mColorBackground; field in ActivityManager.TaskDescription
1765 mColorBackground = colorBackground; in TaskDescription()
1794 mColorBackground = other.mColorBackground; in copyFrom()
1818 if (other.mColorBackground != 0) { in copyFromPreserveHiddenFields()
1819 mColorBackground = other.mColorBackground; in copyFromPreserveHiddenFields()
1882 mColorBackground = backgroundColor; in setBackgroundColor()
2064 return mColorBackground; in getBackgroundColor()
2166 if (mColorBackground != 0) { in saveToXml()
2242 dest.writeInt(mColorBackground); in writeToParcel()
2266 mColorBackground = source.readInt(); in readFromParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1460 Landroid/app/ActivityManager$TaskDescription;->mColorBackground:I