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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 115 int currentCursor = 0;
128 currentData = dataArray[currentCursor++];
129 if(currentCursor < dataArray.length) {
130 nextData = dataArray[currentCursor];
171 ColorBandData data0 = cbDataMap.get(currentCursor - 2);
172 ColorBandData data1 = cbDataMap.get(currentCursor - 1);
173 ColorBandData data2 = cbDataMap.get(currentCursor);
174 ColorBandData data3 = cbDataMap.get(currentCursor + 1);
196 ++currentCursor;
197 data0 = cbDataMap.get(currentCursor - 2)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 159 Cursor currentCursor = mChildrenCursors.get(cookie);
161 if (currentCursor != null) {
162 if (Utils.compareCursors(currentCursor, cursor)) {
181 if (currentCursor != null) {
182 currentCursor.close();
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 435 GdkCursor* currentCursor = gdk_window_get_cursor(window);
437 if (currentCursor != newCursor)
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
EmailSyncAdapter.java     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 665 GdkCursor* currentCursor = gdk_window_get_cursor(window);
667 if (currentCursor != newCursor)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 801 if ([NSCursor currentCursor] == platformCursor)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 652 milliseconds