Searched refs:backgroundPadding (Results 1 – 1 of 1) sorted by relevance
2820 Rect backgroundPadding = new Rect(); in testPadding() local2821 background.getPadding(backgroundPadding); in testPadding()2825 assertTrue(backgroundPadding.left != 0); in testPadding()2826 assertTrue(backgroundPadding.right != 0); in testPadding()2827 assertTrue(backgroundPadding.top != 0); in testPadding()2828 assertTrue(backgroundPadding.bottom != 0); in testPadding()2839 backgroundPadding = new Rect(); in testPadding()2840 background.getPadding(backgroundPadding); in testPadding()2844 assertTrue(backgroundPadding.left != 0); in testPadding()2845 assertTrue(backgroundPadding.right != 0); in testPadding()[all …]