Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java171 private Rect mAppOpsTouchRect = new Rect(); field in ConversationLayout
1172 mAppOpsTouchRect.set( in onLayout()
1186 mAppOpsTouchRect.left = (int) Math.min(mAppOpsTouchRect.left, in onLayout()
1188 mAppOpsTouchRect.right = (int) Math.max(mAppOpsTouchRect.right, in onLayout()
1194 if (mAppOpsTouchRect.height() < mMinTouchSize) { in onLayout()
1195 heightIncrease = (int) Math.ceil((mMinTouchSize - mAppOpsTouchRect.height()) in onLayout()
1198 mAppOpsTouchRect.inset(0, -heightIncrease); in onLayout()
1203 mAppOpsTouchRect.offset(viewGroup.getLeft(), viewGroup.getTop()); in onLayout()
1208 setTouchDelegate(new TouchDelegate(mAppOpsTouchRect, mAppOps)); in onLayout()