Home | History | Annotate | Download | only in browse

Lines Matching refs:mView

1907         private final View mView;
1916 mView = view;
1917 mBackground = mView.getResources().getDrawable(R.drawable.list_pressed_holo);
1918 mDragDesc = Utils.formatPlural(mView.getContext(), R.plurals.move_conversation, count);
1925 final int width = mView.getWidth();
1926 final int height = mView.getHeight();
1937 mBackground.setBounds(0, 0, mView.getWidth(), mView.getHeight());