Searched defs:callLogItem (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java287 final CallLogListItemView callLogItem = (CallLogListItemView) v.getParent().getParent();
288 handleRowExpanded(callLogItem, true /* animate */, false /* forceExpand */);
886 * @param callLogItem The call log entry parent view.
889 private void expandOrCollapseActions(CallLogListItemView callLogItem, boolean isExpanded) { argument
890 final CallLogListItemViews views = (CallLogListItemViews)callLogItem.getTag();
895 inflateActionViewStub(callLogItem);
901 callLogItem.setTranslationZ(mExpandedTranslationZ); // WAR
911 callLogItem.setTranslationZ(0); // WAR
934 * @param callLogItem The call log list item view.
936 private void inflateActionViewStub(final View callLogItem) { argument
[all...]

Completed in 33 milliseconds