List of usage examples for android.widget Button.OnLongClickListener interface-usage
From source file com.stasbar.knowyourself.timer.TimerSetupView.java
public class TimerSetupView extends LinearLayout implements Button.OnClickListener, Button.OnLongClickListener { private final Button[] mNumbers = new Button[10]; private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; private int mInputPointer = -1; private ImageButton mDelete;
From source file com.wizardsofm.deskclock.timer.TimerSetupView.java
public class TimerSetupView extends LinearLayout implements Button.OnClickListener, Button.OnLongClickListener { private final Button[] mNumbers = new Button[10]; private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; private int mInputPointer = -1; private ImageButton mDelete;
From source file orbin.deskclock.timer.TimerSetupView.java
public class TimerSetupView extends LinearLayout implements Button.OnClickListener, Button.OnLongClickListener { private final Button[] mNumbers = new Button[10]; private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; private int mInputPointer = -1; private ImageButton mDelete;
From source file com.android.deskclock.timer.TimerSetupView.java
public class TimerSetupView extends LinearLayout implements Button.OnClickListener, Button.OnLongClickListener { private final Button[] mNumbers = new Button[10]; private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; private int mInputPointer = -1; private ImageButton mDelete;