Searched refs:setVerticalOffset (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
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...]
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 DAutoCompleteTextView.java372 mPopup.setVerticalOffset(offset);
H A DListPopupWindow.java456 public void setVerticalOffset(int offset) { method in class:ListPopupWindow
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java319 mPopup.setVerticalOffset(pixels);
H A DListPopupWindow.java469 public void setVerticalOffset(int offset) { method in class:ListPopupWindow
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1720 alternatesPopup.setVerticalOffset(bottomOffset);
2249 popup.setVerticalOffset(bottomOffset);

Completed in 4302 milliseconds