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

/frameworks/base/core/java/android/view/
H A DView.java3902 private Insets mLayoutInsets; field in class:View
21166 if (mLayoutInsets == null) {
21167 mLayoutInsets = computeOpticalInsets();
21169 return mLayoutInsets;
21183 mLayoutInsets = insets;

Completed in 102 milliseconds