Searched refs:backgroundPadding (Results 1 – 1 of 1) sorted by relevance
3773 Rect backgroundPadding = new Rect(); in testPadding() local3774 background.getPadding(backgroundPadding); in testPadding()3778 assertTrue(backgroundPadding.left != 0); in testPadding()3779 assertTrue(backgroundPadding.right != 0); in testPadding()3780 assertTrue(backgroundPadding.top != 0); in testPadding()3781 assertTrue(backgroundPadding.bottom != 0); in testPadding()3792 backgroundPadding = new Rect(); in testPadding()3793 background.getPadding(backgroundPadding); in testPadding()3797 assertTrue(backgroundPadding.left != 0); in testPadding()3798 assertTrue(backgroundPadding.right != 0); in testPadding()[all …]