Searched refs:topChild (Results 1 – 2 of 2) sorted by relevance
360 final AppWindowToken topChild = task.getTopChild(); in getSnapshotMode() local363 } else if (topChild != null && topChild.shouldUseAppThemeSnapshot()) { in getSnapshotMode()375 final AppWindowToken topChild = task.getTopChild(); in drawAppThemeSnapshot() local376 if (topChild == null) { in drawAppThemeSnapshot()379 final WindowState mainWindow = topChild.findMainWindow(); in drawAppThemeSnapshot()407 return new TaskSnapshot(topChild.mActivityComponent, hwBitmap.createGraphicBufferHandle(), in drawAppThemeSnapshot()408 hwBitmap.getColorSpace(), topChild.getTask().getConfiguration().orientation, in drawAppThemeSnapshot()
1909 final View topChild = layoutTitle ? mTitleTextView : mSubtitleTextView; in onLayout() local1911 final LayoutParams toplp = (LayoutParams) topChild.getLayoutParams(); in onLayout()