Searched refs:mFitInsetsTypes (Results 1 – 1 of 1) sorted by relevance
2875 private @InsetsType int mFitInsetsTypes = Type.systemBars(); field in WindowManager.LayoutParams2918 mFitInsetsTypes = types; in setFitInsetsTypes()2947 return mFitInsetsTypes; in getFitInsetsTypes()3128 out.writeInt(mFitInsetsTypes); in writeToParcel()3195 mFitInsetsTypes = in.readInt(); in LayoutParams()3449 if (mFitInsetsTypes != o.mFitInsetsTypes) { in copyFrom()3450 mFitInsetsTypes = o.mFitInsetsTypes; in copyFrom()3627 if (mFitInsetsTypes != 0) { in toString()3630 LayoutParams.class, "mFitInsetsTypes", mFitInsetsTypes)); in toString()3686 proto.write(FIT_INSETS_TYPES, mFitInsetsTypes); in dumpDebug()