/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | TestOutputActivity.java | 23 import android.widget.CheckBox; 34 private CheckBox[] mChannelBoxes; 62 mChannelBoxes = new CheckBox[MAX_CHANNEL_BOXES]; in onCreate() 64 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox0); in onCreate() 65 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox1); in onCreate() 66 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox2); in onCreate() 67 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox3); in onCreate() 68 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox4); in onCreate() 69 mChannelBoxes[ic++] = (CheckBox) findViewById(R.id.channelBox5); in onCreate() 70 mChannelBoxes[ic++] = (CheckBox) findViewByI in onCreate() [all...] |
H A D | MainActivity.java | 34 import android.widget.CheckBox; 63 private CheckBox mWorkaroundsCheckBox; 105 mWorkaroundsCheckBox = (CheckBox) findViewById(R.id.boxEnableWorkarounds); in onCreate() 255 CheckBox checkBox = (CheckBox) view; in onUseCallbackClicked() 288 CheckBox checkBox = (CheckBox) view; in onSetSpeakerphoneOn() 295 CheckBox checkBox = (CheckBox) view; in onStartStopBluetoothSco() 305 CheckBox checkBo in onEnableWorkarounds() [all...] |
H A D | StreamConfigurationView.java | 25 import android.widget.CheckBox; 51 private CheckBox mRequestedMMapView; 55 private CheckBox mRequestedExclusiveView; 56 private CheckBox mChannelConversionBox; 57 private CheckBox mFormatConversionBox; 73 private CheckBox mRequestAudioEffect; 162 mChannelConversionBox = (CheckBox) findViewById(R.id.checkChannelConversion); in initializeViews() 170 mFormatConversionBox = (CheckBox) findViewById(R.id.checkFormatConversion); in initializeViews() 179 mRequestedMMapView = (CheckBox) findViewById(R.id.requestedMMapEnable); in initializeViews() 191 mRequestedExclusiveView = (CheckBox) findViewByI in initializeViews() [all...] |
H A D | InputMarginView.java | 23 import android.widget.CheckBox;
|
H A D | TestAudioActivity.java | 30 import android.widget.CheckBox; 79 private CheckBox mCallbackReturnStopBox; 301 mCallbackReturnStopBox = (CheckBox) findViewById(R.id.callbackReturnStop); in findAudioCommon()
|
H A D | TestInputActivity.java | 31 import android.widget.CheckBox;
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/ |
H A D | FormattableRvAdapter.java | 7 import android.widget.CheckBox; 94 private final CheckBox checkBox;
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/main/ |
H A D | MainActivity.java | 10 import android.widget.CheckBox; 29 private CheckBox cbIgnoreWhitespace;
|
/third_party/python/Lib/msilib/ |
H A D | schema.py | 110 CheckBox = Table('CheckBox') variable 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.',),
|