Home
last modified time | relevance | path

Searched refs:removeInsets (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewHostAidlToImplAdapter.java95 public void removeInsets(int index, int type) { in removeInsets() method in CarTaskViewHostAidlToImplAdapter
96 mCarTaskViewHost.removeInsets(index, type); in removeInsets()
DRemoteCarTaskView.java224 public void removeInsets(int index, int type) { in removeInsets() method in RemoteCarTaskView
226 mICarTaskViewHost.removeInsets(index, type); in removeInsets()
DICarTaskViewHost.aidl43 void removeInsets(int index, int type); in removeInsets() method
DCarTaskViewHost.java120 void removeInsets(int index, int type); in removeInsets() method
DControlledRemoteCarTaskView.java341 public void removeInsets(int index, int type) { in removeInsets() method in ControlledRemoteCarTaskView
342 super.removeInsets(index, type); in removeInsets()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/taskview/
DRemoteCarTaskViewServerImpl.java257 public void removeInsets(int index, int type) {
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt224 android.car.app RemoteCarTaskView void removeInsets(int index, int type)
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt486 method public void removeInsets(int, int);
499 …ission(android.car.Car.PERMISSION_REGISTER_CAR_SYSTEM_UI_PROXY) public void removeInsets(int, int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt486 method public void removeInsets(int, int);
499 …ission(android.car.Car.PERMISSION_REGISTER_CAR_SYSTEM_UI_PROXY) public void removeInsets(int, int);
Dtest-current.txt557 method public void removeInsets(int, int);
570 …ission(android.car.Car.PERMISSION_REGISTER_CAR_SYSTEM_UI_PROXY) public void removeInsets(int, int);
Dsystem-lint-baseline.txt1626 UnflaggedApi: android.car.app.CarTaskViewHost#removeInsets(int, int):
1627 …New API must be flagged with @FlaggedApi: method android.car.app.CarTaskViewHost.removeInsets(int,…
1650 UnflaggedApi: android.car.app.ControlledRemoteCarTaskView#removeInsets(int, int):
1651 … flagged with @FlaggedApi: method android.car.app.ControlledRemoteCarTaskView.removeInsets(int,int)