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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java70 protected int getLayoutResId() { method in class:CellBroadcastAlertDialog
H A DCellBroadcastAlertFullScreen.java259 setContentView(inflater.inflate(getLayoutResId(), null));
346 protected int getLayoutResId() { method in class:CellBroadcastAlertFullScreen
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmAlert.java85 protected int getLayoutResId() { method in class:AlarmAlert
H A DAlarmAlertFullScreen.java161 protected int getLayoutResId() { method in class:AlarmAlertFullScreen
171 final View view = inflater.inflate(getLayoutResId(), null);

Completed in 195 milliseconds