/frameworks/base/core/java/android/preference/ |
D | SwitchPreference.java | 26 import android.widget.Switch; 127 if (checkableView instanceof Switch) { in onBindView() 128 final Switch switchView = (Switch) checkableView; in onBindView() 134 if (checkableView instanceof Switch) { in onBindView() 135 final Switch switchView = (Switch) checkableView; in onBindView()
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | SwitchBindingAdapter.java | 23 import android.widget.Switch; 26 …@BindingMethod(type = android.widget.Switch.class, attribute = "android:thumb", method = "setThumb… 27 …@BindingMethod(type = android.widget.Switch.class, attribute = "android:track", method = "setTrack… 33 public static void setSwitchTextAppearance(Switch view, int value) { in setSwitchTextAppearance()
|
/frameworks/support/v14/preference/src/android/support/v14/preference/ |
D | SwitchPreference.java | 29 import android.widget.Switch; 225 if (view instanceof Switch) { in syncSwitchView() 226 final Switch switchView = (Switch) view; in syncSwitchView() 232 if (view instanceof Switch) { in syncSwitchView() 233 final Switch switchView = (Switch) view; in syncSwitchView()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | CompatModeDialog.java | 29 import android.widget.Switch; 35 final Switch mCompatEnabled; 51 mCompatEnabled = (Switch)findViewById(com.android.internal.R.id.compat_checkbox); in CompatModeDialog()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | SwitchBindingAdapterTest.java | 23 import android.widget.Switch; 28 Switch mView;
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 79 public class Switch extends CompoundButton { class 169 public Switch(Context context) { in Switch() method in Switch 180 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch 194 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch 215 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Switch() method in Switch 225 attrs, com.android.internal.R.styleable.Switch, defStyleAttr, defStyleRes); in Switch() 1393 return Switch.class.getName(); in getAccessibilityClassName() 1432 private static final FloatProperty<Switch> THUMB_POS = new FloatProperty<Switch>("thumbPos") { 1434 public Float get(Switch object) { 1439 public void setValue(Switch object, float value) {
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | togglebutton.jd | 16 <li>{@link android.widget.Switch}</li> 26 provides a slider control, which you can add with a {@link android.widget.Switch} object.</p>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarHeaderView.java | 38 import android.widget.Switch; 82 private Switch mQsDetailHeaderSwitch; 154 mQsDetailHeaderSwitch = (Switch) mQsDetailHeader.findViewById(android.R.id.toggle); in onFinishInflate()
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | older-implementation.jd | 51 <p>{@link android.widget.NumberPicker} and {@link android.widget.Switch} widgets can be implemented…
|
/frameworks/base/docs/html/design/handhelds/ |
D | index.jd | 58 <p>Switch to an app by touching it. Remove an item by swiping left or right.</p>
|
/frameworks/base/docs/html/design/material/ |
D | index.jd | 152 Switch between activities with custom <strong>activity transition</strong> animations.
|
/frameworks/base/docs/html/training/location/ |
D | location-testing.jd | 207 Switch from normal mode to mock mode, run through the test data once, switch back to 214 Switch from normal mode to mock mode, then run through the test data indefinitely. The
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 124 import android.widget.Switch; 1928 final Switch hardKeySwitch = (Switch)mSwitchingDialogTitleView.findViewById( in updateKeyboardFromSettingsLocked() 3083 final Switch hardKeySwitch = (Switch) mSwitchingDialogTitleView.findViewById( in showInputMethodMenu()
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/ |
D | badges.jd | 140 /** Switch the badge urls for selected language */
|
/frameworks/base/docs/html/distribute/tools/promote/ |
D | badges.jd | 159 /** Switch the badge urls for selected language */
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 91 <td>Switch to previous layout orientation (for example, portrait, landscape)</td> 95 <td>Switch to next layout orientation (for example, portrait, landscape)</td>
|
D | systrace.jd | 48 <li>Switch to the DDMS perspective, by selecting <strong>Window > Perspectives >
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-memory.jd | 749 <li>Switch to the <em>Compare Basket</em> view and click <strong>Compare the Results</strong> 772 <li>Switch between your app and another app while in different activity states (navigate to
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | core.jd | 957 Switch to another app to send the test app into the background. Go to
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1174 case Instruction::Switch: in WriteInstruction()
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 195 <p>The {@link android.media.RemoteControlClient} class is now deprecated. Switch
|
D | android-4.0.jd | 1293 <h4>Switch widget</h4> 1295 <p>The new {@link android.widget.Switch} widget is a two-state toggle that users can drag to one 1328 android.preference.TwoStatePreference} that provides a {@link android.widget.Switch} widget in the
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 222 NO DOC BLOCK: android.widget.Switch Constructor (android.content.Context, android.util.AttributeSet… 556 NO DOC BLOCK: android.widget.Switch Method getShowText() 561 NO DOC BLOCK: android.widget.Switch Method getSplitTrack() 945 NO DOC BLOCK: android.widget.Switch Method setShowText(boolean) 949 NO DOC BLOCK: android.widget.Switch Method setSplitTrack(boolean)
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1173 case Instruction::Switch: in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1214 case Instruction::Switch: in WriteInstruction()
|