Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/
DTestUtils.h94 ScopedProperty(T& property, T newValue) : mPropertyPtr(&property), mOldValue(property) { in ScopedProperty()
97 ~ScopedProperty() { *mPropertyPtr = mOldValue; } in ~ScopedProperty()
101 T mOldValue; variable