Searched refs:topChild (Results 1 – 2 of 2) sorted by relevance
521 final ActivityRecord topChild = task.getTopMostActivity();524 } else if (topChild != null && topChild.shouldUseAppThemeSnapshot()) {536 final ActivityRecord topChild = task.getTopMostActivity();537 if (topChild == null) {540 final WindowState mainWindow = topChild.findMainWindow();571 InsetUtils.addInsets(contentInsets, topChild.getLetterboxInsets());577 topChild.mActivityComponent, hwBitmap.getHardwareBuffer(),
1909 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local1911 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()