Searched refs:ForgetFadeUidInfo (Results 1 – 1 of 1) sorted by relevance
137 new ForgetFadeUidInfo(winner.getClientUid())); in restoreVShapedPlayers()1193 mFocusHandler.obtainMessage(MSL_L_FORGET_UID, new ForgetFadeUidInfo(uid)), in postForgetUidLater()1236 final int uid = ((ForgetFadeUidInfo) msg.obj).mUid; in initFocusThreading()1255 private static final class ForgetFadeUidInfo { class in MediaFocusControl1258 ForgetFadeUidInfo(int uid) { in ForgetFadeUidInfo() method in MediaFocusControl.ForgetFadeUidInfo1270 final ForgetFadeUidInfo f = (ForgetFadeUidInfo) o; in equals()