Searched refs:mChild (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInvalidateTest.java63 mChild = new View(getContext());
68 mParent.addView(mChild);
72 validateInvalFlags(mChild, View.PFLAG_INVALIDATED);
80 mChild = null;
92 private View mChild; field in class:ViewInvalidateTest
119 validateInvalFlags(mChild,
127 mChild.invalidate();
130 validateInvalFlags(mChild,
145 validateInvalFlags(mChild,
149 mChild
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DFillInWrapTest.java27 private View mChild; field in class:FillInWrapTest
39 mChild = activity.findViewById(R.id.data);
45 assertNotNull(mChild);
52 mChild.getMeasuredHeight() < mContainer.getMeasuredHeight());
H A DLinearLayoutEditTextsTest.java28 private View mChild; field in class:LinearLayoutEditTextsTest
40 mChild = activity.findViewById(R.id.editText1);
46 assertNotNull(mChild);
52 final int childHeight = mChild.getHeight();
H A DWeightSumTest.java28 private View mChild; field in class:WeightSumTest
40 mChild = activity.findViewById(R.id.child);
46 assertNotNull(mChild);
52 final int childWidth = mChild.getWidth();
H A DWeightTest.java31 private View mChild; field in class:WeightTest
43 mChild = activity.findViewById(R.id.child4);
49 assertNotNull(mChild);
55 ViewAsserts.assertRightAligned(mChild, mContainer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareUiLayout.java47 private View mChild; field in class:HardwareUiLayout
95 if (mChild != null) {
96 mChild.setBackground(mBackground);
102 if (mChild != null) {
103 MarginLayoutParams params = (MarginLayoutParams) mChild.getLayoutParams();
111 mChild.setLayoutParams(params);
122 if (mChild == null) {
124 mChild = getChildAt(0);
125 mChild.setBackground(mBackground);
127 mOldHeight = mChild
[all...]
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewNestedScrollingParentTest.java63 private View mChild; field in class:NestedScrollViewNestedScrollingParentTest
73 mChild = new View(mActivityTestRule.getActivity());
108 mNestedScrollView.onNestedScrollAccepted(mChild, mChild,
129 mChild,
130 mChild,
160 mChild,
161 mChild,
192 mChild,
193 mChild,
[all...]
H A DNestedScrollViewTest.java54 private View mChild; field in class:NestedScrollViewTest
114 assertThat(mChild.getMeasuredHeight(), is(50));
125 assertThat(mChild.getMeasuredHeight(), is(60));
136 assertThat(mChild.getMeasuredHeight(), is(100));
357 mChild = new View(mActivityTestRule.getActivity());
358 mChild.setMinimumWidth(100);
359 mChild.setMinimumHeight(childHeight);
360 mChild.setBackgroundDrawable(
366 mNestedScrollView.addView(mChild);
374 mChild
[all...]
/frameworks/base/services/core/java/com/android/server/firewall/
H A DNotFilter.java28 private final Filter mChild; field in class:NotFilter
31 mChild = child;
37 return !mChild.matches(ifw, resolvedComponent, intent, callerUid, callerPid, resolvedType,
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DSFFakeHwc_test.cpp933 mChild = mComposerClient->createSurface(String8("Child surface"), 10, 10,
935 fillSurfaceRGBA8(mChild, LIGHT_GRAY);
944 mChild = 0;
948 sp<SurfaceControl> mChild; member in class:__anon1887::ChildLayerTest
954 ts.show(mChild);
955 ts.setPosition(mChild, 10, 10);
981 ts.show(mChild);
982 ts.setPosition(mChild, 0, 0);
1000 ts.show(mChild);
1001 ts.setPosition(mChild,
[all...]
/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DViewShowHidePerfTest.java132 private final View mChild; field in class:ViewShowHidePerfTest
135 mChild = subTreeFactory.create(getContext(), depth);
153 callback.run(state, width, height, parent, mChild);
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp1830 mChild = mComposerClient->createSurface(String8("Child surface"), 10, 10,
1832 fillSurfaceRGBA8(mChild, 200, 200, 200);
1842 mChild = 0;
1845 sp<SurfaceControl> mChild; member in class:android::ChildLayerTest
1851 t.show(mChild);
1852 t.setPosition(mChild, 10, 10);
1881 t.show(mChild);
1882 t.setPosition(mChild, 0, 0);
1897 t.show(mChild);
1898 t.setPosition(mChild,
2456 sp<SurfaceControl> mChild; member in class:android::ScreenCaptureChildOnlyTest
[all...]
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentManager.java4063 private final View mChild; field in class:FragmentManagerImpl.EndViewTransitionAnimator
4071 mChild = child;
4104 mParent.endViewTransition(mChild);

Completed in 177 milliseconds