Home
last modified time | relevance | path

Searched refs:vglp (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayout_LayoutParamsTest.java126 final ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in testCopyConstructor() local
129 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()
/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java104 ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in testActionOutsideDoesNotContainedObscuredInformation()
111 v.setLayoutParams(vglp); in testActionOutsideDoesNotContainedObscuredInformation()
119 v.setLayoutParams(vglp); in testActionOutsideDoesNotContainedObscuredInformation()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundActivity.java122 ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in doShowApplicationOverlay() local
128 v.setLayoutParams(vglp); in doShowApplicationOverlay()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java135 ViewGroup.LayoutParams vglp = new ViewGroup.LayoutParams( in showApplicationOverlay() local
141 v.setLayoutParams(vglp); in showApplicationOverlay()