Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java300 handleRowExpanded(callLogItem, true /* animate */, false /* forceExpand */);
309 handleRowExpanded(host, false /* animate */,
1425 private void handleRowExpanded(View view, boolean animate, boolean forceExpand) { in handleRowExpanded() method in CallLogAdapter