Home
last modified time | relevance | path

Searched defs:onSetLayoutParams (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DToolbar.java1613 protected void onSetLayoutParams(View child, ViewGroup.LayoutParams lp) { in onSetLayoutParams() method in Toolbar
H A DGridLayout.java846 protected void onSetLayoutParams(View child, ViewGroup.LayoutParams layoutParams) { in onSetLayoutParams() method in GridLayout
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java8133 protected void onSetLayoutParams(View child, LayoutParams layoutParams) { in onSetLayoutParams() method in ViewGroup