Searched refs:mColorMode (Results 1 – 9 of 9) sorted by relevance
89 private @IntRange(from = 0) int mColorMode; field in PrintAttributes100 mColorMode = parcel.readInt(); in PrintAttributes()101 if (mColorMode != 0) { in PrintAttributes()102 enforceValidColorMode(mColorMode); in PrintAttributes()195 return mColorMode; in getColorMode()210 mColorMode = colorMode; in setColorMode()351 parcel.writeInt(mColorMode); in writeToParcel()364 result = prime * result + mColorMode; in hashCode()384 if (mColorMode != other.mColorMode) { in equals()427 builder.append(", colorMode: ").append(colorModeToString(mColorMode)); in toString()[all …]
501 private int mColorMode; field in PersistentDataStore.DisplayState505 if (colorMode == mColorMode) { in setColorMode()508 mColorMode = colorMode; in setColorMode()513 return mColorMode; in getColorMode()537 mColorMode = Integer.parseInt(value); in loadFromXml()549 serializer.text(Integer.toString(mColorMode)); in saveToXml()558 pw.println(prefix + "ColorMode=" + mColorMode); in dump()
3390 private int mColorMode = COLOR_MODE_DEFAULT; field in WindowManager.LayoutParams3659 mColorMode = colorMode; in setColorMode()3670 return mColorMode; in getColorMode()3808 out.writeInt(mColorMode); in writeToParcel()3880 mColorMode = in.readInt(); in LayoutParams()4142 if (mColorMode != o.mColorMode) { in copyFrom()4143 mColorMode = o.mColorMode; in copyFrom()4324 if (mColorMode != COLOR_MODE_DEFAULT) { in toString()4325 sb.append(" colorMode=").append(ActivityInfo.colorModeToString(mColorMode)); in toString()4415 proto.write(COLOR_MODE, mColorMode); in dumpDebug()
161 private @ActivityInfo.ColorMode int mColorMode = ActivityInfo.COLOR_MODE_DEFAULT; field in HardwareRenderer642 if (mColorMode != colorMode) { in setColorMode()643 mColorMode = colorMode; in setColorMode()657 mColorMode = colorMode; in setColorMode()
135 vulkanManager().createSurface(surface, mColorMode, mSurfaceColorSpace, in setSurface()
79 ColorMode mColorMode = ColorMode::Default; variable
176 auto newSurface = mEglManager.createSurface(surface, mColorMode, mSurfaceColorSpace); in setSurface()
49 setSurfaceColorProperties(mColorMode); in SkiaPipeline()598 mColorMode = colorMode; in setSurfaceColorProperties()
44315 Landroid/print/PrintAttributes;->mColorMode:I68518 Landroid/view/WindowManager$LayoutParams;->mColorMode:I