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

/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java266 private View mBottomPanel; // View containing the text editor, send button, ec. field in class:ComposeMessageActivity
3340 mBottomPanel.setVisibility(View.GONE);
3348 mBottomPanel.setVisibility(View.VISIBLE);
3368 mBottomPanel.setVisibility(View.INVISIBLE);
3529 mBottomPanel = findViewById(R.id.bottom_panel);

Completed in 82 milliseconds