Home
last modified time | relevance | path

Searched refs:sbd (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java497 ShiftedBitmapDrawable sbd = (ShiftedBitmapDrawable) mForeground; in setIcon() local
498 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() local
503 sbd.setShiftX(sbd.getShiftX() - sTmpRect.left - bgStroke); in setIcon()
504 sbd.setShiftY(sbd.getShiftY() - sTmpRect.top - bgStroke); in setIcon()