Home | History | Annotate | Download | only in launcher2

Lines Matching refs:buttonId

3083             int buttonId, ComponentName activityName, int fallbackDrawableId,
3090 TextView button = (TextView) findViewById(buttonId);
3110 int buttonId, ComponentName activityName, int fallbackDrawableId,
3112 ImageView button = (ImageView) findViewById(buttonId);
3129 private void updateTextButtonWithDrawable(int buttonId, Drawable d) {
3130 TextView button = (TextView) findViewById(buttonId);
3134 private void updateButtonWithDrawable(int buttonId, Drawable.ConstantState d) {
3135 ImageView button = (ImageView) findViewById(buttonId);