Searched refs:backgroundPadding (Results 1 – 1 of 1) sorted by relevance
3903 Rect backgroundPadding = new Rect(); in testPadding() local3904 background.getPadding(backgroundPadding); in testPadding()3908 assertTrue(backgroundPadding.left != 0); in testPadding()3909 assertTrue(backgroundPadding.right != 0); in testPadding()3910 assertTrue(backgroundPadding.top != 0); in testPadding()3911 assertTrue(backgroundPadding.bottom != 0); in testPadding()3922 backgroundPadding = new Rect(); in testPadding()3923 background.getPadding(backgroundPadding); in testPadding()3927 assertTrue(backgroundPadding.left != 0); in testPadding()3928 assertTrue(backgroundPadding.right != 0); in testPadding()[all …]