Searched refs:sbd (Results 1 – 1 of 1) sorted by relevance
497 ShiftedBitmapDrawable sbd = (ShiftedBitmapDrawable) mForeground; in setIcon() local498 sbd.setShiftX(sbd.getShiftX() - sTmpRect.left - bgStroke); in setIcon()499 sbd.setShiftY(sbd.getShiftY() - sTmpRect.top - bgStroke); in setIcon()502 ShiftedBitmapDrawable sbd = (ShiftedBitmapDrawable) mBadge; in setIcon() local503 sbd.setShiftX(sbd.getShiftX() - sTmpRect.left - bgStroke); in setIcon()504 sbd.setShiftY(sbd.getShiftY() - sTmpRect.top - bgStroke); in setIcon()