/frameworks/base/core/java/com/android/internal/widget/ |
ScrollingTabContainerView.java | 39 import android.widget.Spinner; 53 private Spinner mTabSpinner; 128 * @return true if showing as a spinner 194 private Spinner createSpinner() { 195 final Spinner spinner = new Spinner(getContext(), null, local 197 spinner.setLayoutParams(new LinearLayout.LayoutParams( 199 spinner.setOnItemSelectedListener(this); 200 return spinner; [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupOptions.java | 36 import android.widget.Spinner; 57 private Spinner mCheckFrequencyView; 58 private Spinner mSyncWindowView; 83 mCheckFrequencyView = (Spinner) UiUtilities.getView(this, R.id.account_check_frequency); 84 mSyncWindowView = (Spinner) UiUtilities.getView(this, R.id.account_sync_window); 98 // Generate spinner entries using XML arrays used by the preferences 114 // Now create the array used by the Spinner 380 * Enable an additional spinner using the arrays normally handled by preferences 386 // Generate spinner entries using XML arrays used by the preferences 392 // Now create the array used by the Spinner [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 53 /** When true, this menu is for a spinner rather than a simple list */ 61 * @param isSpinner whether the menu is for a spinner rather than a list 64 super(isGrid ? "Preview Grid Content" : isSpinner ? "Preview Spinner Layout" 87 action = new SetListTypeAction("Spinner Item", 90 action = new SetListTypeAction("Spinner Dropdown Item",
|
/packages/apps/Browser/res/layout/ |
title_bar_autologin.xml | 36 <Spinner 42 style="@android:style/Widget.Holo.Light.Spinner" />
|
/packages/apps/Email/res/layout/ |
account_setup_options.xml | 38 <Spinner 57 <Spinner
|
action_bar_spinner_dropdown.xml | 18 The list items for the account spinner drop down.
|
message_list_warning.xml | 29 android:id="@+id/spinner"
|
/packages/apps/Email/src/com/android/email/activity/ |
ActionBarController.java | 116 * The account spinner will be disabled in this mode. 128 * The account spinner will be disabled in this mode. 159 * Called when an account is selected on the account spinner. 165 * Invoked when a recent mailbox is selected on the account spinner. 217 // Account spinner 440 // In search mode, the search box is a replacement of the account spinner, so ignore 447 // Account spinner visible. 549 // Based on Spinner.DropdownPopup
|
/packages/apps/Settings/res/layout/ |
wifi_config_ui_for_setup_wizard.xml | 184 <Spinner 218 <Spinner android:id="@+id/network_setup" 263 <Spinner android:id="@+id/method" 274 <Spinner android:id="@+id/phase2" 285 <Spinner android:id="@+id/ca_cert" 295 <Spinner android:id="@+id/user_cert" 350 <Spinner android:id="@+id/proxy_settings" 422 <Spinner android:id="@+id/ip_settings"
|
vpn_dialog.xml | 36 <Spinner style="@style/vpn_value" android:id="@+id/type" 79 <Spinner style="@style/vpn_value" android:id="@+id/ipsec_user_cert" 89 <Spinner style="@style/vpn_value" android:id="@+id/ipsec_ca_cert"
|
/system/media/wilhelm/tests/native-media/res/layout/ |
main.xml | 17 <Spinner 28 <Spinner
|
/development/samples/ApiDemos/res/layout/ |
voice_recognition.xml | 41 <Spinner
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SearchInvoke.java | 34 import android.widget.Spinner; 41 Spinner mMenuMode; 45 // Menu mode spinner choices 67 mMenuMode = (Spinner) findViewById(R.id.spinner_menu_mode);
|
VoiceRecognition.java | 36 import android.widget.Spinner; 57 private Spinner mSupportedLanguageView; 75 mSupportedLanguageView = (Spinner) findViewById(R.id.supported_languages);
|
/frameworks/base/core/java/android/widget/ |
BaseAdapter.java | 27 * {@link ListAdapter} interface} and {@link Spinner} (by implementing the
|
AbsSpinner.java | 33 * An abstract base class for spinner widgets. SDK users will probably not 94 * The Adapter is used to provide the data which backs this Spinner. 95 * It also provides methods to transform spinner items based on their position 97 * @param adapter The SpinnerAdapter to use for this Spinner 158 * Figure out the dimensions of this Spinner. The width comes from
|
DatePicker.java | 605 // set the spinner ranges respecting the min and max dates 633 // with the months in the month spinner 638 // year spinner range does not change based on the current date 643 // set the spinner values 688 * Sets the IME options for a spinner based on its ordering. 690 * @param spinner The spinner. 691 * @param spinnerCount The total spinner count. 692 * @param spinnerIndex The index of the given spinner. 694 private void setImeOptions(NumberPicker spinner, int spinnerCount, int spinnerIndex) [all...] |
/frameworks/base/core/res/res/values/ |
styles_device_defaults.xml | 116 <style name="Widget.DeviceDefault.Spinner" parent="Widget.Holo.Spinner" > 134 <style name="Widget.DeviceDefault.DropDownItem.Spinner" parent="Widget.Holo.DropDownItem.Spinner" > 194 <style name="Widget.DeviceDefault.Spinner.DropDown.ActionBar" parent="Widget.Holo.Spinner.DropDown.ActionBar" > 264 <style name="Widget.DeviceDefault.Spinner.DropDown" parent="Widget.Holo.Spinner.DropDown"> 372 <style name="Widget.DeviceDefault.Light.Spinner" parent="Widget.Holo.Light.Spinner" > [all...] |
/packages/apps/Contacts/res/layout/ |
phonetic_name_editor_view.xml | 25 android:id="@+id/spinner"
|
structured_name_editor_view.xml | 25 android:id="@+id/spinner"
|
text_fields_editor_view.xml | 41 android:id="@+id/spinner"
|
/packages/apps/Contacts/res/layout-sw580dp/ |
text_fields_editor_view.xml | 42 android:id="@+id/spinner"
|
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
SpinnerProgressDialog.java | 28 * Spinner model progress dialog that disables all tools for user interaction after it shows up and
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupOptionsTests.java | 25 import android.widget.Spinner; 44 private Spinner mCheckFrequencyView; 142 mCheckFrequencyView = (Spinner) mActivity.findViewById(R.id.account_check_frequency);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiApDialog.java | 33 import android.widget.Spinner; 121 Spinner mSecurity = ((Spinner) mView.findViewById(R.id.security));
|