HomeSort by relevance Sort by last modified time
    Searched refs:CheckState (Results 1 - 4 of 4) sorted by null

  /external/skia/include/views/animated/
SkWidgetViews.h 125 enum CheckState {
130 CheckState getCheckState() const { return (CheckState)fCheckState; }
131 void setCheckState(CheckState);
133 /** use this to extract the CheckState from an event (i.e. one that as posted
138 static bool GetWidgetEventCheckState(const SkEvent&, CheckState* state);
142 virtual void onCheckStateChange(CheckState oldState, CheckState newState);
  /dalvik/libdex/
DexSwapVerify.cpp 45 struct CheckState {
66 static inline u4 fileOffset(const CheckState* state, const void* ptr) {
73 static inline void* filePointer(const CheckState* state, u4 offset) {
85 static inline bool checkPtrRange(const CheckState* state,
105 * Assumes "const CheckState* state".
124 * Assumes "const CheckState* state".
135 * Assumes "const CheckState* state" and "typeof(_count) == typeof(_elemSize)"
153 * Assumes "const CheckState* state".
207 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass,
214 static bool verifyMethodDefiner(const CheckState* state, u4 definingClass
    [all...]
  /external/skia/src/views/animated/
SkWidgetViews.cpp 198 void SkCheckButtonView::setCheckState(CheckState state)
209 /*virtual*/ void SkCheckButtonView::onCheckStateChange(CheckState oldState, CheckState newState)
220 this->setCheckState((CheckState)index);
233 bool SkCheckButtonView::GetWidgetEventCheckState(const SkEvent& evt, CheckState* state)
240 *state = (CheckState)state32;
  /external/openfst/src/include/fst/
cache.h 200 const S *CheckState(StateId s) const {
374 const S *state = CheckState(s);
385 const S *state = CheckState(s);

Completed in 72 milliseconds