Loading java/res/layout/dictionary_line.xml +2 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,8 @@ <com.android.inputmethod.dictionarypack.ButtonSwitcher android:id="@+android:id/wordlist_button_switcher" android:layout_weight="0" android:layout_marginStart="13dip" android:layout_marginLeft="13dip" android:layout_width="wrap_content" android:layout_height="wrap_content"> <Button Loading java/src/com/android/inputmethod/dictionarypack/DictionaryDownloadProgressBar.java +2 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ public class DictionaryDownloadProgressBar extends ProgressBar { final UpdateHelper updateHelper = new UpdateHelper(); final Query query = new Query().setFilterById(mId); int lastProgress = 0; setIndeterminate(true); while (!isInterrupted()) { final Cursor cursor = mDownloadManager.query(query); if (null == cursor) { Loading Loading @@ -156,6 +157,7 @@ public class DictionaryDownloadProgressBar extends ProgressBar { private int mProgress; @Override public void run() { setIndeterminate(false); setProgress(mProgress); } public void setProgressFromAnotherThread(final int progress) { Loading Loading
java/res/layout/dictionary_line.xml +2 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,8 @@ <com.android.inputmethod.dictionarypack.ButtonSwitcher android:id="@+android:id/wordlist_button_switcher" android:layout_weight="0" android:layout_marginStart="13dip" android:layout_marginLeft="13dip" android:layout_width="wrap_content" android:layout_height="wrap_content"> <Button Loading
java/src/com/android/inputmethod/dictionarypack/DictionaryDownloadProgressBar.java +2 −0 Original line number Diff line number Diff line Loading @@ -123,6 +123,7 @@ public class DictionaryDownloadProgressBar extends ProgressBar { final UpdateHelper updateHelper = new UpdateHelper(); final Query query = new Query().setFilterById(mId); int lastProgress = 0; setIndeterminate(true); while (!isInterrupted()) { final Cursor cursor = mDownloadManager.query(query); if (null == cursor) { Loading Loading @@ -156,6 +157,7 @@ public class DictionaryDownloadProgressBar extends ProgressBar { private int mProgress; @Override public void run() { setIndeterminate(false); setProgress(mProgress); } public void setProgressFromAnotherThread(final int progress) { Loading