Home
last modified time | relevance | path

Searched refs:mLayoutInsets (Results 1 – 1 of 1) sorted by relevance

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