Loading core/java/android/window/ImeBackCallbackProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ import java.util.ArrayList; /** * A handler (on the app process side) for IME back callbacks. * * See {@link ImeOnBackInvokedDispatcher} for the counterpart of this class on the IME process side. * See {@link ImeBackCallbackSender} for the counterpart of this class on the IME process side. * * This class lives in the app process and handles back callback registrations from the IME process. * Whenever it receives a callback registration through its ResultReceiver, it registers the Loading @@ -51,7 +51,7 @@ import java.util.ArrayList; * sent to the IME process. The IME process then uses the provided ResultReceiver to send callback * registrations and unregistrations to the app process. * * @see ImeOnBackInvokedDispatcher * @see ImeBackCallbackSender * @hide */ public class ImeBackCallbackProxy { Loading core/java/android/window/ImeOnBackInvokedDispatcher.aidldeleted 100644 → 0 +0 −20 Original line number Diff line number Diff line /* //device/java/android/android/os/ParcelFileDescriptor.aidl ** ** Copyright 2022, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ package android.window; parcelable ImeOnBackInvokedDispatcher; core/java/com/android/internal/inputmethod/IInputMethod.aidl +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ import android.view.inputmethod.EditorInfo; import android.view.inputmethod.ImeTracker; import android.view.inputmethod.InputBinding; import android.view.inputmethod.InputMethodSubtype; import android.window.ImeOnBackInvokedDispatcher; import com.android.internal.inputmethod.IConnectionlessHandwritingCallback; import com.android.internal.inputmethod.IInlineSuggestionsRequestCallback; import com.android.internal.inputmethod.IInputMethodPrivilegedOperations; Loading core/java/com/android/internal/view/IInputMethodManager.aidl +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import android.view.inputmethod.ImeTracker; import android.view.inputmethod.InputMethodInfo; import android.view.inputmethod.InputMethodSubtype; import android.view.inputmethod.EditorInfo; import android.window.ImeOnBackInvokedDispatcher; import com.android.internal.inputmethod.IBooleanListener; import com.android.internal.inputmethod.IConnectionlessHandwritingCallback; Loading Loading
core/java/android/window/ImeBackCallbackProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ import java.util.ArrayList; /** * A handler (on the app process side) for IME back callbacks. * * See {@link ImeOnBackInvokedDispatcher} for the counterpart of this class on the IME process side. * See {@link ImeBackCallbackSender} for the counterpart of this class on the IME process side. * * This class lives in the app process and handles back callback registrations from the IME process. * Whenever it receives a callback registration through its ResultReceiver, it registers the Loading @@ -51,7 +51,7 @@ import java.util.ArrayList; * sent to the IME process. The IME process then uses the provided ResultReceiver to send callback * registrations and unregistrations to the app process. * * @see ImeOnBackInvokedDispatcher * @see ImeBackCallbackSender * @hide */ public class ImeBackCallbackProxy { Loading
core/java/android/window/ImeOnBackInvokedDispatcher.aidldeleted 100644 → 0 +0 −20 Original line number Diff line number Diff line /* //device/java/android/android/os/ParcelFileDescriptor.aidl ** ** Copyright 2022, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unless required by applicable law or agreed to in writing, software ** distributed under the License is distributed on an "AS IS" BASIS, ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ** See the License for the specific language governing permissions and ** limitations under the License. */ package android.window; parcelable ImeOnBackInvokedDispatcher;
core/java/com/android/internal/inputmethod/IInputMethod.aidl +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ import android.view.inputmethod.EditorInfo; import android.view.inputmethod.ImeTracker; import android.view.inputmethod.InputBinding; import android.view.inputmethod.InputMethodSubtype; import android.window.ImeOnBackInvokedDispatcher; import com.android.internal.inputmethod.IConnectionlessHandwritingCallback; import com.android.internal.inputmethod.IInlineSuggestionsRequestCallback; import com.android.internal.inputmethod.IInputMethodPrivilegedOperations; Loading
core/java/com/android/internal/view/IInputMethodManager.aidl +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import android.view.inputmethod.ImeTracker; import android.view.inputmethod.InputMethodInfo; import android.view.inputmethod.InputMethodSubtype; import android.view.inputmethod.EditorInfo; import android.window.ImeOnBackInvokedDispatcher; import com.android.internal.inputmethod.IBooleanListener; import com.android.internal.inputmethod.IConnectionlessHandwritingCallback; Loading