Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java1193 int heightIncrease = 0; in onLayout() local
1195 heightIncrease = (int) Math.ceil((mMinTouchSize - mAppOpsTouchRect.height()) in onLayout()
1198 mAppOpsTouchRect.inset(0, -heightIncrease); in onLayout()