Searched refs:mLayoutInsets (Results 1 – 2 of 2) sorted by relevance
4370 private Insets mLayoutInsets; field in View24158 if (mLayoutInsets == null) { in getOpticalInsets()24159 mLayoutInsets = computeOpticalInsets(); in getOpticalInsets()24161 return mLayoutInsets; in getOpticalInsets()24175 mLayoutInsets = insets; in setOpticalInsets()
77991 Landroid/view/View;->mLayoutInsets:Landroid/graphics/Insets;