Searched refs:mFitInsetsTypes (Results 1 – 1 of 1) sorted by relevance
3434 private @InsetsType int mFitInsetsTypes = Type.systemBars(); field in WindowManager.LayoutParams3477 mFitInsetsTypes = types; in setFitInsetsTypes()3551 return mFitInsetsTypes; in getFitInsetsTypes()3812 out.writeInt(mFitInsetsTypes); in writeToParcel()3884 mFitInsetsTypes = in.readInt(); in LayoutParams()4170 if (mFitInsetsTypes != o.mFitInsetsTypes) { in copyFrom()4171 mFitInsetsTypes = o.mFitInsetsTypes; in copyFrom()4363 if (mFitInsetsTypes != 0) { in toString()4366 LayoutParams.class, "mFitInsetsTypes", mFitInsetsTypes)); in toString()4422 proto.write(FIT_INSETS_TYPES, mFitInsetsTypes); in dumpDebug()