Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java41 public void addView(View child) { in addView()
50 public void addView(View child, int index) { in addView()
59 public void addView(View child, LayoutParams params) { in addView()
68 public void addView(View child, int index, LayoutParams params) { in addView()
89 final View child = getChildAt(i); in onMeasure() local
150 final View child = getChildAt(i); in onLayout() local
DCameraPreview.java222 final View child = getChildAt(0); in onLayout() local
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java223 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
296 protected void swipeView(View child, float deltaX, float deltaY) { in swipeView()
313 protected void notifyOnDismissEvent( View child ){ in notifyOnDismissEvent()
334 View child = getChildAt(index); in getFirstVisibleCardTag() local
449 private void resetAnimatedView(View child) { in resetAnimatedView()
468 final View child = getChildAt(index); in runInitialAnimations() local
486 private void handleViewSwipingOut(final View child, float deltaX, float deltaY) { in handleViewSwipingOut()
507 private void handleViewSwipingIn(final View child, float deltaX, float deltaY) { in handleViewSwipingIn()
533 View child = getChildAt(index); in scrollToCard() local
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DScalingOffsettingHelper.java37 public void updateChild(View child, WearableRecyclerView parent) { in updateChild()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DFixedGridLayout.java64 final View child = getChildAt(index); in onMeasure() local
87 final View child = getChildAt(index); in onLayout() local
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
DFixedGridLayout.java77 final View child = getChildAt(index); in onMeasure() local
98 final View child = getChildAt(index); in onLayout() local
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DNode.java81 Node addChild(Node child) { in addChild()
91 Node addFirstChild(Node child) { in addFirstChild()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java120 protected boolean addViewInLayout(View child, int index, LayoutParams params, in addViewInLayout()
128 public void addView(View child, int index, LayoutParams params) { in addView()
135 View child = getChildAt(0); in onMeasure() local
142 View child = getChildAt(0); in onLayout() local
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DListViewRemovalAnimation.java182 View child = listview.getChildAt(i); in animateRemoval() local
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java99 View child = getChildAt(i); in onDraw() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java92 final View child = getChildAt(i); in onMeasure() local
149 final View child = getChildAt(i); in onLayout() local
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java133 Button child = (Button) parent.getChildAt(i); in buttonClick() local
297 View child = parent.getChildAt(i); in popChildrenIn() local
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskListView.java50 public boolean onRequestSendAccessibilityEvent(View child, AccessibilityEvent event) { in onRequestSendAccessibilityEvent()
/development/tools/idegen/src/com/android/idegen/
DModule.java291 Module child = moduleCache.getAndCacheByName(dependency); in buildDependentModules() local
309 Module child = moduleCache.getAndCacheByDir(dependency); in buildDependentModules() local
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java68 final View child = getChildAt(i); in onLayout() local
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java153 final Node child = childNodes.item(i); in visitElement() local
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java112 View child = getChildAt(i); in addRow() local
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java332 Uri child = DocumentsContract.buildChildDocumentsUriUsingTree(uri, in onActivityResult() local
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java268 View child = listview.getChildAt(i); in animateOtherViews() local
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmAdapter.java179 View child = parent.getChildAt(i); in onDrawOver() local
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java158 View child = getChildAt(i); in onDraw() local
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java158 View child = getChildAt(i); in onDraw() local
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java158 View child = getChildAt(i); in onDraw() local
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java158 View child = getChildAt(i); in onDraw() local
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java158 View child = getChildAt(i); in onDraw() local

12