Home | History | Annotate | Download | only in calllog

Lines Matching defs:isExpanded

769         expandOrCollapseActions(callLogItemView, isExpanded(rowId));
855 private boolean isExpanded(long rowId) {
887 * @param isExpanded The new expansion state of the view.
889 private void expandOrCollapseActions(CallLogListItemView callLogItem, boolean isExpanded) {
892 expandVoicemailTranscriptionView(views, isExpanded);
893 if (isExpanded) {
916 boolean isExpanded) {
925 view.setMaxLines(isExpanded ? VOICEMAIL_TRANSCRIPTION_MAX_LINES : 1);
926 view.setSingleLine(!isExpanded);
1378 if (forceExpand && isExpanded(views.rowId)) {