Searched refs:mActionBarHeight (Results 1 – 3 of 3) sorted by relevance
83 private final int mActionBarHeight; field in MediaPickerPanel94 mActionBarHeight = getResources().getDimensionPixelSize(R.dimen.action_bar_height); in MediaPickerPanel()129 requestedHeight -= mActionBarHeight; in onMeasure()216 return fullHeight - mActionBarHeight; in getDesiredHeight()
61 private int mActionBarHeight; field in SearchFragment108 mActionBarHeight = mActivity.getActionBarHeight(); in onStart()308 mActivity.isDialpadShown() ? mActionBarHeight - mShadowHeight : -mShadowHeight; in updatePosition()312 endTranslationValue = mActivity.isDialpadShown() ? 0 : mActionBarHeight - mShadowHeight; in updatePosition()
299 private int mActionBarHeight; field in DialtactsActivity360 mActionBarHeight = resources.getDimensionPixelSize(R.dimen.action_bar_height_large); in onCreate()1427 return mActionBarHeight; in getActionBarHeight()