Searched refs:mDividerInset (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java53 private int mDividerInset; field in class:GlifListLayout
152 mDividerInset = inset;
157 return mDividerInset;
171 mDividerInset /* start */, 0 /* top */, 0 /* end */, 0 /* bottom */, this);
H A DSetupWizardListLayout.java43 private int mDividerInset; field in class:SetupWizardListLayout
137 mDividerInset = inset;
142 return mDividerInset;
156 mDividerInset /* start */, 0 /* top */, 0 /* end */, 0 /* bottom */, this);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DGlifRecyclerLayout.java50 private int mDividerInset; field in class:GlifRecyclerLayout
173 mDividerInset = inset;
178 return mDividerInset;
191 mDividerInset /* start */, 0 /* top */, 0 /* end */, 0 /* bottom */, this);
H A DSetupWizardRecyclerLayout.java58 private int mDividerInset; field in class:SetupWizardRecyclerLayout
186 mDividerInset = inset;
191 return mDividerInset;
204 mDividerInset /* start */, 0 /* top */, 0 /* end */, 0 /* bottom */, this);

Completed in 147 milliseconds