package com.pas.abtahibo.parvaz;


import anywheresoftware.b4a.BA;
import anywheresoftware.b4a.BALayout;
import anywheresoftware.b4a.debug.*;

public class func {
private static func mostCurrent = new func();
public static Object getObject() {
    throw new RuntimeException("Code module does not support this method.");
}
 public anywheresoftware.b4a.keywords.Common __c = null;
public static anywheresoftware.b4a.phone.Phone _v5 = null;
public static anywheresoftware.b4a.objects.StringUtils _v6 = null;
public b4a.example.dateutils _vvvvvvvvvvvvvvvv1 = null;
public com.pas.abtahibo.parvaz.main _vvvvvvvvvvvvvvvv2 = null;
public com.pas.abtahibo.parvaz.actbook _vvvvvvvvvvvvvvvv3 = null;
public com.pas.abtahibo.parvaz.actapps _vvvvvvvvvvvvvvvv4 = null;
public com.pas.abtahibo.parvaz.actguide _vvvvvvvvvvvvvvvv5 = null;
public com.pas.abtahibo.parvaz.actnotific _vvvvvvvvvvvvvvvv6 = null;
public com.pas.abtahibo.parvaz.myservice _vvvvvvvvvvvvvvvv0 = null;
public com.pas.abtahibo.parvaz.playservicebook _vvvvvvvvvvvvvvvvv1 = null;
public com.pas.abtahibo.parvaz.playsrds _vvvvvvvvvvvvvvvvv2 = null;
public com.pas.abtahibo.parvaz.starter _vvvvvvvvvvvvvvvvv3 = null;
public com.pas.abtahibo.parvaz.support _vvvvvvvvvvvvvvvvv4 = null;
public com.pas.abtahibo.parvaz.urls _vvvvvvvvvvvvvvvvv5 = null;
public com.pas.abtahibo.parvaz.xuiviewsutils _vvvvvvvvvvvvvvvvv6 = null;
public static String  _android_id(anywheresoftware.b4a.BA _ba) throws Exception{
 //BA.debugLineNum = 835;BA.debugLine="Sub Android_Id As String";
 //BA.debugLineNum = 836;BA.debugLine="Return phone.getSettings(\"android_id\")";
if (true) return _v5.GetSettings("android_id");
 //BA.debugLineNum = 837;BA.debugLine="End Sub";
return "";
}
public static String  _v7(anywheresoftware.b4a.BA _ba,int _id) throws Exception{
com.pas.abtahibo.parvaz.nb6 _n = null;
 //BA.debugLineNum = 794;BA.debugLine="Sub cacelNotific(id As Int)";
 //BA.debugLineNum = 796;BA.debugLine="Dim n As NB6";
_n = new com.pas.abtahibo.parvaz.nb6();
 //BA.debugLineNum = 797;BA.debugLine="If n.IsInitialized<>True Then";
if (_n.IsInitialized /*boolean*/ ()!=anywheresoftware.b4a.keywords.Common.True) { 
 //BA.debugLineNum = 798;BA.debugLine="n.Initialize(\"default\", Application.LabelName, \"";
_n._initialize /*com.pas.abtahibo.parvaz.nb6*/ ((_ba.processBA == null ? _ba : _ba.processBA),"default",(Object)(anywheresoftware.b4a.keywords.Common.Application.getLabelName()),"LOW")._vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv4 /*com.pas.abtahibo.parvaz.nb6*/ (anywheresoftware.b4a.keywords.Common.Application.getIcon());
 };
 //BA.debugLineNum = 801;BA.debugLine="n.Cancel1(id)";
_n._vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv1 /*com.pas.abtahibo.parvaz.nb6*/ (_id);
 //BA.debugLineNum = 803;BA.debugLine="End Sub";
return "";
}
public static String  _v0(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _seek1,int _color1,int _color2) throws Exception{
com.pas.abtahibo.parvaz.javaclass _j1 = null;
 //BA.debugLineNum = 54;BA.debugLine="Sub ChangeColorSeekbar(seek1 As View,color1 As Int";
 //BA.debugLineNum = 56;BA.debugLine="Dim j1 As javaClass";
_j1 = new com.pas.abtahibo.parvaz.javaclass();
 //BA.debugLineNum = 57;BA.debugLine="j1.Initialize";
_j1._initialize /*String*/ ((_ba.processBA == null ? _ba : _ba.processBA));
 //BA.debugLineNum = 58;BA.debugLine="j1.ChangeColorSeekbar(seek1,color1,color2)";
_j1._v0 /*String*/ (_seek1,_color1,_color2);
 //BA.debugLineNum = 60;BA.debugLine="End Sub";
return "";
}
public static String  _vv1(anywheresoftware.b4a.BA _ba) throws Exception{
 //BA.debugLineNum = 20;BA.debugLine="Sub choose2DIR As String";
 //BA.debugLineNum = 22;BA.debugLine="Return File.DirRootExternal&\"/Download\"";
if (true) return anywheresoftware.b4a.keywords.Common.File.getDirRootExternal()+"/Download";
 //BA.debugLineNum = 24;BA.debugLine="End Sub";
return "";
}
public static String  _color_border(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder,int _view_color,int _cornerradius) throws Exception{
anywheresoftware.b4a.objects.drawable.ColorDrawable _drlabvanet = null;
 //BA.debugLineNum = 166;BA.debugLine="Sub color_border(ViewHolder As View,view_color As";
 //BA.debugLineNum = 168;BA.debugLine="Dim drlabvanet As ColorDrawable";
_drlabvanet = new anywheresoftware.b4a.objects.drawable.ColorDrawable();
 //BA.debugLineNum = 169;BA.debugLine="drlabvanet.Initialize2(view_color,cornerradius,0d";
_drlabvanet.Initialize2(_view_color,_cornerradius,anywheresoftware.b4a.keywords.Common.DipToCurrent((int) (0)),anywheresoftware.b4a.keywords.Common.Colors.LightGray);
 //BA.debugLineNum = 170;BA.debugLine="ViewHolder.Background = drlabvanet";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_drlabvanet.getObject()));
 //BA.debugLineNum = 172;BA.debugLine="End Sub";
return "";
}
public static String  _color_border1(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder,int _view_color,int _cornerradius,int _border,int _colorborder) throws Exception{
anywheresoftware.b4a.objects.drawable.ColorDrawable _drlabvanet = null;
 //BA.debugLineNum = 174;BA.debugLine="Sub color_border1(ViewHolder As View,view_color As";
 //BA.debugLineNum = 176;BA.debugLine="Dim drlabvanet As ColorDrawable";
_drlabvanet = new anywheresoftware.b4a.objects.drawable.ColorDrawable();
 //BA.debugLineNum = 177;BA.debugLine="drlabvanet.Initialize2(view_color,cornerradius,bo";
_drlabvanet.Initialize2(_view_color,_cornerradius,_border,_colorborder);
 //BA.debugLineNum = 178;BA.debugLine="ViewHolder.Background = drlabvanet";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_drlabvanet.getObject()));
 //BA.debugLineNum = 180;BA.debugLine="End Sub";
return "";
}
public static String  _vv2(anywheresoftware.b4a.BA _ba,long _t) throws Exception{
int _hours = 0;
int _minutes = 0;
int _seconds = 0;
 //BA.debugLineNum = 182;BA.debugLine="Sub ConvertMillisecondsToString(t As Long) As Stri";
 //BA.debugLineNum = 183;BA.debugLine="Dim hours, minutes, seconds As Int";
_hours = 0;
_minutes = 0;
_seconds = 0;
 //BA.debugLineNum = 184;BA.debugLine="hours = t / DateTime.TicksPerHour";
_hours = (int) (_t/(double)anywheresoftware.b4a.keywords.Common.DateTime.TicksPerHour);
 //BA.debugLineNum = 185;BA.debugLine="minutes = (t Mod DateTime.TicksPerHour) / DateTim";
_minutes = (int) ((_t%anywheresoftware.b4a.keywords.Common.DateTime.TicksPerHour)/(double)anywheresoftware.b4a.keywords.Common.DateTime.TicksPerMinute);
 //BA.debugLineNum = 186;BA.debugLine="seconds = (t Mod DateTime.TicksPerMinute) / DateT";
_seconds = (int) ((_t%anywheresoftware.b4a.keywords.Common.DateTime.TicksPerMinute)/(double)anywheresoftware.b4a.keywords.Common.DateTime.TicksPerSecond);
 //BA.debugLineNum = 188;BA.debugLine="If hours = 0 Then";
if (_hours==0) { 
 //BA.debugLineNum = 189;BA.debugLine="Return   NumberFormat(minutes, 2, 0)  & \":\" & Nu";
if (true) return anywheresoftware.b4a.keywords.Common.NumberFormat(_minutes,(int) (2),(int) (0))+":"+anywheresoftware.b4a.keywords.Common.NumberFormat(_seconds,(int) (2),(int) (0));
 };
 //BA.debugLineNum = 192;BA.debugLine="Return  NumberFormat(hours, 2, 0) & \":\" & NumberF";
if (true) return anywheresoftware.b4a.keywords.Common.NumberFormat(_hours,(int) (2),(int) (0))+":"+anywheresoftware.b4a.keywords.Common.NumberFormat(_minutes,(int) (2),(int) (0))+":"+anywheresoftware.b4a.keywords.Common.NumberFormat(_seconds,(int) (2),(int) (0));
 //BA.debugLineNum = 194;BA.debugLine="End Sub";
return "";
}
public static String  _vv3(anywheresoftware.b4a.BA _ba,String _filename) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 536;BA.debugLine="Sub deleteList(fileName As String)";
 //BA.debugLineNum = 538;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 540;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 541;BA.debugLine="fileName = fileName&3";
_filename = _filename+BA.NumberToString(3);
 }else if((_lan2faen).equals(BA.NumberToString(2))) { 
 //BA.debugLineNum = 543;BA.debugLine="fileName = fileName&2";
_filename = _filename+BA.NumberToString(2);
 };
 //BA.debugLineNum = 546;BA.debugLine="File.Delete(File.DirInternal,fileName)";
anywheresoftware.b4a.keywords.Common.File.Delete(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),_filename);
 //BA.debugLineNum = 548;BA.debugLine="End Sub";
return "";
}
public static String  _vv4(anywheresoftware.b4a.BA _ba,String _text) throws Exception{
String _s = "";
 //BA.debugLineNum = 246;BA.debugLine="Sub ENumbers(Text As String) As String";
 //BA.debugLineNum = 247;BA.debugLine="Dim s As String = Text";
_s = _text;
 //BA.debugLineNum = 248;BA.debugLine="s = s.Replace(\"۰\",\"0\")";
_s = _s.replace("۰","0");
 //BA.debugLineNum = 249;BA.debugLine="s = s.Replace(\"۱\",\"1\")";
_s = _s.replace("۱","1");
 //BA.debugLineNum = 250;BA.debugLine="s = s.Replace(\"۲\",\"2\")";
_s = _s.replace("۲","2");
 //BA.debugLineNum = 251;BA.debugLine="s = s.Replace(\"۳\",\"3\")";
_s = _s.replace("۳","3");
 //BA.debugLineNum = 252;BA.debugLine="s = s.Replace(\"۴\",\"4\")";
_s = _s.replace("۴","4");
 //BA.debugLineNum = 253;BA.debugLine="s = s.Replace(\"۵\",\"5\")";
_s = _s.replace("۵","5");
 //BA.debugLineNum = 254;BA.debugLine="s = s.Replace(\"۶\",\"6\")";
_s = _s.replace("۶","6");
 //BA.debugLineNum = 255;BA.debugLine="s = s.Replace(\"۷\",\"7\")";
_s = _s.replace("۷","7");
 //BA.debugLineNum = 256;BA.debugLine="s = s.Replace(\"۸\",\"8\")";
_s = _s.replace("۸","8");
 //BA.debugLineNum = 257;BA.debugLine="s = s.Replace(\"۹\",\"9\")";
_s = _s.replace("۹","9");
 //BA.debugLineNum = 258;BA.debugLine="Return s";
if (true) return _s;
 //BA.debugLineNum = 259;BA.debugLine="End Sub";
return "";
}
public static boolean  _vv5(anywheresoftware.b4a.BA _ba,String _filename) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 550;BA.debugLine="Sub ExistList(fileName As String) As Boolean";
 //BA.debugLineNum = 552;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 554;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 555;BA.debugLine="fileName = fileName&3";
_filename = _filename+BA.NumberToString(3);
 }else if((_lan2faen).equals(BA.NumberToString(2))) { 
 //BA.debugLineNum = 557;BA.debugLine="fileName = fileName&2";
_filename = _filename+BA.NumberToString(2);
 };
 //BA.debugLineNum = 560;BA.debugLine="Return File.Exists(File.DirInternal,fileName)";
if (true) return anywheresoftware.b4a.keywords.Common.File.Exists(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),_filename);
 //BA.debugLineNum = 562;BA.debugLine="End Sub";
return false;
}
public static String  _vv6(anywheresoftware.b4a.BA _ba,String _activityname) throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
 //BA.debugLineNum = 772;BA.debugLine="Sub FinishActivity (ActivityName  As String)";
 //BA.debugLineNum = 774;BA.debugLine="Try";
try { //BA.debugLineNum = 776;BA.debugLine="Dim jo As JavaObject";
_jo = new anywheresoftware.b4j.object.JavaObject();
 //BA.debugLineNum = 777;BA.debugLine="jo.InitializeStatic(Application.PackageName&\".\"&";
_jo.InitializeStatic(anywheresoftware.b4a.keywords.Common.Application.getPackageName()+"."+_activityname.toLowerCase(anywheresoftware.b4a.keywords.Common.stringLocale));
 //BA.debugLineNum = 778;BA.debugLine="jo=jo.GetField(\"previousOne\")";
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_jo.GetField("previousOne")));
 //BA.debugLineNum = 779;BA.debugLine="If jo<> Null Then";
if (_jo!= null) { 
 //BA.debugLineNum = 780;BA.debugLine="jo=jo.RunMethod(\"get\",Null)";
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_jo.RunMethod("get",(Object[])(anywheresoftware.b4a.keywords.Common.Null))));
 //BA.debugLineNum = 781;BA.debugLine="If jo<>Null Then";
if (_jo!= null) { 
 //BA.debugLineNum = 782;BA.debugLine="jo.RunMethod(\"finish\",Null)";
_jo.RunMethod("finish",(Object[])(anywheresoftware.b4a.keywords.Common.Null));
 //BA.debugLineNum = 783;BA.debugLine="LogColor(ActivityName & \" Finished!\",Colors.Re";
anywheresoftware.b4a.keywords.Common.LogImpl("339780363",_activityname+" Finished!",anywheresoftware.b4a.keywords.Common.Colors.Red);
 };
 };
 } 
       catch (Exception e13) {
			(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e13); //BA.debugLineNum = 788;BA.debugLine="Log(LastException)";
anywheresoftware.b4a.keywords.Common.LogImpl("339780368",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
 };
 //BA.debugLineNum = 791;BA.debugLine="End Sub";
return "";
}
public static String  _vv7(anywheresoftware.b4a.BA _ba) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 26;BA.debugLine="Sub font3 As String";
 //BA.debugLineNum = 27;BA.debugLine="Try";
try { //BA.debugLineNum = 28;BA.debugLine="Return File.ReadString(File.DirInternal,\"font3\")";
if (true) return anywheresoftware.b4a.keywords.Common.File.ReadString(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),"font3");
 } 
       catch (Exception e4) {
			(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e4); //BA.debugLineNum = 30;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 32;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 33;BA.debugLine="File.WriteString(File.DirInternal,\"font3\",\"en1f";
anywheresoftware.b4a.keywords.Common.File.WriteString(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),"font3","en1font.ttf");
 }else {
 //BA.debugLineNum = 35;BA.debugLine="File.WriteString(File.DirInternal,\"font3\",\"sahe";
anywheresoftware.b4a.keywords.Common.File.WriteString(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),"font3","sahel.ttf");
 };
 //BA.debugLineNum = 38;BA.debugLine="Return File.ReadString(File.DirInternal,\"font3\")";
if (true) return anywheresoftware.b4a.keywords.Common.File.ReadString(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),"font3");
 //BA.debugLineNum = 40;BA.debugLine="Log(LastException)";
anywheresoftware.b4a.keywords.Common.LogImpl("336438030",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
 };
 //BA.debugLineNum = 42;BA.debugLine="End Sub";
return "";
}
public static String  _vv0(anywheresoftware.b4a.BA _ba,String _text) throws Exception{
String _s = "";
 //BA.debugLineNum = 805;BA.debugLine="Sub FToF1(Text As String) As String";
 //BA.debugLineNum = 806;BA.debugLine="Dim s As String = Text";
_s = _text;
 //BA.debugLineNum = 807;BA.debugLine="s = s.Replace(\"ئ\",\"ی\")";
_s = _s.replace("ئ","ی");
 //BA.debugLineNum = 808;BA.debugLine="s = s.Replace(\"ي\",\"ی\")";
_s = _s.replace("ي","ی");
 //BA.debugLineNum = 809;BA.debugLine="s = s.Replace(\"ۀ\",\"ه\")";
_s = _s.replace("ۀ","ه");
 //BA.debugLineNum = 810;BA.debugLine="s = s.Replace(\"ة\",\"ه\")";
_s = _s.replace("ة","ه");
 //BA.debugLineNum = 811;BA.debugLine="s = s.Replace(\"ؤ\",\"و\")";
_s = _s.replace("ؤ","و");
 //BA.debugLineNum = 812;BA.debugLine="s = s.Replace(\"إ\",\"ا\")";
_s = _s.replace("إ","ا");
 //BA.debugLineNum = 813;BA.debugLine="s = s.Replace(\"أ\",\"ا\")";
_s = _s.replace("أ","ا");
 //BA.debugLineNum = 814;BA.debugLine="s = s.Replace(\"آ\",\"ا\")";
_s = _s.replace("آ","ا");
 //BA.debugLineNum = 815;BA.debugLine="s = s.Replace(\"ك\",\"ک\")";
_s = _s.replace("ك","ک");
 //BA.debugLineNum = 816;BA.debugLine="s = s.Replace(\"آ\",\"ا\")";
_s = _s.replace("آ","ا");
 //BA.debugLineNum = 818;BA.debugLine="s = s.Replace(\"ٔ\",\"\")";
_s = _s.replace("ٔ","");
 //BA.debugLineNum = 819;BA.debugLine="s = s.Replace(\"ٰ\",\"\")";
_s = _s.replace("ٰ","");
 //BA.debugLineNum = 820;BA.debugLine="s = s.Replace(\"َ\",\"\")";
_s = _s.replace("َ","");
 //BA.debugLineNum = 821;BA.debugLine="s = s.Replace(\"ً\",\"\")";
_s = _s.replace("ً","");
 //BA.debugLineNum = 822;BA.debugLine="s = s.Replace(\"ُ\",\"\")";
_s = _s.replace("ُ","");
 //BA.debugLineNum = 823;BA.debugLine="s = s.Replace(\"ٌ\",\"\")";
_s = _s.replace("ٌ","");
 //BA.debugLineNum = 824;BA.debugLine="s = s.Replace(\"ّ\",\"\")";
_s = _s.replace("ّ","");
 //BA.debugLineNum = 825;BA.debugLine="s = s.Replace(\"ْ\",\"\")";
_s = _s.replace("ْ","");
 //BA.debugLineNum = 826;BA.debugLine="s = s.Replace(\"ٕ\",\"\")";
_s = _s.replace("ٕ","");
 //BA.debugLineNum = 827;BA.debugLine="s = s.Replace(\"ٖ\",\"\")";
_s = _s.replace("ٖ","");
 //BA.debugLineNum = 828;BA.debugLine="s = s.Replace(\"ِ\",\"\")";
_s = _s.replace("ِ","");
 //BA.debugLineNum = 829;BA.debugLine="s = s.Replace(\"ٍ\",\"\")";
_s = _s.replace("ٍ","");
 //BA.debugLineNum = 830;BA.debugLine="s = s.Replace(\"ٓ\",\"\")";
_s = _s.replace("ٓ","");
 //BA.debugLineNum = 832;BA.debugLine="Return s";
if (true) return _s;
 //BA.debugLineNum = 833;BA.debugLine="End Sub";
return "";
}
public static String  _vvv1(anywheresoftware.b4a.BA _ba,int _key) throws Exception{
anywheresoftware.b4a.objects.collections.Map _coljroot = null;
 //BA.debugLineNum = 209;BA.debugLine="Sub gland(key As Int) As String";
 //BA.debugLineNum = 210;BA.debugLine="Try";
try { //BA.debugLineNum = 211;BA.debugLine="Dim coljRoot As Map = Starter.mpLan.Get(key-1)";
_coljroot = new anywheresoftware.b4a.objects.collections.Map();
_coljroot = (anywheresoftware.b4a.objects.collections.Map) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.Map(), (java.util.Map)(mostCurrent._vvvvvvvvvvvvvvvvv3._vvvvvvvvv1 /*anywheresoftware.b4a.objects.collections.List*/ .Get((int) (_key-1))));
 //BA.debugLineNum = 212;BA.debugLine="Return coljRoot.Get(readNIS(\"lanFaEn\",\"persian\")";
if (true) return BA.ObjectToString(_coljroot.Get((Object)(_vvvv7(_ba,"lanFaEn","persian"))));
 } 
       catch (Exception e5) {
			(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e5); //BA.debugLineNum = 214;BA.debugLine="Log(LastException)";
anywheresoftware.b4a.keywords.Common.LogImpl("337289989",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
 };
 //BA.debugLineNum = 216;BA.debugLine="Return \"noting\"";
if (true) return "noting";
 //BA.debugLineNum = 217;BA.debugLine="End Sub";
return "";
}
public static int  _vvv2(anywheresoftware.b4a.BA _ba) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 430;BA.debugLine="Sub gravitis As Int";
 //BA.debugLineNum = 432;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",2))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(2)));
 //BA.debugLineNum = 434;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 435;BA.debugLine="Return Gravity.LEFT";
if (true) return anywheresoftware.b4a.keywords.Common.Gravity.LEFT;
 }else {
 //BA.debugLineNum = 437;BA.debugLine="Return Gravity.RIGHT";
if (true) return anywheresoftware.b4a.keywords.Common.Gravity.RIGHT;
 };
 //BA.debugLineNum = 440;BA.debugLine="End Sub";
return 0;
}
public static String  _vvv3(anywheresoftware.b4a.BA _ba,String _s11) throws Exception{
com.pas.abtahibo.parvaz.javaclass _j1 = null;
 //BA.debugLineNum = 62;BA.debugLine="Sub hazf(s11 As String)";
 //BA.debugLineNum = 64;BA.debugLine="Dim j1 As javaClass";
_j1 = new com.pas.abtahibo.parvaz.javaclass();
 //BA.debugLineNum = 65;BA.debugLine="j1.Initialize";
_j1._initialize /*String*/ ((_ba.processBA == null ? _ba : _ba.processBA));
 //BA.debugLineNum = 66;BA.debugLine="j1.hazf(s11)";
_j1._vvv3 /*String*/ (_s11);
 //BA.debugLineNum = 68;BA.debugLine="End Sub";
return "";
}
public static int  _vvv4(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.LabelWrapper _label1,String _text) throws Exception{
 //BA.debugLineNum = 667;BA.debugLine="Sub heightLabel(Label1 As Label,Text As String) As";
 //BA.debugLineNum = 668;BA.debugLine="Return su.MeasureMultilineTextHeight(Label1,Tex";
if (true) return _v6.MeasureMultilineTextHeight((android.widget.TextView)(_label1.getObject()),BA.ObjectToCharSequence(_text));
 //BA.debugLineNum = 669;BA.debugLine="End Sub";
return 0;
}
public static String  _vvv5(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.LabelWrapper _label1,String _text,int _offset) throws Exception{
com.pas.abtahibo.parvaz.javaclass _j1 = null;
 //BA.debugLineNum = 671;BA.debugLine="Sub heightView(Label1 As Label,Text As String,offs";
 //BA.debugLineNum = 673;BA.debugLine="Dim j1 As javaClass";
_j1 = new com.pas.abtahibo.parvaz.javaclass();
 //BA.debugLineNum = 674;BA.debugLine="j1.Initialize";
_j1._initialize /*String*/ ((_ba.processBA == null ? _ba : _ba.processBA));
 //BA.debugLineNum = 675;BA.debugLine="j1.heightView(Label1,Text,offset)";
_j1._vvv5 /*String*/ (_label1,_text,_offset);
 //BA.debugLineNum = 677;BA.debugLine="End Sub";
return "";
}
public static boolean  _vvv6(anywheresoftware.b4a.BA _ba,Object _var) throws Exception{
anywheresoftware.b4a.objects.collections.List _kk = null;
String _ll = "";
 //BA.debugLineNum = 262;BA.debugLine="Sub IsList(Var As Object) As Boolean";
 //BA.debugLineNum = 263;BA.debugLine="Try";
try { //BA.debugLineNum = 264;BA.debugLine="Dim kk As List = Var";
_kk = new anywheresoftware.b4a.objects.collections.List();
_kk = (anywheresoftware.b4a.objects.collections.List) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4a.objects.collections.List(), (java.util.List)(_var));
 //BA.debugLineNum = 265;BA.debugLine="Dim ll As String = kk.Get(0) 'ignore";
_ll = BA.ObjectToString(_kk.Get((int) (0)));
 //BA.debugLineNum = 266;BA.debugLine="Return True";
if (true) return anywheresoftware.b4a.keywords.Common.True;
 } 
       catch (Exception e6) {
			(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e6); //BA.debugLineNum = 268;BA.debugLine="Return False";
if (true) return anywheresoftware.b4a.keywords.Common.False;
 };
 //BA.debugLineNum = 270;BA.debugLine="End Sub";
return false;
}
public static String  _vvv7(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.LabelWrapper _l) throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
 //BA.debugLineNum = 727;BA.debugLine="Public Sub LabelLinkSupport(l As Label)";
 //BA.debugLineNum = 733;BA.debugLine="Dim jo = l As JavaObject";
_jo = new anywheresoftware.b4j.object.JavaObject();
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_l.getObject()));
 //BA.debugLineNum = 734;BA.debugLine="jo.RunMethod(\"setLinksClickable\", Array As Object";
_jo.RunMethod("setLinksClickable",new Object[]{(Object)(anywheresoftware.b4a.keywords.Common.True)});
 //BA.debugLineNum = 735;BA.debugLine="jo.RunMethod(\"setAutoLinkMask\", Array As Object(1";
_jo.RunMethod("setAutoLinkMask",new Object[]{(Object)(1)});
 //BA.debugLineNum = 736;BA.debugLine="jo.RunMethod(\"setLinkTextColor\", Array As Object(";
_jo.RunMethod("setLinkTextColor",new Object[]{(Object)(anywheresoftware.b4a.keywords.Common.Colors.Blue)});
 //BA.debugLineNum = 749;BA.debugLine="End Sub";
return "";
}
public static anywheresoftware.b4a.objects.collections.List  _vvv0(anywheresoftware.b4a.BA _ba,int _number,Object _caller,String _peventname) throws Exception{
anywheresoftware.b4a.objects.collections.List _list = null;
 //BA.debugLineNum = 679;BA.debugLine="Sub listInitialize(number As Int,Caller As Object,";
 //BA.debugLineNum = 681;BA.debugLine="Dim list As List";
_list = new anywheresoftware.b4a.objects.collections.List();
 //BA.debugLineNum = 682;BA.debugLine="list.Initialize";
_list.Initialize();
 //BA.debugLineNum = 683;BA.debugLine="list.Add(number)";
_list.Add((Object)(_number));
 //BA.debugLineNum = 684;BA.debugLine="list.Add(Caller)";
_list.Add(_caller);
 //BA.debugLineNum = 685;BA.debugLine="list.Add(pEventName)";
_list.Add((Object)(_peventname));
 //BA.debugLineNum = 687;BA.debugLine="Return list";
if (true) return _list;
 //BA.debugLineNum = 689;BA.debugLine="End Sub";
return null;
}
public static String  _vvvv1(anywheresoftware.b4a.BA _ba,String _path,String _filename,anywheresoftware.b4a.objects.WebViewWrapper _wkwebview1) throws Exception{
String _url = "";
String _html = "";
 //BA.debugLineNum = 443;BA.debugLine="Sub LoadHtmlZoom(Path As String,FileName As String";
 //BA.debugLineNum = 444;BA.debugLine="Dim url As String";
_url = "";
 //BA.debugLineNum = 445;BA.debugLine="url=WebViewAssetFile(Path,FileName)";
_url = _vvvvvvvv2(_ba,_path,_filename);
 //BA.debugLineNum = 446;BA.debugLine="Dim html As String = $\"<html> 			<head> 			<style";
_html = ("<html>\n"+"			<head>\n"+"			<style type=\"text/css\">\n"+"			div{\n"+"			background:url("+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_url))+") no-repeat center center;\n"+"			background-size : contain;\n"+"			position: absolute;\n"+"			top: 0; right: 0; bottom: 0; left: 0;\n"+"			}\n"+"			</style>\n"+"			</head>\n"+"			<body>\n"+"			<div>\n"+"			</div>\n"+"			</body>\n"+"			</html>\n"+"			   ");
 //BA.debugLineNum = 463;BA.debugLine="WKWebView1.LoadHtml(html)";
_wkwebview1.LoadHtml(_html);
 //BA.debugLineNum = 464;BA.debugLine="End Sub";
return "";
}
public static String  _vvvv2(anywheresoftware.b4a.BA _ba,String _url,anywheresoftware.b4a.objects.WebViewWrapper _wkwebview1) throws Exception{
String _html = "";
 //BA.debugLineNum = 483;BA.debugLine="Sub LoadHtmlZoom3(url As String,WKWebView1 As WebV";
 //BA.debugLineNum = 485;BA.debugLine="Dim html As String = $\"<html> 			<head> 			<style";
_html = ("<html>\n"+"			<head>\n"+"			<style type=\"text/css\">\n"+"			div{\n"+"			background:url("+anywheresoftware.b4a.keywords.Common.SmartStringFormatter("",(Object)(_url))+") no-repeat center center;\n"+"			background-size : contain;\n"+"			position: absolute;\n"+"			top: 0; right: 0; bottom: 0; left: 0;\n"+"			}\n"+"			</style>\n"+"			</head>\n"+"			<body>\n"+"			<div>\n"+"			</div>\n"+"			</body>\n"+"			</html>\n"+"			   ");
 //BA.debugLineNum = 502;BA.debugLine="WKWebView1.LoadHtml(html)";
_wkwebview1.LoadHtml(_html);
 //BA.debugLineNum = 503;BA.debugLine="End Sub";
return "";
}
public static String  _vvvv3(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.LabelWrapper _l,int _font) throws Exception{
int _i = 0;
 //BA.debugLineNum = 45;BA.debugLine="Sub MinimomFontLabel(L As Label, font As Int)";
 //BA.debugLineNum = 46;BA.debugLine="For i = font To 1 Step -1";
{
final int step1 = -1;
final int limit1 = (int) (1);
_i = _font ;
for (;_i >= limit1 ;_i = _i + step1 ) {
 //BA.debugLineNum = 47;BA.debugLine="L.TextSize = i";
_l.setTextSize((float) (_i));
 //BA.debugLineNum = 48;BA.debugLine="If su.MeasureMultilineTextHeight(L, L.Text) <= L";
if (_v6.MeasureMultilineTextHeight((android.widget.TextView)(_l.getObject()),BA.ObjectToCharSequence(_l.getText()))<=_l.getHeight()) { 
 //BA.debugLineNum = 49;BA.debugLine="Exit";
if (true) break;
 };
 }
};
 //BA.debugLineNum = 52;BA.debugLine="End Sub";
return "";
}
public static String  _vvvv4(anywheresoftware.b4a.BA _ba,String _text) throws Exception{
String _s = "";
 //BA.debugLineNum = 231;BA.debugLine="Sub per(Text As String) As String";
 //BA.debugLineNum = 232;BA.debugLine="Dim s As String = Text";
_s = _text;
 //BA.debugLineNum = 233;BA.debugLine="s = s.Replace(\"0\",\"۰\")";
_s = _s.replace("0","۰");
 //BA.debugLineNum = 234;BA.debugLine="s = s.Replace(\"1\",\"۱\")";
_s = _s.replace("1","۱");
 //BA.debugLineNum = 235;BA.debugLine="s = s.Replace(\"2\",\"۲\")";
_s = _s.replace("2","۲");
 //BA.debugLineNum = 236;BA.debugLine="s = s.Replace(\"3\",\"۳\")";
_s = _s.replace("3","۳");
 //BA.debugLineNum = 237;BA.debugLine="s = s.Replace(\"4\",\"۴\")";
_s = _s.replace("4","۴");
 //BA.debugLineNum = 238;BA.debugLine="s = s.Replace(\"5\",\"۵\")";
_s = _s.replace("5","۵");
 //BA.debugLineNum = 239;BA.debugLine="s = s.Replace(\"6\",\"۶\")";
_s = _s.replace("6","۶");
 //BA.debugLineNum = 240;BA.debugLine="s = s.Replace(\"7\",\"۷\")";
_s = _s.replace("7","۷");
 //BA.debugLineNum = 241;BA.debugLine="s = s.Replace(\"8\",\"۸\")";
_s = _s.replace("8","۸");
 //BA.debugLineNum = 242;BA.debugLine="s = s.Replace(\"9\",\"۹\")";
_s = _s.replace("9","۹");
 //BA.debugLineNum = 243;BA.debugLine="Return s";
if (true) return _s;
 //BA.debugLineNum = 244;BA.debugLine="End Sub";
return "";
}
public static String  _vvvv5(anywheresoftware.b4a.BA _ba,String _text) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 219;BA.debugLine="Sub PersianNumbers(Text As String) As String";
 //BA.debugLineNum = 221;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 223;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 224;BA.debugLine="Return ENumbers(Text)";
if (true) return _vv4(_ba,_text);
 }else {
 //BA.debugLineNum = 226;BA.debugLine="Return per(Text)";
if (true) return _vvvv4(_ba,_text);
 };
 //BA.debugLineNum = 229;BA.debugLine="End Sub";
return "";
}
public static String  _process_globals() throws Exception{
 //BA.debugLineNum = 1;BA.debugLine="Private Sub Process_Globals";
 //BA.debugLineNum = 3;BA.debugLine="Dim phone As Phone";
_v5 = new anywheresoftware.b4a.phone.Phone();
 //BA.debugLineNum = 4;BA.debugLine="Dim su As StringUtils";
_v6 = new anywheresoftware.b4a.objects.StringUtils();
 //BA.debugLineNum = 6;BA.debugLine="End Sub";
return "";
}
public static anywheresoftware.b4a.objects.collections.List  _vvvv6(anywheresoftware.b4a.BA _ba,String _filename) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 522;BA.debugLine="Sub readList(fileName As String) As List";
 //BA.debugLineNum = 524;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 526;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 527;BA.debugLine="fileName = fileName&3";
_filename = _filename+BA.NumberToString(3);
 }else if((_lan2faen).equals(BA.NumberToString(2))) { 
 //BA.debugLineNum = 529;BA.debugLine="fileName = fileName&2";
_filename = _filename+BA.NumberToString(2);
 };
 //BA.debugLineNum = 532;BA.debugLine="Return File.ReadList(File.DirInternal,fileName)";
if (true) return anywheresoftware.b4a.keywords.Common.File.ReadList(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),_filename);
 //BA.debugLineNum = 534;BA.debugLine="End Sub";
return null;
}
public static String  _vvvv7(anywheresoftware.b4a.BA _ba,String _key,String _defualt) throws Exception{
anywheresoftware.b4a.objects.preferenceactivity.PreferenceManager _save1 = null;
String _ss = "";
 //BA.debugLineNum = 607;BA.debugLine="Sub readNIS(key As String,defualt As String) As St";
 //BA.debugLineNum = 609;BA.debugLine="Try";
try { //BA.debugLineNum = 610;BA.debugLine="Dim save1 As AHPreferenceManager";
_save1 = new anywheresoftware.b4a.objects.preferenceactivity.PreferenceManager();
 //BA.debugLineNum = 611;BA.debugLine="Dim ss As String = save1.GetString(key)";
_ss = _save1.GetString(_key);
 //BA.debugLineNum = 612;BA.debugLine="If ss = \"\" Then";
if ((_ss).equals("")) { 
 //BA.debugLineNum = 613;BA.debugLine="ss = defualt";
_ss = _defualt;
 };
 //BA.debugLineNum = 615;BA.debugLine="Return ss";
if (true) return _ss;
 } 
       catch (Exception e9) {
			(_ba.processBA == null ? _ba : _ba.processBA).setLastException(e9); //BA.debugLineNum = 617;BA.debugLine="Log(LastException)";
anywheresoftware.b4a.keywords.Common.LogImpl("339256074",BA.ObjectToString(anywheresoftware.b4a.keywords.Common.LastException(_ba)),0);
 };
 //BA.debugLineNum = 620;BA.debugLine="Return defualt";
if (true) return _defualt;
 //BA.debugLineNum = 622;BA.debugLine="End Sub";
return "";
}
public static String  _vvvv0(anywheresoftware.b4a.BA _ba,String _key) throws Exception{
anywheresoftware.b4a.objects.preferenceactivity.PreferenceManager _save1 = null;
String _ss = "";
 //BA.debugLineNum = 598;BA.debugLine="Sub readPFM(key As String) As String";
 //BA.debugLineNum = 599;BA.debugLine="Dim save1 As AHPreferenceManager";
_save1 = new anywheresoftware.b4a.objects.preferenceactivity.PreferenceManager();
 //BA.debugLineNum = 600;BA.debugLine="Dim ss As String = save1.GetString(key)";
_ss = _save1.GetString(_key);
 //BA.debugLineNum = 601;BA.debugLine="If ss = \"\" Then";
if ((_ss).equals("")) { 
 //BA.debugLineNum = 602;BA.debugLine="ss = -1";
_ss = BA.NumberToString(-1);
 };
 //BA.debugLineNum = 604;BA.debugLine="Return ss";
if (true) return _ss;
 //BA.debugLineNum = 605;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvv1(anywheresoftware.b4a.BA _ba) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 624;BA.debugLine="Sub resetSettings";
 //BA.debugLineNum = 626;BA.debugLine="savePFM(\"colorFarsi\",-16777039)";
_vvvvv2(_ba,"colorFarsi",BA.NumberToString(-16777039));
 //BA.debugLineNum = 628;BA.debugLine="savePFM(\"colorFaal\",-2883631)";
_vvvvv2(_ba,"colorFaal",BA.NumberToString(-2883631));
 //BA.debugLineNum = 630;BA.debugLine="savePFM(\"colorArabi\",-12303292)";
_vvvvv2(_ba,"colorArabi",BA.NumberToString(-12303292));
 //BA.debugLineNum = 632;BA.debugLine="savePFM(\"sizeArabi\",24)";
_vvvvv2(_ba,"sizeArabi",BA.NumberToString(24));
 //BA.debugLineNum = 634;BA.debugLine="savePFM(\"sizeFarsi\",18)";
_vvvvv2(_ba,"sizeFarsi",BA.NumberToString(18));
 //BA.debugLineNum = 636;BA.debugLine="savePFM(\"fontArabi\",\"hezareh.ttf\")";
_vvvvv2(_ba,"fontArabi","hezareh.ttf");
 //BA.debugLineNum = 638;BA.debugLine="Dim lan2FaEn As String";
_lan2faen = "";
 //BA.debugLineNum = 639;BA.debugLine="lan2FaEn = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 640;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 641;BA.debugLine="savePFM(\"fontFarsi\",\"en1font.ttf\")";
_vvvvv2(_ba,"fontFarsi","en1font.ttf");
 }else {
 //BA.debugLineNum = 643;BA.debugLine="savePFM(\"fontFarsi\",\"sahel.ttf\")";
_vvvvv2(_ba,"fontFarsi","sahel.ttf");
 };
 //BA.debugLineNum = 646;BA.debugLine="If lan2FaEn = 2 Then";
if ((_lan2faen).equals(BA.NumberToString(2))) { 
 //BA.debugLineNum = 647;BA.debugLine="savePFM(\"int_type\",1)";
_vvvvv2(_ba,"int_type",BA.NumberToString(1));
 }else {
 //BA.debugLineNum = 649;BA.debugLine="savePFM(\"int_type\",0)";
_vvvvv2(_ba,"int_type",BA.NumberToString(0));
 };
 //BA.debugLineNum = 653;BA.debugLine="savePFM(\"distancLine\",1)";
_vvvvv2(_ba,"distancLine",BA.NumberToString(1));
 //BA.debugLineNum = 655;BA.debugLine="savePFM(\"distancLine1\",1)";
_vvvvv2(_ba,"distancLine1",BA.NumberToString(1));
 //BA.debugLineNum = 657;BA.debugLine="deleteList(\"ColorK.stg\")";
_vv3(_ba,"ColorK.stg");
 //BA.debugLineNum = 658;BA.debugLine="deleteList(\"ColorA.stg\")";
_vv3(_ba,"ColorA.stg");
 //BA.debugLineNum = 659;BA.debugLine="deleteList(\"ColorK1.stg\")";
_vv3(_ba,"ColorK1.stg");
 //BA.debugLineNum = 660;BA.debugLine="deleteList(\"fontA.stg\")";
_vv3(_ba,"fontA.stg");
 //BA.debugLineNum = 661;BA.debugLine="deleteList(\"fontK.stg\")";
_vv3(_ba,"fontK.stg");
 //BA.debugLineNum = 662;BA.debugLine="deleteList(\"sizeK.stg\")";
_vv3(_ba,"sizeK.stg");
 //BA.debugLineNum = 663;BA.debugLine="deleteList(\"sizeA.stg\")";
_vv3(_ba,"sizeA.stg");
 //BA.debugLineNum = 665;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvv2(anywheresoftware.b4a.BA _ba,String _key,String _value) throws Exception{
anywheresoftware.b4a.objects.preferenceactivity.PreferenceManager _save1 = null;
 //BA.debugLineNum = 593;BA.debugLine="Sub savePFM(key As String,value As String)";
 //BA.debugLineNum = 594;BA.debugLine="Dim save1 As AHPreferenceManager";
_save1 = new anywheresoftware.b4a.objects.preferenceactivity.PreferenceManager();
 //BA.debugLineNum = 595;BA.debugLine="save1.SetString(key,value)";
_save1.SetString(_key,_value);
 //BA.debugLineNum = 596;BA.debugLine="End Sub";
return "";
}
public static boolean  _search_string(anywheresoftware.b4a.BA _ba,String _target,String _source,String _seperator) throws Exception{
String[] _sr = null;
int _i = 0;
 //BA.debugLineNum = 196;BA.debugLine="Sub search_string(target As String , source As Str";
 //BA.debugLineNum = 197;BA.debugLine="Dim sr() As String";
_sr = new String[(int) (0)];
java.util.Arrays.fill(_sr,"");
 //BA.debugLineNum = 198;BA.debugLine="sr = Regex.Split(seperator ,source)";
_sr = anywheresoftware.b4a.keywords.Common.Regex.Split(_seperator,_source);
 //BA.debugLineNum = 199;BA.debugLine="For i  = 0 To sr.Length-1";
{
final int step3 = 1;
final int limit3 = (int) (_sr.length-1);
_i = (int) (0) ;
for (;_i <= limit3 ;_i = _i + step3 ) {
 //BA.debugLineNum = 200;BA.debugLine="If(sr(i)==target)Then";
if (((_sr[_i]).equals(_target))) { 
 //BA.debugLineNum = 201;BA.debugLine="Return True";
if (true) return anywheresoftware.b4a.keywords.Common.True;
 };
 }
};
 //BA.debugLineNum = 205;BA.debugLine="Return False";
if (true) return anywheresoftware.b4a.keywords.Common.False;
 //BA.debugLineNum = 207;BA.debugLine="End Sub";
return false;
}
public static anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString  _vvvvv3(anywheresoftware.b4a.BA _ba,String _str,String _srch) throws Exception{
anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString _rs = null;
 //BA.debugLineNum = 282;BA.debugLine="Sub SearchHighLight(str As String,srch As String)A";
 //BA.debugLineNum = 284;BA.debugLine="str=str.Replace(srch,\"|\"&srch&\"|\")";
_str = _str.replace(_srch,"|"+_srch+"|");
 //BA.debugLineNum = 285;BA.debugLine="Dim rs As RichString";
_rs = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString();
 //BA.debugLineNum = 286;BA.debugLine="rs.Initialize(str)";
_rs.Initialize(BA.ObjectToCharSequence(_str));
 //BA.debugLineNum = 287;BA.debugLine="rs.BackColor2(0xFFCECE4A,\"|\")";
_rs.BackColor2(((int)0xffcece4a),"|");
 //BA.debugLineNum = 289;BA.debugLine="Return rs";
if (true) return _rs;
 //BA.debugLineNum = 291;BA.debugLine="End Sub";
return null;
}
public static String  _vvvvv4(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.LabelWrapper _textview,String _mode) throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
 //BA.debugLineNum = 505;BA.debugLine="Sub setEllipsize(TextView As Label, Mode As String";
 //BA.debugLineNum = 506;BA.debugLine="Dim jo = TextView As JavaObject";
_jo = new anywheresoftware.b4j.object.JavaObject();
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_textview.getObject()));
 //BA.debugLineNum = 507;BA.debugLine="jo.RunMethod(\"setSingleLine\", Array As Object(Tru";
_jo.RunMethod("setSingleLine",new Object[]{(Object)(anywheresoftware.b4a.keywords.Common.True)});
 //BA.debugLineNum = 508;BA.debugLine="jo.RunMethod(\"setEllipsize\", Array As Object(Mode";
_jo.RunMethod("setEllipsize",new Object[]{(Object)(_mode)});
 //BA.debugLineNum = 509;BA.debugLine="jo.RunMethod(\"setSelected\", Array As Object(True)";
_jo.RunMethod("setSelected",new Object[]{(Object)(anywheresoftware.b4a.keywords.Common.True)});
 //BA.debugLineNum = 510;BA.debugLine="End Sub";
return "";
}
public static int  _vvvvv5(anywheresoftware.b4a.BA _ba,String _target) throws Exception{
 //BA.debugLineNum = 409;BA.debugLine="Sub setGravity(target As String) As Int";
 //BA.debugLineNum = 411;BA.debugLine="If readPFM(target) = -1 Then";
if ((_vvvv0(_ba,_target)).equals(BA.NumberToString(-1))) { 
 //BA.debugLineNum = 412;BA.debugLine="Return Bit.Or(Gravity.CENTER,Gravity.CENTER_VERT";
if (true) return anywheresoftware.b4a.keywords.Common.Bit.Or(anywheresoftware.b4a.keywords.Common.Gravity.CENTER,anywheresoftware.b4a.keywords.Common.Gravity.CENTER_VERTICAL);
 }else {
 //BA.debugLineNum = 414;BA.debugLine="Return Bit.Or(Gravity.RIGHT,Gravity.CENTER_VERTI";
if (true) return anywheresoftware.b4a.keywords.Common.Bit.Or(anywheresoftware.b4a.keywords.Common.Gravity.RIGHT,anywheresoftware.b4a.keywords.Common.Gravity.CENTER_VERTICAL);
 };
 //BA.debugLineNum = 417;BA.debugLine="End Sub";
return 0;
}
public static int  _vvvvv6(anywheresoftware.b4a.BA _ba,String _target) throws Exception{
 //BA.debugLineNum = 420;BA.debugLine="Sub setGravity1(target As String) As Int";
 //BA.debugLineNum = 422;BA.debugLine="If readPFM(target) = -1 Then";
if ((_vvvv0(_ba,_target)).equals(BA.NumberToString(-1))) { 
 //BA.debugLineNum = 423;BA.debugLine="Return Bit.Or(Gravity.CENTER,Gravity.CENTER_VERT";
if (true) return anywheresoftware.b4a.keywords.Common.Bit.Or(anywheresoftware.b4a.keywords.Common.Gravity.CENTER,anywheresoftware.b4a.keywords.Common.Gravity.CENTER_VERTICAL);
 }else {
 //BA.debugLineNum = 425;BA.debugLine="Return Bit.Or(Gravity.RIGHT,Gravity.CENTER_VERTI";
if (true) return anywheresoftware.b4a.keywords.Common.Bit.Or(anywheresoftware.b4a.keywords.Common.Gravity.RIGHT,anywheresoftware.b4a.keywords.Common.Gravity.CENTER_VERTICAL);
 };
 //BA.debugLineNum = 428;BA.debugLine="End Sub";
return 0;
}
public static String  _vvvvv7(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder) throws Exception{
anywheresoftware.b4a.objects.drawable.GradientDrawable _gradient1 = null;
int[] _clrs = null;
anywheresoftware.b4a.objects.drawable.GradientDrawable _gradient2 = null;
int[] _clrs1 = null;
anywheresoftware.b4a.objects.drawable.StateListDrawable _sld = null;
 //BA.debugLineNum = 135;BA.debugLine="Sub setGrv (ViewHolder As View)";
 //BA.debugLineNum = 137;BA.debugLine="Dim Gradient1 As GradientDrawable";
_gradient1 = new anywheresoftware.b4a.objects.drawable.GradientDrawable();
 //BA.debugLineNum = 138;BA.debugLine="Dim Clrs(2) As Int";
_clrs = new int[(int) (2)];
;
 //BA.debugLineNum = 139;BA.debugLine="Clrs(0) = Colors.White";
_clrs[(int) (0)] = anywheresoftware.b4a.keywords.Common.Colors.White;
 //BA.debugLineNum = 140;BA.debugLine="Clrs(1) = Colors.White";
_clrs[(int) (1)] = anywheresoftware.b4a.keywords.Common.Colors.White;
 //BA.debugLineNum = 141;BA.debugLine="Gradient1.Initialize(\"LEFT_RIGHT\",Clrs)";
_gradient1.Initialize(BA.getEnumFromString(android.graphics.drawable.GradientDrawable.Orientation.class,"LEFT_RIGHT"),_clrs);
 //BA.debugLineNum = 142;BA.debugLine="Gradient1.CornerRadius = 25";
_gradient1.setCornerRadius((float) (25));
 //BA.debugLineNum = 144;BA.debugLine="Dim Gradient2 As GradientDrawable";
_gradient2 = new anywheresoftware.b4a.objects.drawable.GradientDrawable();
 //BA.debugLineNum = 145;BA.debugLine="Dim Clrs1(2) As Int";
_clrs1 = new int[(int) (2)];
;
 //BA.debugLineNum = 146;BA.debugLine="Clrs1(0) = 0xaaeeeeee";
_clrs1[(int) (0)] = ((int)0xaaeeeeee);
 //BA.debugLineNum = 147;BA.debugLine="Clrs1(1) = 0xaaeeeeee";
_clrs1[(int) (1)] = ((int)0xaaeeeeee);
 //BA.debugLineNum = 148;BA.debugLine="Gradient2.Initialize(\"LEFT_RIGHT\",Clrs1)";
_gradient2.Initialize(BA.getEnumFromString(android.graphics.drawable.GradientDrawable.Orientation.class,"LEFT_RIGHT"),_clrs1);
 //BA.debugLineNum = 149;BA.debugLine="Gradient2.CornerRadius = 25";
_gradient2.setCornerRadius((float) (25));
 //BA.debugLineNum = 151;BA.debugLine="Dim sld As StateListDrawable";
_sld = new anywheresoftware.b4a.objects.drawable.StateListDrawable();
 //BA.debugLineNum = 152;BA.debugLine="sld.Initialize";
_sld.Initialize();
 //BA.debugLineNum = 153;BA.debugLine="sld.AddState(sld.State_Disabled, Gradient1)";
_sld.AddState(_sld.State_Disabled,(android.graphics.drawable.Drawable)(_gradient1.getObject()));
 //BA.debugLineNum = 154;BA.debugLine="sld.AddState (sld.State_Pressed, Gradient2)";
_sld.AddState(_sld.State_Pressed,(android.graphics.drawable.Drawable)(_gradient2.getObject()));
 //BA.debugLineNum = 155;BA.debugLine="ViewHolder.Background = sld";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_sld.getObject()));
 //BA.debugLineNum = 157;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvv0(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder,int _color) throws Exception{
anywheresoftware.b4a.objects.drawable.GradientDrawable _gradient1 = null;
int[] _clrs = null;
anywheresoftware.b4a.objects.drawable.StateListDrawable _sld = null;
 //BA.debugLineNum = 577;BA.debugLine="Sub setGrv2 (ViewHolder As View,color As Int)";
 //BA.debugLineNum = 579;BA.debugLine="Dim Gradient1 As GradientDrawable";
_gradient1 = new anywheresoftware.b4a.objects.drawable.GradientDrawable();
 //BA.debugLineNum = 580;BA.debugLine="Dim Clrs(2) As Int";
_clrs = new int[(int) (2)];
;
 //BA.debugLineNum = 581;BA.debugLine="Clrs(0) = color";
_clrs[(int) (0)] = _color;
 //BA.debugLineNum = 582;BA.debugLine="Clrs(1) = color";
_clrs[(int) (1)] = _color;
 //BA.debugLineNum = 583;BA.debugLine="Gradient1.Initialize(\"LEFT_RIGHT\",Clrs)";
_gradient1.Initialize(BA.getEnumFromString(android.graphics.drawable.GradientDrawable.Orientation.class,"LEFT_RIGHT"),_clrs);
 //BA.debugLineNum = 584;BA.debugLine="Gradient1.CornerRadius = 1";
_gradient1.setCornerRadius((float) (1));
 //BA.debugLineNum = 586;BA.debugLine="Dim sld As StateListDrawable";
_sld = new anywheresoftware.b4a.objects.drawable.StateListDrawable();
 //BA.debugLineNum = 587;BA.debugLine="sld.Initialize";
_sld.Initialize();
 //BA.debugLineNum = 588;BA.debugLine="sld.AddState(sld.State_Disabled, Gradient1)";
_sld.AddState(_sld.State_Disabled,(android.graphics.drawable.Drawable)(_gradient1.getObject()));
 //BA.debugLineNum = 589;BA.debugLine="ViewHolder.Background = sld";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_sld.getObject()));
 //BA.debugLineNum = 591;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv1(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _target) throws Exception{
anywheresoftware.b4j.object.JavaObject _dirrtl = null;
 //BA.debugLineNum = 390;BA.debugLine="Sub setJustificationMode(target As View) '";
 //BA.debugLineNum = 391;BA.debugLine="If readPFM(\"justy\") = -1 Then";
if ((_vvvv0(_ba,"justy")).equals(BA.NumberToString(-1))) { 
 //BA.debugLineNum = 392;BA.debugLine="If phone.SdkVersion >= 26 Then";
if (_v5.getSdkVersion()>=26) { 
 //BA.debugLineNum = 393;BA.debugLine="Dim dirRTL As JavaObject = target";
_dirrtl = new anywheresoftware.b4j.object.JavaObject();
_dirrtl = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_target.getObject()));
 //BA.debugLineNum = 394;BA.debugLine="dirRTL.RunMethod(\"setJustificationMode\",Array(1";
_dirrtl.RunMethod("setJustificationMode",new Object[]{(Object)(1)});
 };
 };
 //BA.debugLineNum = 397;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv2(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _target) throws Exception{
 //BA.debugLineNum = 399;BA.debugLine="Sub setJustificationMode2(target As View) 'ignore";
 //BA.debugLineNum = 406;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv3(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder,int _defaultcolor,int _ontouchcolor,float _oldradius) throws Exception{
anywheresoftware.b4a.objects.drawable.GradientDrawable _gradient1 = null;
int[] _clrs = null;
anywheresoftware.b4a.objects.drawable.GradientDrawable _gradient2 = null;
int[] _clrs1 = null;
anywheresoftware.b4a.objects.drawable.StateListDrawable _sld = null;
 //BA.debugLineNum = 71;BA.debugLine="Sub SetRipple (ViewHolder As View, DefaultColor As";
 //BA.debugLineNum = 86;BA.debugLine="Dim Gradient1 As GradientDrawable";
_gradient1 = new anywheresoftware.b4a.objects.drawable.GradientDrawable();
 //BA.debugLineNum = 87;BA.debugLine="Dim Clrs(2) As Int";
_clrs = new int[(int) (2)];
;
 //BA.debugLineNum = 88;BA.debugLine="Clrs(0) = DefaultColor";
_clrs[(int) (0)] = _defaultcolor;
 //BA.debugLineNum = 89;BA.debugLine="Clrs(1) = DefaultColor";
_clrs[(int) (1)] = _defaultcolor;
 //BA.debugLineNum = 90;BA.debugLine="Gradient1.Initialize(\"LEFT_RIGHT\",Clrs)";
_gradient1.Initialize(BA.getEnumFromString(android.graphics.drawable.GradientDrawable.Orientation.class,"LEFT_RIGHT"),_clrs);
 //BA.debugLineNum = 91;BA.debugLine="Gradient1.CornerRadius = OldRadius";
_gradient1.setCornerRadius(_oldradius);
 //BA.debugLineNum = 93;BA.debugLine="Dim Gradient2 As GradientDrawable";
_gradient2 = new anywheresoftware.b4a.objects.drawable.GradientDrawable();
 //BA.debugLineNum = 94;BA.debugLine="Dim Clrs1(2) As Int";
_clrs1 = new int[(int) (2)];
;
 //BA.debugLineNum = 95;BA.debugLine="Clrs1(0) = OnTouchColor";
_clrs1[(int) (0)] = _ontouchcolor;
 //BA.debugLineNum = 96;BA.debugLine="Clrs1(1) = OnTouchColor";
_clrs1[(int) (1)] = _ontouchcolor;
 //BA.debugLineNum = 97;BA.debugLine="Gradient2.Initialize(\"LEFT_RIGHT\",Clrs1)";
_gradient2.Initialize(BA.getEnumFromString(android.graphics.drawable.GradientDrawable.Orientation.class,"LEFT_RIGHT"),_clrs1);
 //BA.debugLineNum = 98;BA.debugLine="Gradient2.CornerRadius = OldRadius";
_gradient2.setCornerRadius(_oldradius);
 //BA.debugLineNum = 100;BA.debugLine="Dim sld As StateListDrawable";
_sld = new anywheresoftware.b4a.objects.drawable.StateListDrawable();
 //BA.debugLineNum = 101;BA.debugLine="sld.Initialize";
_sld.Initialize();
 //BA.debugLineNum = 102;BA.debugLine="sld.AddState(sld.State_Disabled, Gradient1)";
_sld.AddState(_sld.State_Disabled,(android.graphics.drawable.Drawable)(_gradient1.getObject()));
 //BA.debugLineNum = 103;BA.debugLine="sld.AddState (sld.State_Pressed, Gradient2)";
_sld.AddState(_sld.State_Pressed,(android.graphics.drawable.Drawable)(_gradient2.getObject()));
 //BA.debugLineNum = 104;BA.debugLine="ViewHolder.Background = sld";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_sld.getObject()));
 //BA.debugLineNum = 106;BA.debugLine="End Sub";
return "";
}
public static String  _setripple_app(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder) throws Exception{
de.amberhome.objects.appcompat.AppCompatBase _ac = null;
 //BA.debugLineNum = 159;BA.debugLine="Sub SetRipple_app (ViewHolder As View)";
 //BA.debugLineNum = 161;BA.debugLine="Dim ac As AppCompat";
_ac = new de.amberhome.objects.appcompat.AppCompatBase();
 //BA.debugLineNum = 162;BA.debugLine="ac.SetClickEffect(ViewHolder,True)";
_ac.SetClickEffect(_ba,(android.view.View)(_viewholder.getObject()),anywheresoftware.b4a.keywords.Common.True);
 //BA.debugLineNum = 164;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv4(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder,int _defaultcolor,int _ontouchcolor,float _oldradius,int _borderwidth,int _colorboreder) throws Exception{
anywheresoftware.b4a.objects.drawable.ColorDrawable _dl1 = null;
anywheresoftware.b4a.objects.drawable.ColorDrawable _dl11 = null;
anywheresoftware.b4a.objects.drawable.StateListDrawable _sld = null;
 //BA.debugLineNum = 108;BA.debugLine="Sub SetRipple1 (ViewHolder As View, DefaultColor A";
 //BA.debugLineNum = 111;BA.debugLine="Dim dl1 As ColorDrawable";
_dl1 = new anywheresoftware.b4a.objects.drawable.ColorDrawable();
 //BA.debugLineNum = 112;BA.debugLine="dl1.Initialize2(DefaultColor,OldRadius,borderwidt";
_dl1.Initialize2(_defaultcolor,(int) (_oldradius),_borderwidth,_colorboreder);
 //BA.debugLineNum = 114;BA.debugLine="Dim dl11 As ColorDrawable";
_dl11 = new anywheresoftware.b4a.objects.drawable.ColorDrawable();
 //BA.debugLineNum = 115;BA.debugLine="dl11.Initialize2(OnTouchColor,OldRadius,borderwid";
_dl11.Initialize2(_ontouchcolor,(int) (_oldradius),_borderwidth,_colorboreder);
 //BA.debugLineNum = 117;BA.debugLine="Dim sld As StateListDrawable";
_sld = new anywheresoftware.b4a.objects.drawable.StateListDrawable();
 //BA.debugLineNum = 118;BA.debugLine="sld.Initialize";
_sld.Initialize();
 //BA.debugLineNum = 119;BA.debugLine="sld.AddState(sld.State_Disabled, dl1)";
_sld.AddState(_sld.State_Disabled,(android.graphics.drawable.Drawable)(_dl1.getObject()));
 //BA.debugLineNum = 120;BA.debugLine="sld.AddState (sld.State_Pressed, dl11)";
_sld.AddState(_sld.State_Pressed,(android.graphics.drawable.Drawable)(_dl11.getObject()));
 //BA.debugLineNum = 121;BA.debugLine="ViewHolder.Background = sld";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_sld.getObject()));
 //BA.debugLineNum = 123;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv5(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _viewholder,anywheresoftware.b4a.objects.drawable.GradientDrawable _defaultcolor,anywheresoftware.b4a.objects.drawable.GradientDrawable _ontouchcolor) throws Exception{
anywheresoftware.b4a.objects.drawable.StateListDrawable _sld = null;
 //BA.debugLineNum = 125;BA.debugLine="Sub SetRipple3 (ViewHolder As View, DefaultColor A";
 //BA.debugLineNum = 127;BA.debugLine="Dim sld As StateListDrawable";
_sld = new anywheresoftware.b4a.objects.drawable.StateListDrawable();
 //BA.debugLineNum = 128;BA.debugLine="sld.Initialize";
_sld.Initialize();
 //BA.debugLineNum = 129;BA.debugLine="sld.AddState(sld.State_Disabled, DefaultColor)";
_sld.AddState(_sld.State_Disabled,(android.graphics.drawable.Drawable)(_defaultcolor.getObject()));
 //BA.debugLineNum = 130;BA.debugLine="sld.AddState (sld.State_Pressed, OnTouchColor)";
_sld.AddState(_sld.State_Pressed,(android.graphics.drawable.Drawable)(_ontouchcolor.getObject()));
 //BA.debugLineNum = 131;BA.debugLine="ViewHolder.Background = sld";
_viewholder.setBackground((android.graphics.drawable.Drawable)(_sld.getObject()));
 //BA.debugLineNum = 133;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv6(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ConcreteViewWrapper _v,float _angle) throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
 //BA.debugLineNum = 272;BA.debugLine="Sub setRotation(v As View, Angle As Float)";
 //BA.debugLineNum = 273;BA.debugLine="Dim jo = v As JavaObject";
_jo = new anywheresoftware.b4j.object.JavaObject();
_jo = (anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_v.getObject()));
 //BA.debugLineNum = 274;BA.debugLine="jo.RunMethod(\"setRotation\", Array As Object(Angle";
_jo.RunMethod("setRotation",new Object[]{(Object)(_angle)});
 //BA.debugLineNum = 275;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvv7(anywheresoftware.b4a.BA _ba,anywheresoftware.b4a.objects.ScrollViewWrapper _sv) throws Exception{
anywheresoftware.b4a.objects.drawable.ColorDrawable _cd = null;
anywheresoftware.b4a.phone.Phone _p = null;
anywheresoftware.b4a.agraham.reflection.Reflection _r = null;
 //BA.debugLineNum = 751;BA.debugLine="Sub SetScrollbarColor(sv As ScrollView)";
 //BA.debugLineNum = 753;BA.debugLine="Dim cd As ColorDrawable";
_cd = new anywheresoftware.b4a.objects.drawable.ColorDrawable();
 //BA.debugLineNum = 754;BA.debugLine="cd.Initialize(0xFF4C9A7B, 2)";
_cd.Initialize(((int)0xff4c9a7b),(int) (2));
 //BA.debugLineNum = 756;BA.debugLine="Dim p As Phone";
_p = new anywheresoftware.b4a.phone.Phone();
 //BA.debugLineNum = 757;BA.debugLine="If p.SdkVersion >= 29 Then";
if (_p.getSdkVersion()>=29) { 
 //BA.debugLineNum = 758;BA.debugLine="sv.As(JavaObject).RunMethod(\"setVerticalScrollba";
((anywheresoftware.b4j.object.JavaObject) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new anywheresoftware.b4j.object.JavaObject(), (java.lang.Object)(_sv.getObject()))).RunMethod("setVerticalScrollbarThumbDrawable",new Object[]{(Object)(_cd.getObject())});
 }else {
 //BA.debugLineNum = 761;BA.debugLine="Dim r As Reflector";
_r = new anywheresoftware.b4a.agraham.reflection.Reflection();
 //BA.debugLineNum = 762;BA.debugLine="r.Target = sv";
_r.Target = (Object)(_sv.getObject());
 //BA.debugLineNum = 763;BA.debugLine="r.Target = r.GetField(\"mScrollCache\")";
_r.Target = _r.GetField("mScrollCache");
 //BA.debugLineNum = 764;BA.debugLine="r.Target = r.GetField(\"scrollBar\")";
_r.Target = _r.GetField("scrollBar");
 //BA.debugLineNum = 766;BA.debugLine="r.RunMethod4(\"setVerticalThumbDrawable\", Array(c";
_r.RunMethod4("setVerticalThumbDrawable",new Object[]{(Object)(_cd.getObject())},new String[]{"android.graphics.drawable.Drawable"});
 };
 //BA.debugLineNum = 769;BA.debugLine="End Sub";
return "";
}
public static anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString  _vvvvvv0(anywheresoftware.b4a.BA _ba,String _str,String _sthing) throws Exception{
String _sthing1 = "";
String _sthing2 = "";
String _sthing3 = "";
anywheresoftware.b4a.agraham.richstring.RichStringBuilder _rsb = null;
anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString _rs = null;
 //BA.debugLineNum = 305;BA.debugLine="Sub setThing0(str As String,sThing As String)As Ri";
 //BA.debugLineNum = 307;BA.debugLine="Dim sThing1 As String = \"#\"";
_sthing1 = "#";
 //BA.debugLineNum = 308;BA.debugLine="Dim sThing2 As String = \"¥\"";
_sthing2 = "¥";
 //BA.debugLineNum = 309;BA.debugLine="Dim sThing3 As String = \"⌡\"";
_sthing3 = "⌡";
 //BA.debugLineNum = 311;BA.debugLine="str = str.Replace(sThing,sThing&sThing1&sThing2)";
_str = _str.replace(_sthing,_sthing+_sthing1+_sthing2);
 //BA.debugLineNum = 312;BA.debugLine="str = str.Replace(sThing2,CRLF)";
_str = _str.replace(_sthing2,anywheresoftware.b4a.keywords.Common.CRLF);
 //BA.debugLineNum = 313;BA.debugLine="str = str.Replace(\"ⱹ\",\"ⱹ\"&sThing3)";
_str = _str.replace("ⱹ","ⱹ"+_sthing3);
 //BA.debugLineNum = 315;BA.debugLine="Dim rsb As RichStringBuilder";
_rsb = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder();
 //BA.debugLineNum = 316;BA.debugLine="rsb.Initialize";
_rsb.Initialize();
 //BA.debugLineNum = 318;BA.debugLine="rsb.Append(str)";
_rsb.Append(BA.ObjectToCharSequence(_str));
 //BA.debugLineNum = 320;BA.debugLine="Dim rs As RichString";
_rs = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString();
 //BA.debugLineNum = 321;BA.debugLine="rs.Initialize(rsb) 'ignore";
_rs.Initialize(BA.ObjectToCharSequence(_rsb.getObject()));
 //BA.debugLineNum = 323;BA.debugLine="rs.Color2(Colors.Red, sThing1)";
_rs.Color2(anywheresoftware.b4a.keywords.Common.Colors.Red,_sthing1);
 //BA.debugLineNum = 324;BA.debugLine="rs.Style2(rs.STYLE_BOLD,sThing)";
_rs.Style2(_rs.STYLE_BOLD,_sthing);
 //BA.debugLineNum = 326;BA.debugLine="rs.Color2(0xFF00A900, \"Ꞵ\")";
_rs.Color2(((int)0xff00a900),"Ꞵ");
 //BA.debugLineNum = 327;BA.debugLine="rs.Color2(0xFF00A900, \"ꝭ\")";
_rs.Color2(((int)0xff00a900),"ꝭ");
 //BA.debugLineNum = 329;BA.debugLine="rs.Color2(0xFF3A1BA3,sThing3)";
_rs.Color2(((int)0xff3a1ba3),_sthing3);
 //BA.debugLineNum = 331;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"ⱹ\")";
_rs.Style2(_rs.STYLE_BOLD,"ⱹ");
 //BA.debugLineNum = 332;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"ꬸ\")";
_rs.Style2(_rs.STYLE_BOLD,"ꬸ");
 //BA.debugLineNum = 333;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"Ï\")";
_rs.Style2(_rs.STYLE_BOLD,"Ï");
 //BA.debugLineNum = 335;BA.debugLine="Return rs";
if (true) return _rs;
 //BA.debugLineNum = 337;BA.debugLine="End Sub";
return null;
}
public static String  _vvvvvvv1(anywheresoftware.b4a.BA _ba,String _str,String _sthing) throws Exception{
String _sthing2 = "";
 //BA.debugLineNum = 293;BA.debugLine="Sub setThing00(str As String,sThing As String)As S";
 //BA.debugLineNum = 295;BA.debugLine="Dim sThing2 As String = \"¥\"";
_sthing2 = "¥";
 //BA.debugLineNum = 297;BA.debugLine="str = str.Replace(sThing,sThing&sThing2)";
_str = _str.replace(_sthing,_sthing+_sthing2);
 //BA.debugLineNum = 298;BA.debugLine="str = str.Replace(sThing2,CRLF)";
_str = _str.replace(_sthing2,anywheresoftware.b4a.keywords.Common.CRLF);
 //BA.debugLineNum = 300;BA.debugLine="Return str";
if (true) return _str;
 //BA.debugLineNum = 302;BA.debugLine="End Sub";
return "";
}
public static anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString  _vvvvvvv2(anywheresoftware.b4a.BA _ba,String _str,String _sthing) throws Exception{
String _sthing1 = "";
String _sthing2 = "";
String _sthing3 = "";
String _sthing4 = "";
anywheresoftware.b4a.agraham.richstring.RichStringBuilder _rsb = null;
anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString _rs = null;
 //BA.debugLineNum = 691;BA.debugLine="Sub setThing000(str As String,sThing As String)As";
 //BA.debugLineNum = 693;BA.debugLine="Dim sThing1 As String = \"#\"";
_sthing1 = "#";
 //BA.debugLineNum = 694;BA.debugLine="Dim sThing2 As String = \"¥\"";
_sthing2 = "¥";
 //BA.debugLineNum = 695;BA.debugLine="Dim sThing3 As String = \"⌡\"";
_sthing3 = "⌡";
 //BA.debugLineNum = 696;BA.debugLine="Dim sThing4 As String = \"Ǐ\"";
_sthing4 = "Ǐ";
 //BA.debugLineNum = 698;BA.debugLine="str = str.Replace(sThing,sThing&sThing1&sThing2)";
_str = _str.replace(_sthing,_sthing+_sthing1+_sthing2);
 //BA.debugLineNum = 699;BA.debugLine="str = str.Replace(sThing2,CRLF)";
_str = _str.replace(_sthing2,anywheresoftware.b4a.keywords.Common.CRLF);
 //BA.debugLineNum = 700;BA.debugLine="str = str.Replace(\"ⱹ\",\"ⱹ\"&sThing3)";
_str = _str.replace("ⱹ","ⱹ"+_sthing3);
 //BA.debugLineNum = 702;BA.debugLine="Dim rsb As RichStringBuilder";
_rsb = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder();
 //BA.debugLineNum = 703;BA.debugLine="rsb.Initialize";
_rsb.Initialize();
 //BA.debugLineNum = 705;BA.debugLine="rsb.Append(str)";
_rsb.Append(BA.ObjectToCharSequence(_str));
 //BA.debugLineNum = 707;BA.debugLine="Dim rs As RichString";
_rs = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString();
 //BA.debugLineNum = 708;BA.debugLine="rs.Initialize(rsb) 'ignore";
_rs.Initialize(BA.ObjectToCharSequence(_rsb.getObject()));
 //BA.debugLineNum = 710;BA.debugLine="rs.Color2(Colors.Red, sThing1)";
_rs.Color2(anywheresoftware.b4a.keywords.Common.Colors.Red,_sthing1);
 //BA.debugLineNum = 711;BA.debugLine="rs.Style2(rs.STYLE_BOLD,sThing)";
_rs.Style2(_rs.STYLE_BOLD,_sthing);
 //BA.debugLineNum = 713;BA.debugLine="rs.Color2(0xFF00A900, \"Ꞵ\")";
_rs.Color2(((int)0xff00a900),"Ꞵ");
 //BA.debugLineNum = 714;BA.debugLine="rs.Color2(0xFF00A900, \"ꝭ\")";
_rs.Color2(((int)0xff00a900),"ꝭ");
 //BA.debugLineNum = 716;BA.debugLine="rs.Color2(0xFF3A1BA3,sThing3)";
_rs.Color2(((int)0xff3a1ba3),_sthing3);
 //BA.debugLineNum = 717;BA.debugLine="rs.RelativeSize2(2,sThing4)";
_rs.RelativeSize2((float) (2),_sthing4);
 //BA.debugLineNum = 719;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"ⱹ\")";
_rs.Style2(_rs.STYLE_BOLD,"ⱹ");
 //BA.debugLineNum = 720;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"ꬸ\")";
_rs.Style2(_rs.STYLE_BOLD,"ꬸ");
 //BA.debugLineNum = 721;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"Ï\")";
_rs.Style2(_rs.STYLE_BOLD,"Ï");
 //BA.debugLineNum = 723;BA.debugLine="Return rs";
if (true) return _rs;
 //BA.debugLineNum = 725;BA.debugLine="End Sub";
return null;
}
public static anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString  _vvvvvvv3(anywheresoftware.b4a.BA _ba,String _str,String _sthing) throws Exception{
anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString _rs = null;
 //BA.debugLineNum = 339;BA.debugLine="Sub setThing1(str As String,sThing As String)As Ri";
 //BA.debugLineNum = 341;BA.debugLine="Dim rs As RichString";
_rs = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString();
 //BA.debugLineNum = 342;BA.debugLine="rs.Initialize(str)";
_rs.Initialize(BA.ObjectToCharSequence(_str));
 //BA.debugLineNum = 344;BA.debugLine="rs.Style2(rs.STYLE_BOLD,sThing)";
_rs.Style2(_rs.STYLE_BOLD,_sthing);
 //BA.debugLineNum = 346;BA.debugLine="Return rs";
if (true) return _rs;
 //BA.debugLineNum = 348;BA.debugLine="End Sub";
return null;
}
public static anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString  _vvvvvvv4(anywheresoftware.b4a.BA _ba,String _str,String _sthing) throws Exception{
String _sthing1 = "";
anywheresoftware.b4a.agraham.richstring.RichStringBuilder _rsb = null;
anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString _rs = null;
 //BA.debugLineNum = 350;BA.debugLine="Sub setThing2(str As String,sThing As String)As Ri";
 //BA.debugLineNum = 352;BA.debugLine="Dim sThing1 As String = \"#\"";
_sthing1 = "#";
 //BA.debugLineNum = 354;BA.debugLine="str = str.Replace(sThing,sThing&sThing1)";
_str = _str.replace(_sthing,_sthing+_sthing1);
 //BA.debugLineNum = 356;BA.debugLine="Dim rsb As RichStringBuilder";
_rsb = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder();
 //BA.debugLineNum = 357;BA.debugLine="rsb.Initialize";
_rsb.Initialize();
 //BA.debugLineNum = 359;BA.debugLine="rsb.Append(str)";
_rsb.Append(BA.ObjectToCharSequence(_str));
 //BA.debugLineNum = 361;BA.debugLine="Dim rs As RichString";
_rs = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString();
 //BA.debugLineNum = 362;BA.debugLine="rs.Initialize(rsb) 'ignore";
_rs.Initialize(BA.ObjectToCharSequence(_rsb.getObject()));
 //BA.debugLineNum = 364;BA.debugLine="rs.Color2(Colors.Red, sThing1)";
_rs.Color2(anywheresoftware.b4a.keywords.Common.Colors.Red,_sthing1);
 //BA.debugLineNum = 365;BA.debugLine="rs.Style2(rs.STYLE_BOLD,sThing)";
_rs.Style2(_rs.STYLE_BOLD,_sthing);
 //BA.debugLineNum = 367;BA.debugLine="rs.Color2(0xFF00A900, \"Ꞵ\")";
_rs.Color2(((int)0xff00a900),"Ꞵ");
 //BA.debugLineNum = 368;BA.debugLine="rs.Color2(0xFF00A900, \"ꝭ\")";
_rs.Color2(((int)0xff00a900),"ꝭ");
 //BA.debugLineNum = 370;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"ⱹ\")";
_rs.Style2(_rs.STYLE_BOLD,"ⱹ");
 //BA.debugLineNum = 371;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"ꬸ\")";
_rs.Style2(_rs.STYLE_BOLD,"ꬸ");
 //BA.debugLineNum = 372;BA.debugLine="rs.Style2(rs.STYLE_BOLD,\"Ï\")";
_rs.Style2(_rs.STYLE_BOLD,"Ï");
 //BA.debugLineNum = 374;BA.debugLine="Return rs";
if (true) return _rs;
 //BA.debugLineNum = 376;BA.debugLine="End Sub";
return null;
}
public static anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString  _vvvvvvv5(anywheresoftware.b4a.BA _ba,String _str,String _sthing) throws Exception{
anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString _rs = null;
 //BA.debugLineNum = 378;BA.debugLine="Sub setThing3(str As String,sThing As String)As Ri";
 //BA.debugLineNum = 380;BA.debugLine="Dim rs As RichString";
_rs = new anywheresoftware.b4a.agraham.richstring.RichStringBuilder.RichString();
 //BA.debugLineNum = 381;BA.debugLine="rs.Initialize(str)";
_rs.Initialize(BA.ObjectToCharSequence(_str));
 //BA.debugLineNum = 383;BA.debugLine="rs.Color2(Colors.Blue,sThing)";
_rs.Color2(anywheresoftware.b4a.keywords.Common.Colors.Blue,_sthing);
 //BA.debugLineNum = 385;BA.debugLine="Return rs";
if (true) return _rs;
 //BA.debugLineNum = 387;BA.debugLine="End Sub";
return null;
}
public static int  _vvvvvvv6(anywheresoftware.b4a.BA _ba,String _i) throws Exception{
 //BA.debugLineNum = 277;BA.debugLine="Sub SInt(i As String) As Int";
 //BA.debugLineNum = 278;BA.debugLine="Return i";
if (true) return (int)(Double.parseDouble(_i));
 //BA.debugLineNum = 279;BA.debugLine="End Sub";
return 0;
}
public static String  _vvvvvvv7(anywheresoftware.b4a.BA _ba,String _str_tt) throws Exception{
anywheresoftware.b4a.objects.IntentWrapper _in = null;
 //BA.debugLineNum = 513;BA.debugLine="Sub TextShare(str_tt As String)";
 //BA.debugLineNum = 514;BA.debugLine="Dim In As Intent";
_in = new anywheresoftware.b4a.objects.IntentWrapper();
 //BA.debugLineNum = 515;BA.debugLine="In.Initialize(In.ACTION_SEND,\"\")";
_in.Initialize(_in.ACTION_SEND,"");
 //BA.debugLineNum = 516;BA.debugLine="In.SetType(\"text/plain\")";
_in.SetType("text/plain");
 //BA.debugLineNum = 517;BA.debugLine="In.PutExtra(\"android.intent.extra.TEXT\",str_tt)";
_in.PutExtra("android.intent.extra.TEXT",(Object)(_str_tt));
 //BA.debugLineNum = 518;BA.debugLine="In.WrapAsIntentChooser(gland(357)&\":\")";
_in.WrapAsIntentChooser(_vvv1(_ba,(int) (357))+":");
 //BA.debugLineNum = 519;BA.debugLine="StartActivity(In)";
anywheresoftware.b4a.keywords.Common.StartActivity((_ba.processBA == null ? _ba : _ba.processBA),(Object)(_in.getObject()));
 //BA.debugLineNum = 520;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvvv0(anywheresoftware.b4a.BA _ba,String _s_msg) throws Exception{
 //BA.debugLineNum = 14;BA.debugLine="Sub ToastERROR(s_msg As String)";
 //BA.debugLineNum = 16;BA.debugLine="ToastMessageShow(s_msg,False)";
anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence(_s_msg),anywheresoftware.b4a.keywords.Common.False);
 //BA.debugLineNum = 18;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvvvv1(anywheresoftware.b4a.BA _ba,String _s_msg) throws Exception{
 //BA.debugLineNum = 8;BA.debugLine="Sub ToastSUCCESS(s_msg As String)";
 //BA.debugLineNum = 10;BA.debugLine="ToastMessageShow(s_msg,False)";
anywheresoftware.b4a.keywords.Common.ToastMessageShow(BA.ObjectToCharSequence(_s_msg),anywheresoftware.b4a.keywords.Common.False);
 //BA.debugLineNum = 12;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvvvv2(anywheresoftware.b4a.BA _ba,String _path,String _filename) throws Exception{
anywheresoftware.b4j.object.JavaObject _jo = null;
 //BA.debugLineNum = 466;BA.debugLine="Sub WebViewAssetFile (Path As String,FileName As S";
 //BA.debugLineNum = 470;BA.debugLine="Dim jo As JavaObject";
_jo = new anywheresoftware.b4j.object.JavaObject();
 //BA.debugLineNum = 471;BA.debugLine="jo.InitializeStatic(\"anywheresoftware.b4a.objects";
_jo.InitializeStatic("anywheresoftware.b4a.objects.streams.File");
 //BA.debugLineNum = 472;BA.debugLine="If jo.GetField(\"virtualAssetsFolder\") = Null Then";
if (_jo.GetField("virtualAssetsFolder")== null) { 
 //BA.debugLineNum = 473;BA.debugLine="Return \"file:///android_asset/\" & FileName.ToLow";
if (true) return "file:///android_asset/"+_filename.toLowerCase(anywheresoftware.b4a.keywords.Common.stringLocale);
 }else {
 //BA.debugLineNum = 475;BA.debugLine="Return \"file://\" & File.Combine(jo.GetField(\"vir";
if (true) return "file://"+anywheresoftware.b4a.keywords.Common.File.Combine(BA.ObjectToString(_jo.GetField("virtualAssetsFolder")),BA.ObjectToString(_jo.RunMethod("getUnpackedVirtualAssetFile",new Object[]{(Object)(_filename)})));
 };
 //BA.debugLineNum = 481;BA.debugLine="End Sub";
return "";
}
public static String  _vvvvvvvv3(anywheresoftware.b4a.BA _ba,String _filename,anywheresoftware.b4a.objects.collections.List _list) throws Exception{
String _lan2faen = "";
 //BA.debugLineNum = 564;BA.debugLine="Sub writeList(fileName As String,list As List)";
 //BA.debugLineNum = 566;BA.debugLine="Dim lan2FaEn As String = (readNIS(\"lan2FaEn\",1))";
_lan2faen = (_vvvv7(_ba,"lan2FaEn",BA.NumberToString(1)));
 //BA.debugLineNum = 568;BA.debugLine="If lan2FaEn = 3 Then";
if ((_lan2faen).equals(BA.NumberToString(3))) { 
 //BA.debugLineNum = 569;BA.debugLine="fileName = fileName&3";
_filename = _filename+BA.NumberToString(3);
 }else if((_lan2faen).equals(BA.NumberToString(2))) { 
 //BA.debugLineNum = 571;BA.debugLine="fileName = fileName&2";
_filename = _filename+BA.NumberToString(2);
 };
 //BA.debugLineNum = 574;BA.debugLine="File.WriteList(File.DirInternal,fileName,list)";
anywheresoftware.b4a.keywords.Common.File.WriteList(anywheresoftware.b4a.keywords.Common.File.getDirInternal(),_filename,_list);
 //BA.debugLineNum = 575;BA.debugLine="End Sub";
return "";
}
}
