Searched refs:NumPadKey (Results 1 – 4 of 4) sorted by relevance
40 public class NumPadKey extends ViewGroup { class61 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);77 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey81 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey85 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey89 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey93 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey, defStyle, in NumPadKey()137 R.style.NumPadKey); in NumPadKey()
43 private NumPadKey[] mButtons = new NumPadKey[10];167 NumPadKey[] getButtons() { in getButtons()175 for (NumPadKey key : mButtons) { in reloadColors()
74 for (NumPadKey button: mView.getButtons()) { in onViewAttached()121 for (NumPadKey button: mView.getButtons()) { in onViewDetached()
80 private NumPadKey[] mButtons = new NumPadKey[]{};