Home
last modified time | relevance | path

Searched refs:mGutter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java53 private View mGutter; field in NotificationItemView
88 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()