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