Lines Matching full:button
339 // Initialize last picture button.
353 // Initialize shutter button.
1206 public void onShutterButtonFocus(ShutterButton button, boolean pressed) {
1210 switch (button.getId()) {
1217 public void onShutterButtonClick(ShutterButton button) {
1221 switch (button.getId()) {
1479 // the focus to the shutter button and press it.
1482 // the shutter button gets the focus, doFocus() will be
1523 // Half pressing the shutter (i.e. the focus button event) will
2025 View button = findViewById(id);
2026 ((View) button.getParent()).setVisibility(View.VISIBLE);
2036 View button = findViewById(id);
2037 ((View) button.getParent()).setVisibility(View.GONE);