Home | History | Annotate | Download | only in launcher3

Lines Matching refs:buttonId

3438             int buttonId, ComponentName activityName, int fallbackDrawableId,
3445 TextView button = (TextView) findViewById(buttonId);
3465 int buttonId, ComponentName activityName, int fallbackDrawableId,
3467 ImageView button = (ImageView) findViewById(buttonId);
3484 private void updateTextButtonWithDrawable(int buttonId, Drawable d) {
3485 TextView button = (TextView) findViewById(buttonId);
3489 private void updateButtonWithDrawable(int buttonId, Drawable.ConstantState d) {
3490 ImageView button = (ImageView) findViewById(buttonId);