Searched refs:mDragHandle (Results 1 – 2 of 2) sorted by relevance
37 private ImageView mDragHandle; field in LocaleDragCell51 mDragHandle = (ImageView) findViewById(R.id.dragHandle); in onFinishInflate()59 mDragHandle.setVisibility(showHandle ? VISIBLE : INVISIBLE); in setShowHandle()106 return mDragHandle; in getDragHandle()
143 private ImageView mDragHandle; field in LocaleListEditorTest481 ReflectionHelpers.setField(mLocaleDragCell, "mDragHandle", mDragHandle); in onBindViewHolder_shouldSetCheckedBoxText()