Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/navigation/
DCarNavigationInstrumentCluster.java60 private final int mImageColorDepthBits; field in CarNavigationInstrumentCluster
129 return mImageColorDepthBits; in getImageColorDepthBits()
137 that.mImageColorDepthBits); in CarNavigationInstrumentCluster()
157 mImageColorDepthBits = imageColorDepthBits; in CarNavigationInstrumentCluster()
173 dest.writeInt(mImageColorDepthBits); in writeToParcel()
182 mImageColorDepthBits = in.readInt(); in CarNavigationInstrumentCluster()
194 + "imageColourDepthBits: " + mImageColorDepthBits in toString()