Searched refs:backgroundPadding (Results 1 – 1 of 1) sorted by relevance
3246 Rect backgroundPadding = new Rect(); in testPadding() local3247 background.getPadding(backgroundPadding); in testPadding()3251 assertTrue(backgroundPadding.left != 0); in testPadding()3252 assertTrue(backgroundPadding.right != 0); in testPadding()3253 assertTrue(backgroundPadding.top != 0); in testPadding()3254 assertTrue(backgroundPadding.bottom != 0); in testPadding()3265 backgroundPadding = new Rect(); in testPadding()3266 background.getPadding(backgroundPadding); in testPadding()3270 assertTrue(backgroundPadding.left != 0); in testPadding()3271 assertTrue(backgroundPadding.right != 0); in testPadding()[all …]