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

1 2 3 4 56 7 8 9

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AMultiplyExpression.java 37 public void apply(Switch sw)
ANameCommand.java 37 public void apply(Switch sw)
ANeExpression.java 37 public void apply(Switch sw)
ANumericAddExpression.java 37 public void apply(Switch sw)
ANumericEqExpression.java 37 public void apply(Switch sw)
ANumericNeExpression.java 37 public void apply(Switch sw)
AOrExpression.java 37 public void apply(Switch sw)
ASubtractExpression.java 37 public void apply(Switch sw)
AUvarCommand.java 37 public void apply(Switch sw)
AVarCommand.java 37 public void apply(Switch sw)
Start.java 34 public void apply(Switch sw)
AAltCommand.java 42 public void apply(Switch sw)
AAutoescapeCommand.java 42 public void apply(Switch sw)
AEachCommand.java 47 public void apply(Switch sw)
AEscapeCommand.java 42 public void apply(Switch sw)
AIfCommand.java 47 public void apply(Switch sw)
ALoopToCommand.java 47 public void apply(Switch sw)
ASetCommand.java 42 public void apply(Switch sw)
AWithCommand.java 47 public void apply(Switch sw)
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 51 * A Switch is a two-state toggle switch widget that can select between two
55 public class Switch extends CompoundButton {
99 * Construct a new Switch with default styling, overriding specific style
105 public Switch(Context context, AttributeSet attrs) {
110 * Construct a new Switch with a default style determined by the given theme attribute,
118 public Switch(Context context, AttributeSet attrs, int defStyle) {
145 * Sets the switch text color, size, style, hint color, and highlight color
210 * @return true if (x, y) is within the target area of the switch thumb
226 switch (action)
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/ui/
Switch.java 51 * A Switch is a two-state toggle switch widget that can select between two
55 public class Switch extends CompoundButton {
99 * Construct a new Switch with default styling, overriding specific style
105 public Switch(Context context, AttributeSet attrs) {
110 * Construct a new Switch with a default style determined by the given theme attribute,
118 public Switch(Context context, AttributeSet attrs, int defStyle) {
145 * Sets the switch text color, size, style, hint color, and highlight color
210 * @return true if (x, y) is within the target area of the switch thumb
226 switch (action)
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 45 * A Switch is a two-state toggle switch widget that can select between two
48 * property controls the text displayed in the label for the switch, whereas the
68 public class Switch extends CompoundButton {
117 * Construct a new Switch with default styling.
121 public Switch(Context context) {
126 * Construct a new Switch with default styling, overriding specific style
132 public Switch(Context context, AttributeSet attrs) {
137 * Construct a new Switch with a default style determined by the given theme attribute,
145 public Switch(Context context, AttributeSet attrs, int defStyle)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 42 import android.widget.Switch;
118 Switch actionBarSwitch = new Switch(activity);
196 switch (item.getItemId()) {
249 switch (bluetoothState) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 74 LogCatPreferencePage_Switch_Perspective=Switch Perspective
75 LogCatPreferencePage_Switch_To=Switch to:
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 48 import android.widget.Switch;
66 private Switch mSwitch;
89 mSwitch = new Switch(activity);

Completed in 861 milliseconds

1 2 3 4 56 7 8 9