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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1118 * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
1123 * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
1128 * {@link NumberPicker#getWrapSelectorWheel()} is <code>false</code> the
1133 * {@link NumberPicker#getWrapSelectorWheel()} is <code>true</code> the
1224 public boolean getWrapSelectorWheel() { method in class:NumberPicker
2217 && (getWrapSelectorWheel() || getValue() < getMaxValue())) {
2224 && (getWrapSelectorWheel() || getValue() > getMinValue())) {
2506 if (getWrapSelectorWheel() || getValue() < getMaxValue()) {
2509 if (getWrapSelectorWheel() || getValue() > getMinValue()) {
2518 return getWrapSelectorWheel() || getValu
[all...]

Completed in 10 milliseconds