Searched refs:mCustomOutline (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java33 private boolean mCustomOutline; field in class:ExpandableOutlineView
40 if (!mCustomOutline) {
85 mCustomOutline = false;
93 return mCustomOutline ? mOutlineRect.left : (int) getTranslation();
97 if (mCustomOutline) {
115 mCustomOutline = true;

Completed in 71 milliseconds