Making some view properties exported.
These will be visible in hierarchy viewer Change-Id: I940724a7f61d67b8502d77be203a94875bc92668
This commit is contained in:
@@ -22,6 +22,7 @@ import android.content.Context;
|
||||
import android.graphics.Rect;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import android.view.ViewDebug;
|
||||
import android.view.accessibility.AccessibilityManager;
|
||||
|
||||
import com.android.launcher3.dragndrop.DragController;
|
||||
@@ -59,6 +60,7 @@ public class SearchDropTargetBar extends BaseDropTargetBar {
|
||||
|
||||
private LauncherViewPropertyAnimator mQSBSearchBarAnimator;
|
||||
|
||||
@ViewDebug.ExportedProperty(category = "launcher")
|
||||
private State mState = State.SEARCH_BAR;
|
||||
@Thunk View mQSB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user