HomeSort by relevance Sort by last modified time
    Searched defs:CarDrawerActivity (Results 1 - 2 of 2) sorted by null

  /packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/app/
CarDrawerActivity.java 59 * NOTE: This version is based on a regular Activity unlike car-support-lib's CarDrawerActivity
62 public abstract class CarDrawerActivity extends AppCompatActivity {
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarDrawerActivity.java 41 public abstract class CarDrawerActivity extends CarFragmentActivity {
42 private static final String TAG = "CarDrawerActivity";
45 "android.support.car.app.CarDrawerActivity.DRAWER_SHOWING";
47 "android.support.car.app.CarDrawerActivity.INPUT_SHOWING";
49 "android.support.car.app.CarDrawerActivity.SEARCH_BOX_ENABLED";
76 public CarDrawerActivity(Proxy proxy, Context context, Car car) {

Completed in 195 milliseconds