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

  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 219 ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.Detect( event );
231 if( dragState & ndk_helper::GESTURE_STATE_START )
239 else if( dragState & ndk_helper::GESTURE_STATE_MOVE )
246 else if( dragState & ndk_helper::GESTURE_STATE_END )
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 230 ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.Detect( event );
242 if( dragState & ndk_helper::GESTURE_STATE_START )
250 else if( dragState & ndk_helper::GESTURE_STATE_MOVE )
257 else if( dragState & ndk_helper::GESTURE_STATE_END )
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 67 #include "core/page/DragState.h"
257 DragState& EventHandler::dragState()
260 DEFINE_STATIC_LOCAL(Persistent<DragState>, state, (new DragState()));
263 DEFINE_STATIC_LOCAL(DragState, state, ());
580 dragState().m_dragSrc = nullptr;
    [all...]
EventHandler.h 82 class DragState;
185 static DragState& dragState();
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 72 milliseconds