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

  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 77 touch_dragging_(false) {
194 if (touch_dragging_ == touch_dragging)
197 touch_dragging_ = touch_dragging;
198 SetUIState(touch_dragging_ ? UI_STATE_DRAGGING : UI_STATE_NORMAL);
472 if (touch_dragging_) {
478 if (touch_dragging_ && apps_grid_view_->IsDraggedView(this)) {
485 if (touch_dragging_) {
498 if (touch_dragging_)
app_list_item_view.h 89 // Sets |touch_dragging_| flag and updates UI.
146 bool touch_dragging_; member in class:app_list::AppListItemView

Completed in 64 milliseconds