Searched defs:mSubDecor (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java107 private ViewGroup mSubDecor; field in class:AppCompatDelegateImplV7
269 ViewGroup contentParent = (ViewGroup) mSubDecor.findViewById(android.R.id.content);
278 ViewGroup contentParent = (ViewGroup) mSubDecor.findViewById(android.R.id.content);
287 ViewGroup contentParent = (ViewGroup) mSubDecor.findViewById(android.R.id.content);
296 ViewGroup contentParent = (ViewGroup) mSubDecor.findViewById(android.R.id.content);
312 mSubDecor = createSubDecor();
322 onSubDecorInstalled(mSubDecor);
519 ContentFrameLayout cfl = (ContentFrameLayout) mSubDecor.findViewById(android.R.id.content);
797 ViewStubCompat stub = (ViewStubCompat) mSubDecor
865 return mSubDecorInstalled && mSubDecor !
[all...]

Completed in 79 milliseconds