Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.h68 float carGraphicRearPixel() const { return mCarGraphicRearPixel; }; in carGraphicRearPixel()
93 float mCarGraphicRearPixel; // How many pixels from the top of the image does the car end variable
DConfigManager.cpp130 … complete &= readChildNodeAsFloat("display", graphicNode, "rearPixel", &mCarGraphicRearPixel); in initialize()