Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DConfigManager.h67 float carGraphicFrontPixel() const { return mCarGraphicFrontPixel; }; in carGraphicFrontPixel()
92 float mCarGraphicFrontPixel; // How many pixels from the top of the image does the car start variable
DConfigManager.cpp129 … complete &= readChildNodeAsFloat("graphic", graphicNode, "frontPixel", &mCarGraphicFrontPixel); in initialize()