Searched refs:removeInsets (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/car-lib/src/android/car/app/ |
D | CarTaskViewHostAidlToImplAdapter.java | 95 public void removeInsets(int index, int type) { in removeInsets() method in CarTaskViewHostAidlToImplAdapter 96 mCarTaskViewHost.removeInsets(index, type); in removeInsets()
|
D | RemoteCarTaskView.java | 224 public void removeInsets(int index, int type) { in removeInsets() method in RemoteCarTaskView 226 mICarTaskViewHost.removeInsets(index, type); in removeInsets()
|
D | ICarTaskViewHost.aidl | 43 void removeInsets(int index, int type); in removeInsets() method
|
D | CarTaskViewHost.java | 120 void removeInsets(int index, int type); in removeInsets() method
|
D | ControlledRemoteCarTaskView.java | 341 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/ |
D | RemoteCarTaskViewServerImpl.java | 257 public void removeInsets(int index, int type) {
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis.txt | 224 android.car.app RemoteCarTaskView void removeInsets(int index, int type)
|
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 486 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/ |
D | system-current.txt | 486 method public void removeInsets(int, int); 499 …ission(android.car.Car.PERMISSION_REGISTER_CAR_SYSTEM_UI_PROXY) public void removeInsets(int, int);
|
D | test-current.txt | 557 method public void removeInsets(int, int); 570 …ission(android.car.Car.PERMISSION_REGISTER_CAR_SYSTEM_UI_PROXY) public void removeInsets(int, int);
|
D | system-lint-baseline.txt | 1626 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)
|