Searched defs:setVerticalOffset (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java419 public void setVerticalOffset(int offset) { method in class:ListPopupWindow
H A DStackView.java228 lp.setVerticalOffset(0);
287 lp.setVerticalOffset(0);
969 viewLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
970 highlightLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
990 viewLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
991 highlightLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
996 viewLp.setVerticalOffset(Math.round(stackDirection * r * mSlideAmount));
997 highlightLp.setVerticalOffset(Math.round(stackDirection * r * mSlideAmount));
1082 lp.setVerticalOffset(0);
1281 public void setVerticalOffset(in method in class:StackView.LayoutParams
[all...]

Completed in 37 milliseconds