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

  /development/ndk/sources/android/ndk_helper/
tapCamera.h 85 void BeginDrag( const Vec2& vec );
tapCamera.cpp 102 BeginDrag( Vec2() ); //NOTE:This call reset _VDragDelta
157 void TapCamera::BeginDrag( const Vec2& v )
208 BeginDrag( Vec2() );
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 237 eng->tap_camera_.BeginDrag( v );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 248 eng->tap_camera_.BeginDrag( v );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 82 virtual HRESULT WINAPI BeginDrag(int iTrack,int dxHotspot,int dyHotspot) = 0;
118 HRESULT (WINAPI *BeginDrag)(IImageList *This,int iTrack,int dxHotspot,int dyHotspot);
156 #define IImageList_BeginDrag(This,iTrack,dxHotspot,dyHotspot) (This)->lpVtbl->BeginDrag(This,iTrack,dxHotspot,dyHotspot)

Completed in 769 milliseconds