OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isChecked
(Results
126 - 150
of
369
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
BassBoostTest.java
135
public void onCheckedChanged(CompoundButton buttonView, boolean
isChecked
) {
138
mBassBoost.setEnabled(
isChecked
);
143
if (
isChecked
) {
VirtualizerTest.java
132
public void onCheckedChanged(CompoundButton buttonView, boolean
isChecked
) {
135
mVirtualizer.setEnabled(
isChecked
);
140
if (
isChecked
) {
PresetReverbTest.java
140
public void onCheckedChanged(CompoundButton buttonView, boolean
isChecked
) {
143
mPresetReverb.setEnabled(
isChecked
);
148
if (
isChecked
) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java
119
boolean alwaysUse = mAlwaysUse.
isChecked
();
162
public void onCheckedChanged(CompoundButton buttonView, boolean
isChecked
) {
165
if(
isChecked
) {
/packages/apps/Email/src/com/android/email/activity/setup/
GeneralPreferences.java
129
mPreferences.setConfirmDelete(mConfirmDelete.
isChecked
());
132
mPreferences.setConfirmSend(mConfirmSend.
isChecked
());
135
mMailPrefs.setConversationListSwipeEnabled(mSwipeDelete.
isChecked
());
AccountSetupOptions.java
218
if (mServiceInfo.offerAttachmentPreload && mBackgroundAttachmentsView.
isChecked
()) {
241
final boolean email = mSyncEmailView.
isChecked
();
242
final boolean calendar = mServiceInfo.syncCalendar && mSyncCalendarView.
isChecked
();
243
final boolean contacts = mServiceInfo.syncContacts && mSyncContactsView.
isChecked
();
258
accountPreferences.setDefaultInboxNotificationsEnabled(mNotifyView.
isChecked
());
/packages/apps/Settings/src/com/android/settings/location/
LocationSettings.java
235
if (enabled != mSwitch.
isChecked
()) {
251
public void onCheckedChanged(CompoundButton buttonView, boolean
isChecked
) {
252
if (
isChecked
) {
/packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java
172
mCompatibilityMode.
isChecked
() ? 1 : 0);
248
mFancyImeAnimationsPref.
isChecked
() ? 1 : 0);
252
mHapticFeedbackPref.
isChecked
() ? 1 : 0);
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxRdsConfig.java
245
public void onCheckedChanged(CompoundButton view, boolean
isChecked
) {
254
if (
isChecked
) {
398
if (chbRdsMode.
isChecked
()) {
399
editor.putBoolean(RDSAF, chbSetRdsAf.
isChecked
());
400
editor.putBoolean(RDS, chbRdsMode.
isChecked
());
/frameworks/base/core/java/android/widget/
Switch.java
180
setChecked(
isChecked
());
511
Layout layout =
isChecked
() ? mOnLayout : mOffLayout;
637
animateThumbToCheckedState(
isChecked
());
667
setThumbPosition(
isChecked
());
675
setThumbPosition(
isChecked
());
797
if (
isChecked
()) {
839
CharSequence switchText =
isChecked
() ? mTextOn : mTextOff;
ToggleButton.java
79
boolean checked =
isChecked
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java
179
item.setControl (this.tabs[i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.
isChecked
()));
260
ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS,
isChecked
());
270
ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_OLD_BUILDS,
isChecked
());
280
ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS,
isChecked
());
334
tabItems[i].setControl(this.tabs [i].createTabFolderPage(this.componentResultsElement, this.tabFolder, this.fullLineSelection.
isChecked
()));
406
memento.putBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION, this.fullLineSelection.
isChecked
());
/frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java
195
public boolean
isChecked
() {
202
* @param
isChecked
True if the view is checked, false otherwise.
206
public void setChecked(boolean
isChecked
) {
208
setBooleanProperty(PROPERTY_CHECKED,
isChecked
);
825
builder.append(";
IsChecked
: " + getBooleanProperty(PROPERTY_CHECKED));
/packages/apps/DeskClock/src/com/android/deskclock/
SettingsActivity.java
136
if (pref.
isChecked
()) {
168
boolean state =((CheckBoxPreference) pref).
isChecked
();
213
boolean state =((CheckBoxPreference) pref).
isChecked
();
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java
74
if (
isChecked
()) {
180
final boolean checked =
isChecked
();
250
final boolean wasChecked =
isChecked
();
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java
494
public void onCheckedChanged(boolean
isChecked
) {
495
mEnabledByUser =
isChecked
;
496
if (
isChecked
) {
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
MainActivity.java
129
editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.
isChecked
()).commit();
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
MainActivity.java
129
editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.
isChecked
()).commit();
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenuItem.java
208
public boolean
isChecked
() {
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java
114
final boolean isComplete = completeNode.
isChecked
();
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
MainActivity.java
129
editor.putBoolean(CUSTOM_CONFIG_KEY, mCustomConfig.
isChecked
()).commit();
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
98
v.startAnimation(mCheckBox.
isChecked
() ?
/external/droiddriver/src/com/google/android/droiddriver/finders/
Attribute.java
35
return element.
isChecked
();
/packages/apps/Browser/src/com/android/browser/
GeolocationPermissionsPrompt.java
98
boolean remember = mRemember.
isChecked
();
/packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java
75
public boolean
isChecked
() {
324
listView.setItemChecked(i, mAdapter.getItem(i).
isChecked
());
371
if (item.
isChecked
() && !hasMembership(groupId)) {
387
return item.
isChecked
();
Completed in 1255 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>