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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java86 private int mRoundedDefaultBottom; field in class:ScreenDecorations
100 mRoundedDefaultBottom = mContext.getResources().getDimensionPixelSize(
270 return mRoundedDefault > 0 || mRoundedDefaultBottom > 0 || mRoundedDefaultTop > 0;
355 int sizeBottom = mRoundedDefaultBottom;

Completed in 98 milliseconds