Home | History | Annotate | Download | only in sample

Lines Matching refs:button

32 import android.widget.Button;
51 private HashMap<Button, Facet<?>> mButtonToFacet = new HashMap<>();
100 mOrderToFacet.get(0).button.requestFocus();
147 mButtonToFacet.put(facet.button, facet);
149 facet.button.setOnFocusChangeListener(mFacetButtonFocusListener);
153 Button button;
157 Facet(Button button, int order, Class<T> clazz) {
158 this.button = button;