Searched refs:mStashedHeight (Results 1 – 1 of 1) sorted by relevance
241 private final int mStashedHeight; field in TaskbarStashController317 mStashedHeight = mActivity.getResources().getDimensionPixelSize( in TaskbarStashController()321 mStashedHeight = mActivity.getDeviceProfile().stashedTaskbarHeight; in TaskbarStashController()505 ? mStashedHeight in getTouchableHeight()539 return mStashedHeight; in getContentHeightToReportToApps()552 return contentHeight <= mStashedHeight ? 0 : contentHeight; in getTappableHeightToReportToApps()556 return mStashedHeight; in getStashedHeight()705 : (mUnstashedHeight - mStashedHeight); in createAnimToIsStashed()1377 pw.println(prefix + "\tmStashedHeight=" + mStashedHeight); in dumpLogs()