Searched refs:dragHandle (Results 1 – 2 of 2) sorted by relevance
169 View dragHandle = mDragHandles[i]; in onLayout() local170 mSystemGestureExclusionRects.get(i).set(dragHandle.getLeft(), dragHandle.getTop(), in onLayout()171 dragHandle.getRight(), dragHandle.getBottom()); in onLayout()
49 mDragHandle = (ImageView) findViewById(R.id.dragHandle); in onFinishInflate()