Home
last modified time | relevance | path

Searched refs:mContentViewLayoutParams (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java76 @Nullable private ViewGroup.LayoutParams mContentViewLayoutParams; field in DragView
145 mContentViewLayoutParams = mContent.getLayoutParams(); in DragView()
471 mContent.setLayoutParams(mContentViewLayoutParams); in detachContentView()