Searched refs:mDragHandle (Results 1 – 2 of 2) sorted by relevance
36 private ImageView mDragHandle; field in LocaleDragCell49 mDragHandle = (ImageView) findViewById(R.id.dragHandle); in onFinishInflate()57 mDragHandle.setVisibility(showHandle ? VISIBLE : INVISIBLE); in setShowHandle()104 return mDragHandle; in getDragHandle()
34 protected View mDragHandle; field in PipMenuIconsAlgorithm49 mDragHandle = dragHandle; in bindViews()