Searched refs:topChild (Results 1 – 5 of 5) sorted by relevance
227 final AppWindowToken topChild = task.getTopChild(); in getSnapshotMode() local230 } else if (topChild != null && topChild.shouldUseAppThemeSnapshot()) { in getSnapshotMode()242 final AppWindowToken topChild = task.getTopChild(); in drawAppThemeSnapshot() local243 if (topChild == null) { in drawAppThemeSnapshot()246 final WindowState mainWindow = topChild.findMainWindow(); in drawAppThemeSnapshot()270 topChild.getConfiguration().orientation, mainWindow.mStableInsets, in drawAppThemeSnapshot()
172 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top); in testCenterChild() local174 topChild.getBottom() + 0.1f * mContainerHeight, childTop); in testCenterChild()
284 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top); in testCenterChild() local286 topChild.getBottom() + 0.1f * mContainerHeight, childTop); in testCenterChild()
1791 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local1793 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()
1787 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local1789 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()