[go: nahoru, domu]

Searched refs:subDecor (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java366 ViewGroup subDecor = null;
372 subDecor = (ViewGroup) inflater.inflate(
394 subDecor = (ViewGroup) LayoutInflater.from(themedContext)
397 mDecorContentParent = (DecorContentParent) subDecor
416 subDecor = (ViewGroup) inflater.inflate(
419 subDecor = (ViewGroup) inflater.inflate(R.layout.abc_screen_simple, null);
425 ViewCompat.setOnApplyWindowInsetsListener(subDecor,
447 ((FitWindowsViewGroup) subDecor).setOnFitSystemWindowsListener(
457 if (subDecor == null) {
469 mTitleView = (TextView) subDecor
516 onSubDecorInstalled(ViewGroup subDecor) argument
[all...]

Completed in 33 milliseconds