Home
last modified time | relevance | path

Searched refs:mGutter (Results 1 – 2 of 2) 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()
97 MarginLayoutParams lp = (MarginLayoutParams) mGutter.getLayoutParams(); in inverseGutterMargin()
112 if (mGutter != null) { in removeAllViews()
113 mContainer.removeView(mGutter); in removeAllViews()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedRecyclerView.java67 private int mGutter; field in PagedRecyclerView
245 mGutter = a.getInt(R.styleable.PagedRecyclerView_gutter, Gutter.BOTH); in init()
615 if ((mGutter & Gutter.START) != 0) { in setNestedViewLayout()
618 if ((mGutter & Gutter.END) != 0) { in setNestedViewLayout()