HomeSort by relevance Sort by last modified time
    Searched defs:CheckBox (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
CheckBox.java 24 * A checkbox is a specific type of two-states button that can be either
25 * checked or unchecked. A example usage of a checkbox inside your activity
36 * final CheckBox checkBox = (CheckBox) findViewById(R.id.checkbox_id);
37 * if (checkBox.isChecked()) {
38 * checkBox.setChecked(false);
44 * <p>See the <a href="{@docRoot}guide/topics/ui/controls/checkbox.html">Checkboxes</a>
55 public class CheckBox extends CompoundButton {
56 public CheckBox(Context context)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
uisample.py 63 CheckBox = [
    [all...]
schema.py 110 CheckBox = Table('CheckBox')
111 CheckBox.add_field(1,'Property',11592)
112 CheckBox.add_field(2,'Value',7488)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
656 (u'CheckBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to the item.',),
657 (u'CheckBox',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value string associated with the item.',),
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrOpCodeCreation.c 370 Create a checkbox opcode independent of string creation
393 EFI_SUCCESS - Checkbox created to be a form
399 EFI_IFR_CHECK_BOX CheckBox;
402 // We do not create op-code storage widths for checkbox in excess of 8 bits for now
408 CheckBox.Header.OpCode = EFI_IFR_CHECKBOX_OP;
409 CheckBox.Header.Length = (UINT8) sizeof (EFI_IFR_CHECK_BOX);
410 CheckBox.QuestionId = QuestionId;
411 CheckBox.Width = DataWidth;
412 CheckBox.Prompt = PromptToken;
414 CheckBox.Help = HelpToken;
    [all...]
IfrOnTheFly.c 688 Create a checkbox
715 EFI_IFR_CHECK_BOX CheckBox;
720 // We do not create op-code storage widths for checkbox in excess of 8 bits for now
740 CheckBox.Header.OpCode = EFI_IFR_CHECKBOX_OP;
741 CheckBox.Header.Length = sizeof (EFI_IFR_CHECK_BOX);
742 CheckBox.QuestionId = QuestionId;
743 CheckBox.Width = DataWidth;
744 CheckBox.Prompt = StringToken;
755 CheckBox.Help = StringToken;
756 CheckBox.Flags = (UINT8) (Flags | EFI_IFR_FLAG_CREATED);
    [all...]
  /external/python/cpython2/Tools/msi/
uisample.py 63 CheckBox = [
    [all...]
schema.py 110 CheckBox = Table('CheckBox')
111 CheckBox.add_field(1,'Property',11592)
112 CheckBox.add_field(2,'Value',7488)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
656 (u'CheckBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to the item.',),
657 (u'CheckBox',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value string associated with the item.',),
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CheckBoxTest.java 35 import android.widget.CheckBox;
49 private CheckBox mCheckBox;
59 mCheckBox = (CheckBox) mActivity.findViewById(R.id.check_box);
64 new CheckBox(mActivity);
65 new CheckBox(mActivity, null);
66 new CheckBox(mActivity, null, android.R.attr.checkboxStyle);
67 new CheckBox(mActivity, null, 0,
69 new CheckBox(mActivity, null, 0,
71 new CheckBox(mActivity, null, 0,
73 new CheckBox(mActivity, null, 0
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrOpCodeCreation.c 441 EFI_IFR_CHECKBOX CheckBox;
454 CheckBox.Header.OpCode = EFI_IFR_CHECKBOX_OP;
455 CheckBox.Header.Length = (UINT8) sizeof (EFI_IFR_CHECKBOX);
456 CheckBox.Header.Scope = 0;
457 CheckBox.Question.QuestionId = QuestionId;
458 CheckBox.Question.VarStoreId = VarStoreId;
459 CheckBox.Question.VarStoreInfo.VarOffset = VarOffset;
460 CheckBox.Question.Header.Prompt = Prompt;
461 CheckBox.Question.Header.Help = Help;
462 CheckBox.Question.Flags = QuestionFlags;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widget.h 27 CheckBox,
cfwl_themepart.h 21 CheckBox,
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 93 CheckBox,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c     [all...]
  /external/python/cpython2/Lib/msilib/
schema.py 110 CheckBox = Table('CheckBox')
111 CheckBox.add_field(1,'Property',11592)
112 CheckBox.add_field(2,'Value',7488)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
656 (u'CheckBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to the item.',),
657 (u'CheckBox',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value string associated with the item.',),
    [all...]
  /external/python/cpython3/Lib/msilib/
schema.py 110 CheckBox = Table('CheckBox')
111 CheckBox.add_field(1,'Property',11592)
112 CheckBox.add_field(2,'Value',7488)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
656 ('CheckBox','Property','N',None, None, None, None, 'Identifier',None, 'A named property to be tied to the item.',),
657 ('CheckBox','Value','Y',None, None, None, None, 'Formatted',None, 'The value string associated with the item.',),
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1118 milliseconds

1 2