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

  /external/pdfium/xfa/fwl/
cfwl_eventscroll.cpp 10 : CFWL_Event(CFWL_Event::Type::Scroll, pSrcTarget) {}
cfwl_event.h 30 Scroll,
cfwl_combobox.cpp 746 if (type == CFWL_Event::Type::Scroll) {
cfwl_listbox.cpp 702 if (pEvent->GetType() != CFWL_Event::Type::Scroll)
cfwl_edit.cpp     [all...]
  /frameworks/native/services/vr/virtual_touchpad/include/
VirtualTouchpad.h 64 // Generate a simulated scroll event.
67 // @param x Horizontal scroll increment.
68 // @param y Vertical scroll increment.
72 virtual status_t Scroll(int touchpad, float x, float y) = 0;
VirtualTouchpadClient.h 20 status_t Scroll(int touchpad, float x, float y) override;
  /frameworks/native/services/vr/virtual_touchpad/
DvrVirtualTouchpadClient.cpp 45 return FromC(client)->Scroll(touchpad, x, y);
VirtualTouchpadEvdev.h 24 status_t Scroll(int touchpad, float x, float y) override;
VirtualTouchpadClient.cpp 63 status_t Scroll(int touchpad, float x, float y) override {
67 return service_->scroll(touchpad, x, y).transactionError();
VirtualTouchpadService.cpp 90 binder::Status VirtualTouchpadService::scroll(int touchpad, float x, float y) { function in class:android::dvr::VirtualTouchpadService
94 if (const status_t error = touchpad_->Scroll(touchpad, x, y)) {
VirtualTouchpadEvdev.cpp 170 int VirtualTouchpadEvdev::Scroll(int touchpad_id, float x, float y) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dcomp.h 30 STDMETHOD(Scroll)(THIS_ const RECT*,const RECT*,int,int) PURE;
oleidl.h     [all...]
ocidl.h     [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 184 // Scroll page up if a row is collapsed and the rows top is above the
185 // viewport. The amount of scroll is the difference between a new and old
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 590 * scroll: direction to scroll in
608 scroll: 1,
664 return go(curr - o.scroll);
671 return go(curr + o.scroll);
694 go(curr + o.scroll);
726 $((curr - o.scroll < 0 && o.btnPrev) ||
727 (curr + o.scroll > itemLength && o.btnNext) ||
787 * scroll: direction to scroll i
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 74 $('.scroll-pane').jScrollPane( {verticalGutter:0} );
441 $(".scroll-pane").scroll(function(event) {
526 $(".scroll-pane").removeAttr("tabindex"); // get rid of tabindex added by jscroller
528 if ($(".scroll-pane").length > 1) {
538 // Check if there's an anchor that we need to scroll into view.
539 // A delay is needed, because some browsers do not immediately scroll down to the anchor
879 // Then figure out based on scroll position whether the header is visible
901 $scrollPanes = $(".scroll-pane");
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 953 milliseconds