Searched refs:numButtons (Results 1 – 4 of 4) sorted by relevance
36 private int numButtons = 1; field in LayoutAnimationsByDefault50 newButton.setText(String.valueOf(numButtons++)); in onCreate()
44 private int numButtons = 1; field in LayoutAnimations85 newButton.setText(String.valueOf(numButtons++)); in onCreate()
45 private int numButtons = 1; field in LayoutAnimationsHideShow
81 int numButtons = 0; field in RequestDuringLayout.MyLayout125 button.setText("Button " + (numButtons++)); in addButton()