Home | History | Annotate | Download | only in calllog

Lines Matching refs:isExpanded

785         expandOrCollapseActions(callLogItemView, isExpanded(rowId));
870 private boolean isExpanded(long rowId) {
903 * @param isExpanded The new expansion state of the view.
905 private void expandOrCollapseActions(View callLogItem, boolean isExpanded) {
908 expandVoicemailTranscriptionView(views, isExpanded);
909 if (isExpanded) {
932 boolean isExpanded) {
941 view.setMaxLines(isExpanded ? VOICEMAIL_TRANSCRIPTION_MAX_LINES : 1);
942 view.setSingleLine(!isExpanded);
1428 if (forceExpand && isExpanded(views.rowId)) {