Searched refs:thumbInsets (Results 1 – 1 of 1) sorted by relevance
1247 final Insets thumbInsets; in draw() local1249 thumbInsets = mThumbDrawable.getOpticalInsets(); in draw()1251 thumbInsets = Insets.NONE; in draw()1266 if (thumbInsets != Insets.NONE) { in draw()1267 if (thumbInsets.left > padding.left) { in draw()1268 trackLeft += thumbInsets.left - padding.left; in draw()1270 if (thumbInsets.top > padding.top) { in draw()1271 trackTop += thumbInsets.top - padding.top; in draw()1273 if (thumbInsets.right > padding.right) { in draw()1274 trackRight -= thumbInsets.right - padding.right; in draw()[all …]