Searched refs:mViewId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDrawableStateProxyView.java31 private int mViewId; field in class:DrawableStateProxyView
47 mViewId = a.getResourceId(R.styleable.DrawableStateProxyView_sourceViewId, -1);
59 mView = parent.findViewById(mViewId);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDrawableStateProxyView.java31 private int mViewId; field in class:DrawableStateProxyView
47 mViewId = a.getResourceId(R.styleable.DrawableStateProxyView_sourceViewId, -1);
59 mView = parent.findViewById(mViewId);

Completed in 368 milliseconds