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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1093 * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
1098 * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
1103 * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
1108 * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
1199 public boolean getWrapSelectorWheel() { method in class:NumberPicker
2177 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2184 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2526 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2529 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2538 return getWrapSelectorWheel() || getValu
[all...]

Completed in 49 milliseconds