Searched refs:smoothSlideTo (Results 1 – 1 of 1) sorted by relevance
853 if (mFirstLayout || smoothSlideTo(0.f, initialVelocity)) { in closePane()861 if (mFirstLayout || smoothSlideTo(1.f, initialVelocity)) { in openPane()1068 boolean smoothSlideTo(float slideOffset, int velocity) { in smoothSlideTo() method