Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallContactInteractions.java360 LayoutParams messageLayoutParams = (LayoutParams) messageTextView.getLayoutParams(); in bindView() local
361 messageLayoutParams.addRule(this.isIncoming? in bindView()
363 messageTextView.setLayoutParams(messageLayoutParams); in bindView()