Searched refs:backgroundPadding (Results 1 – 1 of 1) sorted by relevance
3451 Rect backgroundPadding = new Rect(); in testPadding() local3452 background.getPadding(backgroundPadding); in testPadding()3456 assertTrue(backgroundPadding.left != 0); in testPadding()3457 assertTrue(backgroundPadding.right != 0); in testPadding()3458 assertTrue(backgroundPadding.top != 0); in testPadding()3459 assertTrue(backgroundPadding.bottom != 0); in testPadding()3470 backgroundPadding = new Rect(); in testPadding()3471 background.getPadding(backgroundPadding); in testPadding()3475 assertTrue(backgroundPadding.left != 0); in testPadding()3476 assertTrue(backgroundPadding.right != 0); in testPadding()[all …]