Home
last modified time | relevance | path

Searched defs:withAnimation (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/
H A DZoomedView.java574 public void stopZoomDisplay(boolean withAnimation) { in stopZoomDisplay()
738 private void hideZoomedView(boolean withAnimation) { in hideZoomedView()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/panel/
H A Dlxqtpanellayout.cpp529 void LXQtPanelLayout::moveItem(int from, int to, bool withAnimation) in moveItem()
618 void LXQtPanelLayout::setItemGeometry(QLayoutItem *item, const QRect &geometry, bool withAnimation) in setItemGeometry()
/dports/devel/liblxqt/liblxqt-1.0.0/
H A Dlxqtgridlayout.cpp393 void GridLayout::moveItem(int from, int to, bool withAnimation /*= false*/) in moveItem()