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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-weak-vtables-and-externals 39 sub touch($);
111 touch($buildTimestampPath);
115 sub touch($) subroutine
118 open(TOUCH, ">", $path) or die "$!";
119 close(TOUCH);
check-for-exit-time-destructors 39 sub touch($);
105 touch($buildTimestampPath);
108 sub touch($) subroutine
111 open(TOUCH, ">", $path) or die "$!";
112 close(TOUCH);
check-for-global-initializers 39 sub touch($);
145 touch($buildTimestampPath);
148 sub touch($) subroutine
151 open(TOUCH, ">", $path) or die "$!";
152 close(TOUCH);
  /external/chromium_org/ash/shelf/
shelf_button_host.h 29 TOUCH,
alternate_app_list_button.cc 90 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
94 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
99 host_->PointerReleasedOnButton(this, ShelfButtonHost::TOUCH, false);
app_list_button.cc 95 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
99 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
104 host_->PointerReleasedOnButton(this, ShelfButtonHost::TOUCH, false);
shelf_button.cc 451 host_->PointerPressedOnButton(this, ShelfButtonHost::TOUCH, *event);
455 host_->PointerDraggedOnButton(this, ShelfButtonHost::TOUCH, *event);
460 host_->PointerReleasedOnButton(this, ShelfButtonHost::TOUCH, false);
shelf_view_unittest.cc     [all...]
  /cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java 75 public static final String TOUCH = "touch";
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 80 TOUCH,
favicon_tab_helper.cc 55 client_, this, FaviconHandler::TOUCH, download_largest_icon));
favicon_handler_unittest.cc 814 page_url, &client, &driver, FaviconHandler::TOUCH, false);
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 477 apps_grid_view_->InitiateDrag(this, AppsGridView::TOUCH, *event);
483 apps_grid_view_->UpdateDragFromItem(AppsGridView::TOUCH, *event);
apps_grid_view.h 66 TOUCH,
apps_grid_view_unittest.cc 644 // Starts a mouse drag first then a touch drag.
646 SimulateDrag(AppsGridView::TOUCH, touch_from, touch_to);
653 // Starts a touch drag first then a mouse drag.
654 SimulateDrag(AppsGridView::TOUCH, touch_from, touch_to);
656 // Finishes the drag and touch drag wins.
  /external/qemu/android/
hw-events.h 467 BTN_CODE(TOUCH, 0x14a) \
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 4606 float touch = float(rawTouchMajor) \/ 2 * 10.0f + 160.0f; local
4652 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; local
    [all...]

Completed in 626 milliseconds