Home
last modified time | relevance | path

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

/base/accessibility/services/test/mock/
Daccessibility_caption_mock.cpp30 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/
Daccessibility_caption.cpp30 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/
Daccessibility_caption_mock.cpp30 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/
Daccessibility_caption.h100 uint32_t backgroundColor_ = 0xff000000; variable