Searched refs:CarDrawerLayout (Results 1 – 3 of 3) sorted by relevance
49 implements CarDrawerLayout.DrawerListener, DrawerApiAdapter.OnItemSelectedListener,50 CarDrawerLayout.DrawerControllerListener {78 private final CarDrawerLayout mContainer;89 private int mScrimColor = CarDrawerLayout.DEFAULT_SCRIM_COLOR;100 public DrawerController(CarUiEntry uiEntry, View menuButton, CarDrawerLayout drawerLayout, in DrawerController()338 mContainer.setDrawerLockMode(CarDrawerLayout.LOCK_MODE_UNLOCKED); in setDrawerEnabled()340 mContainer.setDrawerLockMode(CarDrawerLayout.LOCK_MODE_LOCKED_CLOSED); in setDrawerEnabled()394 private final CarDrawerLayout.ViewFader mStatusViewViewFader = new CarDrawerLayout.ViewFader() {
64 private CarDrawerLayout mDrawerLayout;95 mDrawerLayout = (CarDrawerLayout) mContentView.findViewById(R.id.drawer_container); in getContentView()509 CarDrawerLayout.LayoutParams layoutParams = new CarDrawerLayout.LayoutParams(510 CarDrawerLayout.LayoutParams.MATCH_PARENT,511 CarDrawerLayout.LayoutParams.MATCH_PARENT);
73 public class CarDrawerLayout extends ViewGroup { class259 public CarDrawerLayout(Context context) { in CarDrawerLayout() method in CarDrawerLayout263 public CarDrawerLayout(Context context, AttributeSet attrs) { in CarDrawerLayout() method in CarDrawerLayout267 public CarDrawerLayout(final Context context, AttributeSet attrs, int defStyle) { in CarDrawerLayout() method in CarDrawerLayout1301 CarDrawerLayout.LayoutParams lp = (LayoutParams) findDrawerView().getLayoutParams(); in tryCaptureView()