Searched refs:supportsSizeChanges (Results 1 – 11 of 11) sorted by relevance
87 private boolean supportsSizeChanges; field in ParsedActivityImpl122 this.supportsSizeChanges = other.supportsSizeChanges; in ParsedActivityImpl()193 alias.supportsSizeChanges = target.isSupportsSizeChanges(); in makeAlias()314 dest.writeBoolean(this.supportsSizeChanges); in writeToParcel()354 this.supportsSizeChanges = in.readBoolean(); in ParsedActivityImpl()417 boolean supportsSizeChanges, in ParsedActivityImpl() argument443 this.supportsSizeChanges = supportsSizeChanges; in ParsedActivityImpl()546 return supportsSizeChanges; in isSupportsSizeChanges()677 supportsSizeChanges = value; in setSupportsSizeChanges()
41 boolean supportsSizeChanges) { in setSupportsSizeChanges() argument42 ((ParsedActivityImpl) activity).setSupportsSizeChanges(supportsSizeChanges); in setSupportsSizeChanges()
427 public boolean supportsSizeChanges;1755 supportsSizeChanges = orig.supportsSizeChanges;2105 if (supportsSizeChanges) {2163 dest.writeBoolean(supportsSizeChanges);2287 supportsSizeChanges = source.readBoolean();
4771 final boolean supportsSizeChanges = owner.mAppMetaData != null4775 if (supportsSizeChanges || (activity.metaData != null4777 activity.info.supportsSizeChanges = true;4950 info.supportsSizeChanges = target.info.supportsSizeChanges;
1342 ActivityBuilder setSupportsSizeChanges(boolean supportsSizeChanges) { in setSupportsSizeChanges() argument1343 mSupportsSizeChanges = supportsSizeChanges; in setSupportsSizeChanges()1454 aInfo.supportsSizeChanges = mSupportsSizeChanges; in buildInner()
4765 private ActivityRecord buildActivityRecord(boolean supportsSizeChanges, int resizeMode,4769 .setSupportsSizeChanges(supportsSizeChanges)
373 ai.supportsSizeChanges = a.isSupportsSizeChanges(); in generateActivityInfo()
582 ai.supportsSizeChanges = a.isSupportsSizeChanges(); in generateActivityInfo()
2940 final boolean supportsSizeChanges = appMetaData != null2947 if (supportsSizeChanges || activity.getMetaData()
1354 + ActivityInfo.sizeChangesSupportModeToString(supportsSizeChanges())); in dump()8385 switch (supportsSizeChanges()) { in shouldCreateCompatDisplayInsets()8420 private int supportsSizeChanges() { in supportsSizeChanges() method in ActivityRecord8425 if (info.supportsSizeChanges) { in supportsSizeChanges()
25753 HPLcom/android/server/wm/ActivityRecord;->supportsSizeChanges()I