Home
last modified time | relevance | path

Searched refs:topChild (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java521 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(),
/frameworks/base/core/java/android/widget/
DToolbar.java1909 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local
1911 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()