Searched refs:mActionBarHeight (Results 1 – 4 of 4) sorted by relevance
61 private final int mActionBarHeight; field in CompactPhotoEditorView85 mActionBarHeight = (int) styledAttributes.getDimension(0, 0); in CompactPhotoEditorView()187 return displayMetrics.heightPixels - mActionBarHeight - mStatusBarHeight; in getContentViewHeight()
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()
63 private int mActionBarHeight; field in SearchFragment117 mActionBarHeight = mActivity.getActionBarHeight(); in onStart()297 mActivity.isDialpadShown() ? mActionBarHeight - mShadowHeight : -mShadowHeight; in updatePosition()302 mActivity.isDialpadShown() ? 0 : mActionBarHeight - mShadowHeight; in updatePosition()
240 private int mActionBarHeight; field in DialtactsActivity383 mActionBarHeight = resources.getDimensionPixelSize(R.dimen.action_bar_height_large); in onCreate()1395 return mActionBarHeight; in getActionBarHeight()