Searched refs:vglp (Results 1 – 4 of 4) sorted by relevance
126 final ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in testCopyConstructor() local129 copy = new FrameLayout.LayoutParams(vglp); in testCopyConstructor()130 assertEquals("Width", vglp.width, copy.width); in testCopyConstructor()131 assertEquals("Height", vglp.height, copy.height); in testCopyConstructor()
104 ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in testActionOutsideDoesNotContainedObscuredInformation()111 v.setLayoutParams(vglp); in testActionOutsideDoesNotContainedObscuredInformation()119 v.setLayoutParams(vglp); in testActionOutsideDoesNotContainedObscuredInformation()
122 ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in doShowApplicationOverlay() local128 v.setLayoutParams(vglp); in doShowApplicationOverlay()
135 ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in showApplicationOverlay() local141 v.setLayoutParams(vglp); in showApplicationOverlay()