Searched refs:viewGroup (Results 1 – 8 of 8) sorted by relevance
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowViewGroupTest.java | 315 ViewGroup viewGroup = new FrameLayout(context); in shouldKnowWhenOnInterceptTouchEventWasCalled() local 318 viewGroup.onInterceptTouchEvent(touchEvent); in shouldKnowWhenOnInterceptTouchEventWasCalled() 320 assertThat(shadowOf(viewGroup).getInterceptedTouchEvent()).isEqualTo(touchEvent); in shouldKnowWhenOnInterceptTouchEventWasCalled() 326 ViewGroup viewGroup = new FrameLayout(context); in removeView_shouldRequestLayout() local 327 viewGroup.addView(view); in removeView_shouldRequestLayout() 328 shadowOf(viewGroup).setDidRequestLayout(false); in removeView_shouldRequestLayout() 330 viewGroup.removeView(view); in removeView_shouldRequestLayout() 331 assertThat(shadowOf(viewGroup).didRequestLayout()).isTrue(); in removeView_shouldRequestLayout() 337 ViewGroup viewGroup = new FrameLayout(context); in removeViewAt_shouldRequestLayout() local 338 viewGroup.addView(view); in removeViewAt_shouldRequestLayout() [all …]
|
D | ShadowLayoutInflaterTest.java | 173 ViewGroup viewGroup = inflate(R.layout.request_focus); in shouldNotCountRequestFocusElementAsChild() local 174 ViewGroup frameLayout = (ViewGroup) viewGroup.getChildAt(1); in shouldNotCountRequestFocusElementAsChild() 187 ViewGroup viewGroup = inflate(R.layout.request_focus); in shouldGiveFocusToElementContainingRequestFocusElement() local 188 EditText editText = viewGroup.findViewById(R.id.edit_text); in shouldGiveFocusToElementContainingRequestFocusElement()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowDialog.java | 133 ViewGroup viewGroup = (ViewGroup) view; in clickOnText() local 134 for (int i = 0; i < viewGroup.getChildCount(); i++) { in clickOnText() 135 View child = viewGroup.getChildAt(i); in clickOnText()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | BluetoothDeviceList.java | 110 public View getView(int position, View convertView, ViewGroup viewGroup) { in getView() argument
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineNoPositionTests.cpp | 743 …de::MovePtr<tcu::TestCaseGroup> viewGroup (new tcu::TestCaseGroup(testCtx, viewGroupName.c_str(),… in createNoPositionTests() local 765 viewGroup->addChild(new NoPositionCase(testCtx, testName, "", params)); in createNoPositionTests() 769 ssboGroup->addChild(viewGroup.release()); in createNoPositionTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2665 …TestCaseGroup* const viewGroup = new TestCaseGroup(m_context, viewClassToName(viewClass), viewClas… in init() local 2667 nonCompressedGroup->addChild(viewGroup); in init() 2678 addCopyTests(viewGroup, srcFormat, dstFormat); in init() 2686 …TestCaseGroup* const viewGroup = new TestCaseGroup(m_context, viewClassToName(viewClass), viewClas… in init() local 2688 compressedGroup->addChild(viewGroup); in init() 2699 addCopyTests(viewGroup, srcFormat, dstFormat); in init() 2707 …TestCaseGroup* const viewGroup = new TestCaseGroup(m_context, viewClassName.c_str(), viewClassN… in init() local 2712 mixedGroup->addChild(viewGroup); in init() 2723 addCopyTests(viewGroup, srcFormat, dstFormat); in init() 2724 addCopyTests(viewGroup, dstFormat, srcFormat); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 1908 de::MovePtr<tcu::TestCaseGroup> viewGroup(new tcu::TestCaseGroup(testCtx, view.name.c_str(), "")); in createChildren() local 1963 viewGroup->addChild(renderGroup.release()); in createChildren() 1965 fdmTests->addChild(viewGroup.release()); in createChildren()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessExtsTests.cpp | 3054 …de::MovePtr<tcu::TestCaseGroup> viewGroup(new tcu::TestCaseGroup(testCtx, viewCases[viewNdx].name,… in createTests() local 3095 …viewGroup->addChild(new RobustnessExtsTestCase(testCtx, stageCases[stageNdx].name, stageCases[stag… in createTests() 3097 sampGroup->addChild(viewGroup.release()); in createTests()
|