HomeSort by relevance Sort by last modified time
    Searched refs:currentPosition (Results 26 - 31 of 31) sorted by null

12

  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 92 WebCore::FloatPoint currentPosition = _animator->currentPosition();
93 return NSMakeRect(currentPosition.x(), currentPosition.y(), 0, 0);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 622 float currentPosition = static_cast<float>(playbackPosition() * GST_SECOND);
632 start = currentPosition;
640 if (currentPosition <= 0)
643 end = currentPosition;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 509 final int currentPosition = mViewPager != null ? mViewPager.getCurrentItem() : -1;
514 if (currentPosition == TAB_INDEX_DIALER) {
519 if (currentPosition == TAB_INDEX_CALL_LOG) {
    [all...]
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java     [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 498 int currentPosition = 0;
500 const UChar* charData = chars + currentPosition;
509 NSRange spellRange = NSMakeRange(range.location + currentPosition + misspellingLocation, misspellingLength);
512 currentPosition += (misspellingLocation + misspellingLength);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 484 milliseconds

12