Searched defs:up (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DAbsListView.java221 * The list allows up to one choice
1082 // this may end up selecting the value we just cleared but this way
1196 * List allows up to one item to be in a chosen state. By setting the choiceMode to
1828 // and the user wouldn't expect to end up somewhere else when
1943 // be ready to bring up a window yet
2841 public void setScrollIndicators(View up, View down) { argument
2842 mScrollUp = up;
4486 // This was our active pointer going up. Choose a new
5013 * @param direction Negative to check scrolling up, positive to check
5173 // calls to bubble up fro
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2379 protected boolean up(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
2381 Log.d(LOG_TAG, "--- up:");
2453 handled |= up(widget, buffer);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java87 * Native calls for bring up/shut down of the supplicant daemon and for
2321 private static native boolean setInterfaceUpNative(boolean up); argument
2322 public boolean setInterfaceUp(boolean up) { argument
2325 return setInterfaceUpNative(up);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 341 milliseconds

12