Searched refs:mGutter (Results 1 – 1 of 1) sorted by relevance
53 private View mGutter; field in NotificationItemView88 if (mGutter == null) { in addGutter()89 mGutter = mPopupContainer.inflateAndAdd(R.layout.notification_gutter, mRootView); in addGutter()94 MarginLayoutParams lp = (MarginLayoutParams) mGutter.getLayoutParams(); in inverseGutterMargin()103 if (mGutter != null) { in removeAllViews()104 mRootView.removeView(mGutter); in removeAllViews()