Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/localepicker/
H A DLocaleDragCell.java36 private ImageView mDragHandle; field in LocaleDragCell
49 mDragHandle = (ImageView) findViewById(R.id.dragHandle); in onFinishInflate()
57 mDragHandle.setVisibility(showHandle ? VISIBLE : INVISIBLE); in setShowHandle()
104 return mDragHandle; in getDragHandle()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuIconsAlgorithm.java34 protected View mDragHandle; field in PipMenuIconsAlgorithm
49 mDragHandle = dragHandle; in bindViews()