Merge "Show screenshot and select in task menu" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
522a869e01
@@ -1587,7 +1587,10 @@ public abstract class RecentsView<
|
||||
== getPagedOrientationHandler().getPrimaryScroll(this);
|
||||
}
|
||||
|
||||
private boolean isFocusedTaskInExpectedScrollPosition() {
|
||||
/**
|
||||
* Returns true if the focused TaskView is in expected scroll position.
|
||||
*/
|
||||
public boolean isFocusedTaskInExpectedScrollPosition() {
|
||||
TaskView focusedTask = getFocusedTaskView();
|
||||
return focusedTask != null && isTaskInExpectedScrollPosition(focusedTask);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user