The Same Parents

这首歌曲探讨了人类共同起源的主题,强调尽管我们来自同一个祖先,但现实中却存在着种族与宗教间的仇恨与冲突。歌词呼吁人们应该生活在自由、无饥饿、无战争的世界。
The Same Parents
http://www.google.cn/music/album?id=B804296f7bb10fe17

We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
At the beginning,
We all had one mother and one father
That's where we're descending from (attention)
I don't, I don't understand why so much hate (attention)
Between races, and religions
It's mad, insane
I don't understand (amazing)
Why it hurts, people died (incredible experience)
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
(attention) I don't, I don't understand
why so much hate (amazing)
between races and religions (incredible experience)
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
At the beginning
We all had one mother and one father
That's where we're descending from
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
I don't, I don't understan
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
At the beginning,
We all had one mother and one father
That's where we're descending from (attention)
I don't, I don't understand why so much hate (attention)
Between races, and religions
It's mad, insane
I don't understand (amazing)
Why it hurts, people died (incredible experience)
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
(attention) I don't, I don't understand
why so much hate (amazing)
between races and religions (incredible experience)
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
At the beginning
We all had one mother and one father
That's where we're descending from
We all had the same parents
Many million years ago
Why can't we live in freedom
Without hunger, with no war?
I don't, I don't understan
这段函数代表什么 public int compareTo(WindowContainer other) { Slog.d("huangbg", Log.getStackTraceString( new Throwable())); Slog.d("huangbg","other = " + other); if (this == other) { Slog.d("huangbg"," compareTo 929"); return 0; } Slog.d("huangbg"," mParent = " + mParent); if (mParent != null && mParent == other.mParent) { Slog.d("huangbg"," compareTo 934"); final WindowList<WindowContainer> list = mParent.mChildren; return list.indexOf(this) > list.indexOf(other) ? 1 : -1; } final LinkedList<WindowContainer> thisParentChain = mTmpChain1; final LinkedList<WindowContainer> otherParentChain = mTmpChain2; try { getParents(thisParentChain); other.getParents(otherParentChain); // Find the common ancestor of both containers. WindowContainer commonAncestor = null; WindowContainer thisTop = thisParentChain.peekLast(); WindowContainer otherTop = otherParentChain.peekLast(); while (thisTop != null && otherTop != null && thisTop == otherTop) { commonAncestor = thisParentChain.removeLast(); otherParentChain.removeLast(); thisTop = thisParentChain.peekLast(); otherTop = otherParentChain.peekLast(); } Slog.d("huangbg"," commonAncestor = " + commonAncestor); // Containers don't belong to the same hierarchy??? if (commonAncestor == null) { throw new IllegalArgumentException("No in the same hierarchy this=" + thisParentChain + " other=" + otherParentChain); } // Children are always considered greater than their parents, so if one of the containers // we are comparing it the parent of the other then whichever is the child is greater. if (commonAncestor == this) { Slog.d("huangbg"," compareTo 965"); return -1; } else if (commonAncestor == other) { Slog.d("huangbg"," compareTo 968"); return 1; } Slog.d("huangbg"," compareTo 971"); // The position of the first non-common ancestor in the common ancestor list determines // which is greater the which. final WindowList<WindowContainer> list = commonAncestor.mChildren; return list.indexOf(thisParentChain.peekLast()) > list.indexOf(otherParentChain.peekLast()) ? 1 : -1; } finally { mTmpChain1.clear(); mTmpChain2.clear(); } }
02-07
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值