OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checked
(Results
76 - 100
of
5090
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
CompoundButtonBindingAdapter.java
32
@InverseBindingMethod(type = CompoundButton.class, attribute = "android:
checked
"),
36
@BindingAdapter("android:
checked
")
37
public static void setChecked(CompoundButton view, boolean
checked
) {
38
if (view.isChecked() !=
checked
) {
39
view.setChecked(
checked
);
/frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorPickerSwatch.java
27
* Creates a circular swatch of a specified color. Adds a checkmark if marked as
checked
.
46
public ColorPickerSwatch(Context context, int color, boolean
checked
,
56
setChecked(
checked
);
66
private void setChecked(boolean
checked
) {
67
if (
checked
) {
/external/androidplot/Examples/DemoApp/res/layout/
xyregion_example.xml
41
android:
checked
="true"
46
android:
checked
="true"
51
android:
checked
="true"
56
android:
checked
="true"
68
android:
checked
="true"
73
android:
checked
="true"
78
android:
checked
="true"
83
android:
checked
="true"
88
android:
checked
="true"
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DisableCollectionTest.java
55
*
checked
object. Then for this objectID test executes
56
* ObjectReference.DisableCollection command for
checked
object. After that
57
* Debuggee tries to unload
checked
object and checks if
checked
object is
99
logWriter.println("=> Returned field value tag for
checked
object= "
102
assertEquals("Invalid value tag for
checked
object,",
108
logWriter.println("=> Returned
checked
ObjectID = " + checkedObjectID);
111
+ " for
checked
ObjectID...");
125
.println("=> Send to Debuggee signal to continue and try to unload
checked
ObjectID...");
131
if (messageFromDebuggee.equals("
Checked
Object is UNLOADed!"))
[
all
...]
/developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/res/color/
hideable_text_color.xml
18
This color state list changes from gray to blue depending on its state (
checked
or not
checked
).
/developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/res/color/
hideable_text_color.xml
18
This color state list changes from gray to blue depending on its state (
checked
or not
checked
).
/development/samples/browseable/CustomChoiceList/res/color/
hideable_text_color.xml
18
This color state list changes from gray to blue depending on its state (
checked
or not
checked
).
/external/e2fsprogs/tests/
filter.sed
3
/automatically
checked
/d
12
/^Last
checked
:/d
/libcore/ojluni/src/main/java/java/lang/reflect/
UndeclaredThrowableException.java
31
*
checked
exception (a {@code Throwable} that is not assignable
38
* the undeclared
checked
exception that was thrown by the invocation
43
* that wraps a
checked
exception.
47
* "undeclared
checked
exception that was thrown by the invocation
62
* the undeclared
checked
exception that was thrown
71
* @param undeclaredThrowable the undeclared
checked
exception
83
* @param undeclaredThrowable the undeclared
checked
exception
102
* @return the undeclared
checked
exception that was thrown
/development/ndk/platforms/android-9/samples/native-audio/
default.properties
4
# This file must be
checked
in Version Control Systems.
/development/samples/browseable/DocumentCentricApps/
_index.jd
10
state through reboots. If \"Task per document\" is
checked
a new task will be
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/annotation/
EnableStrictI18n.java
4
* Indicates that a JUnit test class or method should be
checked
for I18N/L10N-safety.
/external/tpm2/
Handle_fp.h
10
TPM_HT HandleGetType(TPM_HANDLE handle // IN: a handle to be
checked
/external/webrtc/webrtc/voice_engine/test/android/android_test/
default.properties
4
# This file must be
checked
in Version Control Systems.
/external/zxing/qr_scanner/
project.properties
4
# This file must be
checked
in Version Control Systems.
/packages/apps/Settings/src/com/android/settings/widget/
SwitchBar.java
50
* Called when the
checked
state of the Switch has changed.
53
* @param isChecked The new
checked
state of switchView.
161
public void setChecked(boolean
checked
) {
162
setTextViewLabel(
checked
);
163
mSwitch.setChecked(
checked
);
166
public void setCheckedInternal(boolean
checked
) {
167
setTextViewLabel(
checked
);
168
mSwitch.setCheckedInternal(
checked
);
268
boolean
checked
;
field in class:SwitchBar.SavedState
280
checked
= (Boolean)in.readValue(null)
[
all
...]
/prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
pkg3.go
6
// forms get type-
checked
.
/prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
pkg3.go
6
// forms get type-
checked
.
/sdk/testapps/aidlTest/libWithAidl/
project.properties
4
# This file must be
checked
in Version Control Systems.
/sdk/testapps/basicProjectWithAidl/
project.properties
4
# This file must be
checked
in Version Control Systems.
/sdk/testapps/customViewTest/libWithCustomView/
project.properties
4
# This file must be
checked
in Version Control Systems.
/sdk/testapps/jarCheckTests1/lib1/
project.properties
4
# This file must be
checked
in Version Control Systems.
/sdk/testapps/jarCheckTests1/lib2/
project.properties
4
# This file must be
checked
in Version Control Systems.
/sdk/testapps/jarCheckTests2/lib1/
project.properties
4
# This file must be
checked
in Version Control Systems.
/sdk/testapps/jarCheckTests2/lib2/
project.properties
4
# This file must be
checked
in Version Control Systems.
Completed in 2272 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>