Searched defs:mLayoutInsets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java3087 private Insets mLayoutInsets; field in class:View
16692 if (mLayoutInsets == null) {
16693 mLayoutInsets = computeOpticalInsets();
16695 return mLayoutInsets;
16709 mLayoutInsets = insets;

Completed in 74 milliseconds