Home
last modified time | relevance | path

Searched refs:combo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbPort.java178 public static String roleCombinationsToString(int combo) { in roleCombinationsToString() argument
183 while (combo != 0) { in roleCombinationsToString()
184 final int index = Integer.numberOfTrailingZeros(combo); in roleCombinationsToString()
185 combo &= ~(1 << index); in roleCombinationsToString()
/frameworks/base/docs/html/tools/help/
Dadt.jd412 <li>Screen type combo box: Predefined screen settings for common device configurations. You
415 <li>Screen orientation combo box: Portrait or Landscape screen orientation.</li>
417 <li>Theme combo box: Predefined themes or a custom theme that you have created.</li>
419 <li>Platform combo box: Platform version used to render the canvas and palette as well as
422 <li>Custom layout combo boxes: The locale, dock, and time of day combo boxes let you select
/frameworks/base/docs/html/training/multiple-apks/
Dmultiple.jd167 glancing at this chart, you immediately know which APK covers any given API/screen-size combo. To
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd118 …a familiar text-input environment. For improved wi-fi connectivity, a new combo scan reduces scan …
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd406 the popup list of a combo box when a certain key is pressed.