Searched refs:mDragContentWidth (Results 1 – 1 of 1) sorted by relevance
87 private int mDragContentWidth = 0; field in LauncherAppWidgetHostView285 if (mIsInDragMode && mDragContentWidth > 0 && mDragContentHeight > 0 in onMeasure()287 measureChild(getChildAt(0), MeasureSpec.getSize(mDragContentWidth), in onMeasure()300 mDragContentWidth = getChildAt(0).getMeasuredWidth(); in startDrag()315 mDragContentWidth = 0; in endDrag()