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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1197 * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
1202 * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
1207 * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
1212 * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
1324 public boolean getWrapSelectorWheel() { method in class:NumberPicker
2333 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2340 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2639 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2642 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2651 return getWrapSelectorWheel() || getValu
[all...]

Completed in 24 milliseconds