Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/preference/
DSwitchPreference.java25 import android.widget.Switch;
110 if (checkableView instanceof Switch) { in onBindView()
111 final Switch switchView = (Switch) checkableView; in onBindView()
/frameworks/base/services/java/com/android/server/am/
DCompatModeDialog.java29 import android.widget.Switch;
35 final Switch mCompatEnabled;
51 mCompatEnabled = (Switch)findViewById(com.android.internal.R.id.compat_checkbox); in CompatModeDialog()
/frameworks/base/core/java/android/widget/
DSwitch.java54 public class Switch extends CompoundButton { class
106 public Switch(Context context) { in Switch() method in Switch
117 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch
130 public Switch(Context context, AttributeSet attrs, int defStyle) { in Switch() method in Switch
139 com.android.internal.R.styleable.Switch, defStyle, 0); in Switch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodsPanel.java41 import android.widget.Switch;
82 private Switch mHardKeyboardSwitch;
143 mHardKeyboardSwitch = (Switch) findViewById(R.id.hard_keyboard_switch); in onFinishInflate()
/frameworks/base/docs/html/guide/developing/tools/
Demulator.jd531 <td>Switch to previous layout orientation (for example, portrait, landscape)</td>
535 <td>Switch to next layout orientation (for example, portrait, landscape)</td>
/frameworks/base/docs/html/resources/faq/
Dtroubleshooting.jd137 <li>Switch to the DDMS view in Eclipse (if you don't already have it open):
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1147 case Instruction::Switch: in WriteInstruction()
/frameworks/base/docs/html/sdk/
Dandroid-4.0.jd1377 <h4>Switch widget</h4>
1379 <p>The new {@link android.widget.Switch} widget is a two-state toggle that users can drag to one
1412 android.preference.TwoStatePreference} that provides a {@link android.widget.Switch} widget in the
/frameworks/base/docs/html/guide/developing/devices/
Demulator.jd249 <td>Switch to previous layout orientation (for example, portrait, landscape)</td>
253 <td>Switch to next layout orientation (for example, portrait, landscape)</td>
/frameworks/base/docs/html/guide/topics/clipboard/
Dcopy-paste.jd903 // Switch based on the incoming content URI
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd775 <b>Switch to first task and complete it.</b> When done looking
/frameworks/base/api/
Dcurrent.txt27109 public class Switch extends android.widget.CompoundButton {
27110 ctor public Switch(android.content.Context);
27111 ctor public Switch(android.content.Context, android.util.AttributeSet);
27112 ctor public Switch(android.content.Context, android.util.AttributeSet, int);
D14.txt27109 public class Switch extends android.widget.CompoundButton {
27110 ctor public Switch(android.content.Context);
27111 ctor public Switch(android.content.Context, android.util.AttributeSet);
27112 ctor public Switch(android.content.Context, android.util.AttributeSet, int);