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.java58 private View mGutter; field in NotificationItemView
84 if (mGutter == null) { in addGutter()
85 mGutter = mContainer.inflateAndAdd(R.layout.notification_gutter, mContainer); in addGutter()
104 MarginLayoutParams lp = (MarginLayoutParams) mGutter.getLayoutParams(); in inverseGutterMargin()
119 if (mGutter != null) { in removeAllViews()
120 mContainer.removeView(mGutter); in removeAllViews()