Searched refs:headsUpChild (Results 1 – 2 of 2) sorted by relevance
238 View headsUpChild = layout.getHeadsUpChild(); in setIconAnimationRunning() local241 setIconAnimationRunningForChild(running, headsUpChild); in setIconAnimationRunning()587 View headsUpChild = layout.getHeadsUpChild();590 setChronometerRunningForChild(running, headsUpChild);1298 View headsUpChild = mPrivateLayout.getHeadsUpChild();1299 if (headsUpChild == null) {1300 headsUpChild = mPrivateLayout.getContractedChild();1302 mHeadsUpHeight = headsUpChild.getHeight();
2492 View headsUpChild = entry.getHeadsUpContentView();2493 if (headsUpContentView != null && headsUpChild != null) {2495 headsUpChild, mOnClickHandler);