Searched refs:iconWithDot (Results 1 – 1 of 1) sorted by relevance
268 LayerDrawable iconWithDot = new LayerDrawable(layers); in showTipDot() local274 iconWithDot.setLayerGravity(1, Gravity.TOP | Gravity.RIGHT); in showTipDot()275 iconWithDot.setLayerWidth(1, dotSize); in showTipDot()276 iconWithDot.setLayerHeight(1, dotSize); in showTipDot()277 iconWithDot.setLayerInsetTop(1, -linewidth); in showTipDot()278 iconWithDot.setLayerInsetRight(1, -linewidth); in showTipDot()280 item.setIcon(iconWithDot); in showTipDot()285 Drawable iconWithDot = item.getIcon(); in hideTipDot() local286 if (iconWithDot instanceof LayerDrawable) { in hideTipDot()287 LayerDrawable layers = (LayerDrawable) iconWithDot; in hideTipDot()