Searched refs:backgroundColor_ (Results 1 – 4 of 4) sorted by relevance
/base/accessibility/services/test/mock/ |
D | accessibility_caption_mock.cpp | 30 return backgroundColor_; in GetBackgroundColor() 35 backgroundColor_ = color; in SetBackgroundColor() 95 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in ReadFromParcel() 108 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in Marshalling()
|
/base/accessibility/frameworks/asacfwk/src/ |
D | accessibility_caption.cpp | 30 return backgroundColor_; in GetBackgroundColor() 35 backgroundColor_ = color; in SetBackgroundColor() 96 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in ReadFromParcel() 109 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in Marshalling()
|
/base/accessibility/services/aams/test/mock/ |
D | accessibility_caption_mock.cpp | 30 return backgroundColor_; in GetBackgroundColor() 35 backgroundColor_ = color; in SetBackgroundColor() 95 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in ReadFromParcel() 107 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Uint32, parcel, backgroundColor_); in Marshalling()
|
/base/accessibility/interfaces/innerkits/asacfwk/include/ |
D | accessibility_caption.h | 100 uint32_t backgroundColor_ = 0xff000000; variable
|