OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkbox
(Results
151 - 175
of
1370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpFullscreenView.java
24
import android.widget.
CheckBox
;
36
private
CheckBox
mCheckbox;
56
mCheckbox = (
CheckBox
) findViewById(R.id.ingest_fullsize_image_checkbox);
/packages/experimental/SlicesApp/res/layout/
activity_layout.xml
72
<
CheckBox
78
<
CheckBox
84
<
CheckBox
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-changeLayout1a.xml
37
<
CheckBox
44
android:text="
CheckBox
" >
45
</
CheckBox
>
sample1b-expected-changeLayout1b.xml
37
<
CheckBox
44
android:text="
CheckBox
" >
45
</
CheckBox
>
/development/samples/ApiDemos/res/layout/
list_item_checkbox.xml
17
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
layout_animations_hideshow.xml
39
<
CheckBox
45
<
CheckBox
presentation_activity.xml
35
<!-- A
checkbox
to toggle between showing all displays or only presentation displays. -->
36
<
CheckBox
android:id="@+id/show_all_displays"
shadow_card_drag.xml
28
<
CheckBox
34
<
CheckBox
/development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java
31
import android.widget.
CheckBox
;
54
* A
checkbox
is used to control whether a special view, the Interceptor, will intercept
61
private
CheckBox
mInterceptCheckBox;
71
mInterceptCheckBox = (
CheckBox
) findViewById(R.id.intercept_checkbox);
/development/samples/Home/res/drawable/
all_applications.xml
3
/* //device/apps/common/res/drawable/
checkbox
.xml
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java
29
import android.widget.
CheckBox
;
41
CheckBox
mCheckBox;
48
mCheckBox = (
CheckBox
) findViewById(R.id.
checkbox
);
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java
30
import android.widget.
CheckBox
;
42
CheckBox
mCheckBox;
49
mCheckBox = (
CheckBox
) findViewById(R.id.
checkbox
);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanup.vfr
30
checkbox
varid = VARIABLE_CLEANUP_DATA.SelectAll,
/external/syslinux/com32/cmenu/
test2.menu
78
type=
checkbox
83
type=
checkbox
95
type=
checkbox
100
type=
checkbox
/frameworks/base/core/res/res/drawable/
menuitem_checkbox.xml
3
/* //device/apps/common/res/drawable/
checkbox
.xml
/frameworks/support/samples/SupportPreferenceDemos/src/main/res/values/
strings.xml
36
<string name="title_checkbox_preference">
Checkbox
preference</string>
37
<string name="summary_checkbox_preference">This is a
checkbox
</string>
81
<string name="title_parent_preference">Parent
checkbox
preference</string>
83
<string name="title_child_preference">Child
checkbox
preference</string>
/frameworks/support/v7/appcompat/src/androidTest/res/layout/
layout_checkbox.xml
17
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatCheckBox.java
26
import android.widget.
CheckBox
;
36
* A {@link
CheckBox
} which supports compatible features on older versions of the platform,
45
* <p>This will automatically be used when you use {@link
CheckBox
} in your layouts
50
public class AppCompatCheckBox extends
CheckBox
implements TintableCompoundButton {
/packages/apps/Settings/res/values-sw600dp/
bools.xml
18
<!-- Whether there is a silent mode
checkbox
-->
/packages/apps/TvSettings/Settings/res/layout/
radio_preference_widget.xml
19
android:id="@android:id/
checkbox
"
/pdk/apps/TestingCamera2/res/layout/
checkable_list_item.xml
17
<
CheckBox
xmlns:android="http://schemas.android.com/apk/res/android"
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CheckableListAdapter.java
25
import android.widget.
CheckBox
;
59
CheckBox
row = (
CheckBox
) convertView;
63
row = (
CheckBox
) inflater.inflate(R.layout.checkable_list_item, parent, false);
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java
24
import android.widget.
CheckBox
;
36
public
CheckBox
mHideNavCheckbox;
37
public
CheckBox
mHideStatusBarCheckBox;
38
public
CheckBox
mImmersiveModeCheckBox;
39
public
CheckBox
mImmersiveModeStickyCheckBox;
40
public
CheckBox
mLowProfileCheckBox;
52
mLowProfileCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_enable_lowprof);
53
mHideNavCheckbox = (
CheckBox
) flagsView.findViewById(R.id.flag_hide_navbar);
54
mHideStatusBarCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_hide_statbar);
55
mImmersiveModeCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_enable_immersive)
[
all
...]
/developers/samples/android/ui/window/AdvancedImmersiveMode/Application/src/main/java/com/example/android/advancedimmersivemode/
AdvancedImmersiveModeFragment.java
24
import android.widget.
CheckBox
;
36
public
CheckBox
mHideNavCheckbox;
37
public
CheckBox
mHideStatusBarCheckBox;
38
public
CheckBox
mImmersiveModeCheckBox;
39
public
CheckBox
mImmersiveModeStickyCheckBox;
40
public
CheckBox
mLowProfileCheckBox;
52
mLowProfileCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_enable_lowprof);
53
mHideNavCheckbox = (
CheckBox
) flagsView.findViewById(R.id.flag_hide_navbar);
54
mHideStatusBarCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_hide_statbar);
55
mImmersiveModeCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_enable_immersive)
[
all
...]
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
AdvancedImmersiveModeFragment.java
24
import android.widget.
CheckBox
;
36
public
CheckBox
mHideNavCheckbox;
37
public
CheckBox
mHideStatusBarCheckBox;
38
public
CheckBox
mImmersiveModeCheckBox;
39
public
CheckBox
mImmersiveModeStickyCheckBox;
40
public
CheckBox
mLowProfileCheckBox;
52
mLowProfileCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_enable_lowprof);
53
mHideNavCheckbox = (
CheckBox
) flagsView.findViewById(R.id.flag_hide_navbar);
54
mHideStatusBarCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_hide_statbar);
55
mImmersiveModeCheckBox = (
CheckBox
) flagsView.findViewById(R.id.flag_enable_immersive)
[
all
...]
Completed in 705 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>