Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragCell.java37 private ImageView mDragHandle; field in LocaleDragCell
51 mDragHandle = (ImageView) findViewById(R.id.dragHandle); in onFinishInflate()
59 mDragHandle.setVisibility(showHandle ? VISIBLE : INVISIBLE); in setShowHandle()
106 return mDragHandle; in getDragHandle()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java143 private ImageView mDragHandle; field in LocaleListEditorTest
481 ReflectionHelpers.setField(mLocaleDragCell, "mDragHandle", mDragHandle); in onBindViewHolder_shouldSetCheckedBoxText()