Home
last modified time | relevance | path

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

123

/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java93 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testShowNext() local
136 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAccessDisplayedChild() local
170 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAccessDisplayedChildBoundary() local
198 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testGetBaseline() local
226 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testShowPrevious() local
262 final RelativeLayout parent = (RelativeLayout) v.getParent(); in testGetCurrentView() local
282 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testAddView() local
324 final RelativeLayout parent = (RelativeLayout) v1.getParent(); in testRemoveViews() local
DRemoteViewsActivityTest.java55 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); in testGood() local
81 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); in testDerivedClass() local
110 ViewGroup parent = (ViewGroup) mActivity.findViewById(R.id.remoteView_host); in testWebView() local
DLinearLayoutTest.java148 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.weightsum); in testAccessWeightSum() local
233 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.horizontal); in testLayoutHorizontal() local
290 LinearLayout parent = (LinearLayout) mActivity.findViewById(R.id.vertical); in testLayoutVertical() local
DAdapterViewTest.java472 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
487 public boolean onItemLongClick(AdapterView<?> parent, View view, int position, long id) { in onItemLongClick()
504 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
508 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
DGalleryCtsActivity.java61 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java108 View inflate(ViewGroup parent) { in inflate()
138 View inflate(ViewGroup parent) { in inflate()
164 View inflate(ViewGroup parent) { in inflate()
195 View inflate(ViewGroup parent) { in inflate()
263 View inflate(ViewGroup parent) { in inflate()
287 View inflate(ViewGroup parent) { in inflate()
353 View inflate(ViewGroup parent) { in inflate()
377 View inflate(ViewGroup parent) { in inflate()
444 View inflate(ViewGroup parent) { in inflate()
488 View inflate(ViewGroup parent) { in inflate()
[all …]
DNotificationListenerVerifierActivity.java151 View inflate(ViewGroup parent) { in inflate()
185 View inflate(ViewGroup parent) { in inflate()
266 View inflate(ViewGroup parent) { in inflate()
313 View inflate(ViewGroup parent) { in inflate()
360 View inflate(ViewGroup parent) { in inflate()
390 View inflate(ViewGroup parent) { in inflate()
421 View inflate(ViewGroup parent) { in inflate()
DPackagePriorityVerifierActivity.java76 View inflate(ViewGroup parent) { in inflate()
97 View inflate(ViewGroup parent) { in inflate()
123 View inflate(ViewGroup parent) { in inflate()
152 View inflate(ViewGroup parent) { in inflate()
197 View inflate(ViewGroup parent) { in inflate()
DInteractiveVerifierActivity.java96 abstract View inflate(ViewGroup parent); in inflate()
97 View getView(ViewGroup parent) { in getView()
217 protected View createNlsSettingsItem(ViewGroup parent, int messageId) { in createNlsSettingsItem()
221 protected View createRetryItem(ViewGroup parent, int messageId, Object... messageFormatArgs) { in createRetryItem()
225 protected View createUserItem(ViewGroup parent, int actionId, int messageId, in createUserItem()
236 protected View createAutoItem(ViewGroup parent, int stringId) { in createAutoItem()
376 View inflate(ViewGroup parent) { in inflate()
412 View inflate(ViewGroup parent) { in inflate()
/cts/tests/tests/hardware/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()
DSequentialSensorOperation.java51 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
DDelaySensorOperation.java51 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
DWakeLockOperation.java63 public void execute(ISensorTestNode parent) throws InterruptedException { in execute()
DFakeSensorOperation.java60 public void execute(ISensorTestNode parent) { in execute()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewCtsActivity.java49 ViewParent parent = mWebView.getParent(); in onDestroy() local
/cts/tools/utils/
Drerun.py22 def getChildrenWithTag(parent, tagName): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DSimpleReaderActivity.java166 public void onItemSelected(AdapterView<?> parent, View view, int position, in onItemSelected()
188 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/presenter/
DGridItemPresenter.java39 public ViewHolder onCreateViewHolder(ViewGroup parent) { in onCreateViewHolder()
DCardPresenter.java40 public ViewHolder onCreateViewHolder(ViewGroup parent) { in onCreateViewHolder()
/cts/tests/tests/animation/src/android/animation/cts/
DLayoutAnimationTest.java212 public void addChild(ViewGroup parent, View child) { in addChild()
218 public void hideChild(ViewGroup parent, View child) { in hideChild()
235 public void removeChild(ViewGroup parent, View child) { in removeChild()
253 public void showChild(ViewGroup parent, View child) { in showChild()
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
DICalendar.java48 public Component(String name, Component parent) { in Component() method in ICalendar.Component
/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java226 private View getView(long packedPosition, View convertView, ViewGroup parent) { in getView()
253 protected View createView(long packedPosition, int flPos, ViewGroup parent, int desiredHeight) { in createView()
317 View convertView, ViewGroup parent) { in getChildView()
335 ViewGroup parent) { in getGroupView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DDevicePickerActivity.java153 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
164 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c377 pid_t parent = getppid(); in TEST_SIGNAL() local
405 pid_t parent = getppid(); in TEST_SIGNAL() local
435 pid_t parent = getppid(); in TEST_SIGNAL() local
480 pid_t parent = getppid(); in TEST() local
504 pid_t parent = getppid(); in TEST() local
680 pid_t parent = getppid(); in TEST_F() local
701 pid_t parent = getppid(); in TEST_F_SIGNAL() local
725 pid_t parent = getppid(); in TEST_F_SIGNAL() local
746 pid_t parent = getppid(); in TEST_F_SIGNAL() local
765 pid_t parent = getppid(); in TEST_F_SIGNAL() local
[all …]

123