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

  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 604 float newPosY = adjustScrollYPositionIfNecessary(m_currentPosY + deltaY);
606 if (newPosY == m_currentPosY)
609 m_currentPosY = newPosY;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 142 milliseconds