Home
last modified time | relevance | path

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

/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DDrawerController.java49 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() {
DCarUiEntry.java64 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);
DCarDrawerLayout.java73 public class CarDrawerLayout extends ViewGroup { class
259 public CarDrawerLayout(Context context) { in CarDrawerLayout() method in CarDrawerLayout
263 public CarDrawerLayout(Context context, AttributeSet attrs) { in CarDrawerLayout() method in CarDrawerLayout
267 public CarDrawerLayout(final Context context, AttributeSet attrs, int defStyle) { in CarDrawerLayout() method in CarDrawerLayout
1301 CarDrawerLayout.LayoutParams lp = (LayoutParams) findDrawerView().getLayoutParams(); in tryCaptureView()