Merge "Fix outdated LaunchableView documentation" into tm-qpr-dev am: e58b1161c4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21508424 Change-Id: Ic19ad91031af580a5c2d4d4af25ce60f374eb635 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
2d24b0fa6a
@@ -35,8 +35,7 @@ interface LaunchableView {
|
|||||||
*
|
*
|
||||||
* Note that calls to [View.setTransitionVisibility] shouldn't be blocked.
|
* Note that calls to [View.setTransitionVisibility] shouldn't be blocked.
|
||||||
*
|
*
|
||||||
* @param block whether we should block/postpone all calls to `setVisibility` and
|
* @param block whether we should block/postpone all calls to `setVisibility`.
|
||||||
* `setTransitionVisibility`.
|
|
||||||
*/
|
*/
|
||||||
fun setShouldBlockVisibilityChanges(block: Boolean)
|
fun setShouldBlockVisibilityChanges(block: Boolean)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user