Searched refs:mLayoutInsets (Results 1 – 2 of 2) sorted by relevance
4852 private Insets mLayoutInsets; field in View27101 if (mLayoutInsets == null) { in getOpticalInsets()27102 mLayoutInsets = computeOpticalInsets(); in getOpticalInsets()27104 return mLayoutInsets; in getOpticalInsets()27118 mLayoutInsets = insets; in setOpticalInsets()
62919 Landroid/view/View;->mLayoutInsets:Landroid/graphics/Insets;