summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Charles Chen <charlesccchen@google.com> 2023-07-12 08:15:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-07-12 08:15:52 +0000
commit009d8cc64d99a60456e900f68d46e80f6a287ca2 (patch)
treeb0b53ee7f9ffc38fb9a0dd2213255a560d11bd72
parent4591ed8cfceaa69b6be51544b1537878b87bdd38 (diff)
parent614f9a99340a0054580f3f9294ad335acf70a467 (diff)
Merge "Cleanup addFoldingStateChangedCallback" into main
-rw-r--r--libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/WindowLayoutComponentImpl.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/WindowLayoutComponentImpl.java b/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/WindowLayoutComponentImpl.java
index a45a8a183ac8..0059577da39c 100644
--- a/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/WindowLayoutComponentImpl.java
+++ b/libs/WindowManager/Jetpack/src/androidx/window/extensions/layout/WindowLayoutComponentImpl.java
@@ -98,14 +98,6 @@ public class WindowLayoutComponentImpl implements WindowLayoutComponent {
mTaskFragmentOrganizer = taskFragmentOrganizer;
}
- /** Registers to listen to {@link CommonFoldingFeature} changes */
- public void addFoldingStateChangedCallback(
- java.util.function.Consumer<List<CommonFoldingFeature>> consumer) {
- synchronized (mLock) {
- mFoldingFeatureProducer.addDataChangedCallback(consumer);
- }
- }
-
/**
* Adds a listener interested in receiving updates to {@link WindowLayoutInfo}
*