Home | History | Annotate | Download | only in widget

Lines Matching full:newvalue

58                     public void onChange(boolean newValue) {
59 mLayoutManager.setOrientation(newValue ? LinearLayoutManager.HORIZONTAL
74 public void onChange(boolean newValue) {
75 mLayoutManager.setReverseLayout(newValue);
86 public void onChange(boolean newValue) {
87 ViewCompat.setLayoutDirection(mRecyclerView, newValue ?
98 public void onChange(boolean newValue) {
99 mLayoutManager.setStackFromEnd(newValue);
109 public void onChange(boolean newValue) {
110 mLinearSnapHelper.attachToRecyclerView(newValue ? mRecyclerView : null);
111 mSnapHelperAttached = newValue;