Searched refs:mDragContentHeight (Results 1 – 1 of 1) sorted by relevance
89 private int mDragContentHeight = 0; field in LauncherAppWidgetHostView285 if (mIsInDragMode && mDragContentWidth > 0 && mDragContentHeight > 0 in onMeasure()288 MeasureSpec.getSize(mDragContentHeight)); in onMeasure()301 mDragContentHeight = getChildAt(0).getMeasuredHeight(); in startDrag()316 mDragContentHeight = 0; in endDrag()