Bug 943915 - Move DoorHanger to the widget package (r=wesj)

--HG--
rename : mobile/android/base/DoorHanger.java => mobile/android/base/widget/DoorHanger.java
This commit is contained in:
Lucas Rocha 2013-12-12 00:28:13 +00:00
parent dc6a70e75b
commit afb973f9c7
4 changed files with 6 additions and 3 deletions

View File

@ -7,6 +7,7 @@ package org.mozilla.gecko;
import org.mozilla.gecko.util.GeckoEventListener;
import org.mozilla.gecko.widget.ArrowPopup;
import org.mozilla.gecko.widget.DoorHanger;
import org.mozilla.gecko.prompts.PromptInput;
import org.json.JSONArray;

View File

@ -5,6 +5,7 @@
package org.mozilla.gecko;
import org.mozilla.gecko.widget.ArrowPopup;
import org.mozilla.gecko.widget.DoorHanger;
import org.json.JSONException;
import org.json.JSONObject;

View File

@ -120,7 +120,6 @@ gbjar.sources += [
'db/PerProfileDatabases.java',
'db/TabsProvider.java',
'Distribution.java',
'DoorHanger.java',
'DoorHangerPopup.java',
'EditBookmarkDialog.java',
'favicons/cache/FaviconCache.java',
@ -321,6 +320,7 @@ gbjar.sources += [
'widget/ClickableWhenDisabledEditText.java',
'widget/DateTimePicker.java',
'widget/Divider.java',
'widget/DoorHanger.java',
'widget/FaviconView.java',
'widget/FlowLayout.java',
'widget/GeckoActionProvider.java',

View File

@ -3,9 +3,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.gecko;
package org.mozilla.gecko.widget;
import org.mozilla.gecko.widget.Divider;
import org.mozilla.gecko.R;
import org.mozilla.gecko.Tabs;
import org.mozilla.gecko.prompts.PromptInput;
import org.json.JSONArray;