/external/valgrind/main/none/tests/x86/ |
yield.c | 3 progress against a pure spinner. 19 static void *spinner(void *v) function 57 pthread_create(&a, NULL, spinner, NULL);
|
/development/apps/Development/res/layout/ |
development_settings.xml | 57 <Spinner android:id="@+id/pointer_location" 77 <Spinner android:id="@+id/strictmode_visual" 90 <Spinner android:id="@+id/max_procs" 137 <Spinner android:id="@+id/window_animation_scale" 142 </Spinner> 144 <Spinner android:id="@+id/transition_animation_scale" 149 </Spinner> 151 <Spinner android:id="@+id/font_hinting" 156 </Spinner>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ScreenOrientation.java | 28 import android.widget.Spinner; 32 Spinner mOrientation; 34 // Orientation spinner choices 56 mOrientation = (Spinner)findViewById(R.id.orientation);
|
MenuInflateFromXml.java | 28 import android.widget.Spinner; 35 * the spinner, and then hit the menu button. To choose another, back out of the 60 private Spinner mSpinner; 80 // Create the spinner to allow the user to choose a menu XML 84 mSpinner = new Spinner(this); 87 mSpinner.setId(R.id.spinner); 90 // Add the spinner 121 // Disable the spinner since we've already created the menu and the user
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation2.java | 29 import android.widget.Spinner; 44 Spinner s = (Spinner) findViewById(R.id.spinner);
|
Animation3.java | 31 import android.widget.Spinner; 45 Spinner s = (Spinner) findViewById(R.id.spinner);
|
/development/samples/ApiDemos/res/layout/ |
animation_3.xml | 38 <Spinner 39 android:id="@+id/spinner"
|
screen_orientation.xml | 30 <Spinner android:id="@+id/orientation" 35 </Spinner>
|
spinner_1.xml | 29 <Spinner android:id="@+id/spinner1" 43 <Spinner android:id="@+id/spinner2"
|
/development/samples/Spinner/res/values/ |
strings.xml | 20 this array into the spinner's array adapter. 24 <string name="app_name">Spinner</string>
|
/external/chromium/chrome/browser/resources/ |
network_menu.css | 35 .spinner { 36 background-image: -webkit-canvas(spinner-circle);
|
/packages/apps/Settings/res/layout/ |
display.xml | 30 <Spinner android:id="@+id/fontSize" 33 </Spinner>
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 140 want to learn more about Spinner, the application under test, then you might want to visit the 141 <a href="{@docRoot}resources/tutorials/views/hello-spinner.html">Hello Views > Spinner</a> example. 179 Spinner is the application under test. This tutorial focuses on the 249 click the large downward-pointing arrow to the right of the spinner text. You see the spinner expand and display the title "Select a planet" at the top. 250 Click one of the other planets. The spinner closes, and your selection appears below it on the screen. 255 both Spinner (the application under test) and SpinnerTest (the test application). 258 You'll be using the Spinner application as-is, without modification, so you'll be loading it 260 creating a new test project associated with Spinner that will contain the SpinnerTes [all...] |
/development/samples/SpinnerTest/ |
_index.html | 4 Testing</a> tutorial. It tests the <a href="../Spinner/index.html">Spinner</a> example 19 test case class, <a href="src/com/android/example/spinner/test/SpinnerActivityTest.html"><code>SpinnerActivityTest</code></a>, 46 <code>com.android.example.spinner</code> as the name of the Android package that contains the 49 <img alt="The initial user interface for the Spinner sample application" style="height:230px;"
|
/packages/apps/Settings/src/com/android/settings/ |
Display.java | 31 import android.widget.Spinner; 42 mFontSize = (Spinner) findViewById(R.id.fontSize); 114 private Spinner.OnItemSelectedListener mFontSizeChanged 115 = new Spinner.OnItemSelectedListener() { 133 private Spinner mFontSize;
|
/frameworks/opt/mailcommon/java/com/android/mailcommon/ |
MultiAdapterSpinner.java | 37 * <p>A spinner-like widget that combines data and views from multiple adapters (via MergedAdapter) 39 * unselectable dropdown items, useful when displaying extra items that should not affect spinner 42 * <p>The framework's Spinner widget can't be extended for this task because it uses a private list 52 * framework's Spinner widget.</p> 65 * A basic adapter with some callbacks added so clients can be involved in spinner behavior. 69 * Whether or not an item at position should become the new selected spinner item and change 70 * the spinner item view.
|
/development/samples/ContactManager/res/layout/ |
contact_adder.xml | 28 <Spinner android:layout_height="wrap_content" 54 <Spinner android:id="@+id/contactPhoneTypeSpinner" 68 <Spinner android:id="@+id/contactEmailTypeSpinner"
|
/packages/apps/Browser/src/com/android/browser/addbookmark/ |
FolderSpinner.java | 23 import android.widget.Spinner; 26 * Special Spinner class with its own callback for when the selection is set, which 29 public class FolderSpinner extends Spinner
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 49 import android.widget.Spinner; 78 private Spinner mSecuritySpinner; 79 private Spinner mEapMethodSpinner; 80 private Spinner mEapCaCertSpinner; 81 private Spinner mPhase2Spinner; 82 private Spinner mEapUserCertSpinner; 102 private Spinner mNetworkSetupSpinner; 103 private Spinner mIpSettingsSpinner; 110 private Spinner mProxySettingsSpinner; 155 mSecuritySpinner = ((Spinner) mView.findViewById(R.id.security)) [all...] |
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnDialog.java | 35 import android.widget.Spinner; 51 private Spinner mType; 62 private Spinner mIpsecUserCert; 63 private Spinner mIpsecCaCert; 84 mType = (Spinner) mView.findViewById(R.id.type); 95 mIpsecUserCert = (Spinner) mView.findViewById(R.id.ipsec_user_cert); 96 mIpsecCaCert = (Spinner) mView.findViewById(R.id.ipsec_ca_cert); 297 private void loadCertificates(Spinner spinner, String prefix, int firstId, String selected) { 314 spinner.setAdapter(adapter) [all...] |
/cts/tests/src/android/theme/cts/ |
ProgressDialogBuilder.java | 35 public static final int SPINNER = 0; 55 case SPINNER:
|
/frameworks/base/core/tests/coretests/res/layout/ |
popup_window_visibility.xml | 32 <Spinner android:id="@+id/spinner"
|
/packages/apps/Calendar/res/layout/ |
edit_reminder_item.xml | 25 <Spinner android:id="@+id/reminder_minutes_value" 35 <Spinner android:id="@+id/reminder_method_value"
|
/packages/apps/Contacts/res/layout/ |
event_field_editor_view.xml | 38 <Spinner 39 android:id="@+id/spinner"
|
/packages/apps/VideoEditor/res/layout/ |
export_options_dialog_view.xml | 32 <Spinner android:id="@+id/export_option_size"
46 <Spinner android:id="@+id/export_option_quality"
|