Home
last modified time | relevance | path

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

12345678910>>...16

/frameworks/support/v4/java/android/support/v4/view/
DViewParentCompat.java37 ViewParent parent, View child, AccessibilityEvent event); in requestSendAccessibilityEvent()
38 boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll()
40 void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted()
42 void onStopNestedScroll(ViewParent parent, View target); in onStopNestedScroll()
43 void onNestedScroll(ViewParent parent, View target, int dxConsumed, int dyConsumed, in onNestedScroll()
45 void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, int[] consumed); in onNestedPreScroll()
46 boolean onNestedFling(ViewParent parent, View target, float velocityX, float velocityY, in onNestedFling()
48 boolean onNestedPreFling(ViewParent parent, View target, float velocityX, float velocityY); in onNestedPreFling()
49 void notifySubtreeAccessibilityStateChanged(ViewParent parent, View child, in notifySubtreeAccessibilityStateChanged()
56 ViewParent parent, View child, AccessibilityEvent event) { in requestSendAccessibilityEvent()
[all …]
/frameworks/support/v4/api21/android/support/v4/view/
DViewParentCompatLollipop.java27 public static boolean onStartNestedScroll(ViewParent parent, View child, View target, in onStartNestedScroll()
38 public static void onNestedScrollAccepted(ViewParent parent, View child, View target, in onNestedScrollAccepted()
48 public static void onStopNestedScroll(ViewParent parent, View target) { in onStopNestedScroll()
57 public static void onNestedScroll(ViewParent parent, View target, int dxConsumed, in onNestedScroll()
67 public static void onNestedPreScroll(ViewParent parent, View target, int dx, int dy, in onNestedPreScroll()
77 public static boolean onNestedFling(ViewParent parent, View target, float velocityX, in onNestedFling()
88 public static boolean onNestedPreFling(ViewParent parent, View target, float velocityX, in onNestedPreFling()
/frameworks/support/design/src/android/support/design/widget/
DViewGroupUtils.java27 void offsetDescendantRect(ViewGroup parent, View child, Rect rect); in offsetDescendantRect()
32 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { in offsetDescendantRect()
39 public void offsetDescendantRect(ViewGroup parent, View child, Rect rect) { in offsetDescendantRect()
64 static void offsetDescendantRect(ViewGroup parent, View descendant, Rect rect) { in offsetDescendantRect()
75 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { in getDescendantRect()
DFloatingActionButton.java330 public boolean layoutDependsOn(CoordinatorLayout parent, in layoutDependsOn()
337 public boolean onDependentViewChanged(CoordinatorLayout parent, FloatingActionButton child, in onDependentViewChanged()
350 public void onDependentViewRemoved(CoordinatorLayout parent, FloatingActionButton child, in onDependentViewRemoved()
367 private boolean updateFabVisibility(CoordinatorLayout parent, in updateFabVisibility()
395 private void updateFabTranslationForSnackbar(CoordinatorLayout parent, in updateFabTranslationForSnackbar()
405 private float getFabTranslationYForSnackbar(CoordinatorLayout parent, in getFabTranslationYForSnackbar()
421 public boolean onLayoutChild(CoordinatorLayout parent, FloatingActionButton child, in onLayoutChild()
444 private void offsetIfNeeded(CoordinatorLayout parent, FloatingActionButton fab) { in offsetIfNeeded()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DAdapterViewBindingAdapter.java62 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
69 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
77 void onItemSelected(AdapterView<?> parent, View view, int position, long id); in onItemSelected()
81 void onNothingSelected(AdapterView<?> parent); in onNothingSelected()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java727 private void runChangeTransition(final ViewGroup parent, View newView, final int changeReason) { in runChangeTransition()
824 private void setupChangeAnimation(final ViewGroup parent, final int changeReason, in setupChangeAnimation()
1147 private void runAppearingTransition(final ViewGroup parent, final View child) { in runAppearingTransition()
1195 private void runDisappearingTransition(final ViewGroup parent, final View child) { in runDisappearingTransition()
1251 private void addChild(ViewGroup parent, View child, boolean changesLayout) { in addChild()
1295 public void layoutChange(ViewGroup parent) { in layoutChange()
1317 public void addChild(ViewGroup parent, View child) { in addChild()
1325 public void showChild(ViewGroup parent, View child) { in showChild()
1340 public void showChild(ViewGroup parent, View child, int oldVisibility) { in showChild()
1356 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { in removeChild()
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DStaticShadowHelper.java36 public void prepareParent(ViewGroup parent); in prepareParent()
46 public void prepareParent(ViewGroup parent) { in prepareParent()
67 public void prepareParent(ViewGroup parent) { in prepareParent()
104 public void prepareParent(ViewGroup parent) { in prepareParent()
/frameworks/base/core/java/android/view/
DGhostView.java41 final ViewGroup parent = (ViewGroup) mView.getParent(); in GhostView() local
79 final ViewGroup parent = (ViewGroup) mView.getParent(); in onDetachedFromWindow() local
87 ViewGroup parent = (ViewGroup) view.getParent(); in calculateMatrix() local
118 FrameLayout parent = new FrameLayout(view.getContext()); in addGhost() local
143 ViewGroup parent = (ViewGroup) ghostView.getParent(); in removeGhost() local
302 ViewParent parent = view.getParent(); in getParents() local
315 ViewGroup parent = (ViewGroup) view.getParent(); in isOnTop() local
DViewPropertyAnimatorRT.java48 public boolean startAnimation(ViewPropertyAnimator parent) { in startAnimation()
66 private void doStartAnimation(ViewPropertyAnimator parent) { in doStartAnimation()
97 private boolean canHandleAnimator(ViewPropertyAnimator parent) { in canHandleAnimator()
/frameworks/base/core/tests/coretests/src/android/widget/
DAutoCompleteTextViewSimple.java99 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
108 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
117 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DNavItemSelectedListener.java38 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
45 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
/frameworks/base/core/java/com/android/internal/app/
DNavItemSelectedListener.java36 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { in onItemSelected()
43 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListThrasher.java87 public View getView(int position, View convertView, ViewGroup parent) { in getView()
124 public void onItemSelected(AdapterView parent, View v, int position, long id) { in onItemSelected()
128 public void onNothingSelected(AdapterView parent) { in onNothingSelected()
DListHeterogeneous.java40 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
57 public View convertView(int position, View convertView, ViewGroup parent) { in convertView()
DListItemsExpandOnSelection.java41 protected View createView(int position, ViewGroup parent, int desiredHeight) { in createView()
55 public View convertView(int position, View convertView, ViewGroup parent) { in convertView()
DListScrollListener.java57 public void onItemSelected(AdapterView parent, View v, int position, long id) { in onItemSelected()
61 public void onNothingSelected(AdapterView parent) { in onNothingSelected()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridThrasher.java89 public View getView(int position, View convertView, ViewGroup parent) { in getView()
128 public void onItemSelected(AdapterView parent, View v, int position, long id) { in onItemSelected()
132 public void onNothingSelected(AdapterView parent) { in onNothingSelected()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayerInvalidationActivity.java126 private void randomInvalidator(ViewGroup parent) { in randomInvalidator()
142 LinearLayout parent = (LinearLayout) view; in collectLinearLayouts() local
157 ViewGroup parent = (ViewGroup) view; in collectTextViews() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.h79 JpegCompressor *parent; member
84 JpegCompressor *parent; member
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DBaseMenuPresenter.java86 final ViewGroup parent = (ViewGroup) mMenuView; in updateMenuView() local
142 protected boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
160 public MenuView.ItemView createItemView(ViewGroup parent) { in createItemView()
175 public View getItemView(MenuItemImpl item, View convertView, ViewGroup parent) { in getItemView()
/frameworks/base/core/java/com/android/internal/view/menu/
DBaseMenuPresenter.java82 final ViewGroup parent = (ViewGroup) mMenuView; in updateMenuView() local
138 protected boolean filterLeftoverView(ViewGroup parent, int childIndex) { in filterLeftoverView()
156 public MenuView.ItemView createItemView(ViewGroup parent) { in createItemView()
171 public View getItemView(MenuItemImpl item, View convertView, ViewGroup parent) { in getItemView()
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
Dnode_ext.kt29 var parent : Node? = getParentNode() in getAndroidId() variable
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DListenerBindingObject.java70 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { } in onItemClick()
72 public boolean onItemLongClick(AdapterView<?> parent, View view, int position, long id) { in onItemLongClick()
76 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { } in onItemSelected()
78 public void onNothingSelected(AdapterView<?> parent) { } in onNothingSelected()
96 public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, in onChildClick()
101 public boolean onGroupClick(ExpandableListView parent, View v, int groupPosition, long id) { in onGroupClick()
216 public void onChildViewAdded(View parent, View child) { } in onChildViewAdded()
218 public void onChildViewRemoved(View parent, View child) { } in onChildViewRemoved()
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
DXMLParser.java57 public DocumentContext(ParserRuleContext parent, int invokingState) { in DocumentContext()
141 public PrologContext(ParserRuleContext parent, int invokingState) { in PrologContext()
227 public ContentContext(ParserRuleContext parent, int invokingState) { in ContentContext()
344 public ElementContext(ParserRuleContext parent, int invokingState) { in ElementContext()
435 public ReferenceContext(ParserRuleContext parent, int invokingState) { in ReferenceContext()
486 public AttributeContext(ParserRuleContext parent, int invokingState) { in AttributeContext()
531 public ChardataContext(ParserRuleContext parent, int invokingState) { in ChardataContext()
581 public MiscContext(ParserRuleContext parent, int invokingState) { in MiscContext()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DOMANode.java16 protected OMANode(OMANode parent, String name, String context) { in OMANode() method in OMANode
85 private static void unmarshal(InputStream in, OMAConstructed parent) throws IOException { in unmarshal()
97 private static OMANode buildNode(InputStream in, OMAConstructed parent) throws IOException { in buildNode()

12345678910>>...16