Tracing for widgets sheet
Bug: 152354290 Change-Id: I956e7aa0a93cf4d57409f68a34a184dfdec984ca
This commit is contained in:
@@ -209,4 +209,15 @@ public class WidgetsRecyclerView extends BaseRecyclerView implements OnItemTouch
|
||||
}
|
||||
super.stopNestedScroll();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setLayoutFrozen(boolean frozen) {
|
||||
if (frozen != isLayoutSuppressed()) {
|
||||
if (Utilities.IS_RUNNING_IN_TEST_HARNESS) {
|
||||
Log.d(TestProtocol.NO_SCROLL_END_WIDGETS, "setLayoutFrozen " + frozen
|
||||
+ " @ " + android.util.Log.getStackTraceString(new Throwable()));
|
||||
}
|
||||
}
|
||||
super.setLayoutFrozen(frozen);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user