Home
last modified time | relevance | path

Searched refs:AppBarView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Media/src/com/android/car/media/widgets/
DAppBarView.java24 public class AppBarView extends Toolbar { class
113 public AppBarView(Context context) { in AppBarView() method in AppBarView
117 public AppBarView(Context context, AttributeSet attrs) { in AppBarView() method in AppBarView
121 public AppBarView(Context context, AttributeSet attrs, int defStyleAttr) { in AppBarView() method in AppBarView
/packages/apps/Car/Media/src/com/android/car/media/
DMediaActivity.java64 import com.android.car.media.widgets.AppBarView;
92 private AppBarView mAppBarView;
131 private AppBarView.AppBarListener mAppBarListener = new AppBarView.AppBarListener() {