HomeSort by relevance Sort by last modified time
    Searched full:msticky (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 43 private View mSticky;
62 if (mSticky == null) {
65 if (mSticky != null) {
77 if (mSticky != null) {
85 mSticky = header.findViewWithTag("sticky");
92 if (mSticky != null) {
96 final View drawTarget = headerView != null ? headerView : mSticky;
98 final int drawOffset = headerView != null ? mSticky.getTop() : 0;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java 46 private View mSticky;
65 if (mSticky == null) {
72 mSticky = findViewWithTag("sticky");
80 if (mSticky != null) {
82 final View drawTarget = mStickyContainer != null ? mStickyContainer : mSticky;
84 final int drawOffset = mStickyContainer != null ? mSticky.getTop() : 0;
StickyHeaderListView.java 55 private View mSticky;
90 if (mSticky == null) {
96 mSticky = findViewWithTag("sticky");
113 if (mSticky != null) {
116 final View drawTarget = mStickyContainer != null ? mStickyContainer : mSticky;
118 final int drawOffset = mStickyContainer != null ? mSticky.getTop() : 0;
156 final int numberOfHeaders = mSticky != null ? 1 : 0;

Completed in 986 milliseconds