Searched refs:is_touch_down_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
H A Denv.h61 bool is_touch_down() const { return is_touch_down_; }
62 void set_touch_down(bool value) { is_touch_down_ = value; }
100 bool is_touch_down_; member in class:aura::Env
H A Denv.cc68 is_touch_down_(false),

Completed in 1280 milliseconds