Home | History | Annotate | Download | only in launcher2

Lines Matching refs:buttonId

3141             int buttonId, ComponentName activityName, int fallbackDrawableId,
3148 TextView button = (TextView) findViewById(buttonId);
3168 int buttonId, ComponentName activityName, int fallbackDrawableId,
3170 ImageView button = (ImageView) findViewById(buttonId);
3187 private void updateTextButtonWithDrawable(int buttonId, Drawable d) {
3188 TextView button = (TextView) findViewById(buttonId);
3192 private void updateButtonWithDrawable(int buttonId, Drawable.ConstantState d) {
3193 ImageView button = (ImageView) findViewById(buttonId);