Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 96) sorted by relevance

1234

/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java96 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testShowNext() local
141 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAccessDisplayedChild() local
176 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAccessDisplayedChildBoundary() local
205 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testGetBaseline() local
234 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testShowPrevious() local
271 final RelativeLayout parent = (RelativeLayout) v.getParent(); in testGetCurrentView() local
292 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAddView() local
336 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testRemoveViews() local
DLinearLayoutTest.java104 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); in testAccessBaselineAligned() local
128 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); in testGetBaseline() local
152 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); in testAccessBaselineAlignedChildIndex() local
187 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_weightsum); in testAccessWeightSum() local
216 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_empty); in testWeightDistribution() local
268 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); in testGenerateLayoutParams() local
277 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); in testCheckLayoutParams() local
289 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); in testGenerateDefaultLayoutParams() local
312 MockLinearLayout parent = (MockLinearLayout) mActivity.findViewById(R.id.linear_custom); in testGenerateLayoutParamsFromMarginParams() local
343 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.linear_horizontal); in testLayoutHorizontal() local
[all …]
DRemoteViewsActivityTest.java63 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); in testGood() local
89 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); in testDerivedClass() local
118 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); in testWebView() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DConditionProviderVerifierActivity.java75 View inflate(ViewGroup parent) { in inflate()
110 View inflate(ViewGroup parent) { in inflate()
144 View inflate(ViewGroup parent) { in inflate()
178 View inflate(ViewGroup parent) { in inflate()
227 View inflate(ViewGroup parent) { in inflate()
283 View inflate(ViewGroup parent) { in inflate()
328 View inflate(ViewGroup parent) { in inflate()
378 View inflate(ViewGroup parent) { in inflate()
419 View inflate(ViewGroup parent) { in inflate()
497 View inflate(ViewGroup parent) { in inflate()
[all …]
DNotificationListenerVerifierActivity.java174 View inflate(ViewGroup parent) { in inflate()
217 View inflate(ViewGroup parent) { in inflate()
306 View inflate(ViewGroup parent) { in inflate()
355 View inflate(ViewGroup parent) { in inflate()
415 View inflate(ViewGroup parent) { in inflate()
464 View inflate(ViewGroup parent) { in inflate()
500 View inflate(ViewGroup parent) { in inflate()
535 View inflate(ViewGroup parent) { in inflate()
577 View inflate(ViewGroup parent) { in inflate()
626 View inflate(ViewGroup parent) { in inflate()
[all …]
DAttentionManagementVerifierActivity.java132 View inflate(ViewGroup parent) { in inflate()
172 View inflate(ViewGroup parent) { in inflate()
198 View inflate(ViewGroup parent) { in inflate()
229 View inflate(ViewGroup parent) { in inflate()
299 View inflate(ViewGroup parent) { in inflate()
323 View inflate(ViewGroup parent) { in inflate()
391 View inflate(ViewGroup parent) { in inflate()
415 View inflate(ViewGroup parent) { in inflate()
484 View inflate(ViewGroup parent) { in inflate()
530 View inflate(ViewGroup parent) { in inflate()
[all …]
DShortcutThrottlingResetActivity.java111 View inflate(ViewGroup parent) { in inflate()
134 View inflate(ViewGroup parent) { in inflate()
160 View inflate(ViewGroup parent) { in inflate()
183 View inflate(ViewGroup parent) { in inflate()
DInteractiveVerifierActivity.java99 abstract View inflate(ViewGroup parent); in inflate()
100 View getView(ViewGroup parent) { in getView()
225 protected View createNlsSettingsItem(ViewGroup parent, int messageId) { in createNlsSettingsItem()
229 protected View createRetryItem(ViewGroup parent, int messageId, Object... messageFormatArgs) { in createRetryItem()
233 protected View createUserItem(ViewGroup parent, int actionId, int messageId, in createUserItem()
244 protected View createAutoItem(ViewGroup parent, int stringId) { in createAutoItem()
427 View inflate(ViewGroup parent) { in inflate()
463 View inflate(ViewGroup parent) { in inflate()
/cts/tests/tests/debug/libdebugtest/
Dandroid_debug_cts.cpp46 static bool parent(pid_t child) { in parent() function
67 static void ptraceAttach(pid_t parent) { in ptraceAttach()
83 static void processVmReadv(pid_t parent, const std::vector<long *> &addresses) { in processVmReadv()
105 return run_test([&](pid_t parent) { in Java_android_debug_cts_DebugTest_processVmReadv()
115 return run_test([](pid_t parent) { in Java_android_debug_cts_DebugTest_processVmReadvNullptr()
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DSensorOperation.java65 public abstract void execute(ISensorTestNode parent) throws InterruptedException; in execute()
92 protected ISensorTestNode asTestNode(ISensorTestNode parent) { in asTestNode()
100 public SensorTestNode(ISensorTestNode parent, SensorOperation operation) { in SensorTestNode()
DRepeatingSensorOperation.java52 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
80 public TestNode(ISensorTestNode parent, int iteration) { in TestNode()
DDelaySensorOperation.java51 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
DSequentialSensorOperation.java51 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
DWakeLockOperation.java63 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java217 protected View createUserInteractionTestView(ViewGroup parent, int stringId, int messageId) { in createUserInteractionTestView()
227 protected View createAutoTestView(ViewGroup parent, int messageId) { in createAutoTestView()
241 abstract View inflate(ViewGroup parent); in inflate()
243 View getView(ViewGroup parent) { in getView()
401 View inflate(ViewGroup parent) { in inflate()
420 View inflate(ViewGroup parent) { in inflate()
447 View inflate(ViewGroup parent) { in inflate()
519 View inflate(ViewGroup parent) { in inflate()
606 View inflate(ViewGroup parent) { in inflate()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DOneTimeSpinnerListener.java56 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
61 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
/cts/tests/tests/os/src/android/os/cts/
DCustomPathClassLoader.java24 public CustomPathClassLoader(String dexPath, ClassLoader parent) { in CustomPathClassLoader()
DCustomDexClassLoader.java24 public CustomDexClassLoader(String dexPath, String optimizedDirectory, ClassLoader parent) { in CustomDexClassLoader()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
DHceFReaderActivity.java129 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
134 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewCtsActivity.java50 ViewParent parent = mWebView.getParent(); in onDestroy() local
DCookieSyncManagerCtsActivity.java58 ViewParent parent = mWebView.getParent(); in onDestroy() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DWebViewTestActivity.java48 ViewParent parent = mWebView.getParent(); in onDestroy() local
/cts/tools/utils/
Drerun.py22 def getChildrenWithTag(parent, tagName): argument
/cts/tests/tests/animation/src/android/animation/cts/
DLayoutAnimationTest.java240 public void addChild(ViewGroup parent, View child) { in addChild()
246 public void hideChild(ViewGroup parent, View child) { in hideChild()
263 public void removeChild(ViewGroup parent, View child) { in removeChild()
281 public void showChild(ViewGroup parent, View child) { in showChild()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DSimpleReaderActivity.java167 public void onItemSelected(AdapterView<?> parent, View view, int position, in onItemSelected()
189 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()

1234