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

/packages/apps/Phone/src/com/android/phone/
H A DCallCard.java74 private ViewGroup mCallInfoContainer; // Container for info about the current call(s) field in class:CallCard
159 mCallInfoContainer = (ViewGroup) findViewById(R.id.call_info_container);
245 * Updates the overall size and positioning of mCallInfoContainer and
255 // - Update the bottom margin of mCallInfoContainer to make sure
261 (ViewGroup.MarginLayoutParams) mCallInfoContainer.getLayoutParams();
265 mCallInfoContainer.setLayoutParams(callInfoLp);

Completed in 31 milliseconds