HomeSort by relevance Sort by last modified time
    Searched defs:mSubDecor (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 96 private ViewGroup mSubDecor;
273 mSubDecor = (ViewGroup) LayoutInflater.from(themedContext)
276 mDecorContentParent = (DecorContentParent) mSubDecor
294 mSubDecor = (ViewGroup) LayoutInflater.from(mActivity)
297 mSubDecor = (ViewGroup) LayoutInflater.from(mActivity)
304 ViewCompat.setOnApplyWindowInsetsListener(mSubDecor,
325 ((FitWindowsViewGroup) mSubDecor).setOnFitSystemWindowsListener(
336 ViewUtils.makeOptionalFitsSystemWindows(mSubDecor);
339 mActivity.superSetContentView(mSubDecor);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 106 milliseconds