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

/frameworks/base/core/java/android/widget/
H A DSpinner.java359 mPopup.setVerticalOffset(pixels);
1052 public void setVerticalOffset(int px); method in interface:Spinner.SpinnerPopup
1117 public void setVerticalOffset(int px) { method in class:Spinner.DialogPopup
H A DListPopupWindow.java456 public void setVerticalOffset(int offset) { method in class:ListPopupWindow
H A DStackView.java237 lp.setVerticalOffset(0);
296 lp.setVerticalOffset(0);
978 viewLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
979 highlightLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
999 viewLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
1000 highlightLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
1005 viewLp.setVerticalOffset(Math.round(stackDirection * r * mSlideAmount));
1006 highlightLp.setVerticalOffset(Math.round(stackDirection * r * mSlideAmount));
1089 lp.setVerticalOffset(0);
1334 public void setVerticalOffset(in method in class:StackView.LayoutParams
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java469 public void setVerticalOffset(int offset) { method in class:ListPopupWindow

Completed in 96 milliseconds