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