HomeSort by relevance Sort by last modified time
    Searched refs:Switch (Results 51 - 75 of 215) sorted by null

1 23 4 5 6 7 8 9

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TLoop.java 28 public void apply(Switch sw)
TLt.java 28 public void apply(Switch sw)
TLte.java 28 public void apply(Switch sw)
TLvar.java 28 public void apply(Switch sw)
TMinus.java 28 public void apply(Switch sw)
TName.java 28 public void apply(Switch sw)
TNe.java 28 public void apply(Switch sw)
TOr.java 28 public void apply(Switch sw)
TParenClose.java 28 public void apply(Switch sw)
TParenOpen.java 28 public void apply(Switch sw)
TPercent.java 28 public void apply(Switch sw)
TPlus.java 28 public void apply(Switch sw)
TQuestion.java 28 public void apply(Switch sw)
TSet.java 28 public void apply(Switch sw)
TSlash.java 28 public void apply(Switch sw)
TStar.java 28 public void apply(Switch sw)
TString.java 28 public void apply(Switch sw)
TUvar.java 28 public void apply(Switch sw)
TVar.java 28 public void apply(Switch sw)
TWith.java 28 public void apply(Switch sw)
TWord.java 28 public void apply(Switch sw)
  /frameworks/base/core/java/android/preference/
SwitchPreference.java 25 import android.widget.Switch;
39 // Switch text for on and off states
110 if (checkableView instanceof Switch) {
111 final Switch switchView = (Switch) checkableView;
122 * Set the text displayed on the switch widget in the on state.
133 * Set the text displayed on the switch widget in the off state.
144 * Set the text displayed on the switch widget in the on state.
154 * Set the text displayed on the switch widget in the off state.
164 * @return The text that will be displayed on the switch widget in the on stat
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 26 import android.widget.Switch;
39 private Switch mSwitch;
54 public BluetoothEnabler(Context context, Switch switch_) {
94 public void setSwitch(Switch switch_) {
113 // Reset switch to off
124 switch (state) {
148 // if the checked status on Switch isn't changed by user click
  /frameworks/base/services/java/com/android/server/am/
CompatModeDialog.java 29 import android.widget.Switch;
35 final Switch mCompatEnabled;
51 mCompatEnabled = (Switch)findViewById(com.android.internal.R.id.compat_checkbox);
  /packages/apps/Settings/src/com/android/settings/nfc/
AndroidBeam.java 32 import android.widget.Switch;
39 private Switch mActionBarSwitch;
47 mActionBarSwitch = new Switch(activity);

Completed in 324 milliseconds

1 23 4 5 6 7 8 9