blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
a84f6743d838489119b6c9c2e251a2e71b64c929
160a34361073a54d39ffa14fdae6ce3cbc7d6e6b
/src/main/java/com/alipay/api/domain/AlipayEcoMycarParkingParkinglotinfoQueryModel.java
4fd73331b6b1b8dbfd4a575a879b3577dbb1bfe5
[ "Apache-2.0" ]
permissive
appbootup/alipay-sdk-java-all
6a5e55629b9fc77e61ee82ea2c4cdab2091e0272
9ae311632a4053b8e5064b83f97cf1503a00147b
refs/heads/master
2020-05-01T09:45:44.940180
2019-03-15T09:52:14
2019-03-15T09:52:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,044
java
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 停车场信息查询 * * @author auto create * @since 1.0, 2018-11-22 14:54:46 */ public class AlipayEcoMycarParkingParkinglotinfoQueryModel extends AlipayObject { private static final long serialVersionUID = 1623368529469761747L; /** * ISV停车场ID,由ISV定义的停车场标识,系统唯一,parking_id和out_parking_id不能同时为空 */ @ApiField("out_parking_id") private String outParkingId; /** * 支付宝停车平台ID,由支付宝定义的该停车场标识,系统唯一, parking_id和out_parking_id不能同时为空 */ @ApiField("parking_id") private String parkingId; public String getOutParkingId() { return this.outParkingId; } public void setOutParkingId(String outParkingId) { this.outParkingId = outParkingId; } public String getParkingId() { return this.parkingId; } public void setParkingId(String parkingId) { this.parkingId = parkingId; } }
[ "liuqun.lq@alibaba-inc.com" ]
liuqun.lq@alibaba-inc.com
8a3f998c34b6a91a39d6e9d77925f5c1e4ab1d8f
5afdc998aa45d5ba7201ac41e958a349e6aef485
/app/src/main/java/com/furiouskitten/amiel/solidarity/FirebaseChapterQuizzes/UBCV3QUIZ/Homeubcv3chapter2.java
e517183d74247c3ffa7cdad36ae7303f9388c7a1
[]
no_license
Awiello/Solidarity
e563deaf4f034efa70d53e910c42fa2150f760e0
b67d01c56b90042e5e2a466126557ada8ba09321
refs/heads/master
2020-06-30T15:10:28.114903
2019-08-06T14:30:24
2019-08-06T14:30:24
200,867,133
0
0
null
null
null
null
UTF-8
Java
false
false
786
java
package com.furiouskitten.amiel.solidarity.FirebaseChapterQuizzes.UBCV3QUIZ; import android.os.Bundle; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import com.furiouskitten.amiel.solidarity.R; import com.furiouskitten.amiel.solidarity.TestFirebaseQuiz.Fragments.CategoryFragment; public class Homeubcv3chapter2 extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_home2); FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); transaction.replace(R.id.framelayout,CategoryFragmentubcv3chapter2.newInstance()); transaction.commit(); } }
[ "amielcueto1997@gmail.com" ]
amielcueto1997@gmail.com
259980b4c54541306c1e364aacb26143b10ef109
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/16/16_d5231be2eba48271ef0ca721e3996b8a1784b465/HyperClient/16_d5231be2eba48271ef0ca721e3996b8a1784b465_HyperClient_t.java
18f829b9ee0d50961ef81a9daa0b2c395809edbb
[]
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
10,814
java
/** * Copyright (c) 2011, Cornell University * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 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. * * Neither the name of HyperDex nor the names of its contributors may be * used to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS 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 COPYRIGHT OWNER OR 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. */ /* Descriptions borrowed from YCSB base. */ package hyperclient.ycsb; import java.math.BigInteger; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.Vector; import java.util.regex.*; import com.yahoo.ycsb.DB; import com.yahoo.ycsb.DBException; import hyperclient.*; public class HyperClient extends DB { private client m_client; private Pattern m_pat; private Matcher m_mat; private boolean m_scannable; /** * Initialize any state for this DB. * Called once per DB instance; there is one DB instance per client thread. */ public void init() throws DBException { String host = getProperties().getProperty("hyperclient.host", "127.0.0.1"); Integer port = Integer.parseInt(getProperties().getProperty("hyperclient.port", "1234")); location loc = new location(host, port); m_client = new client(loc); int ret = 0; while ((ret = m_client.connect()) != 0) { System.err.println("Could not connect to HyperDex coordinator (code: " + ret + ") ... sleeping"); try { Thread.sleep(1000); } catch (InterruptedException e) { } } m_pat = Pattern.compile("([a-zA-Z]*)([0-9]*)"); m_mat = m_pat.matcher("user1"); m_scannable = getProperties().getProperty("hyperclient.scannable", "false").equals("true"); } /** * Cleanup any state for this DB. * Called once per DB instance; there is one DB instance per client thread. */ public void cleanup() throws DBException { } /** * Read a record from the database. Each field/value pair from the result will be stored in a HashMap. * * @param table The name of the table * @param key The record key of the record to read. * @param fields The list of fields to read, or null for all of them * @param result A HashMap of field/value pairs for the result * @return Zero on success, a non-zero error code on error or "not found". */ public int read(String table, String key, Set<String> fields, HashMap<String,String> result) { int ret = 0; mapstrbuf res = new mapstrbuf(); for (int i = 0; i < 6; ++i) { ret = m_client.get(table, new buffer(key), res); if (ret == 0) { convert(res, result); return 0; } } System.err.println("READ returned " + ret); return ret; } /** * Perform a range scan for a set of records in the database. Each field/value pair from the result will be stored in a HashMap. * * @param table The name of the table * @param startkey The record key of the first record to read. * @param recordcount The number of records to read * @param fields The list of fields to read, or null for all of them * @param result A Vector of HashMaps, where each HashMap is a set field/value pairs for one record * @return Zero on success, a non-zero error code on error. See this class's description for a discussion of error codes. */ public int scan(String table, String startkey, int recordcount, Set<String> fields, Vector<HashMap<String,String>> result) { if (!m_scannable) { System.err.println("SCAN returned " + 1000); return 1000; } // XXX I'm going to be lazy and not support "fields" for now. Patches // welcome. int ret = 0; searchresult res = new searchresult(); mapstrbuf e = new mapstrbuf(); rangesearch r = new rangesearch(); m_mat.reset(startkey); if (!m_mat.matches()) { System.err.println("SCAN returned " + 1001); return 1001; } e.set("username", new buffer(m_mat.group(1))); BigInteger bi = new BigInteger(m_mat.group(2)); r.set("recno", new rangepair(bi, bi.add(new BigInteger("1")))); for (int i = 0; i < 6; ++i) { ret = m_client.search(table, e, r, res); if (ret == 0) { result.removeAllElements(); for (int j = 0; j < res.size(); ++j) { HashMap<String,String> one = new HashMap<String,String>(); convert(res.get(j), one); result.add(one); } return 0; } } System.err.println("SCAN returned " + ret); return ret; } /** * Update a record in the database. Any field/value pairs in the specified values HashMap will be written into the record with the specified * record key, overwriting any existing values with the same field name. * * @param table The name of the table * @param key The record key of the record to write. * @param values A HashMap of field/value pairs to update in the record * @return Zero on success, a non-zero error code on error. See this class's description for a discussion of error codes. */ public int update(String table, String key, HashMap<String,String> values) { mapstrbuf val = new mapstrbuf(); for (Map.Entry<String, String> entry : values.entrySet()) { val.set(entry.getKey(), new buffer(entry.getValue())); } if (m_scannable) { m_mat.reset(key); if (!m_mat.matches()) { System.err.println("UPDATE returned " + 1000); return 1000; } val.set("username", new buffer(m_mat.group(1))); BigInteger bi = new BigInteger(m_mat.group(2)); byte[] be = bi.toByteArray(); byte[] le = new byte[8]; for (int i = 0; i < 8; ++i) { le[i] = 0; } for (int i = 0; i < be.length; ++i) { le[8 - i - 1] = be[i]; } val.set("recno", new buffer(le, le.length)); } int ret = 0; for (int i = 0; i < 6; ++i) { ret = m_client.put(table, new buffer(key), val); if (ret == 0) { return 0; } } System.err.println("UPDATE returned " + ret); return ret; } /** * Insert a record in the database. Any field/value pairs in the specified values HashMap will be written into the record with the specified * record key. * * @param table The name of the table * @param key The record key of the record to insert. * @param values A HashMap of field/value pairs to insert in the record * @return Zero on success, a non-zero error code on error. See this class's description for a discussion of error codes. */ public int insert(String table, String key, HashMap<String,String> values) { return update(table, key, values); } /** * Delete a record from the database. * * @param table The name of the table * @param key The record key of the record to delete. * @return Zero on success, a non-zero error code on error. See this class's description for a discussion of error codes. */ public int delete(String table, String key) { int ret = 0; for (int i = 0; i < 6; ++i) { ret = m_client.del(table, new buffer(key)); if (ret == 0) { return 0; } } System.err.println("DELETE returned " + ret); return ret; } private void convert(mapstrbuf val, HashMap<String,String> value) { if (val.has_key("key")) { value.put("key", val.get("key").str()); } if (val.has_key("username")) { value.put("username", val.get("username").str()); } if (val.has_key("recno")) { value.put("recno", val.get("recno").str()); } if (val.has_key("field0")) { value.put("field0", val.get("field0").str()); } if (val.has_key("field1")) { value.put("field1", val.get("field1").str()); } if (val.has_key("field2")) { value.put("field2", val.get("field2").str()); } if (val.has_key("field3")) { value.put("field3", val.get("field3").str()); } if (val.has_key("field4")) { value.put("field4", val.get("field4").str()); } if (val.has_key("field5")) { value.put("field5", val.get("field5").str()); } if (val.has_key("field6")) { value.put("field6", val.get("field6").str()); } if (val.has_key("field7")) { value.put("field7", val.get("field7").str()); } if (val.has_key("field8")) { value.put("field8", val.get("field8").str()); } if (val.has_key("field9")) { value.put("field9", val.get("field9").str()); } } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
68db0d2e63bb7fdbb8f32a66015a6772d41edfb7
d161711a1db8fa230a99ea95ff8a4bcb88af5ee3
/src/sift/Model.java
26e8e537809c45c03a42779f42ca70d0ac3225db
[]
no_license
pranayreddy87/Location-Identification-Using-SiFT-java
60972bb99553736db88da62e5a7fe68ffe5cd797
e7b57b161bcfe4fddfd14967995522e9167e8d48
refs/heads/master
2020-12-24T21:23:02.179571
2016-05-23T02:58:04
2016-05-23T02:58:04
59,446,956
0
0
null
null
null
null
UTF-8
Java
false
false
3,602
java
package sift; import java.util.Random; import java.util.List; import java.util.Collection; import java.util.Vector; import java.awt.geom.AffineTransform; abstract public class Model { // minimal number of point correspondences required to solve the model static final public int MIN_SET_SIZE = 0; // real random //final Random random = new Random( System.currentTimeMillis() ); // repeatable results final static Random rnd = new Random( 69997 ); /** * error depends on what kind of algorithm is running * small error is better than large error */ public double error; /** * instantiates an empty model with maximally large error */ public Model() { error = Double.MAX_VALUE; } /** * fit the model to a minimal set of point correpondences * estimates a model to transform match.p2.local to match.p1.world * * @param min_matches minimal set of point correpondences * @return true if a model was public abstract boolean fit( PointMatch[] min_matches ); estimated */ public abstract boolean fit( PointMatch[] min_matches ); /** * apply the model to a point location * * @param point * @return transformed point */ public abstract float[] apply( float[] point ); /** * apply the model to a point location * * @param point */ public abstract void applyInPlace( float[] point ); /** * apply the inverse of the model to a point location * * @param point * @return transformed point */ public abstract float[] applyInverse( float[] point ); /** * apply the inverse of the model to a point location * * @param point */ public abstract void applyInverseInPlace( float[] point ); /** * test the model for a set of point correspondence candidates * * clears inliers and fills it with the fitting subset of candidates * * @param candidates set of point correspondence candidates * @param inliers set of point correspondences that fit the model * @param epsilon maximal allowed transfer error * @param min_inliers minimal ratio of inliers (0.0 => 0%, 1.0 => 100%) */ public boolean test( Collection< PointMatch > candidates, Collection< PointMatch > inliers, double epsilon, double min_inlier_ratio ) { inliers.clear(); for ( PointMatch m : candidates ) { m.apply( this ); if ( m.getDistance() < epsilon ) inliers.add( m ); } float ir = ( float )inliers.size() / ( float )candidates.size(); error = 1.0 - ir; if (error > 1.0) error = 1.0; if (error < 0) error = 0.0; return ( ir > min_inlier_ratio ); } /** * less than operater to make the models comparable, returns false for error < 0 * * @param m * @return false for error < 0, otherwise true if this.error is smaller than m.error */ public boolean betterThan( Model m ) { if ( error < 0 ) return false; return error < m.error; } /** * randomly change the model a bit * * estimates the necessary amount of shaking for each single dimensional * distance in the set of matches * * @param matches point matches * @param scale gives a multiplicative factor to each dimensional distance (scales the amount of shaking) * @param center local pivot point for centered shakes (e.g. rotation) */ abstract public void shake( Collection< PointMatch > matches, float scale, float[] center ); abstract public void minimize( Collection< PointMatch > matches ); abstract public AffineTransform getAffine(); /** * string to output stream */ abstract public String toString(); /** * clone */ abstract public Model clone(); };
[ "peddireddy.pranay@hotmail.com" ]
peddireddy.pranay@hotmail.com
05e7ce4061a689defdb5d3f3681876dc5caa1b4c
fc80be741b82538e609ce874eee6a8eccac8dc14
/P1G2/ProyectosUMGP1/src/vista/mantenimientoAlumnos.java
92d3cbbd3a5aaeaa0aca7a169d6bf458e7fed5bd
[]
no_license
JosueVGA/ProyectosUMGP1
7f68b388fe390ad6dd14010dbdc228f5ed85add9
7149d1e262a34d8837f6be16dc43682668032990
refs/heads/master
2022-09-12T16:38:40.688976
2020-05-22T12:53:53
2020-05-22T12:53:53
265,291,726
1
3
null
2020-05-26T14:01:27
2020-05-19T15:49:42
Java
UTF-8
Java
false
false
10,748
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 vista; /** * * @author EMMmr */ public class mantenimientoAlumnos extends javax.swing.JFrame { /** * Creates new form mantenimientoAlumnos */ public mantenimientoAlumnos() { initComponents(); } /** * This method is called from within the constructor to initialize the form. * WARNING: Do NOT modify this code. The content of this method is always * regenerated by the Form Editor. */ @SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jLabel1 = new javax.swing.JLabel(); jLabel2 = new javax.swing.JLabel(); jLabel3 = new javax.swing.JLabel(); jLabel4 = new javax.swing.JLabel(); jLabel5 = new javax.swing.JLabel(); jLabel6 = new javax.swing.JLabel(); carnet = new javax.swing.JTextField(); nombre = new javax.swing.JTextField(); apellido = new javax.swing.JTextField(); correo = new javax.swing.JTextField(); ciclo = new javax.swing.JTextField(); guardar = new javax.swing.JButton(); eliminar = new javax.swing.JButton(); cambiar = new javax.swing.JButton(); buscar = new javax.swing.JButton(); limpiar = new javax.swing.JButton(); txtid = new javax.swing.JTextField(); setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); jLabel1.setFont(new java.awt.Font("Tahoma", 1, 18)); // NOI18N jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.CENTER); jLabel1.setText("Mantenimiento Alumnos"); jLabel2.setText("Carnet:"); jLabel3.setText("Nombres:"); jLabel4.setText("Apellidos:"); jLabel5.setText("Correo:"); jLabel6.setText("Ciclo:"); guardar.setText("Guardar"); eliminar.setText("Eliminar"); cambiar.setText("Cambiar"); buscar.setText("Buscar"); limpiar.setText("Limpiar"); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 239, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(111, 111, 111)) .addGroup(layout.createSequentialGroup() .addGap(40, 40, 40) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) .addComponent(jLabel3) .addComponent(jLabel2) .addComponent(jLabel4) .addComponent(jLabel5) .addComponent(jLabel6)) .addGap(18, 18, 18) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(ciclo, javax.swing.GroupLayout.PREFERRED_SIZE, 140, javax.swing.GroupLayout.PREFERRED_SIZE) .addGroup(layout.createSequentialGroup() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(carnet, javax.swing.GroupLayout.PREFERRED_SIZE, 140, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(nombre, javax.swing.GroupLayout.PREFERRED_SIZE, 140, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(apellido, javax.swing.GroupLayout.PREFERRED_SIZE, 140, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(correo, javax.swing.GroupLayout.PREFERRED_SIZE, 140, javax.swing.GroupLayout.PREFERRED_SIZE)) .addGap(60, 60, 60) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) .addComponent(guardar, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(buscar, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(eliminar, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(cambiar, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(limpiar, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) .addGap(18, 18, 18) .addComponent(txtid, javax.swing.GroupLayout.PREFERRED_SIZE, 47, javax.swing.GroupLayout.PREFERRED_SIZE))) .addContainerGap(28, Short.MAX_VALUE)) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel2) .addComponent(carnet, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(buscar) .addComponent(txtid, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel3) .addComponent(nombre, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(guardar)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel4) .addComponent(apellido, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(eliminar)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel5) .addComponent(correo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(cambiar)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(jLabel6) .addComponent(ciclo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(limpiar) .addContainerGap(59, Short.MAX_VALUE)) ); pack(); }// </editor-fold>//GEN-END:initComponents /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) "> /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(mantenimientoAlumnos.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(mantenimientoAlumnos.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(mantenimientoAlumnos.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(mantenimientoAlumnos.class.getName()).log(java.util.logging.Level.SEVERE, null, ex); } //</editor-fold> /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new mantenimientoAlumnos().setVisible(true); } }); } // Variables declaration - do not modify//GEN-BEGIN:variables public javax.swing.JTextField apellido; public javax.swing.JButton buscar; public javax.swing.JButton cambiar; public javax.swing.JTextField carnet; public javax.swing.JTextField ciclo; public javax.swing.JTextField correo; public javax.swing.JButton eliminar; public javax.swing.JButton guardar; private javax.swing.JLabel jLabel1; private javax.swing.JLabel jLabel2; private javax.swing.JLabel jLabel3; private javax.swing.JLabel jLabel4; private javax.swing.JLabel jLabel5; private javax.swing.JLabel jLabel6; public javax.swing.JButton limpiar; public javax.swing.JTextField nombre; public javax.swing.JTextField txtid; // End of variables declaration//GEN-END:variables }
[ "emmmraosax@gmail.com" ]
emmmraosax@gmail.com
c9ad2b7828f8efbb99ceda3fd7386136e51aceb4
3ef797525d628360bd21bf2109e53f8e452b4a5a
/src/main/java/com/tweet/app/kafka/util/DateUtil.java
92ff2db5b9a4c94e11a5f123ead868d8de7abc89
[]
no_license
Asha-Latha/KafkaConsumer
52226c7f3bdf7f242aab75bc04f2768163c2c50b
05352f94fcecd525b184ed726335f3098854de97
refs/heads/main
2023-05-04T00:55:02.528893
2021-05-24T03:23:24
2021-05-24T03:23:24
370,215,128
0
0
null
null
null
null
UTF-8
Java
false
false
611
java
package com.tweet.app.kafka.util; import java.text.SimpleDateFormat; import java.util.Date; public class DateUtil { // public static void main(String[] args) { // convertToTime(); // } public static String convertToTime(){ Date date = new Date(System.currentTimeMillis()); // Long timeinMillis = new Date().getTime(); // Date myDate = new Date(timeinMillis); SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss aa"); String myTime = formatter.format(date); // System.out.println(myTime); return myTime; } }
[ "ashapedapalli18@gmail.com" ]
ashapedapalli18@gmail.com
ccc3bc0bf902a84b0267384b65930a397837a2e8
c65a2fc746a9b699e7691a07776599d50edbba37
/src/com/bst/dao/SysPowerDao.java
e48a75592c76015d57f222a8d500c228d837a718
[]
no_license
kuuhaku233/bootStrap-demo
7295009a65b24a4af378e135f92432e138587694
7b9aeb4e28ed55591ea8f989c1e7de203f8ad3ec
refs/heads/master
2020-08-18T05:16:50.040560
2019-12-06T08:01:03
2019-12-06T08:01:03
215,751,422
0
0
null
null
null
null
UTF-8
Java
false
false
535
java
package com.bst.dao; import com.bst.pojo.Resource; import com.bst.view.PowerVO; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import java.util.List; public interface SysPowerDao { //获取选中角色锁具有的资源 public List<PowerVO> getPowerResource(Integer rid); /** * * @param rid 用户id * @param reids 用户资源id * @return t/f */ public Boolean updateRolePower(Integer rid,String [] arr); }
[ "bingxian666@gmail.com" ]
bingxian666@gmail.com
399f32751201daaa3fc034dc171d517dc9b7ab1b
1166d41224334378ab48b09ec28e8c30526f4c59
/app/src/main/java/com/italo/sistemaead/fragment/StudentFragment.java
05431e20f7c2dd606771c2a2fb9514aac8e46b22
[]
no_license
italoRodri021/app-plataforma-ead-android
0274d67dba01d74bd028eea303dc34a94337ae5b
0bd0ac0590266d4224f0640806c4078af558b976
refs/heads/master
2023-03-02T13:00:25.400994
2021-02-14T04:50:08
2021-02-14T04:50:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,594
java
package com.italo.sistemaead.fragment; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.fragment.app.Fragment; import com.bumptech.glide.Glide; import com.google.firebase.database.DataSnapshot; import com.google.firebase.database.DatabaseError; import com.google.firebase.database.DatabaseReference; import com.google.firebase.database.ValueEventListener; import com.italo.sistemaead.R; import com.italo.sistemaead.activity.EditProfileActivity; import com.italo.sistemaead.activity.EvaluationActivity; import com.italo.sistemaead.activity.MyCoursesActivity; import com.italo.sistemaead.activity.NotesEvaluationActivity; import com.italo.sistemaead.config.ConfigFirebase; import com.italo.sistemaead.config.UserFirebase; import com.italo.sistemaead.model.User; public class StudentFragment extends Fragment { private Button btnEditProfile, btnMyCourses, btnMyNotes, btnEvaluation; private ImageView imagePhoto; private TextView textName; private DatabaseReference database; private String idCurrentUser; public StudentFragment() { } @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View view = inflater.inflate(R.layout.fragment_student, container, false); iniComponents(view); configInterface(); getDataUser(); return view; } public void configInterface() { btnEditProfile.setOnClickListener(view -> { Intent i = new Intent(getContext(), EditProfileActivity.class); startActivity(i); }); btnMyCourses.setOnClickListener(view -> { Intent i = new Intent(getActivity(), MyCoursesActivity.class); startActivity(i); }); btnMyNotes.setOnClickListener(view -> { Intent i = new Intent(getActivity(), NotesEvaluationActivity.class); startActivity(i); }); btnEvaluation.setOnClickListener(view -> { Intent i = new Intent(getActivity(), EvaluationActivity.class); startActivity(i); }); } public void getDataUser() { database.addListenerForSingleValueEvent(new ValueEventListener() { @Override public void onDataChange(@NonNull DataSnapshot snapshot) { if (snapshot.getValue() != null) { User u = snapshot.getValue(User.class); textName.setText(u.getName()); Glide.with(getContext()).load(u.getUrlPhoto()).into(imagePhoto); } } @Override public void onCancelled(@NonNull DatabaseError error) { } }); } public void iniComponents(View view) { imagePhoto = view.findViewById(R.id.imageViewFotoPerfil); btnEditProfile = view.findViewById(R.id.btnEditarPerfil); btnMyCourses = view.findViewById(R.id.btnMeusCursos); btnMyNotes = view.findViewById(R.id.btnMinhasNotas); textName = view.findViewById(R.id.textViewNomeAluno); btnEvaluation = view.findViewById(R.id.btnAvaliacaoAluno); idCurrentUser = UserFirebase.getIdUser(); database = ConfigFirebase.getFirebaseDatabase().child("User").child("Profile").child(idCurrentUser); } }
[ "orodrigues.19992018@gmail.com" ]
orodrigues.19992018@gmail.com
12b203a96f185d375e56ed80719906bf70559d9b
e2425b1329482b2d2d30a9567ce1b781fe243ae7
/app/src/androidTest/java/geller/omry/tunitytask/ExampleInstrumentedTest.java
37f55ea88af284efe26cd844fd67df31a2a2b08f
[]
no_license
omryGeller/TunityTask-Fix
cedaf3ae00e6f740bc82e9a21943ab78559d02c4
5b337f83c83583e67e8350e7203ba53c2caacfcd
refs/heads/master
2020-03-14T12:02:50.293688
2018-04-30T14:18:55
2018-04-30T14:18:55
131,602,944
0
0
null
null
null
null
UTF-8
Java
false
false
745
java
package geller.omry.tunitytask; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.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() throws Exception { // Context of the app under test. Context appContext = InstrumentationRegistry.getTargetContext(); assertEquals("geller.omry.tunitytask", appContext.getPackageName()); } }
[ "omry.geller@gmail.com" ]
omry.geller@gmail.com
e609c8e47994bcdf8e6c3bb201f49c6dcec8b91a
129c5ab45a955db7afc9f78590158e57bf4f86e1
/android/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/spoterator/R.java
e4afa48bfa3df4803ef534738f03f4d505f67199
[]
no_license
mineyev2/Spoterator
fda02f1ac2fe14a8251d98bf4fbb29120a458836
a8a81e333e67ef906c5dd1f0956fcd836261feb3
refs/heads/master
2022-12-17T22:18:01.295922
2020-03-13T01:10:54
2020-03-13T01:10:54
230,136,240
0
0
null
2022-12-05T05:53:51
2019-12-25T17:53:06
Java
UTF-8
Java
false
false
641,895
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.spoterator; public final class R { public static final class anim { public static final int abc_fade_in=0x7f010000; public static final int abc_fade_out=0x7f010001; public static final int abc_grow_fade_in_from_bottom=0x7f010002; public static final int abc_popup_enter=0x7f010003; public static final int abc_popup_exit=0x7f010004; public static final int abc_shrink_fade_out_from_bottom=0x7f010005; public static final int abc_slide_in_bottom=0x7f010006; public static final int abc_slide_in_top=0x7f010007; public static final int abc_slide_out_bottom=0x7f010008; public static final int abc_slide_out_top=0x7f010009; public static final int abc_tooltip_enter=0x7f01000a; public static final int abc_tooltip_exit=0x7f01000b; public static final int catalyst_fade_in=0x7f01000c; public static final int catalyst_fade_out=0x7f01000d; public static final int catalyst_push_up_in=0x7f01000e; public static final int catalyst_push_up_out=0x7f01000f; public static final int catalyst_slide_down=0x7f010010; public static final int catalyst_slide_up=0x7f010011; } public static final class attr { /** * Custom divider drawable to use for elements in 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarDivider=0x7f020000; /** * Custom item state list drawable background for action bar items. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarItemBackground=0x7f020001; /** * Reference to a theme that should be used to inflate popups * shown by widgets in 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarPopupTheme=0x7f020002; /** * 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), and * mm (millimeters). * <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>wrap_content</td><td>0</td><td></td></tr> * </table> */ public static final int actionBarSize=0x7f020003; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarSplitStyle=0x7f020004; /** * Reference to a style for 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarStyle=0x7f020005; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarTabBarStyle=0x7f020006; /** * Default style for tabs within an 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarTabStyle=0x7f020007; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarTabTextStyle=0x7f020008; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarTheme=0x7f020009; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionBarWidgetTheme=0x7f02000a; /** * Default action button style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionButtonStyle=0x7f02000b; /** * Default ActionBar dropdown style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionDropDownStyle=0x7f02000c; /** * An optional layout to be used as an action view. * See {@link android.view.MenuItem#setActionView(android.view.View)} * for more info. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionLayout=0x7f02000d; /** * TextAppearance style that will be applied to 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionMenuTextAppearance=0x7f02000e; /** * 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 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=0x7f02000f; /** * Background drawable to use for action mode UI * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeBackground=0x7f020010; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeCloseButtonStyle=0x7f020011; /** * Drawable to use for the close action mode button * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeCloseDrawable=0x7f020012; /** * Drawable to use for the Copy action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeCopyDrawable=0x7f020013; /** * Drawable to use for the Cut action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeCutDrawable=0x7f020014; /** * Drawable to use for the Find action button in WebView selection action modes * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeFindDrawable=0x7f020015; /** * Drawable to use for the Paste action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModePasteDrawable=0x7f020016; /** * PopupWindow style to use for action modes when showing as a window overlay. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModePopupWindowStyle=0x7f020017; /** * Drawable to use for the Select all action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeSelectAllDrawable=0x7f020018; /** * Drawable to use for the Share action button in WebView selection action modes * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeShareDrawable=0x7f020019; /** * Background drawable to use for action mode UI in the lower split bar * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeSplitBackground=0x7f02001a; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeStyle=0x7f02001b; /** * Drawable to use for the Web Search action button in WebView selection action modes * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionModeWebSearchDrawable=0x7f02001c; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionOverflowButtonStyle=0x7f02001d; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actionOverflowMenuStyle=0x7f02001e; /** * 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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int actionProviderClass=0x7f02001f; /** * 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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int actionViewClass=0x7f020020; /** * Default ActivityChooserView style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int activityChooserViewStyle=0x7f020021; /** * An image reference * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int actualImageResource=0x7f020022; /** * Scale type of the actual image. * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> */ public static final int actualImageScaleType=0x7f020023; /** * An image uri . * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int actualImageUri=0x7f020024; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int alertDialogButtonGroupStyle=0x7f020025; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int alertDialogCenterButtons=0x7f020026; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int alertDialogStyle=0x7f020027; /** * Theme to use for alert dialogs spawned from this theme. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int alertDialogTheme=0x7f020028; /** * Whether to automatically stack the buttons when there is not * enough space to lay them out side-by-side. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int allowStacking=0x7f020029; /** * Alpha multiplier applied to the base color. * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int alpha=0x7f02002a; /** * 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>ALT</td><td>2</td><td></td></tr> * <tr><td>CTRL</td><td>1000</td><td></td></tr> * <tr><td>FUNCTION</td><td>8</td><td></td></tr> * <tr><td>META</td><td>10000</td><td></td></tr> * <tr><td>SHIFT</td><td>1</td><td></td></tr> * <tr><td>SYM</td><td>4</td><td></td></tr> * </table> */ public static final int alphabeticModifiers=0x7f02002b; /** * The length of the arrow head when formed to make an arrow * <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), and * mm (millimeters). */ public static final int arrowHeadLength=0x7f02002c; /** * The length of the shaft when formed to make an arrow * <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), and * mm (millimeters). */ public static final int arrowShaftLength=0x7f02002d; /** * Default AutoCompleteTextView style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int autoCompleteTextViewStyle=0x7f02002e; /** * The maximum text size constraint to be used when auto-sizing text. * <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), and * mm (millimeters). */ public static final int autoSizeMaxTextSize=0x7f02002f; /** * The minimum text size constraint to be used when auto-sizing text. * <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), and * mm (millimeters). */ public static final int autoSizeMinTextSize=0x7f020030; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int autoSizePresetSizes=0x7f020031; /** * 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>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), and * mm (millimeters). */ public static final int autoSizeStepGranularity=0x7f020032; /** * 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>none</td><td>0</td><td>No auto-sizing (default).</td></tr> * <tr><td>uniform</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=0x7f020033; /** * Specifies a background drawable for 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int background=0x7f020034; /** * A drawable or color to be used as a background. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int backgroundImage=0x7f020035; /** * 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 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=0x7f020036; /** * 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 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=0x7f020037; /** * Tint to apply to the background. * <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 backgroundTint=0x7f020038; /** * 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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int backgroundTintMode=0x7f020039; /** * The length of the bars when they are parallel to each other * <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), and * mm (millimeters). */ public static final int barLength=0x7f02003a; /** * Style for buttons without an explicit border, often used in groups. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int borderlessButtonStyle=0x7f02003b; /** * Style for buttons within button bars * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonBarButtonStyle=0x7f02003c; /** * Style for the "negative" buttons within button bars * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonBarNegativeButtonStyle=0x7f02003d; /** * Style for the "neutral" buttons within button bars * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonBarNeutralButtonStyle=0x7f02003e; /** * Style for the "positive" buttons within button bars * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonBarPositiveButtonStyle=0x7f02003f; /** * Style for button bars * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonBarStyle=0x7f020040; /** * <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>bottom</td><td>50</td><td>Push object to the bottom of its container, not changing its size.</td></tr> * <tr><td>top</td><td>30</td><td>Push object to the top of its container, not changing its size.</td></tr> * </table> */ public static final int buttonGravity=0x7f020041; /** * <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), and * mm (millimeters). */ public static final int buttonIconDimen=0x7f020042; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonPanelSideLayout=0x7f020043; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <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>icon_only</td><td>2</td><td></td></tr> * <tr><td>standard</td><td>0</td><td></td></tr> * <tr><td>wide</td><td>1</td><td></td></tr> * </table> */ public static final int buttonSize=0x7f020044; /** * Normal Button style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonStyle=0x7f020045; /** * Small Button style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int buttonStyleSmall=0x7f020046; /** * Tint to apply to the button drawable. * <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 buttonTint=0x7f020047; /** * 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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int buttonTintMode=0x7f020048; /** * Default Checkbox style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int checkboxStyle=0x7f020049; /** * Default CheckedTextView style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int checkedTextViewStyle=0x7f02004a; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int circleCrop=0x7f02004b; /** * Close button icon * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int closeIcon=0x7f02004c; /** * Specifies a layout to use for the "close" item at the starting edge. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int closeItemLayout=0x7f02004d; /** * Text to set as the content description for the collapse button. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int collapseContentDescription=0x7f02004e; /** * Icon drawable to use for the collapse button. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int collapseIcon=0x7f02004f; /** * The drawing color for the bars * <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 color=0x7f020050; /** * Bright complement to the primary branding color. By default, this is the color applied * to framework controls (via colorControlActivated). * <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 colorAccent=0x7f020051; /** * Default color of background imagery for floating components, ex. dialogs, popups, and cards. * <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 colorBackgroundFloating=0x7f020052; /** * The color applied to framework buttons in their normal state. * <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 colorButtonNormal=0x7f020053; /** * The color applied to framework controls in their activated (ex. checked) state. * <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 colorControlActivated=0x7f020054; /** * The color applied to framework control highlights (ex. ripples, list selectors). * <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 colorControlHighlight=0x7f020055; /** * The color applied to framework controls in their normal state. * <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 colorControlNormal=0x7f020056; /** * 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 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=0x7f020057; /** * The primary branding color for the app. By default, this is the color applied to the * action bar background. * <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 colorPrimary=0x7f020058; /** * 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>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 colorPrimaryDark=0x7f020059; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <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>auto</td><td>2</td><td></td></tr> * <tr><td>dark</td><td>0</td><td></td></tr> * <tr><td>light</td><td>1</td><td></td></tr> * </table> */ public static final int colorScheme=0x7f02005a; /** * The color applied to framework switch thumbs in their normal state. * <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 colorSwitchThumbNormal=0x7f02005b; /** * Commit icon shown in the query suggestion row * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int commitIcon=0x7f02005c; /** * The content description associated with the item. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int contentDescription=0x7f02005d; /** * Minimum inset for content views within a bar. Navigation buttons and * menu views are excepted. Only valid for some themes and configurations. * <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), and * mm (millimeters). */ public static final int contentInsetEnd=0x7f02005e; /** * Minimum inset for content views within a bar when actions from a menu * are present. Only valid for some themes and configurations. * <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), and * mm (millimeters). */ public static final int contentInsetEndWithActions=0x7f02005f; /** * Minimum inset for content views within a bar. Navigation buttons and * menu views are excepted. Only valid for some themes and configurations. * <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), and * mm (millimeters). */ public static final int contentInsetLeft=0x7f020060; /** * Minimum inset for content views within a bar. Navigation buttons and * menu views are excepted. Only valid for some themes and configurations. * <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), and * mm (millimeters). */ public static final int contentInsetRight=0x7f020061; /** * Minimum inset for content views within a bar. Navigation buttons and * menu views are excepted. Only valid for some themes and configurations. * <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), and * mm (millimeters). */ public static final int contentInsetStart=0x7f020062; /** * 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>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), and * mm (millimeters). */ public static final int contentInsetStartWithNavigation=0x7f020063; /** * The background used by framework controls. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int controlBackground=0x7f020064; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int coordinatorLayoutStyle=0x7f020065; /** * <p>May be an integer value, such as "<code>100</code>". */ public static final int cropAspectRatioX=0x7f020066; /** * <p>May be an integer value, such as "<code>100</code>". */ public static final int cropAspectRatioY=0x7f020067; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropAutoZoomEnabled=0x7f020068; /** * <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 cropBackgroundColor=0x7f020069; /** * <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 cropBorderCornerColor=0x7f02006a; /** * <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), and * mm (millimeters). */ public static final int cropBorderCornerLength=0x7f02006b; /** * <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), and * mm (millimeters). */ public static final int cropBorderCornerOffset=0x7f02006c; /** * <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), and * mm (millimeters). */ public static final int cropBorderCornerThickness=0x7f02006d; /** * <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 cropBorderLineColor=0x7f02006e; /** * <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), and * mm (millimeters). */ public static final int cropBorderLineThickness=0x7f02006f; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropFixAspectRatio=0x7f020070; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropFlipHorizontally=0x7f020071; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropFlipVertically=0x7f020072; /** * <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>off</td><td>0</td><td></td></tr> * <tr><td>on</td><td>2</td><td></td></tr> * <tr><td>onTouch</td><td>1</td><td></td></tr> * </table> */ public static final int cropGuidelines=0x7f020073; /** * <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 cropGuidelinesColor=0x7f020074; /** * <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), and * mm (millimeters). */ public static final int cropGuidelinesThickness=0x7f020075; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int cropInitialCropWindowPaddingRatio=0x7f020076; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int cropMaxCropResultHeightPX=0x7f020077; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int cropMaxCropResultWidthPX=0x7f020078; /** * <p>May be an integer value, such as "<code>100</code>". */ public static final int cropMaxZoom=0x7f020079; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int cropMinCropResultHeightPX=0x7f02007a; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int cropMinCropResultWidthPX=0x7f02007b; /** * <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), and * mm (millimeters). */ public static final int cropMinCropWindowHeight=0x7f02007c; /** * <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), and * mm (millimeters). */ public static final int cropMinCropWindowWidth=0x7f02007d; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropMultiTouchEnabled=0x7f02007e; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropSaveBitmapToInstanceState=0x7f02007f; /** * <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>center</td><td>1</td><td></td></tr> * <tr><td>centerCrop</td><td>2</td><td></td></tr> * <tr><td>centerInside</td><td>3</td><td></td></tr> * <tr><td>fitCenter</td><td>0</td><td></td></tr> * </table> */ public static final int cropScaleType=0x7f020080; /** * <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>oval</td><td>1</td><td></td></tr> * <tr><td>rectangle</td><td>0</td><td></td></tr> * </table> */ public static final int cropShape=0x7f020081; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropShowCropOverlay=0x7f020082; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int cropShowProgressBar=0x7f020083; /** * <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), and * mm (millimeters). */ public static final int cropSnapRadius=0x7f020084; /** * <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), and * mm (millimeters). */ public static final int cropTouchRadius=0x7f020085; /** * Specifies a layout for custom navigation. Overrides navigationMode. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int customNavigationLayout=0x7f020086; /** * Default query hint used when {@code queryHint} is undefined and * the search view's {@code SearchableInfo} does not provide a hint. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int defaultQueryHint=0x7f020087; /** * Preferred corner radius of dialogs. * <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), and * mm (millimeters). */ public static final int dialogCornerRadius=0x7f020088; /** * Preferred padding for dialog content. * <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), and * mm (millimeters). */ public static final int dialogPreferredPadding=0x7f020089; /** * Theme to use for dialogs spawned from this theme. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int dialogTheme=0x7f02008a; /** * 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>disableHome</td><td>20</td><td></td></tr> * <tr><td>homeAsUp</td><td>4</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * <tr><td>showCustom</td><td>10</td><td></td></tr> * <tr><td>showHome</td><td>2</td><td></td></tr> * <tr><td>showTitle</td><td>8</td><td></td></tr> * <tr><td>useLogo</td><td>1</td><td></td></tr> * </table> */ public static final int displayOptions=0x7f02008b; /** * Specifies the drawable used for item dividers. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int divider=0x7f02008c; /** * A drawable that may be used as a horizontal divider between visual elements. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int dividerHorizontal=0x7f02008d; /** * Size of padding on either end of a divider. * <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), and * mm (millimeters). */ public static final int dividerPadding=0x7f02008e; /** * A drawable that may be used as a vertical divider between visual elements. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int dividerVertical=0x7f02008f; /** * The total size of the drawable * <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), and * mm (millimeters). */ public static final int drawableSize=0x7f020090; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int drawerArrowStyle=0x7f020091; /** * ListPopupWindow compatibility * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int dropDownListViewStyle=0x7f020092; /** * The preferred item height for dropdown lists. * <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), and * mm (millimeters). */ public static final int dropdownListPreferredItemHeight=0x7f020093; /** * EditText background drawable. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int editTextBackground=0x7f020094; /** * 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 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=0x7f020095; /** * Default EditText style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int editTextStyle=0x7f020096; /** * Elevation for the action bar itself * <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), and * mm (millimeters). */ public static final int elevation=0x7f020097; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int expandActivityOverflowButtonDrawable=0x7f020098; /** * Fade duration in milliseconds. * <p>May be an integer value, such as "<code>100</code>". */ public static final int fadeDuration=0x7f020099; /** * A drawable to be be used as a failure image. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int failureImage=0x7f02009a; /** * Scale type of the failure image. Ignored if failureImage is not specified. * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> */ public static final int failureImageScaleType=0x7f02009b; /** * Distance from the top of the TextView to the first text baseline. If set, this * overrides the value set for paddingTop. * <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), and * mm (millimeters). */ public static final int firstBaselineToTopHeight=0x7f02009c; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int font=0x7f02009d; /** * The attribute for the font family. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontFamily=0x7f02009e; /** * The authority of the Font Provider to be used for the request. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderAuthority=0x7f02009f; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int fontProviderCerts=0x7f0200a0; /** * 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>async</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> * <tr><td>blocking</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> * </table> */ public static final int fontProviderFetchStrategy=0x7f0200a1; /** * The length of the timeout during fetching. * <p>May be an integer value, such as "<code>100</code>". * <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>forever</td><td>ffffffff</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=0x7f0200a2; /** * The package for the Font Provider to be used for the request. This is used to verify * the identity of the provider. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderPackage=0x7f0200a3; /** * The query to be sent over to the provider. Refer to your font provider's documentation * on the format of this string. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderQuery=0x7f0200a4; /** * 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>italic</td><td>1</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * </table> */ public static final int fontStyle=0x7f0200a5; /** * 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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontVariationSettings=0x7f0200a6; /** * 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>May be an integer value, such as "<code>100</code>". */ public static final int fontWeight=0x7f0200a7; /** * The max gap between the bars when they are parallel to each other * <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), and * mm (millimeters). */ public static final int gapBetweenBars=0x7f0200a8; /** * Go button icon * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int goIcon=0x7f0200a9; /** * <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), and * mm (millimeters). */ public static final int height=0x7f0200aa; /** * Set true to hide the action bar on a vertical nested scroll of content. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int hideOnContentScroll=0x7f0200ab; /** * Specifies a drawable to use for the 'home as up' indicator. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int homeAsUpIndicator=0x7f0200ac; /** * Specifies a layout to use for the "home" section 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int homeLayout=0x7f0200ad; /** * Specifies the drawable used for the application icon. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int icon=0x7f0200ae; /** * Tint to apply to the icon. * <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 iconTint=0x7f0200af; /** * 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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the icon with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int iconTintMode=0x7f0200b0; /** * The default state of the SearchView. If true, it will be iconified when not in * use and expanded when clicked. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int iconifiedByDefault=0x7f0200b1; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int imageAspectRatio=0x7f0200b2; /** * <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>adjust_height</td><td>2</td><td></td></tr> * <tr><td>adjust_width</td><td>1</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * </table> */ public static final int imageAspectRatioAdjust=0x7f0200b3; /** * ImageButton background drawable. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int imageButtonStyle=0x7f0200b4; /** * Specifies a style resource to use for an indeterminate progress spinner. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int indeterminateProgressStyle=0x7f0200b5; /** * The maximal number of items initially shown in the activity list. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int initialActivityCount=0x7f0200b6; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int isLightTheme=0x7f0200b7; /** * Specifies padding that should be applied to the left and right sides of * system-provided items in the bar. * <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), and * mm (millimeters). */ public static final int itemPadding=0x7f0200b8; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int keylines=0x7f0200b9; /** * Distance from the bottom of the TextView to the last text baseline. If set, this * overrides the value set for paddingBottom. * <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), and * mm (millimeters). */ public static final int lastBaselineToBottomHeight=0x7f0200ba; /** * The layout to use for the search view. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int layout=0x7f0200bb; /** * The id of an anchor view that this view should position relative to. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int layout_anchor=0x7f0200bc; /** * 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>bottom</td><td>50</td><td>Push object to the bottom of its container, not changing its size.</td></tr> * <tr><td>center</td><td>11</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>center_horizontal</td><td>1</td><td>Place object in the horizontal center of its container, not changing its size.</td></tr> * <tr><td>center_vertical</td><td>10</td><td>Place object in the vertical center of its container, not changing its size.</td></tr> * <tr><td>clip_horizontal</td><td>8</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>clip_vertical</td><td>80</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>end</td><td>800005</td><td>Push object to the end of its container, not changing its size.</td></tr> * <tr><td>fill</td><td>77</td><td>Grow the horizontal and vertical size of the object if needed so it completely fills its container.</td></tr> * <tr><td>fill_horizontal</td><td>7</td><td>Grow the horizontal size of the object if needed so it completely fills its container.</td></tr> * <tr><td>fill_vertical</td><td>70</td><td>Grow the vertical size of the object if needed so it completely fills its container.</td></tr> * <tr><td>left</td><td>3</td><td>Push object to the left of its container, not changing its size.</td></tr> * <tr><td>right</td><td>5</td><td>Push object to the right of its container, not changing its size.</td></tr> * <tr><td>start</td><td>800003</td><td>Push object to the beginning of its container, not changing its size.</td></tr> * <tr><td>top</td><td>30</td><td>Push object to the top of its container, not changing its size.</td></tr> * </table> */ public static final int layout_anchorGravity=0x7f0200bd; /** * The class name of a Behavior class defining special runtime behavior * for this child view. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int layout_behavior=0x7f0200be; /** * 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>all</td><td>77</td><td>Dodge all the inset edges.</td></tr> * <tr><td>bottom</td><td>50</td><td>Dodge the bottom inset edge.</td></tr> * <tr><td>end</td><td>800005</td><td>Dodge the end inset edge.</td></tr> * <tr><td>left</td><td>3</td><td>Dodge the left inset edge.</td></tr> * <tr><td>none</td><td>0</td><td>Don't dodge any edges</td></tr> * <tr><td>right</td><td>5</td><td>Dodge the right inset edge.</td></tr> * <tr><td>start</td><td>800003</td><td>Dodge the start inset edge.</td></tr> * <tr><td>top</td><td>30</td><td>Dodge the top inset edge.</td></tr> * </table> */ public static final int layout_dodgeInsetEdges=0x7f0200bf; /** * 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>bottom</td><td>50</td><td>Inset the bottom edge.</td></tr> * <tr><td>end</td><td>800005</td><td>Inset the end edge.</td></tr> * <tr><td>left</td><td>3</td><td>Inset the left edge.</td></tr> * <tr><td>none</td><td>0</td><td>Don't inset.</td></tr> * <tr><td>right</td><td>5</td><td>Inset the right edge.</td></tr> * <tr><td>start</td><td>800003</td><td>Inset the start edge.</td></tr> * <tr><td>top</td><td>30</td><td>Inset the top edge.</td></tr> * </table> */ public static final int layout_insetEdge=0x7f0200c0; /** * 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>May be an integer value, such as "<code>100</code>". */ public static final int layout_keyline=0x7f0200c1; /** * Explicit height between lines of text. If set, this will override the values set * for lineSpacingExtra and lineSpacingMultiplier. * <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), and * mm (millimeters). */ public static final int lineHeight=0x7f0200c2; /** * Drawable used as a background for selected list items. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int listChoiceBackgroundIndicator=0x7f0200c3; /** * The list divider used 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int listDividerAlertDialog=0x7f0200c4; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int listItemLayout=0x7f0200c5; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int listLayout=0x7f0200c6; /** * Default menu-style ListView style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int listMenuViewStyle=0x7f0200c7; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int listPopupWindowStyle=0x7f0200c8; /** * The preferred list item height. * <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), and * mm (millimeters). */ public static final int listPreferredItemHeight=0x7f0200c9; /** * A larger, more robust list item height. * <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), and * mm (millimeters). */ public static final int listPreferredItemHeightLarge=0x7f0200ca; /** * A smaller, sleeker list item height. * <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), and * mm (millimeters). */ public static final int listPreferredItemHeightSmall=0x7f0200cb; /** * The preferred padding along the left edge of list items. * <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), and * mm (millimeters). */ public static final int listPreferredItemPaddingLeft=0x7f0200cc; /** * The preferred padding along the right edge of list items. * <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), and * mm (millimeters). */ public static final int listPreferredItemPaddingRight=0x7f0200cd; /** * Specifies the drawable used for the application logo. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int logo=0x7f0200ce; /** * A content description string to describe the appearance of the * associated logo image. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int logoDescription=0x7f0200cf; /** * <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), and * mm (millimeters). */ public static final int maxButtonHeight=0x7f0200d0; /** * 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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int measureWithLargestChild=0x7f0200d1; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int multiChoiceItemLayout=0x7f0200d2; /** * Text to set as the content description for the navigation button * located at the start of the toolbar. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int navigationContentDescription=0x7f0200d3; /** * Icon drawable to use for the navigation button located at * the start of the toolbar. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int navigationIcon=0x7f0200d4; /** * 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>listMode</td><td>1</td><td>The action bar will use a selection list for navigation.</td></tr> * <tr><td>normal</td><td>0</td><td>Normal static title text</td></tr> * <tr><td>tabMode</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=0x7f0200d5; /** * 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>ALT</td><td>2</td><td></td></tr> * <tr><td>CTRL</td><td>1000</td><td></td></tr> * <tr><td>FUNCTION</td><td>8</td><td></td></tr> * <tr><td>META</td><td>10000</td><td></td></tr> * <tr><td>SHIFT</td><td>1</td><td></td></tr> * <tr><td>SYM</td><td>4</td><td></td></tr> * </table> */ public static final int numericModifiers=0x7f0200d6; /** * Whether the popup window should overlap its anchor view. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int overlapAnchor=0x7f0200d7; /** * A drawable or color to be used as an overlay. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int overlayImage=0x7f0200d8; /** * Bottom padding to use when no buttons are present. * <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), and * mm (millimeters). */ public static final int paddingBottomNoButtons=0x7f0200d9; /** * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. * <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), and * mm (millimeters). */ public static final int paddingEnd=0x7f0200da; /** * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. * <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), and * mm (millimeters). */ public static final int paddingStart=0x7f0200db; /** * Top padding to use when no title is present. * <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), and * mm (millimeters). */ public static final int paddingTopNoTitle=0x7f0200dc; /** * The background of a panel when it is inset from the left and right edges of the screen. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int panelBackground=0x7f0200dd; /** * Default Panel Menu style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int panelMenuListTheme=0x7f0200de; /** * Default Panel Menu width. * <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), and * mm (millimeters). */ public static final int panelMenuListWidth=0x7f0200df; /** * A drawable or color to be be used as a placeholder. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int placeholderImage=0x7f0200e0; /** * Scale type of the placeholder image. Ignored if placeholderImage is not specified. * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> */ public static final int placeholderImageScaleType=0x7f0200e1; /** * Default PopupMenu style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int popupMenuStyle=0x7f0200e2; /** * Reference to a theme that should be used to inflate popups * shown by widgets in 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int popupTheme=0x7f0200e3; /** * Default PopupWindow style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int popupWindowStyle=0x7f0200e4; /** * Whether space should be reserved in layout when an icon is missing. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int preserveIconSpacing=0x7f0200e5; /** * A drawable or color to be used as a pressed-state-overlay * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int pressedStateOverlayImage=0x7f0200e6; /** * Progress bar Auto Rotate interval in milliseconds * <p>May be an integer value, such as "<code>100</code>". */ public static final int progressBarAutoRotateInterval=0x7f0200e7; /** * A drawable to be be used as a progress bar. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int progressBarImage=0x7f0200e8; /** * Scale type of the progress bar. Ignored if progressBarImage is not specified. * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> */ public static final int progressBarImageScaleType=0x7f0200e9; /** * Specifies the horizontal padding on either end for an embedded progress bar. * <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), and * mm (millimeters). */ public static final int progressBarPadding=0x7f0200ea; /** * Specifies a style resource to use for an embedded progress bar. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int progressBarStyle=0x7f0200eb; /** * Background for the section containing the search query * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int queryBackground=0x7f0200ec; /** * An optional user-defined query hint string to be displayed in the empty query field. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int queryHint=0x7f0200ed; /** * Default RadioButton style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int radioButtonStyle=0x7f0200ee; /** * Default RatingBar style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int ratingBarStyle=0x7f0200ef; /** * Indicator RatingBar style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int ratingBarStyleIndicator=0x7f0200f0; /** * Small indicator RatingBar style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int ratingBarStyleSmall=0x7f0200f1; /** * A drawable to be be used as a retry image. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int retryImage=0x7f0200f2; /** * Scale type of the retry image. Ignored if retryImage is not specified. * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> */ public static final int retryImageScaleType=0x7f0200f3; /** * Round as circle. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundAsCircle=0x7f0200f4; /** * Round the bottom-end edge. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundBottomEnd=0x7f0200f5; /** * Round the bottom-left corner. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundBottomLeft=0x7f0200f6; /** * Round the bottom-right corner. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundBottomRight=0x7f0200f7; /** * Round the bottom-start edge. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundBottomStart=0x7f0200f8; /** * Round the top-end edge. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundTopEnd=0x7f0200f9; /** * Round the top-left corner. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundTopLeft=0x7f0200fa; /** * Round the top-right corner. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundTopRight=0x7f0200fb; /** * Round the top-start edge. Ignored if roundAsCircle is used. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int roundTopStart=0x7f0200fc; /** * Round by overlying color. * <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 roundWithOverlayColor=0x7f0200fd; /** * Rounded corner radius. Ignored if roundAsCircle is used. * <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), and * mm (millimeters). */ public static final int roundedCornerRadius=0x7f0200fe; /** * Rounding border color * <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 roundingBorderColor=0x7f0200ff; /** * Rounding border padding * <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), and * mm (millimeters). */ public static final int roundingBorderPadding=0x7f020100; /** * Rounding border width * <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), and * mm (millimeters). */ public static final int roundingBorderWidth=0x7f020101; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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=0x7f020102; /** * Search icon displayed as a text field hint * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int searchHintIcon=0x7f020103; /** * Search icon * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int searchIcon=0x7f020104; /** * Style for the search query widget. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int searchViewStyle=0x7f020105; /** * Default SeekBar style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int seekBarStyle=0x7f020106; /** * 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int selectableItemBackground=0x7f020107; /** * Background drawable for borderless standalone items that need focus/pressed states. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int selectableItemBackgroundBorderless=0x7f020108; /** * 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>always</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>collapseActionView</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> * <tr><td>ifRoom</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>never</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>withText</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> * </table> */ public static final int showAsAction=0x7f020109; /** * 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>beginning</td><td>1</td><td></td></tr> * <tr><td>end</td><td>4</td><td></td></tr> * <tr><td>middle</td><td>2</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * </table> */ public static final int showDividers=0x7f02010a; /** * Whether to draw on/off text. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int showText=0x7f02010b; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int showTitle=0x7f02010c; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int singleChoiceItemLayout=0x7f02010d; /** * Whether bars should rotate or not during transition * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int spinBars=0x7f02010e; /** * Default Spinner style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int spinnerDropDownItemStyle=0x7f02010f; /** * Default Spinner style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int spinnerStyle=0x7f020110; /** * Whether to split the track and leave a gap for the thumb drawable. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int splitTrack=0x7f020111; /** * Sets a drawable as the content of this ImageView. Allows the use of vector drawable * when running on older versions of the platform. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int srcCompat=0x7f020112; /** * State identifier indicating the popup will be above the anchor. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int state_above_anchor=0x7f020113; /** * 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 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=0x7f020114; /** * Drawable for the arrow icon indicating a particular item is a submenu. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int subMenuArrow=0x7f020115; /** * Background for the section containing the action (e.g. voice search) * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int submitBackground=0x7f020116; /** * Specifies subtitle text used for navigationMode="normal" * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int subtitle=0x7f020117; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int subtitleTextAppearance=0x7f020118; /** * A color to apply to the subtitle string. * <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 subtitleTextColor=0x7f020119; /** * Specifies a style to use for subtitle text. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int subtitleTextStyle=0x7f02011a; /** * Layout for query suggestion rows * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int suggestionRowLayout=0x7f02011b; /** * Minimum width for the switch component * <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), and * mm (millimeters). */ public static final int switchMinWidth=0x7f02011c; /** * Minimum space between the switch and caption text * <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), and * mm (millimeters). */ public static final int switchPadding=0x7f02011d; /** * Default style for the Switch widget. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int switchStyle=0x7f02011e; /** * TextAppearance style for text displayed on the switch thumb. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int switchTextAppearance=0x7f02011f; /** * 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int textAllCaps=0x7f020120; /** * Text color, typeface, size, and style for the text inside of a popup menu. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceLargePopupMenu=0x7f020121; /** * The preferred TextAppearance for the primary text of list items. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceListItem=0x7f020122; /** * The preferred TextAppearance for the secondary text of list items. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceListItemSecondary=0x7f020123; /** * The preferred TextAppearance for the primary text of small list items. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceListItemSmall=0x7f020124; /** * Text color, typeface, size, and style for header text inside of a popup menu. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearancePopupMenuHeader=0x7f020125; /** * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceSearchResultSubtitle=0x7f020126; /** * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceSearchResultTitle=0x7f020127; /** * Text color, typeface, size, and style for small text inside of a popup menu. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int textAppearanceSmallPopupMenu=0x7f020128; /** * 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 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=0x7f020129; /** * 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 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=0x7f02012a; /** * Deprecated. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int theme=0x7f02012b; /** * The thickness (stroke size) for the bar paint * <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), and * mm (millimeters). */ public static final int thickness=0x7f02012c; /** * Amount of padding on either side of text within the switch thumb. * <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), and * mm (millimeters). */ public static final int thumbTextPadding=0x7f02012d; /** * Tint to apply to the thumb drawable. * <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 thumbTint=0x7f02012e; /** * 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>add</td><td>10</td><td>Combines the tint and drawable color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int thumbTintMode=0x7f02012f; /** * Drawable displayed at each progress position on a seekbar. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int tickMark=0x7f020130; /** * Tint to apply to the tick mark drawable. * <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 tickMarkTint=0x7f020131; /** * 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>add</td><td>10</td><td>Combines the tint and drawable color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int tickMarkTintMode=0x7f020132; /** * Tint to apply to the image source. * <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 tint=0x7f020133; /** * 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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int tintMode=0x7f020134; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int title=0x7f020135; /** * Specifies extra space on the left, start, right and end sides * of the toolbar's title. Margin values should be positive. * <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), and * mm (millimeters). */ public static final int titleMargin=0x7f020136; /** * 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>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), and * mm (millimeters). */ public static final int titleMarginBottom=0x7f020137; /** * 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>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), and * mm (millimeters). */ public static final int titleMarginEnd=0x7f020138; /** * 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>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), and * mm (millimeters). */ public static final int titleMarginStart=0x7f020139; /** * 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>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), and * mm (millimeters). */ public static final int titleMarginTop=0x7f02013a; /** * {@deprecated Use titleMargin} * <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), and * mm (millimeters). */ @Deprecated public static final int titleMargins=0x7f02013b; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int titleTextAppearance=0x7f02013c; /** * A color to apply to the title string. * <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 titleTextColor=0x7f02013d; /** * Specifies a style to use for title text. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int titleTextStyle=0x7f02013e; /** * Default Toolar NavigationButtonStyle * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int toolbarNavigationButtonStyle=0x7f02013f; /** * Default Toolbar style. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int toolbarStyle=0x7f020140; /** * 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 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=0x7f020141; /** * Background 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int tooltipFrameBackground=0x7f020142; /** * The tooltip text associated with the item. * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int tooltipText=0x7f020143; /** * Drawable to use as the "track" that the switch thumb slides within. * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int track=0x7f020144; /** * Tint to apply to the track. * <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 trackTint=0x7f020145; /** * 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>add</td><td>10</td><td>Combines the tint and drawable color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> */ public static final int trackTintMode=0x7f020146; /** * 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>May be an integer value, such as "<code>100</code>". */ public static final int ttcIndex=0x7f020147; /** * Aspect ratio (width / height) of the view, not necessarily of the images. * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int viewAspectRatio=0x7f020148; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int viewInflaterClass=0x7f020149; /** * Voice button icon * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". */ public static final int voiceIcon=0x7f02014a; /** * Flag indicating whether this window should have an Action Bar * in place of the usual title bar. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowActionBar=0x7f02014b; /** * Flag indicating whether this window's Action Bar should overlay * application content. Does nothing if the window would not * have an Action Bar. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowActionBarOverlay=0x7f02014c; /** * Flag indicating whether action modes should overlay window content * when there is not reserved space for their UI (such as an Action Bar). * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowActionModeOverlay=0x7f02014d; /** * 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), and * 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 windowFixedHeightMajor=0x7f02014e; /** * 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), and * 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 windowFixedHeightMinor=0x7f02014f; /** * 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), and * 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 windowFixedWidthMajor=0x7f020150; /** * 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), and * 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 windowFixedWidthMinor=0x7f020151; /** * 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), and * 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 windowMinWidthMajor=0x7f020152; /** * 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), and * 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 windowMinWidthMinor=0x7f020153; /** * Flag indicating whether there should be no title on this window. * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowNoTitle=0x7f020154; } public static final class bool { public static final int abc_action_bar_embed_tabs=0x7f030000; public static final int abc_allow_stacked_button_bar=0x7f030001; public static final int abc_config_actionMenuItemAllCaps=0x7f030002; } public static final class color { public static final int abc_background_cache_hint_selector_material_dark=0x7f040000; public static final int abc_background_cache_hint_selector_material_light=0x7f040001; public static final int abc_btn_colored_borderless_text_material=0x7f040002; public static final int abc_btn_colored_text_material=0x7f040003; public static final int abc_color_highlight_material=0x7f040004; public static final int abc_hint_foreground_material_dark=0x7f040005; public static final int abc_hint_foreground_material_light=0x7f040006; public static final int abc_input_method_navigation_guard=0x7f040007; public static final int abc_primary_text_disable_only_material_dark=0x7f040008; public static final int abc_primary_text_disable_only_material_light=0x7f040009; public static final int abc_primary_text_material_dark=0x7f04000a; public static final int abc_primary_text_material_light=0x7f04000b; public static final int abc_search_url_text=0x7f04000c; public static final int abc_search_url_text_normal=0x7f04000d; public static final int abc_search_url_text_pressed=0x7f04000e; public static final int abc_search_url_text_selected=0x7f04000f; public static final int abc_secondary_text_material_dark=0x7f040010; public static final int abc_secondary_text_material_light=0x7f040011; public static final int abc_tint_btn_checkable=0x7f040012; public static final int abc_tint_default=0x7f040013; public static final int abc_tint_edittext=0x7f040014; public static final int abc_tint_seek_thumb=0x7f040015; public static final int abc_tint_spinner=0x7f040016; public static final int abc_tint_switch_track=0x7f040017; public static final int accent_material_dark=0x7f040018; public static final int accent_material_light=0x7f040019; public static final int background_floating_material_dark=0x7f04001a; public static final int background_floating_material_light=0x7f04001b; public static final int background_material_dark=0x7f04001c; public static final int background_material_light=0x7f04001d; public static final int bright_foreground_disabled_material_dark=0x7f04001e; public static final int bright_foreground_disabled_material_light=0x7f04001f; public static final int bright_foreground_inverse_material_dark=0x7f040020; public static final int bright_foreground_inverse_material_light=0x7f040021; public static final int bright_foreground_material_dark=0x7f040022; public static final int bright_foreground_material_light=0x7f040023; public static final int browser_actions_bg_grey=0x7f040024; public static final int browser_actions_divider_color=0x7f040025; public static final int browser_actions_text_color=0x7f040026; public static final int browser_actions_title_color=0x7f040027; public static final int button_material_dark=0x7f040028; public static final int button_material_light=0x7f040029; public static final int catalyst_redbox_background=0x7f04002a; public static final int common_google_signin_btn_text_dark=0x7f04002b; public static final int common_google_signin_btn_text_dark_default=0x7f04002c; public static final int common_google_signin_btn_text_dark_disabled=0x7f04002d; public static final int common_google_signin_btn_text_dark_focused=0x7f04002e; public static final int common_google_signin_btn_text_dark_pressed=0x7f04002f; public static final int common_google_signin_btn_text_light=0x7f040030; public static final int common_google_signin_btn_text_light_default=0x7f040031; public static final int common_google_signin_btn_text_light_disabled=0x7f040032; public static final int common_google_signin_btn_text_light_focused=0x7f040033; public static final int common_google_signin_btn_text_light_pressed=0x7f040034; public static final int common_google_signin_btn_tint=0x7f040035; public static final int dim_foreground_disabled_material_dark=0x7f040036; public static final int dim_foreground_disabled_material_light=0x7f040037; public static final int dim_foreground_material_dark=0x7f040038; public static final int dim_foreground_material_light=0x7f040039; public static final int error_color_material_dark=0x7f04003a; public static final int error_color_material_light=0x7f04003b; public static final int foreground_material_dark=0x7f04003c; public static final int foreground_material_light=0x7f04003d; public static final int highlighted_text_material_dark=0x7f04003e; public static final int highlighted_text_material_light=0x7f04003f; public static final int material_blue_grey_800=0x7f040040; public static final int material_blue_grey_900=0x7f040041; public static final int material_blue_grey_950=0x7f040042; public static final int material_deep_teal_200=0x7f040043; public static final int material_deep_teal_500=0x7f040044; public static final int material_grey_100=0x7f040045; public static final int material_grey_300=0x7f040046; public static final int material_grey_50=0x7f040047; public static final int material_grey_600=0x7f040048; public static final int material_grey_800=0x7f040049; public static final int material_grey_850=0x7f04004a; public static final int material_grey_900=0x7f04004b; public static final int notification_action_color_filter=0x7f04004c; public static final int notification_icon_bg_color=0x7f04004d; public static final int notification_material_background_media_default_color=0x7f04004e; public static final int primary_dark_material_dark=0x7f04004f; public static final int primary_dark_material_light=0x7f040050; public static final int primary_material_dark=0x7f040051; public static final int primary_material_light=0x7f040052; public static final int primary_text_default_material_dark=0x7f040053; public static final int primary_text_default_material_light=0x7f040054; public static final int primary_text_disabled_material_dark=0x7f040055; public static final int primary_text_disabled_material_light=0x7f040056; public static final int ripple_material_dark=0x7f040057; public static final int ripple_material_light=0x7f040058; public static final int secondary_text_default_material_dark=0x7f040059; public static final int secondary_text_default_material_light=0x7f04005a; public static final int secondary_text_disabled_material_dark=0x7f04005b; public static final int secondary_text_disabled_material_light=0x7f04005c; public static final int switch_thumb_disabled_material_dark=0x7f04005d; public static final int switch_thumb_disabled_material_light=0x7f04005e; public static final int switch_thumb_material_dark=0x7f04005f; public static final int switch_thumb_material_light=0x7f040060; public static final int switch_thumb_normal_material_dark=0x7f040061; public static final int switch_thumb_normal_material_light=0x7f040062; public static final int tooltip_background_dark=0x7f040063; public static final int tooltip_background_light=0x7f040064; } public static final class dimen { public static final int abc_action_bar_content_inset_material=0x7f050000; public static final int abc_action_bar_content_inset_with_nav=0x7f050001; public static final int abc_action_bar_default_height_material=0x7f050002; public static final int abc_action_bar_default_padding_end_material=0x7f050003; public static final int abc_action_bar_default_padding_start_material=0x7f050004; public static final int abc_action_bar_elevation_material=0x7f050005; public static final int abc_action_bar_icon_vertical_padding_material=0x7f050006; public static final int abc_action_bar_overflow_padding_end_material=0x7f050007; public static final int abc_action_bar_overflow_padding_start_material=0x7f050008; public static final int abc_action_bar_stacked_max_height=0x7f050009; public static final int abc_action_bar_stacked_tab_max_width=0x7f05000a; public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f05000b; public static final int abc_action_bar_subtitle_top_margin_material=0x7f05000c; public static final int abc_action_button_min_height_material=0x7f05000d; public static final int abc_action_button_min_width_material=0x7f05000e; public static final int abc_action_button_min_width_overflow_material=0x7f05000f; public static final int abc_alert_dialog_button_bar_height=0x7f050010; public static final int abc_alert_dialog_button_dimen=0x7f050011; public static final int abc_button_inset_horizontal_material=0x7f050012; public static final int abc_button_inset_vertical_material=0x7f050013; public static final int abc_button_padding_horizontal_material=0x7f050014; public static final int abc_button_padding_vertical_material=0x7f050015; public static final int abc_cascading_menus_min_smallest_width=0x7f050016; public static final int abc_config_prefDialogWidth=0x7f050017; public static final int abc_control_corner_material=0x7f050018; public static final int abc_control_inset_material=0x7f050019; public static final int abc_control_padding_material=0x7f05001a; public static final int abc_dialog_corner_radius_material=0x7f05001b; public static final int abc_dialog_fixed_height_major=0x7f05001c; public static final int abc_dialog_fixed_height_minor=0x7f05001d; public static final int abc_dialog_fixed_width_major=0x7f05001e; public static final int abc_dialog_fixed_width_minor=0x7f05001f; public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f050020; public static final int abc_dialog_list_padding_top_no_title=0x7f050021; public static final int abc_dialog_min_width_major=0x7f050022; public static final int abc_dialog_min_width_minor=0x7f050023; public static final int abc_dialog_padding_material=0x7f050024; public static final int abc_dialog_padding_top_material=0x7f050025; public static final int abc_dialog_title_divider_material=0x7f050026; public static final int abc_disabled_alpha_material_dark=0x7f050027; public static final int abc_disabled_alpha_material_light=0x7f050028; public static final int abc_dropdownitem_icon_width=0x7f050029; public static final int abc_dropdownitem_text_padding_left=0x7f05002a; public static final int abc_dropdownitem_text_padding_right=0x7f05002b; public static final int abc_edit_text_inset_bottom_material=0x7f05002c; public static final int abc_edit_text_inset_horizontal_material=0x7f05002d; public static final int abc_edit_text_inset_top_material=0x7f05002e; public static final int abc_floating_window_z=0x7f05002f; public static final int abc_list_item_padding_horizontal_material=0x7f050030; public static final int abc_panel_menu_list_width=0x7f050031; public static final int abc_progress_bar_height_material=0x7f050032; public static final int abc_search_view_preferred_height=0x7f050033; public static final int abc_search_view_preferred_width=0x7f050034; public static final int abc_seekbar_track_background_height_material=0x7f050035; public static final int abc_seekbar_track_progress_height_material=0x7f050036; public static final int abc_select_dialog_padding_start_material=0x7f050037; public static final int abc_switch_padding=0x7f050038; public static final int abc_text_size_body_1_material=0x7f050039; public static final int abc_text_size_body_2_material=0x7f05003a; public static final int abc_text_size_button_material=0x7f05003b; public static final int abc_text_size_caption_material=0x7f05003c; public static final int abc_text_size_display_1_material=0x7f05003d; public static final int abc_text_size_display_2_material=0x7f05003e; public static final int abc_text_size_display_3_material=0x7f05003f; public static final int abc_text_size_display_4_material=0x7f050040; public static final int abc_text_size_headline_material=0x7f050041; public static final int abc_text_size_large_material=0x7f050042; public static final int abc_text_size_medium_material=0x7f050043; public static final int abc_text_size_menu_header_material=0x7f050044; public static final int abc_text_size_menu_material=0x7f050045; public static final int abc_text_size_small_material=0x7f050046; public static final int abc_text_size_subhead_material=0x7f050047; public static final int abc_text_size_subtitle_material_toolbar=0x7f050048; public static final int abc_text_size_title_material=0x7f050049; public static final int abc_text_size_title_material_toolbar=0x7f05004a; public static final int browser_actions_context_menu_max_width=0x7f05004b; public static final int browser_actions_context_menu_min_padding=0x7f05004c; public static final int compat_button_inset_horizontal_material=0x7f05004d; public static final int compat_button_inset_vertical_material=0x7f05004e; public static final int compat_button_padding_horizontal_material=0x7f05004f; public static final int compat_button_padding_vertical_material=0x7f050050; public static final int compat_control_corner_material=0x7f050051; public static final int compat_notification_large_icon_max_height=0x7f050052; public static final int compat_notification_large_icon_max_width=0x7f050053; public static final int disabled_alpha_material_dark=0x7f050054; public static final int disabled_alpha_material_light=0x7f050055; public static final int highlight_alpha_material_colored=0x7f050056; public static final int highlight_alpha_material_dark=0x7f050057; public static final int highlight_alpha_material_light=0x7f050058; public static final int hint_alpha_material_dark=0x7f050059; public static final int hint_alpha_material_light=0x7f05005a; public static final int hint_pressed_alpha_material_dark=0x7f05005b; public static final int hint_pressed_alpha_material_light=0x7f05005c; public static final int notification_action_icon_size=0x7f05005d; public static final int notification_action_text_size=0x7f05005e; public static final int notification_big_circle_margin=0x7f05005f; public static final int notification_content_margin_start=0x7f050060; public static final int notification_large_icon_height=0x7f050061; public static final int notification_large_icon_width=0x7f050062; public static final int notification_main_column_padding_top=0x7f050063; public static final int notification_media_narrow_margin=0x7f050064; public static final int notification_right_icon_size=0x7f050065; public static final int notification_right_side_padding_top=0x7f050066; public static final int notification_small_icon_background_padding=0x7f050067; public static final int notification_small_icon_size_as_large=0x7f050068; public static final int notification_subtext_size=0x7f050069; public static final int notification_top_pad=0x7f05006a; public static final int notification_top_pad_large_text=0x7f05006b; public static final int subtitle_corner_radius=0x7f05006c; public static final int subtitle_outline_width=0x7f05006d; public static final int subtitle_shadow_offset=0x7f05006e; public static final int subtitle_shadow_radius=0x7f05006f; public static final int tooltip_corner_radius=0x7f050070; public static final int tooltip_horizontal_padding=0x7f050071; public static final int tooltip_margin=0x7f050072; public static final int tooltip_precise_anchor_extra_offset=0x7f050073; public static final int tooltip_precise_anchor_threshold=0x7f050074; public static final int tooltip_vertical_padding=0x7f050075; public static final int tooltip_y_offset_non_touch=0x7f050076; public static final int tooltip_y_offset_touch=0x7f050077; } public static final class drawable { public static final int abc_ab_share_pack_mtrl_alpha=0x7f060000; public static final int abc_action_bar_item_background_material=0x7f060001; public static final int abc_btn_borderless_material=0x7f060002; public static final int abc_btn_check_material=0x7f060003; public static final int abc_btn_check_to_on_mtrl_000=0x7f060004; public static final int abc_btn_check_to_on_mtrl_015=0x7f060005; public static final int abc_btn_colored_material=0x7f060006; public static final int abc_btn_default_mtrl_shape=0x7f060007; public static final int abc_btn_radio_material=0x7f060008; public static final int abc_btn_radio_to_on_mtrl_000=0x7f060009; public static final int abc_btn_radio_to_on_mtrl_015=0x7f06000a; public static final int abc_btn_switch_to_on_mtrl_00001=0x7f06000b; public static final int abc_btn_switch_to_on_mtrl_00012=0x7f06000c; public static final int abc_cab_background_internal_bg=0x7f06000d; public static final int abc_cab_background_top_material=0x7f06000e; public static final int abc_cab_background_top_mtrl_alpha=0x7f06000f; public static final int abc_control_background_material=0x7f060010; public static final int abc_dialog_material_background=0x7f060011; public static final int abc_edit_text_material=0x7f060012; public static final int abc_ic_ab_back_material=0x7f060013; public static final int abc_ic_arrow_drop_right_black_24dp=0x7f060014; public static final int abc_ic_clear_material=0x7f060015; public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f060016; public static final int abc_ic_go_search_api_material=0x7f060017; public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f060018; public static final int abc_ic_menu_cut_mtrl_alpha=0x7f060019; public static final int abc_ic_menu_overflow_material=0x7f06001a; public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f06001b; public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f06001c; public static final int abc_ic_menu_share_mtrl_alpha=0x7f06001d; public static final int abc_ic_search_api_material=0x7f06001e; public static final int abc_ic_star_black_16dp=0x7f06001f; public static final int abc_ic_star_black_36dp=0x7f060020; public static final int abc_ic_star_black_48dp=0x7f060021; public static final int abc_ic_star_half_black_16dp=0x7f060022; public static final int abc_ic_star_half_black_36dp=0x7f060023; public static final int abc_ic_star_half_black_48dp=0x7f060024; public static final int abc_ic_voice_search_api_material=0x7f060025; public static final int abc_item_background_holo_dark=0x7f060026; public static final int abc_item_background_holo_light=0x7f060027; public static final int abc_list_divider_material=0x7f060028; public static final int abc_list_divider_mtrl_alpha=0x7f060029; public static final int abc_list_focused_holo=0x7f06002a; public static final int abc_list_longpressed_holo=0x7f06002b; public static final int abc_list_pressed_holo_dark=0x7f06002c; public static final int abc_list_pressed_holo_light=0x7f06002d; public static final int abc_list_selector_background_transition_holo_dark=0x7f06002e; public static final int abc_list_selector_background_transition_holo_light=0x7f06002f; public static final int abc_list_selector_disabled_holo_dark=0x7f060030; public static final int abc_list_selector_disabled_holo_light=0x7f060031; public static final int abc_list_selector_holo_dark=0x7f060032; public static final int abc_list_selector_holo_light=0x7f060033; public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f060034; public static final int abc_popup_background_mtrl_mult=0x7f060035; public static final int abc_ratingbar_indicator_material=0x7f060036; public static final int abc_ratingbar_material=0x7f060037; public static final int abc_ratingbar_small_material=0x7f060038; public static final int abc_scrubber_control_off_mtrl_alpha=0x7f060039; public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f06003a; public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f06003b; public static final int abc_scrubber_primary_mtrl_alpha=0x7f06003c; public static final int abc_scrubber_track_mtrl_alpha=0x7f06003d; public static final int abc_seekbar_thumb_material=0x7f06003e; public static final int abc_seekbar_tick_mark_material=0x7f06003f; public static final int abc_seekbar_track_material=0x7f060040; public static final int abc_spinner_mtrl_am_alpha=0x7f060041; public static final int abc_spinner_textfield_background_material=0x7f060042; public static final int abc_switch_thumb_material=0x7f060043; public static final int abc_switch_track_mtrl_alpha=0x7f060044; public static final int abc_tab_indicator_material=0x7f060045; public static final int abc_tab_indicator_mtrl_alpha=0x7f060046; public static final int abc_text_cursor_material=0x7f060047; public static final int abc_text_select_handle_left_mtrl_dark=0x7f060048; public static final int abc_text_select_handle_left_mtrl_light=0x7f060049; public static final int abc_text_select_handle_middle_mtrl_dark=0x7f06004a; public static final int abc_text_select_handle_middle_mtrl_light=0x7f06004b; public static final int abc_text_select_handle_right_mtrl_dark=0x7f06004c; public static final int abc_text_select_handle_right_mtrl_light=0x7f06004d; public static final int abc_textfield_activated_mtrl_alpha=0x7f06004e; public static final int abc_textfield_default_mtrl_alpha=0x7f06004f; public static final int abc_textfield_search_activated_mtrl_alpha=0x7f060050; public static final int abc_textfield_search_default_mtrl_alpha=0x7f060051; public static final int abc_textfield_search_material=0x7f060052; public static final int abc_vector_test=0x7f060053; public static final int common_full_open_on_phone=0x7f060054; public static final int common_google_signin_btn_icon_dark=0x7f060055; public static final int common_google_signin_btn_icon_dark_focused=0x7f060056; public static final int common_google_signin_btn_icon_dark_normal=0x7f060057; public static final int common_google_signin_btn_icon_dark_normal_background=0x7f060058; public static final int common_google_signin_btn_icon_disabled=0x7f060059; public static final int common_google_signin_btn_icon_light=0x7f06005a; public static final int common_google_signin_btn_icon_light_focused=0x7f06005b; public static final int common_google_signin_btn_icon_light_normal=0x7f06005c; public static final int common_google_signin_btn_icon_light_normal_background=0x7f06005d; public static final int common_google_signin_btn_text_dark=0x7f06005e; public static final int common_google_signin_btn_text_dark_focused=0x7f06005f; public static final int common_google_signin_btn_text_dark_normal=0x7f060060; public static final int common_google_signin_btn_text_dark_normal_background=0x7f060061; public static final int common_google_signin_btn_text_disabled=0x7f060062; public static final int common_google_signin_btn_text_light=0x7f060063; public static final int common_google_signin_btn_text_light_focused=0x7f060064; public static final int common_google_signin_btn_text_light_normal=0x7f060065; public static final int common_google_signin_btn_text_light_normal_background=0x7f060066; public static final int crop_image_menu_flip=0x7f060067; public static final int crop_image_menu_rotate_left=0x7f060068; public static final int crop_image_menu_rotate_right=0x7f060069; public static final int googleg_disabled_color_18=0x7f06006a; public static final int googleg_standard_color_18=0x7f06006b; public static final int notification_action_background=0x7f06006c; public static final int notification_bg=0x7f06006d; public static final int notification_bg_low=0x7f06006e; public static final int notification_bg_low_normal=0x7f06006f; public static final int notification_bg_low_pressed=0x7f060070; public static final int notification_bg_normal=0x7f060071; public static final int notification_bg_normal_pressed=0x7f060072; public static final int notification_icon_background=0x7f060073; public static final int notification_template_icon_bg=0x7f060074; public static final int notification_template_icon_low_bg=0x7f060075; public static final int notification_tile_bg=0x7f060076; public static final int notify_panel_notification_icon_bg=0x7f060077; public static final int redbox_top_border_background=0x7f060078; public static final int tooltip_frame_dark=0x7f060079; public static final int tooltip_frame_light=0x7f06007a; } public static final class id { public static final int ALT=0x7f070000; public static final int CTRL=0x7f070001; public static final int CropOverlayView=0x7f070002; public static final int CropProgressBar=0x7f070003; public static final int FUNCTION=0x7f070004; public static final int ImageView_image=0x7f070005; public static final int META=0x7f070006; public static final int SHIFT=0x7f070007; public static final int SYM=0x7f070008; public static final int accessibility_action_clickable_span=0x7f070009; public static final int accessibility_actions=0x7f07000a; public static final int accessibility_custom_action_0=0x7f07000b; public static final int accessibility_custom_action_1=0x7f07000c; public static final int accessibility_custom_action_10=0x7f07000d; public static final int accessibility_custom_action_11=0x7f07000e; public static final int accessibility_custom_action_12=0x7f07000f; public static final int accessibility_custom_action_13=0x7f070010; public static final int accessibility_custom_action_14=0x7f070011; public static final int accessibility_custom_action_15=0x7f070012; public static final int accessibility_custom_action_16=0x7f070013; public static final int accessibility_custom_action_17=0x7f070014; public static final int accessibility_custom_action_18=0x7f070015; public static final int accessibility_custom_action_19=0x7f070016; public static final int accessibility_custom_action_2=0x7f070017; public static final int accessibility_custom_action_20=0x7f070018; public static final int accessibility_custom_action_21=0x7f070019; public static final int accessibility_custom_action_22=0x7f07001a; public static final int accessibility_custom_action_23=0x7f07001b; public static final int accessibility_custom_action_24=0x7f07001c; public static final int accessibility_custom_action_25=0x7f07001d; public static final int accessibility_custom_action_26=0x7f07001e; public static final int accessibility_custom_action_27=0x7f07001f; public static final int accessibility_custom_action_28=0x7f070020; public static final int accessibility_custom_action_29=0x7f070021; public static final int accessibility_custom_action_3=0x7f070022; public static final int accessibility_custom_action_30=0x7f070023; public static final int accessibility_custom_action_31=0x7f070024; public static final int accessibility_custom_action_4=0x7f070025; public static final int accessibility_custom_action_5=0x7f070026; public static final int accessibility_custom_action_6=0x7f070027; public static final int accessibility_custom_action_7=0x7f070028; public static final int accessibility_custom_action_8=0x7f070029; public static final int accessibility_custom_action_9=0x7f07002a; public static final int accessibility_hint=0x7f07002b; public static final int accessibility_label=0x7f07002c; public static final int accessibility_role=0x7f07002d; public static final int accessibility_state=0x7f07002e; public static final int accessibility_states=0x7f07002f; public static final int action0=0x7f070030; public static final int action_bar=0x7f070031; public static final int action_bar_activity_content=0x7f070032; public static final int action_bar_container=0x7f070033; public static final int action_bar_root=0x7f070034; public static final int action_bar_spinner=0x7f070035; public static final int action_bar_subtitle=0x7f070036; public static final int action_bar_title=0x7f070037; public static final int action_container=0x7f070038; public static final int action_context_bar=0x7f070039; public static final int action_divider=0x7f07003a; public static final int action_image=0x7f07003b; public static final int action_menu_divider=0x7f07003c; public static final int action_menu_presenter=0x7f07003d; public static final int action_mode_bar=0x7f07003e; public static final int action_mode_bar_stub=0x7f07003f; public static final int action_mode_close_button=0x7f070040; public static final int action_text=0x7f070041; public static final int actions=0x7f070042; public static final int activity_chooser_view_content=0x7f070043; public static final int add=0x7f070044; public static final int adjust_height=0x7f070045; public static final int adjust_width=0x7f070046; public static final int alertTitle=0x7f070047; public static final int all=0x7f070048; public static final int always=0x7f070049; public static final int async=0x7f07004a; public static final int auto=0x7f07004b; public static final int beginning=0x7f07004c; public static final int blocking=0x7f07004d; public static final int bottom=0x7f07004e; public static final int browser_actions_header_text=0x7f07004f; public static final int browser_actions_menu_item_icon=0x7f070050; public static final int browser_actions_menu_item_text=0x7f070051; public static final int browser_actions_menu_items=0x7f070052; public static final int browser_actions_menu_view=0x7f070053; public static final int buttonPanel=0x7f070054; public static final int cancel_action=0x7f070055; public static final int catalyst_redbox_title=0x7f070056; public static final int center=0x7f070057; public static final int centerCrop=0x7f070058; public static final int centerInside=0x7f070059; public static final int center_horizontal=0x7f07005a; public static final int center_vertical=0x7f07005b; public static final int checkbox=0x7f07005c; public static final int chronometer=0x7f07005d; public static final int clip_horizontal=0x7f07005e; public static final int clip_vertical=0x7f07005f; public static final int collapseActionView=0x7f070060; public static final int content=0x7f070061; public static final int contentPanel=0x7f070062; public static final int cropImageView=0x7f070063; public static final int crop_image_menu_crop=0x7f070064; public static final int crop_image_menu_flip=0x7f070065; public static final int crop_image_menu_flip_horizontally=0x7f070066; public static final int crop_image_menu_flip_vertically=0x7f070067; public static final int crop_image_menu_rotate_left=0x7f070068; public static final int crop_image_menu_rotate_right=0x7f070069; public static final int custom=0x7f07006a; public static final int customPanel=0x7f07006b; public static final int dark=0x7f07006c; public static final int decor_content_parent=0x7f07006d; public static final int default_activity_button=0x7f07006e; public static final int dialog_button=0x7f07006f; public static final int disableHome=0x7f070070; public static final int edit_query=0x7f070071; public static final int end=0x7f070072; public static final int end_padder=0x7f070073; public static final int expand_activities_button=0x7f070074; public static final int expanded_menu=0x7f070075; public static final int fill=0x7f070076; public static final int fill_horizontal=0x7f070077; public static final int fill_vertical=0x7f070078; public static final int fitBottomStart=0x7f070079; public static final int fitCenter=0x7f07007a; public static final int fitEnd=0x7f07007b; public static final int fitStart=0x7f07007c; public static final int fitXY=0x7f07007d; public static final int focusCrop=0x7f07007e; public static final int forever=0x7f07007f; public static final int fps_text=0x7f070080; public static final int ghost_view=0x7f070081; public static final int ghost_view_holder=0x7f070082; public static final int glide_custom_view_target_tag=0x7f070083; public static final int group_divider=0x7f070084; public static final int home=0x7f070085; public static final int homeAsUp=0x7f070086; public static final int icon=0x7f070087; public static final int icon_group=0x7f070088; public static final int icon_only=0x7f070089; public static final int ifRoom=0x7f07008a; public static final int image=0x7f07008b; public static final int info=0x7f07008c; public static final int italic=0x7f07008d; public static final int left=0x7f07008e; public static final int light=0x7f07008f; public static final int line1=0x7f070090; public static final int line3=0x7f070091; public static final int listMode=0x7f070092; public static final int list_item=0x7f070093; public static final int media_actions=0x7f070094; public static final int message=0x7f070095; public static final int middle=0x7f070096; public static final int multiply=0x7f070097; public static final int never=0x7f070098; public static final int none=0x7f070099; public static final int normal=0x7f07009a; public static final int notification_background=0x7f07009b; public static final int notification_main_column=0x7f07009c; public static final int notification_main_column_container=0x7f07009d; public static final int off=0x7f07009e; public static final int on=0x7f07009f; public static final int onTouch=0x7f0700a0; public static final int oval=0x7f0700a1; public static final int parentPanel=0x7f0700a2; public static final int parent_matrix=0x7f0700a3; public static final int progress_circular=0x7f0700a4; public static final int progress_horizontal=0x7f0700a5; public static final int radio=0x7f0700a6; public static final int react_test_id=0x7f0700a7; public static final int rectangle=0x7f0700a8; public static final int right=0x7f0700a9; public static final int right_icon=0x7f0700aa; public static final int right_side=0x7f0700ab; public static final int rn_frame_file=0x7f0700ac; public static final int rn_frame_method=0x7f0700ad; public static final int rn_redbox_dismiss_button=0x7f0700ae; public static final int rn_redbox_line_separator=0x7f0700af; public static final int rn_redbox_loading_indicator=0x7f0700b0; public static final int rn_redbox_reload_button=0x7f0700b1; public static final int rn_redbox_report_button=0x7f0700b2; public static final int rn_redbox_report_label=0x7f0700b3; public static final int rn_redbox_stack=0x7f0700b4; public static final int save_non_transition_alpha=0x7f0700b5; public static final int save_overlay_view=0x7f0700b6; public static final int screen=0x7f0700b7; public static final int scrollIndicatorDown=0x7f0700b8; public static final int scrollIndicatorUp=0x7f0700b9; public static final int scrollView=0x7f0700ba; public static final int search_badge=0x7f0700bb; public static final int search_bar=0x7f0700bc; public static final int search_button=0x7f0700bd; public static final int search_close_btn=0x7f0700be; public static final int search_edit_frame=0x7f0700bf; public static final int search_go_btn=0x7f0700c0; public static final int search_mag_icon=0x7f0700c1; public static final int search_plate=0x7f0700c2; public static final int search_src_text=0x7f0700c3; public static final int search_voice_btn=0x7f0700c4; public static final int select_dialog_listview=0x7f0700c5; public static final int shortcut=0x7f0700c6; public static final int showCustom=0x7f0700c7; public static final int showHome=0x7f0700c8; public static final int showTitle=0x7f0700c9; public static final int spacer=0x7f0700ca; public static final int split_action_bar=0x7f0700cb; public static final int src_atop=0x7f0700cc; public static final int src_in=0x7f0700cd; public static final int src_over=0x7f0700ce; public static final int standard=0x7f0700cf; public static final int start=0x7f0700d0; public static final int status_bar_latest_event_content=0x7f0700d1; public static final int submenuarrow=0x7f0700d2; public static final int submit_area=0x7f0700d3; public static final int tabMode=0x7f0700d4; public static final int tag_accessibility_actions=0x7f0700d5; public static final int tag_accessibility_clickable_spans=0x7f0700d6; public static final int tag_accessibility_heading=0x7f0700d7; public static final int tag_accessibility_pane_title=0x7f0700d8; public static final int tag_screen_reader_focusable=0x7f0700d9; public static final int tag_transition_group=0x7f0700da; public static final int tag_unhandled_key_event_manager=0x7f0700db; public static final int tag_unhandled_key_listeners=0x7f0700dc; public static final int text=0x7f0700dd; public static final int text2=0x7f0700de; public static final int textSpacerNoButtons=0x7f0700df; public static final int textSpacerNoTitle=0x7f0700e0; public static final int time=0x7f0700e1; public static final int title=0x7f0700e2; public static final int titleDividerNoCustom=0x7f0700e3; public static final int title_template=0x7f0700e4; public static final int top=0x7f0700e5; public static final int topPanel=0x7f0700e6; public static final int transition_current_scene=0x7f0700e7; public static final int transition_layout_save=0x7f0700e8; public static final int transition_position=0x7f0700e9; public static final int transition_scene_layoutid_cache=0x7f0700ea; public static final int transition_transform=0x7f0700eb; public static final int uniform=0x7f0700ec; public static final int up=0x7f0700ed; public static final int useLogo=0x7f0700ee; public static final int view_tag_instance_handle=0x7f0700ef; public static final int view_tag_native_id=0x7f0700f0; public static final int wide=0x7f0700f1; public static final int withText=0x7f0700f2; public static final int wrap_content=0x7f0700f3; } public static final class integer { public static final int abc_config_activityDefaultDur=0x7f080000; public static final int abc_config_activityShortDur=0x7f080001; public static final int cancel_button_image_alpha=0x7f080002; public static final int config_tooltipAnimTime=0x7f080003; public static final int google_play_services_version=0x7f080004; public static final int react_native_dev_server_port=0x7f080005; public static final int react_native_inspector_proxy_port=0x7f080006; public static final int status_bar_notification_info_maxnum=0x7f080007; } public static final class layout { public static final int abc_action_bar_title_item=0x7f090000; public static final int abc_action_bar_up_container=0x7f090001; public static final int abc_action_menu_item_layout=0x7f090002; public static final int abc_action_menu_layout=0x7f090003; public static final int abc_action_mode_bar=0x7f090004; public static final int abc_action_mode_close_item_material=0x7f090005; public static final int abc_activity_chooser_view=0x7f090006; public static final int abc_activity_chooser_view_list_item=0x7f090007; public static final int abc_alert_dialog_button_bar_material=0x7f090008; public static final int abc_alert_dialog_material=0x7f090009; public static final int abc_alert_dialog_title_material=0x7f09000a; public static final int abc_cascading_menu_item_layout=0x7f09000b; public static final int abc_dialog_title_material=0x7f09000c; public static final int abc_expanded_menu_layout=0x7f09000d; public static final int abc_list_menu_item_checkbox=0x7f09000e; public static final int abc_list_menu_item_icon=0x7f09000f; public static final int abc_list_menu_item_layout=0x7f090010; public static final int abc_list_menu_item_radio=0x7f090011; public static final int abc_popup_menu_header_item_layout=0x7f090012; public static final int abc_popup_menu_item_layout=0x7f090013; public static final int abc_screen_content_include=0x7f090014; public static final int abc_screen_simple=0x7f090015; public static final int abc_screen_simple_overlay_action_mode=0x7f090016; public static final int abc_screen_toolbar=0x7f090017; public static final int abc_search_dropdown_item_icons_2line=0x7f090018; public static final int abc_search_view=0x7f090019; public static final int abc_select_dialog_material=0x7f09001a; public static final int abc_tooltip=0x7f09001b; public static final int browser_actions_context_menu_page=0x7f09001c; public static final int browser_actions_context_menu_row=0x7f09001d; public static final int crop_image_activity=0x7f09001e; public static final int crop_image_view=0x7f09001f; public static final int custom_dialog=0x7f090020; public static final int dev_loading_view=0x7f090021; public static final int fps_view=0x7f090022; public static final int list_item=0x7f090023; public static final int notification_action=0x7f090024; public static final int notification_action_tombstone=0x7f090025; public static final int notification_media_action=0x7f090026; public static final int notification_media_cancel_action=0x7f090027; public static final int notification_template_big_media=0x7f090028; public static final int notification_template_big_media_custom=0x7f090029; public static final int notification_template_big_media_narrow=0x7f09002a; public static final int notification_template_big_media_narrow_custom=0x7f09002b; public static final int notification_template_custom_big=0x7f09002c; public static final int notification_template_icon_group=0x7f09002d; public static final int notification_template_lines_media=0x7f09002e; public static final int notification_template_media=0x7f09002f; public static final int notification_template_media_custom=0x7f090030; public static final int notification_template_part_chronometer=0x7f090031; public static final int notification_template_part_time=0x7f090032; public static final int redbox_item_frame=0x7f090033; public static final int redbox_item_title=0x7f090034; public static final int redbox_view=0x7f090035; public static final int select_dialog_item_material=0x7f090036; public static final int select_dialog_multichoice_material=0x7f090037; public static final int select_dialog_singlechoice_material=0x7f090038; public static final int support_simple_spinner_dropdown_item=0x7f090039; } public static final class menu { public static final int crop_image_menu=0x7f0a0000; } public static final class mipmap { public static final int ic_launcher=0x7f0b0000; public static final int ic_launcher_round=0x7f0b0001; } public static final class string { public static final int abc_action_bar_home_description=0x7f0c0000; public static final int abc_action_bar_up_description=0x7f0c0001; public static final int abc_action_menu_overflow_description=0x7f0c0002; public static final int abc_action_mode_done=0x7f0c0003; public static final int abc_activity_chooser_view_see_all=0x7f0c0004; public static final int abc_activitychooserview_choose_application=0x7f0c0005; public static final int abc_capital_off=0x7f0c0006; public static final int abc_capital_on=0x7f0c0007; public static final int abc_font_family_body_1_material=0x7f0c0008; public static final int abc_font_family_body_2_material=0x7f0c0009; public static final int abc_font_family_button_material=0x7f0c000a; public static final int abc_font_family_caption_material=0x7f0c000b; public static final int abc_font_family_display_1_material=0x7f0c000c; public static final int abc_font_family_display_2_material=0x7f0c000d; public static final int abc_font_family_display_3_material=0x7f0c000e; public static final int abc_font_family_display_4_material=0x7f0c000f; public static final int abc_font_family_headline_material=0x7f0c0010; public static final int abc_font_family_menu_material=0x7f0c0011; public static final int abc_font_family_subhead_material=0x7f0c0012; public static final int abc_font_family_title_material=0x7f0c0013; public static final int abc_menu_alt_shortcut_label=0x7f0c0014; public static final int abc_menu_ctrl_shortcut_label=0x7f0c0015; public static final int abc_menu_delete_shortcut_label=0x7f0c0016; public static final int abc_menu_enter_shortcut_label=0x7f0c0017; public static final int abc_menu_function_shortcut_label=0x7f0c0018; public static final int abc_menu_meta_shortcut_label=0x7f0c0019; public static final int abc_menu_shift_shortcut_label=0x7f0c001a; public static final int abc_menu_space_shortcut_label=0x7f0c001b; public static final int abc_menu_sym_shortcut_label=0x7f0c001c; public static final int abc_prepend_shortcut_label=0x7f0c001d; public static final int abc_search_hint=0x7f0c001e; public static final int abc_searchview_description_clear=0x7f0c001f; public static final int abc_searchview_description_query=0x7f0c0020; public static final int abc_searchview_description_search=0x7f0c0021; public static final int abc_searchview_description_submit=0x7f0c0022; public static final int abc_searchview_description_voice=0x7f0c0023; public static final int abc_shareactionprovider_share_with=0x7f0c0024; public static final int abc_shareactionprovider_share_with_application=0x7f0c0025; public static final int abc_toolbar_collapse_description=0x7f0c0026; public static final int alert_description=0x7f0c0027; public static final int app_name=0x7f0c0028; public static final int catalyst_change_bundle_location=0x7f0c0029; public static final int catalyst_copy_button=0x7f0c002a; public static final int catalyst_debug=0x7f0c002b; public static final int catalyst_debug_chrome=0x7f0c002c; public static final int catalyst_debug_chrome_stop=0x7f0c002d; public static final int catalyst_debug_connecting=0x7f0c002e; public static final int catalyst_debug_error=0x7f0c002f; public static final int catalyst_debug_nuclide=0x7f0c0030; public static final int catalyst_debug_nuclide_error=0x7f0c0031; public static final int catalyst_debug_stop=0x7f0c0032; public static final int catalyst_dismiss_button=0x7f0c0033; public static final int catalyst_heap_capture=0x7f0c0034; public static final int catalyst_hot_reloading=0x7f0c0035; public static final int catalyst_hot_reloading_auto_disable=0x7f0c0036; public static final int catalyst_hot_reloading_auto_enable=0x7f0c0037; public static final int catalyst_hot_reloading_stop=0x7f0c0038; public static final int catalyst_inspector=0x7f0c0039; public static final int catalyst_loading_from_url=0x7f0c003a; public static final int catalyst_perf_monitor=0x7f0c003b; public static final int catalyst_perf_monitor_stop=0x7f0c003c; public static final int catalyst_reload=0x7f0c003d; public static final int catalyst_reload_button=0x7f0c003e; public static final int catalyst_reload_error=0x7f0c003f; public static final int catalyst_report_button=0x7f0c0040; public static final int catalyst_sample_profiler_disable=0x7f0c0041; public static final int catalyst_sample_profiler_enable=0x7f0c0042; public static final int catalyst_settings=0x7f0c0043; public static final int catalyst_settings_title=0x7f0c0044; public static final int combobox_description=0x7f0c0045; public static final int common_google_play_services_enable_button=0x7f0c0046; public static final int common_google_play_services_enable_text=0x7f0c0047; public static final int common_google_play_services_enable_title=0x7f0c0048; public static final int common_google_play_services_install_button=0x7f0c0049; public static final int common_google_play_services_install_text=0x7f0c004a; public static final int common_google_play_services_install_title=0x7f0c004b; public static final int common_google_play_services_notification_channel_name=0x7f0c004c; public static final int common_google_play_services_notification_ticker=0x7f0c004d; public static final int common_google_play_services_unknown_issue=0x7f0c004e; public static final int common_google_play_services_unsupported_text=0x7f0c004f; public static final int common_google_play_services_update_button=0x7f0c0050; public static final int common_google_play_services_update_text=0x7f0c0051; public static final int common_google_play_services_update_title=0x7f0c0052; public static final int common_google_play_services_updating_text=0x7f0c0053; public static final int common_google_play_services_wear_update_text=0x7f0c0054; public static final int common_open_on_phone=0x7f0c0055; public static final int common_signin_button_text=0x7f0c0056; public static final int common_signin_button_text_long=0x7f0c0057; public static final int copy_toast_msg=0x7f0c0058; public static final int crop_image_activity_no_permissions=0x7f0c0059; public static final int crop_image_activity_title=0x7f0c005a; public static final int crop_image_menu_crop=0x7f0c005b; public static final int crop_image_menu_flip=0x7f0c005c; public static final int crop_image_menu_flip_horizontally=0x7f0c005d; public static final int crop_image_menu_flip_vertically=0x7f0c005e; public static final int crop_image_menu_rotate_left=0x7f0c005f; public static final int crop_image_menu_rotate_right=0x7f0c0060; public static final int default_web_client_id=0x7f0c0061; public static final int fallback_menu_item_copy_link=0x7f0c0062; public static final int fallback_menu_item_open_in_browser=0x7f0c0063; public static final int fallback_menu_item_share_link=0x7f0c0064; public static final int firebase_database_url=0x7f0c0065; public static final int gcm_defaultSenderId=0x7f0c0066; public static final int google_api_key=0x7f0c0067; public static final int google_app_id=0x7f0c0068; public static final int google_crash_reporting_api_key=0x7f0c0069; public static final int google_storage_bucket=0x7f0c006a; public static final int header_description=0x7f0c006b; public static final int image_description=0x7f0c006c; public static final int imagebutton_description=0x7f0c006d; public static final int link_description=0x7f0c006e; public static final int menu_description=0x7f0c006f; public static final int menubar_description=0x7f0c0070; public static final int menuitem_description=0x7f0c0071; public static final int pick_image_intent_chooser_title=0x7f0c0072; public static final int progressbar_description=0x7f0c0073; public static final int project_id=0x7f0c0074; public static final int radiogroup_description=0x7f0c0075; public static final int rn_tab_description=0x7f0c0076; public static final int scrollbar_description=0x7f0c0077; public static final int search_description=0x7f0c0078; public static final int search_menu_title=0x7f0c0079; public static final int spinbutton_description=0x7f0c007a; public static final int state_busy_description=0x7f0c007b; public static final int state_collapsed_description=0x7f0c007c; public static final int state_expanded_description=0x7f0c007d; public static final int state_mixed_description=0x7f0c007e; public static final int state_off_description=0x7f0c007f; public static final int state_on_description=0x7f0c0080; public static final int status_bar_notification_info_overflow=0x7f0c0081; public static final int summary_description=0x7f0c0082; public static final int tablist_description=0x7f0c0083; public static final int timer_description=0x7f0c0084; public static final int toolbar_description=0x7f0c0085; } public static final class style { public static final int AlertDialog_AppCompat=0x7f0d0000; public static final int AlertDialog_AppCompat_Light=0x7f0d0001; public static final int Animation_AppCompat_Dialog=0x7f0d0002; public static final int Animation_AppCompat_DropDownUp=0x7f0d0003; public static final int Animation_AppCompat_Tooltip=0x7f0d0004; public static final int Animation_Catalyst_RedBox=0x7f0d0005; public static final int AppTheme=0x7f0d0006; public static final int Base_AlertDialog_AppCompat=0x7f0d0007; public static final int Base_AlertDialog_AppCompat_Light=0x7f0d0008; public static final int Base_Animation_AppCompat_Dialog=0x7f0d0009; public static final int Base_Animation_AppCompat_DropDownUp=0x7f0d000a; public static final int Base_Animation_AppCompat_Tooltip=0x7f0d000b; public static final int Base_DialogWindowTitle_AppCompat=0x7f0d000c; public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0d000d; public static final int Base_TextAppearance_AppCompat=0x7f0d000e; public static final int Base_TextAppearance_AppCompat_Body1=0x7f0d000f; public static final int Base_TextAppearance_AppCompat_Body2=0x7f0d0010; public static final int Base_TextAppearance_AppCompat_Button=0x7f0d0011; public static final int Base_TextAppearance_AppCompat_Caption=0x7f0d0012; public static final int Base_TextAppearance_AppCompat_Display1=0x7f0d0013; public static final int Base_TextAppearance_AppCompat_Display2=0x7f0d0014; public static final int Base_TextAppearance_AppCompat_Display3=0x7f0d0015; public static final int Base_TextAppearance_AppCompat_Display4=0x7f0d0016; public static final int Base_TextAppearance_AppCompat_Headline=0x7f0d0017; public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0d0018; public static final int Base_TextAppearance_AppCompat_Large=0x7f0d0019; public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0d001a; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d001b; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d001c; public static final int Base_TextAppearance_AppCompat_Medium=0x7f0d001d; public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0d001e; public static final int Base_TextAppearance_AppCompat_Menu=0x7f0d001f; public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0d0020; public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d0021; public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0d0022; public static final int Base_TextAppearance_AppCompat_Small=0x7f0d0023; public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0d0024; public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0d0025; public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0d0026; public static final int Base_TextAppearance_AppCompat_Title=0x7f0d0027; public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0d0028; public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0d0029; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d002a; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d002b; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d002c; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d002d; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d002e; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d002f; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d0030; public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0d0031; public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d0032; public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d0033; public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d0034; public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d0035; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d0036; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d0037; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d0038; public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0d0039; public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d003a; public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d003b; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d003c; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d003d; public static final int Base_Theme_AppCompat=0x7f0d003e; public static final int Base_Theme_AppCompat_CompactMenu=0x7f0d003f; public static final int Base_Theme_AppCompat_Dialog=0x7f0d0040; public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0d0041; public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0d0042; public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0d0043; public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0d0044; public static final int Base_Theme_AppCompat_Light=0x7f0d0045; public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0d0046; public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0d0047; public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0d0048; public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0d0049; public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d004a; public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0d004b; public static final int Base_ThemeOverlay_AppCompat=0x7f0d004c; public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0d004d; public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0d004e; public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d004f; public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0d0050; public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0051; public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0d0052; public static final int Base_V21_Theme_AppCompat=0x7f0d0053; public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0d0054; public static final int Base_V21_Theme_AppCompat_Light=0x7f0d0055; public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0d0056; public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0d0057; public static final int Base_V22_Theme_AppCompat=0x7f0d0058; public static final int Base_V22_Theme_AppCompat_Light=0x7f0d0059; public static final int Base_V23_Theme_AppCompat=0x7f0d005a; public static final int Base_V23_Theme_AppCompat_Light=0x7f0d005b; public static final int Base_V26_Theme_AppCompat=0x7f0d005c; public static final int Base_V26_Theme_AppCompat_Light=0x7f0d005d; public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0d005e; public static final int Base_V28_Theme_AppCompat=0x7f0d005f; public static final int Base_V28_Theme_AppCompat_Light=0x7f0d0060; public static final int Base_V7_Theme_AppCompat=0x7f0d0061; public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0d0062; public static final int Base_V7_Theme_AppCompat_Light=0x7f0d0063; public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0d0064; public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0d0065; public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0d0066; public static final int Base_V7_Widget_AppCompat_EditText=0x7f0d0067; public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0d0068; public static final int Base_Widget_AppCompat_ActionBar=0x7f0d0069; public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0d006a; public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0d006b; public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0d006c; public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0d006d; public static final int Base_Widget_AppCompat_ActionButton=0x7f0d006e; public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0d006f; public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0d0070; public static final int Base_Widget_AppCompat_ActionMode=0x7f0d0071; public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0d0072; public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0d0073; public static final int Base_Widget_AppCompat_Button=0x7f0d0074; public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0d0075; public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0d0076; public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0077; public static final int Base_Widget_AppCompat_Button_Colored=0x7f0d0078; public static final int Base_Widget_AppCompat_Button_Small=0x7f0d0079; public static final int Base_Widget_AppCompat_ButtonBar=0x7f0d007a; public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d007b; public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0d007c; public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0d007d; public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0d007e; public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0d007f; public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0d0080; public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0d0081; public static final int Base_Widget_AppCompat_EditText=0x7f0d0082; public static final int Base_Widget_AppCompat_ImageButton=0x7f0d0083; public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0d0084; public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0d0085; public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d0086; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0087; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0088; public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0d0089; public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0d008a; public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d008b; public static final int Base_Widget_AppCompat_ListMenuView=0x7f0d008c; public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0d008d; public static final int Base_Widget_AppCompat_ListView=0x7f0d008e; public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0d008f; public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0d0090; public static final int Base_Widget_AppCompat_PopupMenu=0x7f0d0091; public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0d0092; public static final int Base_Widget_AppCompat_PopupWindow=0x7f0d0093; public static final int Base_Widget_AppCompat_ProgressBar=0x7f0d0094; public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0d0095; public static final int Base_Widget_AppCompat_RatingBar=0x7f0d0096; public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0d0097; public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0d0098; public static final int Base_Widget_AppCompat_SearchView=0x7f0d0099; public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0d009a; public static final int Base_Widget_AppCompat_SeekBar=0x7f0d009b; public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0d009c; public static final int Base_Widget_AppCompat_Spinner=0x7f0d009d; public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0d009e; public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0d009f; public static final int Base_Widget_AppCompat_Toolbar=0x7f0d00a0; public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d00a1; public static final int CalendarDatePickerDialog=0x7f0d00a2; public static final int CalendarDatePickerStyle=0x7f0d00a3; public static final int ClockTimePickerDialog=0x7f0d00a4; public static final int ClockTimePickerStyle=0x7f0d00a5; public static final int DefaultExplainingPermissionsTheme=0x7f0d00a6; public static final int DialogAnimationFade=0x7f0d00a7; public static final int DialogAnimationSlide=0x7f0d00a8; public static final int Platform_AppCompat=0x7f0d00a9; public static final int Platform_AppCompat_Light=0x7f0d00aa; public static final int Platform_ThemeOverlay_AppCompat=0x7f0d00ab; public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0d00ac; public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0d00ad; public static final int Platform_V21_AppCompat=0x7f0d00ae; public static final int Platform_V21_AppCompat_Light=0x7f0d00af; public static final int Platform_V25_AppCompat=0x7f0d00b0; public static final int Platform_V25_AppCompat_Light=0x7f0d00b1; public static final int Platform_Widget_AppCompat_Spinner=0x7f0d00b2; public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0d00b3; public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0d00b4; public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0d00b5; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0d00b6; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0d00b7; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut=0x7f0d00b8; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow=0x7f0d00b9; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0d00ba; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title=0x7f0d00bb; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0d00bc; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0d00bd; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0d00be; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0d00bf; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0d00c0; public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0d00c1; public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0d00c2; public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0d00c3; public static final int SpinnerDatePickerDialog=0x7f0d00c4; public static final int SpinnerDatePickerStyle=0x7f0d00c5; public static final int SpinnerTimePickerDialog=0x7f0d00c6; public static final int SpinnerTimePickerStyle=0x7f0d00c7; public static final int TextAppearance_AppCompat=0x7f0d00c8; public static final int TextAppearance_AppCompat_Body1=0x7f0d00c9; public static final int TextAppearance_AppCompat_Body2=0x7f0d00ca; public static final int TextAppearance_AppCompat_Button=0x7f0d00cb; public static final int TextAppearance_AppCompat_Caption=0x7f0d00cc; public static final int TextAppearance_AppCompat_Display1=0x7f0d00cd; public static final int TextAppearance_AppCompat_Display2=0x7f0d00ce; public static final int TextAppearance_AppCompat_Display3=0x7f0d00cf; public static final int TextAppearance_AppCompat_Display4=0x7f0d00d0; public static final int TextAppearance_AppCompat_Headline=0x7f0d00d1; public static final int TextAppearance_AppCompat_Inverse=0x7f0d00d2; public static final int TextAppearance_AppCompat_Large=0x7f0d00d3; public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0d00d4; public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0d00d5; public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0d00d6; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0d00d7; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0d00d8; public static final int TextAppearance_AppCompat_Medium=0x7f0d00d9; public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0d00da; public static final int TextAppearance_AppCompat_Menu=0x7f0d00db; public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0d00dc; public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0d00dd; public static final int TextAppearance_AppCompat_Small=0x7f0d00de; public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0d00df; public static final int TextAppearance_AppCompat_Subhead=0x7f0d00e0; public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0d00e1; public static final int TextAppearance_AppCompat_Title=0x7f0d00e2; public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0d00e3; public static final int TextAppearance_AppCompat_Tooltip=0x7f0d00e4; public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0d00e5; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0d00e6; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0d00e7; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0d00e8; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0d00e9; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0d00ea; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0d00eb; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0d00ec; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0d00ed; public static final int TextAppearance_AppCompat_Widget_Button=0x7f0d00ee; public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0d00ef; public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0d00f0; public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0d00f1; public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0d00f2; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0d00f3; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0d00f4; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0d00f5; public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0d00f6; public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0d00f7; public static final int TextAppearance_Compat_Notification=0x7f0d00f8; public static final int TextAppearance_Compat_Notification_Info=0x7f0d00f9; public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0d00fa; public static final int TextAppearance_Compat_Notification_Line2=0x7f0d00fb; public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0d00fc; public static final int TextAppearance_Compat_Notification_Media=0x7f0d00fd; public static final int TextAppearance_Compat_Notification_Time=0x7f0d00fe; public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0d00ff; public static final int TextAppearance_Compat_Notification_Title=0x7f0d0100; public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0d0101; public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0d0102; public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0d0103; public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0d0104; public static final int Theme=0x7f0d0105; public static final int Theme_AppCompat=0x7f0d0106; public static final int Theme_AppCompat_CompactMenu=0x7f0d0107; public static final int Theme_AppCompat_DayNight=0x7f0d0108; public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0d0109; public static final int Theme_AppCompat_DayNight_Dialog=0x7f0d010a; public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0d010b; public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0d010c; public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0d010d; public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0d010e; public static final int Theme_AppCompat_Dialog=0x7f0d010f; public static final int Theme_AppCompat_Dialog_Alert=0x7f0d0110; public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0d0111; public static final int Theme_AppCompat_DialogWhenLarge=0x7f0d0112; public static final int Theme_AppCompat_Light=0x7f0d0113; public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0d0114; public static final int Theme_AppCompat_Light_Dialog=0x7f0d0115; public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0d0116; public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0d0117; public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0d0118; public static final int Theme_AppCompat_Light_NoActionBar=0x7f0d0119; public static final int Theme_AppCompat_NoActionBar=0x7f0d011a; public static final int Theme_Catalyst=0x7f0d011b; public static final int Theme_Catalyst_RedBox=0x7f0d011c; public static final int Theme_FullScreenDialog=0x7f0d011d; public static final int Theme_FullScreenDialogAnimatedFade=0x7f0d011e; public static final int Theme_FullScreenDialogAnimatedSlide=0x7f0d011f; public static final int Theme_ReactNative_AppCompat_Light=0x7f0d0120; public static final int Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen=0x7f0d0121; public static final int ThemeOverlay_AppCompat=0x7f0d0122; public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0d0123; public static final int ThemeOverlay_AppCompat_Dark=0x7f0d0124; public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0d0125; public static final int ThemeOverlay_AppCompat_Dialog=0x7f0d0126; public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0d0127; public static final int ThemeOverlay_AppCompat_Light=0x7f0d0128; public static final int Widget_AppCompat_ActionBar=0x7f0d0129; public static final int Widget_AppCompat_ActionBar_Solid=0x7f0d012a; public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0d012b; public static final int Widget_AppCompat_ActionBar_TabText=0x7f0d012c; public static final int Widget_AppCompat_ActionBar_TabView=0x7f0d012d; public static final int Widget_AppCompat_ActionButton=0x7f0d012e; public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0d012f; public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0d0130; public static final int Widget_AppCompat_ActionMode=0x7f0d0131; public static final int Widget_AppCompat_ActivityChooserView=0x7f0d0132; public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0d0133; public static final int Widget_AppCompat_Button=0x7f0d0134; public static final int Widget_AppCompat_Button_Borderless=0x7f0d0135; public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0d0136; public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0d0137; public static final int Widget_AppCompat_Button_Colored=0x7f0d0138; public static final int Widget_AppCompat_Button_Small=0x7f0d0139; public static final int Widget_AppCompat_ButtonBar=0x7f0d013a; public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0d013b; public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0d013c; public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0d013d; public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0d013e; public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0d013f; public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0d0140; public static final int Widget_AppCompat_EditText=0x7f0d0141; public static final int Widget_AppCompat_ImageButton=0x7f0d0142; public static final int Widget_AppCompat_Light_ActionBar=0x7f0d0143; public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0d0144; public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0d0145; public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0d0146; public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0d0147; public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0d0148; public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0d0149; public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0d014a; public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0d014b; public static final int Widget_AppCompat_Light_ActionButton=0x7f0d014c; public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0d014d; public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0d014e; public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0d014f; public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0d0150; public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0d0151; public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0d0152; public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0d0153; public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0d0154; public static final int Widget_AppCompat_Light_PopupMenu=0x7f0d0155; public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0d0156; public static final int Widget_AppCompat_Light_SearchView=0x7f0d0157; public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0d0158; public static final int Widget_AppCompat_ListMenuView=0x7f0d0159; public static final int Widget_AppCompat_ListPopupWindow=0x7f0d015a; public static final int Widget_AppCompat_ListView=0x7f0d015b; public static final int Widget_AppCompat_ListView_DropDown=0x7f0d015c; public static final int Widget_AppCompat_ListView_Menu=0x7f0d015d; public static final int Widget_AppCompat_PopupMenu=0x7f0d015e; public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0d015f; public static final int Widget_AppCompat_PopupWindow=0x7f0d0160; public static final int Widget_AppCompat_ProgressBar=0x7f0d0161; public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0d0162; public static final int Widget_AppCompat_RatingBar=0x7f0d0163; public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0d0164; public static final int Widget_AppCompat_RatingBar_Small=0x7f0d0165; public static final int Widget_AppCompat_SearchView=0x7f0d0166; public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0d0167; public static final int Widget_AppCompat_SeekBar=0x7f0d0168; public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0d0169; public static final int Widget_AppCompat_Spinner=0x7f0d016a; public static final int Widget_AppCompat_Spinner_DropDown=0x7f0d016b; public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0d016c; public static final int Widget_AppCompat_Spinner_Underlined=0x7f0d016d; public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0d016e; public static final int Widget_AppCompat_Toolbar=0x7f0d016f; public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0d0170; public static final int Widget_Compat_NotificationActionContainer=0x7f0d0171; public static final int Widget_Compat_NotificationActionText=0x7f0d0172; public static final int Widget_Support_CoordinatorLayout=0x7f0d0173; public static final int redboxButton=0x7f0d0174; } 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.spoterator:background}</code></td><td>Specifies a background drawable for the action bar.</td></tr> * <tr><td><code>{@link #ActionBar_backgroundSplit com.spoterator: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.spoterator: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.spoterator:contentInsetEnd}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #ActionBar_contentInsetEndWithActions com.spoterator: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.spoterator:contentInsetLeft}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #ActionBar_contentInsetRight com.spoterator:contentInsetRight}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #ActionBar_contentInsetStart com.spoterator:contentInsetStart}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #ActionBar_contentInsetStartWithNavigation com.spoterator: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.spoterator:customNavigationLayout}</code></td><td>Specifies a layout for custom navigation.</td></tr> * <tr><td><code>{@link #ActionBar_displayOptions com.spoterator:displayOptions}</code></td><td>Options affecting how the action bar is displayed.</td></tr> * <tr><td><code>{@link #ActionBar_divider com.spoterator:divider}</code></td><td>Specifies the drawable used for item dividers.</td></tr> * <tr><td><code>{@link #ActionBar_elevation com.spoterator:elevation}</code></td><td>Elevation for the action bar itself</td></tr> * <tr><td><code>{@link #ActionBar_height com.spoterator:height}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_hideOnContentScroll com.spoterator: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.spoterator:homeAsUpIndicator}</code></td><td>Specifies a drawable to use for the 'home as up' indicator.</td></tr> * <tr><td><code>{@link #ActionBar_homeLayout com.spoterator: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.spoterator:icon}</code></td><td>Specifies the drawable used for the application icon.</td></tr> * <tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.spoterator:indeterminateProgressStyle}</code></td><td>Specifies a style resource to use for an indeterminate progress spinner.</td></tr> * <tr><td><code>{@link #ActionBar_itemPadding com.spoterator: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.spoterator:logo}</code></td><td>Specifies the drawable used for the application logo.</td></tr> * <tr><td><code>{@link #ActionBar_navigationMode com.spoterator:navigationMode}</code></td><td>The type of navigation to use.</td></tr> * <tr><td><code>{@link #ActionBar_popupTheme com.spoterator: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.spoterator: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.spoterator:progressBarStyle}</code></td><td>Specifies a style resource to use for an embedded progress bar.</td></tr> * <tr><td><code>{@link #ActionBar_subtitle com.spoterator:subtitle}</code></td><td>Specifies subtitle text used for navigationMode="normal"</td></tr> * <tr><td><code>{@link #ActionBar_subtitleTextStyle com.spoterator:subtitleTextStyle}</code></td><td>Specifies a style to use for subtitle text.</td></tr> * <tr><td><code>{@link #ActionBar_title com.spoterator:title}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_titleTextStyle com.spoterator: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={ 0x7f020034, 0x7f020036, 0x7f020037, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020063, 0x7f020086, 0x7f02008b, 0x7f02008c, 0x7f020097, 0x7f0200aa, 0x7f0200ab, 0x7f0200ac, 0x7f0200ad, 0x7f0200ae, 0x7f0200b5, 0x7f0200b8, 0x7f0200ce, 0x7f0200d5, 0x7f0200e3, 0x7f0200ea, 0x7f0200eb, 0x7f020117, 0x7f02011a, 0x7f020135, 0x7f02013e }; /** * <p> * @attr description * Specifies a background drawable for 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:background */ public static final int ActionBar_background=0; /** * <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 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.spoterator:backgroundSplit */ public static final int ActionBar_backgroundSplit=1; /** * <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 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.spoterator:backgroundStacked */ public static final int ActionBar_backgroundStacked=2; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetEnd */ public static final int ActionBar_contentInsetEnd=3; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetEndWithActions */ public static final int ActionBar_contentInsetEndWithActions=4; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetLeft */ public static final int ActionBar_contentInsetLeft=5; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetRight */ public static final int ActionBar_contentInsetRight=6; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetStart */ public static final int ActionBar_contentInsetStart=7; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetStartWithNavigation */ public static final int ActionBar_contentInsetStartWithNavigation=8; /** * <p> * @attr description * Specifies a layout for custom navigation. Overrides navigationMode. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:customNavigationLayout */ public static final int ActionBar_customNavigationLayout=9; /** * <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>disableHome</td><td>20</td><td></td></tr> * <tr><td>homeAsUp</td><td>4</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * <tr><td>showCustom</td><td>10</td><td></td></tr> * <tr><td>showHome</td><td>2</td><td></td></tr> * <tr><td>showTitle</td><td>8</td><td></td></tr> * <tr><td>useLogo</td><td>1</td><td></td></tr> * </table> * * @attr name com.spoterator:displayOptions */ public static final int ActionBar_displayOptions=10; /** * <p> * @attr description * Specifies the drawable used for item dividers. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:divider */ public static final int ActionBar_divider=11; /** * <p> * @attr description * Elevation for the action bar itself * * <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), and * mm (millimeters). * * @attr name com.spoterator:elevation */ public static final int ActionBar_elevation=12; /** * <p> * @attr description * Specifies a fixed height. * * <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), and * mm (millimeters). * * @attr name com.spoterator:height */ public static final int ActionBar_height=13; /** * <p> * @attr description * Set true to hide the action bar on a vertical nested scroll of content. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:hideOnContentScroll */ public static final int ActionBar_hideOnContentScroll=14; /** * <p> * @attr description * Up navigation glyph * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:homeAsUpIndicator */ public static final int ActionBar_homeAsUpIndicator=15; /** * <p> * @attr description * Specifies a layout to use for the "home" section 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:homeLayout */ public static final int ActionBar_homeLayout=16; /** * <p> * @attr description * Specifies the drawable used for the application icon. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:icon */ public static final int ActionBar_icon=17; /** * <p> * @attr description * Specifies a style resource to use for an indeterminate progress spinner. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:indeterminateProgressStyle */ public static final int ActionBar_indeterminateProgressStyle=18; /** * <p> * @attr description * Specifies padding that should be applied to the left and right sides of * system-provided items in the bar. * * <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), and * mm (millimeters). * * @attr name com.spoterator:itemPadding */ public static final int ActionBar_itemPadding=19; /** * <p> * @attr description * Specifies the drawable used for the application logo. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:logo */ public static final int ActionBar_logo=20; /** * <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>listMode</td><td>1</td><td>The action bar will use a selection list for navigation.</td></tr> * <tr><td>normal</td><td>0</td><td>Normal static title text</td></tr> * <tr><td>tabMode</td><td>2</td><td>The action bar will use a series of horizontal tabs for navigation.</td></tr> * </table> * * @attr name com.spoterator:navigationMode */ public static final int ActionBar_navigationMode=21; /** * <p> * @attr description * Reference to a theme that should be used to inflate popups * shown by widgets in 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:popupTheme */ public static final int ActionBar_popupTheme=22; /** * <p> * @attr description * Specifies the horizontal padding on either end for an embedded progress bar. * * <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), and * mm (millimeters). * * @attr name com.spoterator:progressBarPadding */ public static final int ActionBar_progressBarPadding=23; /** * <p> * @attr description * Specifies a style resource to use for an embedded progress bar. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:progressBarStyle */ public static final int ActionBar_progressBarStyle=24; /** * <p> * @attr description * Specifies subtitle text used for navigationMode="normal" * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:subtitle */ public static final int ActionBar_subtitle=25; /** * <p> * @attr description * Specifies a style to use for subtitle text. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:subtitleTextStyle */ public static final int ActionBar_subtitleTextStyle=26; /** * <p> * @attr description * Specifies title text used for navigationMode="normal" * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:title */ public static final int ActionBar_title=27; /** * <p> * @attr description * Specifies a style to use for title text. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:titleTextStyle */ public static final int ActionBar_titleTextStyle=28; /** * 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. * * <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>bottom</td><td>50</td><td></td></tr> * <tr><td>center</td><td>11</td><td></td></tr> * <tr><td>center_horizontal</td><td>1</td><td></td></tr> * <tr><td>center_vertical</td><td>10</td><td></td></tr> * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> * <tr><td>clip_vertical</td><td>80</td><td></td></tr> * <tr><td>end</td><td>800005</td><td></td></tr> * <tr><td>fill</td><td>77</td><td></td></tr> * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> * <tr><td>fill_vertical</td><td>70</td><td></td></tr> * <tr><td>left</td><td>3</td><td></td></tr> * <tr><td>right</td><td>5</td><td></td></tr> * <tr><td>start</td><td>800003</td><td></td></tr> * <tr><td>top</td><td>30</td><td></td></tr> * </table> * * @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. * * <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), and * mm (millimeters). * * @attr name android:minWidth */ public static final int ActionMenuItemView_android_minWidth=0; 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.spoterator:background}</code></td><td>Specifies a background drawable for the action bar.</td></tr> * <tr><td><code>{@link #ActionMode_backgroundSplit com.spoterator:backgroundSplit}</code></td><td>Specifies a background drawable for the bottom component of a split action bar.</td></tr> * <tr><td><code>{@link #ActionMode_closeItemLayout com.spoterator: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.spoterator:height}</code></td><td></td></tr> * <tr><td><code>{@link #ActionMode_subtitleTextStyle com.spoterator:subtitleTextStyle}</code></td><td>Specifies a style to use for subtitle text.</td></tr> * <tr><td><code>{@link #ActionMode_titleTextStyle com.spoterator: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={ 0x7f020034, 0x7f020036, 0x7f02004d, 0x7f0200aa, 0x7f02011a, 0x7f02013e }; /** * <p> * @attr description * Specifies a background for the 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:background */ public static final int ActionMode_background=0; /** * <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 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.spoterator:backgroundSplit */ public static final int ActionMode_backgroundSplit=1; /** * <p> * @attr description * Specifies a layout to use for the "close" item at the starting edge. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:closeItemLayout */ public static final int ActionMode_closeItemLayout=2; /** * <p> * @attr description * Specifies a fixed height for the action mode bar. * * <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), and * mm (millimeters). * * @attr name com.spoterator:height */ public static final int ActionMode_height=3; /** * <p> * @attr description * Specifies a style to use for subtitle text. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:subtitleTextStyle */ public static final int ActionMode_subtitleTextStyle=4; /** * <p> * @attr description * Specifies a style to use for title text. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:titleTextStyle */ public static final int ActionMode_titleTextStyle=5; /** * 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.spoterator: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.spoterator: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={ 0x7f020098, 0x7f0200b6 }; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:expandActivityOverflowButtonDrawable */ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; /** * <p> * @attr description * The maximal number of items initially shown in the activity list. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:initialActivityCount */ public static final int ActivityChooserView_initialActivityCount=1; /** * 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.spoterator:buttonIconDimen}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_buttonPanelSideLayout com.spoterator:buttonPanelSideLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_listItemLayout com.spoterator:listItemLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_listLayout com.spoterator:listLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_multiChoiceItemLayout com.spoterator:multiChoiceItemLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_showTitle com.spoterator:showTitle}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_singleChoiceItemLayout com.spoterator: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, 0x7f020042, 0x7f020043, 0x7f0200c5, 0x7f0200c6, 0x7f0200d2, 0x7f02010c, 0x7f02010d }; /** * <p>This symbol is the offset where the {@link android.R.attr#layout} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:layout */ public static final int AlertDialog_android_layout=0; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#buttonIconDimen} * attribute's value can be found in the {@link #AlertDialog} 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), and * mm (millimeters). * * @attr name com.spoterator:buttonIconDimen */ public static final int AlertDialog_buttonIconDimen=1; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#buttonPanelSideLayout} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonPanelSideLayout */ public static final int AlertDialog_buttonPanelSideLayout=2; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#listItemLayout} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:listItemLayout */ public static final int AlertDialog_listItemLayout=3; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#listLayout} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:listLayout */ public static final int AlertDialog_listLayout=4; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#multiChoiceItemLayout} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:multiChoiceItemLayout */ public static final int AlertDialog_multiChoiceItemLayout=5; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#showTitle} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:showTitle */ public static final int AlertDialog_showTitle=6; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#singleChoiceItemLayout} * attribute's value can be found in the {@link #AlertDialog} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:singleChoiceItemLayout */ public static final int AlertDialog_singleChoiceItemLayout=7; /** * Attributes that can be used with a AnimatedStateListDrawableCompat. * <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_dither android:dither}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_visible android:visible}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_variablePadding android:variablePadding}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_constantSize android:constantSize}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_enterFadeDuration android:enterFadeDuration}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableCompat_android_exitFadeDuration android:exitFadeDuration}</code></td><td></td></tr> * </table> * @see #AnimatedStateListDrawableCompat_android_dither * @see #AnimatedStateListDrawableCompat_android_visible * @see #AnimatedStateListDrawableCompat_android_variablePadding * @see #AnimatedStateListDrawableCompat_android_constantSize * @see #AnimatedStateListDrawableCompat_android_enterFadeDuration * @see #AnimatedStateListDrawableCompat_android_exitFadeDuration */ public static final int[] AnimatedStateListDrawableCompat={ 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:dither */ public static final int AnimatedStateListDrawableCompat_android_dither=0; /** * <p> * @attr description * Indicates whether the drawable should be initially visible. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:visible */ public static final int AnimatedStateListDrawableCompat_android_visible=1; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:variablePadding */ public static final int AnimatedStateListDrawableCompat_android_variablePadding=2; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:constantSize */ public static final int AnimatedStateListDrawableCompat_android_constantSize=3; /** * <p> * @attr description * Amount of time (in milliseconds) to fade in a new state drawable. * * <p>May be an integer value, such as "<code>100</code>". * * @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>May be an integer value, such as "<code>100</code>". * * @attr name android:exitFadeDuration */ public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration=5; /** * 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_id android:id}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableItem_android_drawable android:drawable}</code></td><td></td></tr> * </table> * @see #AnimatedStateListDrawableItem_android_id * @see #AnimatedStateListDrawableItem_android_drawable */ public static final int[] AnimatedStateListDrawableItem={ 0x010100d0, 0x01010199 }; /** * <p> * @attr description * Keyframe identifier for use in specifying transitions. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:id */ public static final int AnimatedStateListDrawableItem_android_id=0; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:drawable */ public static final int AnimatedStateListDrawableItem_android_drawable=1; /** * 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></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_toId android:toId}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_fromId android:fromId}</code></td><td></td></tr> * <tr><td><code>{@link #AnimatedStateListDrawableTransition_android_reversible android:reversible}</code></td><td></td></tr> * </table> * @see #AnimatedStateListDrawableTransition_android_drawable * @see #AnimatedStateListDrawableTransition_android_toId * @see #AnimatedStateListDrawableTransition_android_fromId * @see #AnimatedStateListDrawableTransition_android_reversible */ 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:drawable */ public static final int AnimatedStateListDrawableTransition_android_drawable=0; /** * <p> * @attr description * Keyframe identifier for the ending state. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:toId */ public static final int AnimatedStateListDrawableTransition_android_toId=1; /** * <p> * @attr description * Keyframe identifier for the starting state. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:fromId */ public static final int AnimatedStateListDrawableTransition_android_fromId=2; /** * <p> * @attr description * Whether this transition is reversible. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:reversible */ public static final int AnimatedStateListDrawableTransition_android_reversible=3; /** * 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.spoterator:srcCompat}</code></td><td>Sets a drawable as the content of this ImageView.</td></tr> * <tr><td><code>{@link #AppCompatImageView_tint com.spoterator:tint}</code></td><td>Tint to apply to the image source.</td></tr> * <tr><td><code>{@link #AppCompatImageView_tintMode com.spoterator: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, 0x7f020112, 0x7f020133, 0x7f020134 }; /** * <p>This symbol is the offset where the {@link android.R.attr#src} * attribute's value can be found in the {@link #AppCompatImageView} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:srcCompat */ public static final int AppCompatImageView_srcCompat=1; /** * <p> * @attr description * Tint to apply to the image source. * * <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.spoterator: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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator: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.spoterator:tickMark}</code></td><td>Drawable displayed at each progress position on a seekbar.</td></tr> * <tr><td><code>{@link #AppCompatSeekBar_tickMarkTint com.spoterator:tickMarkTint}</code></td><td>Tint to apply to the tick mark drawable.</td></tr> * <tr><td><code>{@link #AppCompatSeekBar_tickMarkTintMode com.spoterator: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, 0x7f020130, 0x7f020131, 0x7f020132 }; /** * <p>This symbol is the offset where the {@link android.R.attr#thumb} * attribute's value can be found in the {@link #AppCompatSeekBar} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:tickMark */ public static final int AppCompatSeekBar_tickMark=1; /** * <p> * @attr description * Tint to apply to the tick mark drawable. * * <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.spoterator: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>add</td><td>10</td><td>Combines the tint and drawable color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator: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_textAppearance android:textAppearance}</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_drawableBottom android:drawableBottom}</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_drawableEnd android:drawableEnd}</code></td><td></td></tr> * </table> * @see #AppCompatTextHelper_android_textAppearance * @see #AppCompatTextHelper_android_drawableTop * @see #AppCompatTextHelper_android_drawableBottom * @see #AppCompatTextHelper_android_drawableLeft * @see #AppCompatTextHelper_android_drawableRight * @see #AppCompatTextHelper_android_drawableStart * @see #AppCompatTextHelper_android_drawableEnd */ public static final int[] AppCompatTextHelper={ 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 }; /** * <p>This symbol is the offset where the {@link android.R.attr#textAppearance} * attribute's value can be found in the {@link #AppCompatTextHelper} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:textAppearance */ public static final int AppCompatTextHelper_android_textAppearance=0; /** * <p>This symbol is the offset where the {@link android.R.attr#drawableTop} * attribute's value can be found in the {@link #AppCompatTextHelper} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:drawableTop */ public static final int AppCompatTextHelper_android_drawableTop=1; /** * <p>This symbol is the offset where the {@link android.R.attr#drawableBottom} * attribute's value can be found in the {@link #AppCompatTextHelper} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:drawableBottom */ public static final int AppCompatTextHelper_android_drawableBottom=2; /** * <p>This symbol is the offset where the {@link android.R.attr#drawableLeft} * attribute's value can be found in the {@link #AppCompatTextHelper} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:drawableStart */ public static final int AppCompatTextHelper_android_drawableStart=5; /** * <p>This symbol is the offset where the {@link android.R.attr#drawableEnd} * attribute's value can be found in the {@link #AppCompatTextHelper} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:drawableEnd */ public static final int AppCompatTextHelper_android_drawableEnd=6; /** * 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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator:autoSizeTextType}</code></td><td>Specify the type of auto-size.</td></tr> * <tr><td><code>{@link #AppCompatTextView_firstBaselineToTopHeight com.spoterator: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.spoterator:fontFamily}</code></td><td>The attribute for the font family.</td></tr> * <tr><td><code>{@link #AppCompatTextView_lastBaselineToBottomHeight com.spoterator: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.spoterator:lineHeight}</code></td><td>Explicit height between lines of text.</td></tr> * <tr><td><code>{@link #AppCompatTextView_textAllCaps com.spoterator: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, 0x7f02002f, 0x7f020030, 0x7f020031, 0x7f020032, 0x7f020033, 0x7f02009c, 0x7f02009e, 0x7f0200ba, 0x7f0200c2, 0x7f020120 }; /** * <p>This symbol is the offset where the {@link android.R.attr#textAppearance} * attribute's value can be found in the {@link #AppCompatTextView} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @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>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), and * mm (millimeters). * * @attr name com.spoterator:autoSizeMaxTextSize */ public static final int AppCompatTextView_autoSizeMaxTextSize=1; /** * <p> * @attr description * The minimum text size constraint to be used when auto-sizing text. * * <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), and * mm (millimeters). * * @attr name com.spoterator:autoSizeMinTextSize */ public static final int AppCompatTextView_autoSizeMinTextSize=2; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:autoSizePresetSizes */ public static final int AppCompatTextView_autoSizePresetSizes=3; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:autoSizeStepGranularity */ public static final int AppCompatTextView_autoSizeStepGranularity=4; /** * <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>none</td><td>0</td><td>No auto-sizing (default).</td></tr> * <tr><td>uniform</td><td>1</td><td>Uniform horizontal and vertical text size scaling to fit within the * container.</td></tr> * </table> * * @attr name com.spoterator:autoSizeTextType */ public static final int AppCompatTextView_autoSizeTextType=5; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:firstBaselineToTopHeight */ public static final int AppCompatTextView_firstBaselineToTopHeight=6; /** * <p> * @attr description * The attribute for the font family. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator: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>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), and * mm (millimeters). * * @attr name com.spoterator:lastBaselineToBottomHeight */ public static final int AppCompatTextView_lastBaselineToBottomHeight=8; /** * <p> * @attr description * Explicit height between lines of text. If set, this will override the values set * for lineSpacingExtra and lineSpacingMultiplier. * * <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), and * mm (millimeters). * * @attr name com.spoterator:lineHeight */ public static final int AppCompatTextView_lineHeight=9; /** * <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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:textAllCaps */ public static final int AppCompatTextView_textAllCaps=10; /** * 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_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarDivider com.spoterator:actionBarDivider}</code></td><td>Custom divider drawable to use for elements in the action bar.</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarItemBackground com.spoterator:actionBarItemBackground}</code></td><td>Custom item state list drawable background for action bar items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarPopupTheme com.spoterator: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.spoterator: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.spoterator:actionBarSplitStyle}</code></td><td>Reference to a style for the split Action Bar.</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarStyle com.spoterator:actionBarStyle}</code></td><td>Reference to a style for the Action Bar</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTabBarStyle com.spoterator:actionBarTabBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTabStyle com.spoterator:actionBarTabStyle}</code></td><td>Default style for tabs within an action bar</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTabTextStyle com.spoterator:actionBarTabTextStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTheme com.spoterator: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.spoterator: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.spoterator:actionButtonStyle}</code></td><td>Default action button style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionDropDownStyle com.spoterator:actionDropDownStyle}</code></td><td>Default ActionBar dropdown style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionMenuTextAppearance com.spoterator: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.spoterator:actionMenuTextColor}</code></td><td>Color for text that appears within action menu items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeBackground com.spoterator:actionModeBackground}</code></td><td>Background drawable to use for action mode UI</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCloseButtonStyle com.spoterator:actionModeCloseButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCloseDrawable com.spoterator:actionModeCloseDrawable}</code></td><td>Drawable to use for the close action mode button</td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCopyDrawable com.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator:actionModeStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeWebSearchDrawable com.spoterator: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.spoterator:actionOverflowButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionOverflowMenuStyle com.spoterator:actionOverflowMenuStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_activityChooserViewStyle com.spoterator:activityChooserViewStyle}</code></td><td>Default ActivityChooserView style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogButtonGroupStyle com.spoterator:alertDialogButtonGroupStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogCenterButtons com.spoterator:alertDialogCenterButtons}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogStyle com.spoterator:alertDialogStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogTheme com.spoterator:alertDialogTheme}</code></td><td>Theme to use for alert dialogs spawned from this theme.</td></tr> * <tr><td><code>{@link #AppCompatTheme_autoCompleteTextViewStyle com.spoterator:autoCompleteTextViewStyle}</code></td><td>Default AutoCompleteTextView style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_borderlessButtonStyle com.spoterator:borderlessButtonStyle}</code></td><td>Style for buttons without an explicit border, often used in groups.</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarButtonStyle com.spoterator:buttonBarButtonStyle}</code></td><td>Style for buttons within button bars</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.spoterator:buttonBarNegativeButtonStyle}</code></td><td>Style for the "negative" buttons within button bars</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.spoterator:buttonBarNeutralButtonStyle}</code></td><td>Style for the "neutral" buttons within button bars</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.spoterator:buttonBarPositiveButtonStyle}</code></td><td>Style for the "positive" buttons within button bars</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarStyle com.spoterator:buttonBarStyle}</code></td><td>Style for button bars</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonStyle com.spoterator:buttonStyle}</code></td><td>Normal Button style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonStyleSmall com.spoterator:buttonStyleSmall}</code></td><td>Small Button style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_checkboxStyle com.spoterator:checkboxStyle}</code></td><td>Default Checkbox style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_checkedTextViewStyle com.spoterator:checkedTextViewStyle}</code></td><td>Default CheckedTextView style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorAccent com.spoterator:colorAccent}</code></td><td>Bright complement to the primary branding color.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorBackgroundFloating com.spoterator:colorBackgroundFloating}</code></td><td>Default color of background imagery for floating components, ex.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorButtonNormal com.spoterator:colorButtonNormal}</code></td><td>The color applied to framework buttons in their normal state.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorControlActivated com.spoterator:colorControlActivated}</code></td><td>The color applied to framework controls in their activated (ex.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorControlHighlight com.spoterator:colorControlHighlight}</code></td><td>The color applied to framework control highlights (ex.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorControlNormal com.spoterator:colorControlNormal}</code></td><td>The color applied to framework controls in their normal state.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorError com.spoterator: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.spoterator:colorPrimary}</code></td><td>The primary branding color for the app.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorPrimaryDark com.spoterator:colorPrimaryDark}</code></td><td>Dark variant of the primary branding color.</td></tr> * <tr><td><code>{@link #AppCompatTheme_colorSwitchThumbNormal com.spoterator:colorSwitchThumbNormal}</code></td><td>The color applied to framework switch thumbs in their normal state.</td></tr> * <tr><td><code>{@link #AppCompatTheme_controlBackground com.spoterator:controlBackground}</code></td><td>The background used by framework controls.</td></tr> * <tr><td><code>{@link #AppCompatTheme_dialogCornerRadius com.spoterator:dialogCornerRadius}</code></td><td>Preferred corner radius of dialogs.</td></tr> * <tr><td><code>{@link #AppCompatTheme_dialogPreferredPadding com.spoterator:dialogPreferredPadding}</code></td><td>Preferred padding for dialog content.</td></tr> * <tr><td><code>{@link #AppCompatTheme_dialogTheme com.spoterator:dialogTheme}</code></td><td>Theme to use for dialogs spawned from this theme.</td></tr> * <tr><td><code>{@link #AppCompatTheme_dividerHorizontal com.spoterator: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.spoterator: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.spoterator:dropDownListViewStyle}</code></td><td>ListPopupWindow compatibility</td></tr> * <tr><td><code>{@link #AppCompatTheme_dropdownListPreferredItemHeight com.spoterator:dropdownListPreferredItemHeight}</code></td><td>The preferred item height for dropdown lists.</td></tr> * <tr><td><code>{@link #AppCompatTheme_editTextBackground com.spoterator:editTextBackground}</code></td><td>EditText background drawable.</td></tr> * <tr><td><code>{@link #AppCompatTheme_editTextColor com.spoterator:editTextColor}</code></td><td>EditText text foreground color.</td></tr> * <tr><td><code>{@link #AppCompatTheme_editTextStyle com.spoterator:editTextStyle}</code></td><td>Default EditText style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_homeAsUpIndicator com.spoterator:homeAsUpIndicator}</code></td><td>Specifies a drawable to use for the 'home as up' indicator.</td></tr> * <tr><td><code>{@link #AppCompatTheme_imageButtonStyle com.spoterator:imageButtonStyle}</code></td><td>ImageButton background drawable.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listChoiceBackgroundIndicator com.spoterator:listChoiceBackgroundIndicator}</code></td><td>Drawable used as a background for selected list items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listDividerAlertDialog com.spoterator:listDividerAlertDialog}</code></td><td>The list divider used in alert dialogs.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listMenuViewStyle com.spoterator:listMenuViewStyle}</code></td><td>Default menu-style ListView style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listPopupWindowStyle com.spoterator:listPopupWindowStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeight com.spoterator:listPreferredItemHeight}</code></td><td>The preferred list item height.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightLarge com.spoterator:listPreferredItemHeightLarge}</code></td><td>A larger, more robust list item height.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightSmall com.spoterator:listPreferredItemHeightSmall}</code></td><td>A smaller, sleeker list item height.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingLeft com.spoterator:listPreferredItemPaddingLeft}</code></td><td>The preferred padding along the left edge of list items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingRight com.spoterator:listPreferredItemPaddingRight}</code></td><td>The preferred padding along the right edge of list items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_panelBackground com.spoterator: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.spoterator:panelMenuListTheme}</code></td><td>Default Panel Menu style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_panelMenuListWidth com.spoterator:panelMenuListWidth}</code></td><td>Default Panel Menu width.</td></tr> * <tr><td><code>{@link #AppCompatTheme_popupMenuStyle com.spoterator:popupMenuStyle}</code></td><td>Default PopupMenu style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_popupWindowStyle com.spoterator:popupWindowStyle}</code></td><td>Default PopupWindow style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_radioButtonStyle com.spoterator:radioButtonStyle}</code></td><td>Default RadioButton style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_ratingBarStyle com.spoterator:ratingBarStyle}</code></td><td>Default RatingBar style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_ratingBarStyleIndicator com.spoterator:ratingBarStyleIndicator}</code></td><td>Indicator RatingBar style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_ratingBarStyleSmall com.spoterator:ratingBarStyleSmall}</code></td><td>Small indicator RatingBar style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_searchViewStyle com.spoterator:searchViewStyle}</code></td><td>Style for the search query widget.</td></tr> * <tr><td><code>{@link #AppCompatTheme_seekBarStyle com.spoterator:seekBarStyle}</code></td><td>Default SeekBar style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_selectableItemBackground com.spoterator: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.spoterator:selectableItemBackgroundBorderless}</code></td><td>Background drawable for borderless standalone items that need focus/pressed states.</td></tr> * <tr><td><code>{@link #AppCompatTheme_spinnerDropDownItemStyle com.spoterator:spinnerDropDownItemStyle}</code></td><td>Default Spinner style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_spinnerStyle com.spoterator:spinnerStyle}</code></td><td>Default Spinner style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_switchStyle com.spoterator:switchStyle}</code></td><td>Default style for the Switch widget.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceLargePopupMenu com.spoterator: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.spoterator:textAppearanceListItem}</code></td><td>The preferred TextAppearance for the primary text of list items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSecondary com.spoterator:textAppearanceListItemSecondary}</code></td><td>The preferred TextAppearance for the secondary text of list items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSmall com.spoterator:textAppearanceListItemSmall}</code></td><td>The preferred TextAppearance for the primary text of small list items.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearancePopupMenuHeader com.spoterator: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.spoterator:textAppearanceSearchResultSubtitle}</code></td><td>Text color, typeface, size, and style for system search result subtitle.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultTitle com.spoterator:textAppearanceSearchResultTitle}</code></td><td>Text color, typeface, size, and style for system search result title.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.spoterator: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.spoterator:textColorAlertDialogListItem}</code></td><td>Color of list item text in alert dialogs.</td></tr> * <tr><td><code>{@link #AppCompatTheme_textColorSearchUrl com.spoterator: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.spoterator:toolbarNavigationButtonStyle}</code></td><td>Default Toolar NavigationButtonStyle</td></tr> * <tr><td><code>{@link #AppCompatTheme_toolbarStyle com.spoterator:toolbarStyle}</code></td><td>Default Toolbar style.</td></tr> * <tr><td><code>{@link #AppCompatTheme_tooltipForegroundColor com.spoterator:tooltipForegroundColor}</code></td><td>Foreground color to use for tooltips</td></tr> * <tr><td><code>{@link #AppCompatTheme_tooltipFrameBackground com.spoterator:tooltipFrameBackground}</code></td><td>Background to use for tooltips</td></tr> * <tr><td><code>{@link #AppCompatTheme_viewInflaterClass com.spoterator:viewInflaterClass}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowActionBar com.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator:windowNoTitle}</code></td><td>Flag indicating whether there should be no title on this window.</td></tr> * </table> * @see #AppCompatTheme_android_windowIsFloating * @see #AppCompatTheme_android_windowAnimationStyle * @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_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, 0x7f020000, 0x7f020001, 0x7f020002, 0x7f020003, 0x7f020004, 0x7f020005, 0x7f020006, 0x7f020007, 0x7f020008, 0x7f020009, 0x7f02000a, 0x7f02000b, 0x7f02000c, 0x7f02000e, 0x7f02000f, 0x7f020010, 0x7f020011, 0x7f020012, 0x7f020013, 0x7f020014, 0x7f020015, 0x7f020016, 0x7f020017, 0x7f020018, 0x7f020019, 0x7f02001a, 0x7f02001b, 0x7f02001c, 0x7f02001d, 0x7f02001e, 0x7f020021, 0x7f020025, 0x7f020026, 0x7f020027, 0x7f020028, 0x7f02002e, 0x7f02003b, 0x7f02003c, 0x7f02003d, 0x7f02003e, 0x7f02003f, 0x7f020040, 0x7f020045, 0x7f020046, 0x7f020049, 0x7f02004a, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f020054, 0x7f020055, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, 0x7f02005b, 0x7f020064, 0x7f020088, 0x7f020089, 0x7f02008a, 0x7f02008d, 0x7f02008f, 0x7f020092, 0x7f020093, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f0200ac, 0x7f0200b4, 0x7f0200c3, 0x7f0200c4, 0x7f0200c7, 0x7f0200c8, 0x7f0200c9, 0x7f0200ca, 0x7f0200cb, 0x7f0200cc, 0x7f0200cd, 0x7f0200dd, 0x7f0200de, 0x7f0200df, 0x7f0200e2, 0x7f0200e4, 0x7f0200ee, 0x7f0200ef, 0x7f0200f0, 0x7f0200f1, 0x7f020105, 0x7f020106, 0x7f020107, 0x7f020108, 0x7f02010f, 0x7f020110, 0x7f02011e, 0x7f020121, 0x7f020122, 0x7f020123, 0x7f020124, 0x7f020125, 0x7f020126, 0x7f020127, 0x7f020128, 0x7f020129, 0x7f02012a, 0x7f02013f, 0x7f020140, 0x7f020141, 0x7f020142, 0x7f020149, 0x7f02014b, 0x7f02014c, 0x7f02014d, 0x7f02014e, 0x7f02014f, 0x7f020150, 0x7f020151, 0x7f020152, 0x7f020153, 0x7f020154 }; /** * <p>This symbol is the offset where the {@link android.R.attr#windowIsFloating} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:windowIsFloating */ public static final int AppCompatTheme_android_windowIsFloating=0; /** * <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:windowAnimationStyle */ public static final int AppCompatTheme_android_windowAnimationStyle=1; /** * <p> * @attr description * Custom divider drawable to use for elements in 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarDivider */ public static final int AppCompatTheme_actionBarDivider=2; /** * <p> * @attr description * Custom item state list drawable background for action bar items. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarItemBackground */ public static final int AppCompatTheme_actionBarItemBackground=3; /** * <p> * @attr description * Reference to a theme that should be used to inflate popups * shown by widgets in 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarPopupTheme */ public static final int AppCompatTheme_actionBarPopupTheme=4; /** * <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), and * mm (millimeters). * <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>wrap_content</td><td>0</td><td></td></tr> * </table> * * @attr name com.spoterator:actionBarSize */ public static final int AppCompatTheme_actionBarSize=5; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarSplitStyle */ public static final int AppCompatTheme_actionBarSplitStyle=6; /** * <p> * @attr description * Reference to a style for 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarStyle */ public static final int AppCompatTheme_actionBarStyle=7; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#actionBarTabBarStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarTabBarStyle */ public static final int AppCompatTheme_actionBarTabBarStyle=8; /** * <p> * @attr description * Default style for tabs within an 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarTabStyle */ public static final int AppCompatTheme_actionBarTabStyle=9; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#actionBarTabTextStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarTabTextStyle */ public static final int AppCompatTheme_actionBarTabTextStyle=10; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarTheme */ public static final int AppCompatTheme_actionBarTheme=11; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionBarWidgetTheme */ public static final int AppCompatTheme_actionBarWidgetTheme=12; /** * <p> * @attr description * Default action button style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionButtonStyle */ public static final int AppCompatTheme_actionButtonStyle=13; /** * <p> * @attr description * Default ActionBar dropdown style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionDropDownStyle */ public static final int AppCompatTheme_actionDropDownStyle=14; /** * <p> * @attr description * TextAppearance style that will be applied to 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionMenuTextAppearance */ public static final int AppCompatTheme_actionMenuTextAppearance=15; /** * <p> * @attr description * 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 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.spoterator:actionMenuTextColor */ public static final int AppCompatTheme_actionMenuTextColor=16; /** * <p> * @attr description * Background drawable to use for action mode UI * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeBackground */ public static final int AppCompatTheme_actionModeBackground=17; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#actionModeCloseButtonStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeCloseButtonStyle */ public static final int AppCompatTheme_actionModeCloseButtonStyle=18; /** * <p> * @attr description * Drawable to use for the close action mode button * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeCloseDrawable */ public static final int AppCompatTheme_actionModeCloseDrawable=19; /** * <p> * @attr description * Drawable to use for the Copy action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeCopyDrawable */ public static final int AppCompatTheme_actionModeCopyDrawable=20; /** * <p> * @attr description * Drawable to use for the Cut action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeCutDrawable */ public static final int AppCompatTheme_actionModeCutDrawable=21; /** * <p> * @attr description * Drawable to use for the Find action button in WebView selection action modes * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeFindDrawable */ public static final int AppCompatTheme_actionModeFindDrawable=22; /** * <p> * @attr description * Drawable to use for the Paste action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModePasteDrawable */ public static final int AppCompatTheme_actionModePasteDrawable=23; /** * <p> * @attr description * PopupWindow style to use for action modes when showing as a window overlay. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModePopupWindowStyle */ public static final int AppCompatTheme_actionModePopupWindowStyle=24; /** * <p> * @attr description * Drawable to use for the Select all action button in Contextual 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeSelectAllDrawable */ public static final int AppCompatTheme_actionModeSelectAllDrawable=25; /** * <p> * @attr description * Drawable to use for the Share action button in WebView selection action modes * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeShareDrawable */ public static final int AppCompatTheme_actionModeShareDrawable=26; /** * <p> * @attr description * Background drawable to use for action mode UI in the lower split bar * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeSplitBackground */ public static final int AppCompatTheme_actionModeSplitBackground=27; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#actionModeStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeStyle */ public static final int AppCompatTheme_actionModeStyle=28; /** * <p> * @attr description * Drawable to use for the Web Search action button in WebView selection action modes * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionModeWebSearchDrawable */ public static final int AppCompatTheme_actionModeWebSearchDrawable=29; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#actionOverflowButtonStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionOverflowButtonStyle */ public static final int AppCompatTheme_actionOverflowButtonStyle=30; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#actionOverflowMenuStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionOverflowMenuStyle */ public static final int AppCompatTheme_actionOverflowMenuStyle=31; /** * <p> * @attr description * Default ActivityChooserView style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:activityChooserViewStyle */ public static final int AppCompatTheme_activityChooserViewStyle=32; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#alertDialogButtonGroupStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:alertDialogButtonGroupStyle */ public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#alertDialogCenterButtons} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:alertDialogCenterButtons */ public static final int AppCompatTheme_alertDialogCenterButtons=34; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#alertDialogStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:alertDialogStyle */ public static final int AppCompatTheme_alertDialogStyle=35; /** * <p> * @attr description * Theme to use for alert dialogs spawned from this theme. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:alertDialogTheme */ public static final int AppCompatTheme_alertDialogTheme=36; /** * <p> * @attr description * Default AutoCompleteTextView style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:autoCompleteTextViewStyle */ public static final int AppCompatTheme_autoCompleteTextViewStyle=37; /** * <p> * @attr description * Style for buttons without an explicit border, often used in groups. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:borderlessButtonStyle */ public static final int AppCompatTheme_borderlessButtonStyle=38; /** * <p> * @attr description * Style for buttons within button bars * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonBarButtonStyle */ public static final int AppCompatTheme_buttonBarButtonStyle=39; /** * <p> * @attr description * Style for the "negative" buttons within button bars * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonBarNegativeButtonStyle */ public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; /** * <p> * @attr description * Style for the "neutral" buttons within button bars * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonBarNeutralButtonStyle */ public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; /** * <p> * @attr description * Style for the "positive" buttons within button bars * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonBarPositiveButtonStyle */ public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; /** * <p> * @attr description * Style for button bars * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonBarStyle */ public static final int AppCompatTheme_buttonBarStyle=43; /** * <p> * @attr description * Normal Button style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonStyle */ public static final int AppCompatTheme_buttonStyle=44; /** * <p> * @attr description * Small Button style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:buttonStyleSmall */ public static final int AppCompatTheme_buttonStyleSmall=45; /** * <p> * @attr description * Default Checkbox style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:checkboxStyle */ public static final int AppCompatTheme_checkboxStyle=46; /** * <p> * @attr description * Default CheckedTextView style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:checkedTextViewStyle */ public static final int AppCompatTheme_checkedTextViewStyle=47; /** * <p> * @attr description * Bright complement to the primary branding color. By default, this is the color applied * to framework controls (via colorControlActivated). * * <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.spoterator:colorAccent */ public static final int AppCompatTheme_colorAccent=48; /** * <p> * @attr description * Default color of background imagery for floating components, ex. dialogs, popups, and cards. * * <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.spoterator:colorBackgroundFloating */ public static final int AppCompatTheme_colorBackgroundFloating=49; /** * <p> * @attr description * The color applied to framework buttons in their normal state. * * <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.spoterator:colorButtonNormal */ public static final int AppCompatTheme_colorButtonNormal=50; /** * <p> * @attr description * The color applied to framework controls in their activated (ex. checked) state. * * <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.spoterator:colorControlActivated */ public static final int AppCompatTheme_colorControlActivated=51; /** * <p> * @attr description * The color applied to framework control highlights (ex. ripples, list selectors). * * <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.spoterator:colorControlHighlight */ public static final int AppCompatTheme_colorControlHighlight=52; /** * <p> * @attr description * The color applied to framework controls in their normal state. * * <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.spoterator:colorControlNormal */ public static final int AppCompatTheme_colorControlNormal=53; /** * <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 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.spoterator:colorError */ public static final int AppCompatTheme_colorError=54; /** * <p> * @attr description * The primary branding color for the app. By default, this is the color applied to the * action bar background. * * <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.spoterator:colorPrimary */ public static final int AppCompatTheme_colorPrimary=55; /** * <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>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.spoterator:colorPrimaryDark */ public static final int AppCompatTheme_colorPrimaryDark=56; /** * <p> * @attr description * The color applied to framework switch thumbs in their normal state. * * <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.spoterator:colorSwitchThumbNormal */ public static final int AppCompatTheme_colorSwitchThumbNormal=57; /** * <p> * @attr description * The background used by framework controls. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:controlBackground */ public static final int AppCompatTheme_controlBackground=58; /** * <p> * @attr description * Preferred corner radius of dialogs. * * <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), and * mm (millimeters). * * @attr name com.spoterator:dialogCornerRadius */ public static final int AppCompatTheme_dialogCornerRadius=59; /** * <p> * @attr description * Preferred padding for dialog content. * * <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), and * mm (millimeters). * * @attr name com.spoterator:dialogPreferredPadding */ public static final int AppCompatTheme_dialogPreferredPadding=60; /** * <p> * @attr description * Theme to use for dialogs spawned from this theme. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:dialogTheme */ public static final int AppCompatTheme_dialogTheme=61; /** * <p> * @attr description * A drawable that may be used as a horizontal divider between visual elements. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:dividerHorizontal */ public static final int AppCompatTheme_dividerHorizontal=62; /** * <p> * @attr description * A drawable that may be used as a vertical divider between visual elements. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:dividerVertical */ public static final int AppCompatTheme_dividerVertical=63; /** * <p> * @attr description * ListPopupWindow compatibility * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:dropDownListViewStyle */ public static final int AppCompatTheme_dropDownListViewStyle=64; /** * <p> * @attr description * The preferred item height for dropdown lists. * * <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), and * mm (millimeters). * * @attr name com.spoterator:dropdownListPreferredItemHeight */ public static final int AppCompatTheme_dropdownListPreferredItemHeight=65; /** * <p> * @attr description * EditText background drawable. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:editTextBackground */ public static final int AppCompatTheme_editTextBackground=66; /** * <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 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.spoterator:editTextColor */ public static final int AppCompatTheme_editTextColor=67; /** * <p> * @attr description * Default EditText style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:editTextStyle */ public static final int AppCompatTheme_editTextStyle=68; /** * <p> * @attr description * Specifies a drawable to use for the 'home as up' indicator. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:homeAsUpIndicator */ public static final int AppCompatTheme_homeAsUpIndicator=69; /** * <p> * @attr description * ImageButton background drawable. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:imageButtonStyle */ public static final int AppCompatTheme_imageButtonStyle=70; /** * <p> * @attr description * Drawable used as a background for selected list items. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:listChoiceBackgroundIndicator */ public static final int AppCompatTheme_listChoiceBackgroundIndicator=71; /** * <p> * @attr description * The list divider used 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:listDividerAlertDialog */ public static final int AppCompatTheme_listDividerAlertDialog=72; /** * <p> * @attr description * Default menu-style ListView style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:listMenuViewStyle */ public static final int AppCompatTheme_listMenuViewStyle=73; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#listPopupWindowStyle} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:listPopupWindowStyle */ public static final int AppCompatTheme_listPopupWindowStyle=74; /** * <p> * @attr description * The preferred list item height. * * <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), and * mm (millimeters). * * @attr name com.spoterator:listPreferredItemHeight */ public static final int AppCompatTheme_listPreferredItemHeight=75; /** * <p> * @attr description * A larger, more robust list item height. * * <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), and * mm (millimeters). * * @attr name com.spoterator:listPreferredItemHeightLarge */ public static final int AppCompatTheme_listPreferredItemHeightLarge=76; /** * <p> * @attr description * A smaller, sleeker list item height. * * <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), and * mm (millimeters). * * @attr name com.spoterator:listPreferredItemHeightSmall */ public static final int AppCompatTheme_listPreferredItemHeightSmall=77; /** * <p> * @attr description * The preferred padding along the left edge of list items. * * <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), and * mm (millimeters). * * @attr name com.spoterator:listPreferredItemPaddingLeft */ public static final int AppCompatTheme_listPreferredItemPaddingLeft=78; /** * <p> * @attr description * The preferred padding along the right edge of list items. * * <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), and * mm (millimeters). * * @attr name com.spoterator:listPreferredItemPaddingRight */ public static final int AppCompatTheme_listPreferredItemPaddingRight=79; /** * <p> * @attr description * The background of a panel when it is inset from the left and right edges of the screen. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:panelBackground */ public static final int AppCompatTheme_panelBackground=80; /** * <p> * @attr description * Default Panel Menu style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:panelMenuListTheme */ public static final int AppCompatTheme_panelMenuListTheme=81; /** * <p> * @attr description * Default Panel Menu width. * * <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), and * mm (millimeters). * * @attr name com.spoterator:panelMenuListWidth */ public static final int AppCompatTheme_panelMenuListWidth=82; /** * <p> * @attr description * Default PopupMenu style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:popupMenuStyle */ public static final int AppCompatTheme_popupMenuStyle=83; /** * <p> * @attr description * Default PopupWindow style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:popupWindowStyle */ public static final int AppCompatTheme_popupWindowStyle=84; /** * <p> * @attr description * Default RadioButton style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:radioButtonStyle */ public static final int AppCompatTheme_radioButtonStyle=85; /** * <p> * @attr description * Default RatingBar style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:ratingBarStyle */ public static final int AppCompatTheme_ratingBarStyle=86; /** * <p> * @attr description * Indicator RatingBar style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:ratingBarStyleIndicator */ public static final int AppCompatTheme_ratingBarStyleIndicator=87; /** * <p> * @attr description * Small indicator RatingBar style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:ratingBarStyleSmall */ public static final int AppCompatTheme_ratingBarStyleSmall=88; /** * <p> * @attr description * Style for the search query widget. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:searchViewStyle */ public static final int AppCompatTheme_searchViewStyle=89; /** * <p> * @attr description * Default SeekBar style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:seekBarStyle */ public static final int AppCompatTheme_seekBarStyle=90; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:selectableItemBackground */ public static final int AppCompatTheme_selectableItemBackground=91; /** * <p> * @attr description * Background drawable for borderless standalone items that need focus/pressed states. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:selectableItemBackgroundBorderless */ public static final int AppCompatTheme_selectableItemBackgroundBorderless=92; /** * <p> * @attr description * Default Spinner style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:spinnerDropDownItemStyle */ public static final int AppCompatTheme_spinnerDropDownItemStyle=93; /** * <p> * @attr description * Default Spinner style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:spinnerStyle */ public static final int AppCompatTheme_spinnerStyle=94; /** * <p> * @attr description * Default style for the Switch widget. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:switchStyle */ public static final int AppCompatTheme_switchStyle=95; /** * <p> * @attr description * Text color, typeface, size, and style for the text inside of a popup menu. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceLargePopupMenu */ public static final int AppCompatTheme_textAppearanceLargePopupMenu=96; /** * <p> * @attr description * The preferred TextAppearance for the primary text of list items. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceListItem */ public static final int AppCompatTheme_textAppearanceListItem=97; /** * <p> * @attr description * The preferred TextAppearance for the secondary text of list items. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceListItemSecondary */ public static final int AppCompatTheme_textAppearanceListItemSecondary=98; /** * <p> * @attr description * The preferred TextAppearance for the primary text of small list items. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceListItemSmall */ public static final int AppCompatTheme_textAppearanceListItemSmall=99; /** * <p> * @attr description * Text color, typeface, size, and style for header text inside of a popup menu. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearancePopupMenuHeader */ public static final int AppCompatTheme_textAppearancePopupMenuHeader=100; /** * <p> * @attr description * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceSearchResultSubtitle */ public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=101; /** * <p> * @attr description * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceSearchResultTitle */ public static final int AppCompatTheme_textAppearanceSearchResultTitle=102; /** * <p> * @attr description * Text color, typeface, size, and style for small text inside of a popup menu. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:textAppearanceSmallPopupMenu */ public static final int AppCompatTheme_textAppearanceSmallPopupMenu=103; /** * <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 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.spoterator:textColorAlertDialogListItem */ public static final int AppCompatTheme_textColorAlertDialogListItem=104; /** * <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 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.spoterator:textColorSearchUrl */ public static final int AppCompatTheme_textColorSearchUrl=105; /** * <p> * @attr description * Default Toolar NavigationButtonStyle * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:toolbarNavigationButtonStyle */ public static final int AppCompatTheme_toolbarNavigationButtonStyle=106; /** * <p> * @attr description * Default Toolbar style. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:toolbarStyle */ public static final int AppCompatTheme_toolbarStyle=107; /** * <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 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.spoterator:tooltipForegroundColor */ public static final int AppCompatTheme_tooltipForegroundColor=108; /** * <p> * @attr description * Background 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:tooltipFrameBackground */ public static final int AppCompatTheme_tooltipFrameBackground=109; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#viewInflaterClass} * attribute's value can be found in the {@link #AppCompatTheme} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:viewInflaterClass */ public static final int AppCompatTheme_viewInflaterClass=110; /** * <p> * @attr description * Flag indicating whether this window should have an Action Bar * in place of the usual title bar. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:windowActionBar */ public static final int AppCompatTheme_windowActionBar=111; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:windowActionBarOverlay */ public static final int AppCompatTheme_windowActionBarOverlay=112; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:windowActionModeOverlay */ public static final int AppCompatTheme_windowActionModeOverlay=113; /** * <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), and * 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.spoterator:windowFixedHeightMajor */ public static final int AppCompatTheme_windowFixedHeightMajor=114; /** * <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), and * 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.spoterator:windowFixedHeightMinor */ public static final int AppCompatTheme_windowFixedHeightMinor=115; /** * <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), and * 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.spoterator:windowFixedWidthMajor */ public static final int AppCompatTheme_windowFixedWidthMajor=116; /** * <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), and * 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.spoterator:windowFixedWidthMinor */ public static final int AppCompatTheme_windowFixedWidthMinor=117; /** * <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), and * 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.spoterator:windowMinWidthMajor */ public static final int AppCompatTheme_windowMinWidthMajor=118; /** * <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), and * 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.spoterator:windowMinWidthMinor */ public static final int AppCompatTheme_windowMinWidthMinor=119; /** * <p> * @attr description * Flag indicating whether there should be no title on this window. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:windowNoTitle */ public static final int AppCompatTheme_windowNoTitle=120; /** * 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.spoterator: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={ 0x7f020029 }; /** * <p> * @attr description * Whether to automatically stack the buttons when there is not * enough space to lay them out side-by-side. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:allowStacking */ public static final int ButtonBarLayout_allowStacking=0; /** * 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_android_color android:color}</code></td><td></td></tr> * <tr><td><code>{@link #ColorStateListItem_android_alpha android:alpha}</code></td><td></td></tr> * <tr><td><code>{@link #ColorStateListItem_alpha com.spoterator:alpha}</code></td><td>Alpha multiplier applied to the base color.</td></tr> * </table> * @see #ColorStateListItem_android_color * @see #ColorStateListItem_android_alpha * @see #ColorStateListItem_alpha */ public static final int[] ColorStateListItem={ 0x010101a5, 0x0101031f, 0x7f02002a }; /** * <p> * @attr description * Base color for this state. * * <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 android:color */ public static final int ColorStateListItem_android_color=0; /** * <p>This symbol is the offset where the {@link android.R.attr#alpha} * attribute's value can be found in the {@link #ColorStateListItem} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name android:alpha */ public static final int ColorStateListItem_android_alpha=1; /** * <p> * @attr description * Alpha multiplier applied to the base color. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:alpha */ public static final int ColorStateListItem_alpha=2; /** * 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.spoterator:buttonTint}</code></td><td>Tint to apply to the button drawable.</td></tr> * <tr><td><code>{@link #CompoundButton_buttonTintMode com.spoterator: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, 0x7f020047, 0x7f020048 }; /** * <p>This symbol is the offset where the {@link android.R.attr#button} * attribute's value can be found in the {@link #CompoundButton} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:button */ public static final int CompoundButton_android_button=0; /** * <p> * @attr description * Tint to apply to the button drawable. * * <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.spoterator: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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator: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.spoterator: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.spoterator: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={ 0x7f0200b9, 0x7f020114 }; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator: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 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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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, 0x7f0200bc, 0x7f0200bd, 0x7f0200be, 0x7f0200bf, 0x7f0200c0, 0x7f0200c1 }; /** * <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. * * <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>bottom</td><td>50</td><td></td></tr> * <tr><td>center</td><td>11</td><td></td></tr> * <tr><td>center_horizontal</td><td>1</td><td></td></tr> * <tr><td>center_vertical</td><td>10</td><td></td></tr> * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> * <tr><td>clip_vertical</td><td>80</td><td></td></tr> * <tr><td>end</td><td>800005</td><td></td></tr> * <tr><td>fill</td><td>77</td><td></td></tr> * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> * <tr><td>fill_vertical</td><td>70</td><td></td></tr> * <tr><td>left</td><td>3</td><td></td></tr> * <tr><td>right</td><td>5</td><td></td></tr> * <tr><td>start</td><td>800003</td><td></td></tr> * <tr><td>top</td><td>30</td><td></td></tr> * </table> * * @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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:layout_anchor */ public static final int CoordinatorLayout_Layout_layout_anchor=1; /** * <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>bottom</td><td>50</td><td>Push object to the bottom of its container, not changing its size.</td></tr> * <tr><td>center</td><td>11</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>center_horizontal</td><td>1</td><td>Place object in the horizontal center of its container, not changing its size.</td></tr> * <tr><td>center_vertical</td><td>10</td><td>Place object in the vertical center of its container, not changing its size.</td></tr> * <tr><td>clip_horizontal</td><td>8</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>clip_vertical</td><td>80</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>end</td><td>800005</td><td>Push object to the end of its container, not changing its size.</td></tr> * <tr><td>fill</td><td>77</td><td>Grow the horizontal and vertical size of the object if needed so it completely fills its container.</td></tr> * <tr><td>fill_horizontal</td><td>7</td><td>Grow the horizontal size of the object if needed so it completely fills its container.</td></tr> * <tr><td>fill_vertical</td><td>70</td><td>Grow the vertical size of the object if needed so it completely fills its container.</td></tr> * <tr><td>left</td><td>3</td><td>Push object to the left of its container, not changing its size.</td></tr> * <tr><td>right</td><td>5</td><td>Push object to the right of its container, not changing its size.</td></tr> * <tr><td>start</td><td>800003</td><td>Push object to the beginning of its container, not changing its size.</td></tr> * <tr><td>top</td><td>30</td><td>Push object to the top of its container, not changing its size.</td></tr> * </table> * * @attr name com.spoterator:layout_anchorGravity */ public static final int CoordinatorLayout_Layout_layout_anchorGravity=2; /** * <p> * @attr description * The class name of a Behavior class defining special runtime behavior * for this child view. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:layout_behavior */ public static final int CoordinatorLayout_Layout_layout_behavior=3; /** * <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>all</td><td>77</td><td>Dodge all the inset edges.</td></tr> * <tr><td>bottom</td><td>50</td><td>Dodge the bottom inset edge.</td></tr> * <tr><td>end</td><td>800005</td><td>Dodge the end inset edge.</td></tr> * <tr><td>left</td><td>3</td><td>Dodge the left inset edge.</td></tr> * <tr><td>none</td><td>0</td><td>Don't dodge any edges</td></tr> * <tr><td>right</td><td>5</td><td>Dodge the right inset edge.</td></tr> * <tr><td>start</td><td>800003</td><td>Dodge the start inset edge.</td></tr> * <tr><td>top</td><td>30</td><td>Dodge the top inset edge.</td></tr> * </table> * * @attr name com.spoterator:layout_dodgeInsetEdges */ public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges=4; /** * <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>bottom</td><td>50</td><td>Inset the bottom edge.</td></tr> * <tr><td>end</td><td>800005</td><td>Inset the end edge.</td></tr> * <tr><td>left</td><td>3</td><td>Inset the left edge.</td></tr> * <tr><td>none</td><td>0</td><td>Don't inset.</td></tr> * <tr><td>right</td><td>5</td><td>Inset the right edge.</td></tr> * <tr><td>start</td><td>800003</td><td>Inset the start edge.</td></tr> * <tr><td>top</td><td>30</td><td>Inset the top edge.</td></tr> * </table> * * @attr name com.spoterator: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>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:layout_keyline */ public static final int CoordinatorLayout_Layout_layout_keyline=6; /** * Attributes that can be used with a CropImageView. * <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 #CropImageView_cropAspectRatioX com.spoterator:cropAspectRatioX}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropAspectRatioY com.spoterator:cropAspectRatioY}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropAutoZoomEnabled com.spoterator:cropAutoZoomEnabled}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBackgroundColor com.spoterator:cropBackgroundColor}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBorderCornerColor com.spoterator:cropBorderCornerColor}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBorderCornerLength com.spoterator:cropBorderCornerLength}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBorderCornerOffset com.spoterator:cropBorderCornerOffset}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBorderCornerThickness com.spoterator:cropBorderCornerThickness}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBorderLineColor com.spoterator:cropBorderLineColor}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropBorderLineThickness com.spoterator:cropBorderLineThickness}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropFixAspectRatio com.spoterator:cropFixAspectRatio}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropFlipHorizontally com.spoterator:cropFlipHorizontally}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropFlipVertically com.spoterator:cropFlipVertically}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropGuidelines com.spoterator:cropGuidelines}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropGuidelinesColor com.spoterator:cropGuidelinesColor}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropGuidelinesThickness com.spoterator:cropGuidelinesThickness}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropInitialCropWindowPaddingRatio com.spoterator:cropInitialCropWindowPaddingRatio}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMaxCropResultHeightPX com.spoterator:cropMaxCropResultHeightPX}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMaxCropResultWidthPX com.spoterator:cropMaxCropResultWidthPX}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMaxZoom com.spoterator:cropMaxZoom}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMinCropResultHeightPX com.spoterator:cropMinCropResultHeightPX}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMinCropResultWidthPX com.spoterator:cropMinCropResultWidthPX}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMinCropWindowHeight com.spoterator:cropMinCropWindowHeight}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMinCropWindowWidth com.spoterator:cropMinCropWindowWidth}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropMultiTouchEnabled com.spoterator:cropMultiTouchEnabled}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropSaveBitmapToInstanceState com.spoterator:cropSaveBitmapToInstanceState}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropScaleType com.spoterator:cropScaleType}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropShape com.spoterator:cropShape}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropShowCropOverlay com.spoterator:cropShowCropOverlay}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropShowProgressBar com.spoterator:cropShowProgressBar}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropSnapRadius com.spoterator:cropSnapRadius}</code></td><td></td></tr> * <tr><td><code>{@link #CropImageView_cropTouchRadius com.spoterator:cropTouchRadius}</code></td><td></td></tr> * </table> * @see #CropImageView_cropAspectRatioX * @see #CropImageView_cropAspectRatioY * @see #CropImageView_cropAutoZoomEnabled * @see #CropImageView_cropBackgroundColor * @see #CropImageView_cropBorderCornerColor * @see #CropImageView_cropBorderCornerLength * @see #CropImageView_cropBorderCornerOffset * @see #CropImageView_cropBorderCornerThickness * @see #CropImageView_cropBorderLineColor * @see #CropImageView_cropBorderLineThickness * @see #CropImageView_cropFixAspectRatio * @see #CropImageView_cropFlipHorizontally * @see #CropImageView_cropFlipVertically * @see #CropImageView_cropGuidelines * @see #CropImageView_cropGuidelinesColor * @see #CropImageView_cropGuidelinesThickness * @see #CropImageView_cropInitialCropWindowPaddingRatio * @see #CropImageView_cropMaxCropResultHeightPX * @see #CropImageView_cropMaxCropResultWidthPX * @see #CropImageView_cropMaxZoom * @see #CropImageView_cropMinCropResultHeightPX * @see #CropImageView_cropMinCropResultWidthPX * @see #CropImageView_cropMinCropWindowHeight * @see #CropImageView_cropMinCropWindowWidth * @see #CropImageView_cropMultiTouchEnabled * @see #CropImageView_cropSaveBitmapToInstanceState * @see #CropImageView_cropScaleType * @see #CropImageView_cropShape * @see #CropImageView_cropShowCropOverlay * @see #CropImageView_cropShowProgressBar * @see #CropImageView_cropSnapRadius * @see #CropImageView_cropTouchRadius */ public static final int[] CropImageView={ 0x7f020066, 0x7f020067, 0x7f020068, 0x7f020069, 0x7f02006a, 0x7f02006b, 0x7f02006c, 0x7f02006d, 0x7f02006e, 0x7f02006f, 0x7f020070, 0x7f020071, 0x7f020072, 0x7f020073, 0x7f020074, 0x7f020075, 0x7f020076, 0x7f020077, 0x7f020078, 0x7f020079, 0x7f02007a, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020080, 0x7f020081, 0x7f020082, 0x7f020083, 0x7f020084, 0x7f020085 }; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropAspectRatioX} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:cropAspectRatioX */ public static final int CropImageView_cropAspectRatioX=0; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropAspectRatioY} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:cropAspectRatioY */ public static final int CropImageView_cropAspectRatioY=1; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropAutoZoomEnabled} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropAutoZoomEnabled */ public static final int CropImageView_cropAutoZoomEnabled=2; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBackgroundColor} * attribute's value can be found in the {@link #CropImageView} array. * * <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.spoterator:cropBackgroundColor */ public static final int CropImageView_cropBackgroundColor=3; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBorderCornerColor} * attribute's value can be found in the {@link #CropImageView} array. * * <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.spoterator:cropBorderCornerColor */ public static final int CropImageView_cropBorderCornerColor=4; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBorderCornerLength} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropBorderCornerLength */ public static final int CropImageView_cropBorderCornerLength=5; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBorderCornerOffset} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropBorderCornerOffset */ public static final int CropImageView_cropBorderCornerOffset=6; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBorderCornerThickness} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropBorderCornerThickness */ public static final int CropImageView_cropBorderCornerThickness=7; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBorderLineColor} * attribute's value can be found in the {@link #CropImageView} array. * * <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.spoterator:cropBorderLineColor */ public static final int CropImageView_cropBorderLineColor=8; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropBorderLineThickness} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropBorderLineThickness */ public static final int CropImageView_cropBorderLineThickness=9; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropFixAspectRatio} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropFixAspectRatio */ public static final int CropImageView_cropFixAspectRatio=10; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropFlipHorizontally} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropFlipHorizontally */ public static final int CropImageView_cropFlipHorizontally=11; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropFlipVertically} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropFlipVertically */ public static final int CropImageView_cropFlipVertically=12; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropGuidelines} * attribute's value can be found in the {@link #CropImageView} 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>off</td><td>0</td><td></td></tr> * <tr><td>on</td><td>2</td><td></td></tr> * <tr><td>onTouch</td><td>1</td><td></td></tr> * </table> * * @attr name com.spoterator:cropGuidelines */ public static final int CropImageView_cropGuidelines=13; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropGuidelinesColor} * attribute's value can be found in the {@link #CropImageView} array. * * <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.spoterator:cropGuidelinesColor */ public static final int CropImageView_cropGuidelinesColor=14; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropGuidelinesThickness} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropGuidelinesThickness */ public static final int CropImageView_cropGuidelinesThickness=15; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropInitialCropWindowPaddingRatio} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:cropInitialCropWindowPaddingRatio */ public static final int CropImageView_cropInitialCropWindowPaddingRatio=16; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMaxCropResultHeightPX} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:cropMaxCropResultHeightPX */ public static final int CropImageView_cropMaxCropResultHeightPX=17; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMaxCropResultWidthPX} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:cropMaxCropResultWidthPX */ public static final int CropImageView_cropMaxCropResultWidthPX=18; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMaxZoom} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:cropMaxZoom */ public static final int CropImageView_cropMaxZoom=19; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMinCropResultHeightPX} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:cropMinCropResultHeightPX */ public static final int CropImageView_cropMinCropResultHeightPX=20; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMinCropResultWidthPX} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:cropMinCropResultWidthPX */ public static final int CropImageView_cropMinCropResultWidthPX=21; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMinCropWindowHeight} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropMinCropWindowHeight */ public static final int CropImageView_cropMinCropWindowHeight=22; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMinCropWindowWidth} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropMinCropWindowWidth */ public static final int CropImageView_cropMinCropWindowWidth=23; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropMultiTouchEnabled} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropMultiTouchEnabled */ public static final int CropImageView_cropMultiTouchEnabled=24; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropSaveBitmapToInstanceState} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropSaveBitmapToInstanceState */ public static final int CropImageView_cropSaveBitmapToInstanceState=25; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropScaleType} * attribute's value can be found in the {@link #CropImageView} 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>center</td><td>1</td><td></td></tr> * <tr><td>centerCrop</td><td>2</td><td></td></tr> * <tr><td>centerInside</td><td>3</td><td></td></tr> * <tr><td>fitCenter</td><td>0</td><td></td></tr> * </table> * * @attr name com.spoterator:cropScaleType */ public static final int CropImageView_cropScaleType=26; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropShape} * attribute's value can be found in the {@link #CropImageView} 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>oval</td><td>1</td><td></td></tr> * <tr><td>rectangle</td><td>0</td><td></td></tr> * </table> * * @attr name com.spoterator:cropShape */ public static final int CropImageView_cropShape=27; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropShowCropOverlay} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropShowCropOverlay */ public static final int CropImageView_cropShowCropOverlay=28; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropShowProgressBar} * attribute's value can be found in the {@link #CropImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:cropShowProgressBar */ public static final int CropImageView_cropShowProgressBar=29; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropSnapRadius} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropSnapRadius */ public static final int CropImageView_cropSnapRadius=30; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#cropTouchRadius} * attribute's value can be found in the {@link #CropImageView} 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), and * mm (millimeters). * * @attr name com.spoterator:cropTouchRadius */ public static final int CropImageView_cropTouchRadius=31; /** * 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.spoterator: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.spoterator:arrowShaftLength}</code></td><td>The length of the shaft when formed to make an arrow</td></tr> * <tr><td><code>{@link #DrawerArrowToggle_barLength com.spoterator: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.spoterator:color}</code></td><td>The drawing color for the bars</td></tr> * <tr><td><code>{@link #DrawerArrowToggle_drawableSize com.spoterator:drawableSize}</code></td><td>The total size of the drawable</td></tr> * <tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars com.spoterator: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.spoterator:spinBars}</code></td><td>Whether bars should rotate or not during transition</td></tr> * <tr><td><code>{@link #DrawerArrowToggle_thickness com.spoterator: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={ 0x7f02002c, 0x7f02002d, 0x7f02003a, 0x7f020050, 0x7f020090, 0x7f0200a8, 0x7f02010e, 0x7f02012c }; /** * <p> * @attr description * The length of the arrow head when formed to make an arrow * * <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), and * mm (millimeters). * * @attr name com.spoterator:arrowHeadLength */ public static final int DrawerArrowToggle_arrowHeadLength=0; /** * <p> * @attr description * The length of the shaft when formed to make an arrow * * <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), and * mm (millimeters). * * @attr name com.spoterator:arrowShaftLength */ public static final int DrawerArrowToggle_arrowShaftLength=1; /** * <p> * @attr description * The length of the bars when they are parallel to each other * * <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), and * mm (millimeters). * * @attr name com.spoterator:barLength */ public static final int DrawerArrowToggle_barLength=2; /** * <p> * @attr description * The drawing color for the bars * * <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.spoterator:color */ public static final int DrawerArrowToggle_color=3; /** * <p> * @attr description * The total size of the drawable * * <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), and * mm (millimeters). * * @attr name com.spoterator:drawableSize */ public static final int DrawerArrowToggle_drawableSize=4; /** * <p> * @attr description * The max gap between the bars when they are parallel to each other * * <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), and * mm (millimeters). * * @attr name com.spoterator:gapBetweenBars */ public static final int DrawerArrowToggle_gapBetweenBars=5; /** * <p> * @attr description * Whether bars should rotate or not during transition * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:spinBars */ public static final int DrawerArrowToggle_spinBars=6; /** * <p> * @attr description * The thickness (stroke size) for the bar paint * * <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), and * mm (millimeters). * * @attr name com.spoterator:thickness */ public static final int DrawerArrowToggle_thickness=7; /** * 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.spoterator: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.spoterator: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.spoterator: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.spoterator:fontProviderFetchTimeout}</code></td><td>The length of the timeout during fetching.</td></tr> * <tr><td><code>{@link #FontFamily_fontProviderPackage com.spoterator: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.spoterator: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={ 0x7f02009f, 0x7f0200a0, 0x7f0200a1, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4 }; /** * <p> * @attr description * The authority of the Font Provider to be used for the request. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator: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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:fontProviderCerts */ public static final int FontFamily_fontProviderCerts=1; /** * <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>async</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> * <tr><td>blocking</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> * </table> * * @attr name com.spoterator:fontProviderFetchStrategy */ public static final int FontFamily_fontProviderFetchStrategy=2; /** * <p> * @attr description * The length of the timeout during fetching. * * <p>May be an integer value, such as "<code>100</code>". * <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>forever</td><td>ffffffff</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> * * @attr name com.spoterator:fontProviderFetchTimeout */ public static final int FontFamily_fontProviderFetchTimeout=3; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:fontProviderPackage */ public static final int FontFamily_fontProviderPackage=4; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:fontProviderQuery */ public static final int FontFamily_fontProviderQuery=5; /** * 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_fontWeight android:fontWeight}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamilyFont_android_fontStyle android:fontStyle}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamilyFont_android_ttcIndex android:ttcIndex}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamilyFont_font com.spoterator:font}</code></td><td>The reference to the font file to be used.</td></tr> * <tr><td><code>{@link #FontFamilyFont_fontStyle com.spoterator:fontStyle}</code></td><td>The style of the given font file.</td></tr> * <tr><td><code>{@link #FontFamilyFont_fontVariationSettings com.spoterator:fontVariationSettings}</code></td><td>The variation settings to be applied to the font.</td></tr> * <tr><td><code>{@link #FontFamilyFont_fontWeight com.spoterator:fontWeight}</code></td><td>The weight of the given font file.</td></tr> * <tr><td><code>{@link #FontFamilyFont_ttcIndex com.spoterator:ttcIndex}</code></td><td>The index of the font in the tcc font file.</td></tr> * </table> * @see #FontFamilyFont_android_font * @see #FontFamilyFont_android_fontWeight * @see #FontFamilyFont_android_fontStyle * @see #FontFamilyFont_android_ttcIndex * @see #FontFamilyFont_android_fontVariationSettings * @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, 0x7f02009d, 0x7f0200a5, 0x7f0200a6, 0x7f0200a7, 0x7f020147 }; /** * <p>This symbol is the offset where the {@link android.R.attr#font} * attribute's value can be found in the {@link #FontFamilyFont} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:font */ public static final int FontFamilyFont_android_font=0; /** * <p>This symbol is the offset where the {@link android.R.attr#fontWeight} * attribute's value can be found in the {@link #FontFamilyFont} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name android:fontWeight */ public static final int FontFamilyFont_android_fontWeight=1; /** * <p> * @attr description * References to the framework attrs * * <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>italic</td><td>1</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * </table> * * @attr name android:fontStyle */ public static final int FontFamilyFont_android_fontStyle=2; /** * <p>This symbol is the offset where the {@link android.R.attr#ttcIndex} * attribute's value can be found in the {@link #FontFamilyFont} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name android:ttcIndex */ public static final int FontFamilyFont_android_ttcIndex=3; /** * <p>This symbol is the offset where the {@link android.R.attr#fontVariationSettings} * attribute's value can be found in the {@link #FontFamilyFont} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:fontVariationSettings */ public static final int FontFamilyFont_android_fontVariationSettings=4; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:font */ public static final int FontFamilyFont_font=5; /** * <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>italic</td><td>1</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * </table> * * @attr name com.spoterator:fontStyle */ public static final int FontFamilyFont_fontStyle=6; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:fontVariationSettings */ public static final int FontFamilyFont_fontVariationSettings=7; /** * <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>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:fontWeight */ public static final int FontFamilyFont_fontWeight=8; /** * <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>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:ttcIndex */ public static final int FontFamilyFont_ttcIndex=9; /** * Attributes that can be used with a GenericDraweeHierarchy. * <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 #GenericDraweeHierarchy_actualImageScaleType com.spoterator:actualImageScaleType}</code></td><td>Scale type of the actual image.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_backgroundImage com.spoterator:backgroundImage}</code></td><td>A drawable or color to be used as a background.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_fadeDuration com.spoterator:fadeDuration}</code></td><td>Fade duration in milliseconds.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_failureImage com.spoterator:failureImage}</code></td><td>A drawable to be be used as a failure image.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_failureImageScaleType com.spoterator:failureImageScaleType}</code></td><td>Scale type of the failure image.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_overlayImage com.spoterator:overlayImage}</code></td><td>A drawable or color to be used as an overlay.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_placeholderImage com.spoterator:placeholderImage}</code></td><td>A drawable or color to be be used as a placeholder.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_placeholderImageScaleType com.spoterator:placeholderImageScaleType}</code></td><td>Scale type of the placeholder image.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_pressedStateOverlayImage com.spoterator:pressedStateOverlayImage}</code></td><td>A drawable or color to be used as a pressed-state-overlay</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_progressBarAutoRotateInterval com.spoterator:progressBarAutoRotateInterval}</code></td><td>Progress bar Auto Rotate interval in milliseconds</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_progressBarImage com.spoterator:progressBarImage}</code></td><td>A drawable to be be used as a progress bar.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_progressBarImageScaleType com.spoterator:progressBarImageScaleType}</code></td><td>Scale type of the progress bar.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_retryImage com.spoterator:retryImage}</code></td><td>A drawable to be be used as a retry image.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_retryImageScaleType com.spoterator:retryImageScaleType}</code></td><td>Scale type of the retry image.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundAsCircle com.spoterator:roundAsCircle}</code></td><td>Round as circle.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundBottomEnd com.spoterator:roundBottomEnd}</code></td><td>Round the bottom-end edge.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundBottomLeft com.spoterator:roundBottomLeft}</code></td><td>Round the bottom-left corner.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundBottomRight com.spoterator:roundBottomRight}</code></td><td>Round the bottom-right corner.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundBottomStart com.spoterator:roundBottomStart}</code></td><td>Round the bottom-start edge.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundTopEnd com.spoterator:roundTopEnd}</code></td><td>Round the top-end edge.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundTopLeft com.spoterator:roundTopLeft}</code></td><td>Round the top-left corner.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundTopRight com.spoterator:roundTopRight}</code></td><td>Round the top-right corner.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundTopStart com.spoterator:roundTopStart}</code></td><td>Round the top-start edge.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundWithOverlayColor com.spoterator:roundWithOverlayColor}</code></td><td>Round by overlying color.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundedCornerRadius com.spoterator:roundedCornerRadius}</code></td><td>Rounded corner radius.</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundingBorderColor com.spoterator:roundingBorderColor}</code></td><td>Rounding border color</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundingBorderPadding com.spoterator:roundingBorderPadding}</code></td><td>Rounding border padding</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_roundingBorderWidth com.spoterator:roundingBorderWidth}</code></td><td>Rounding border width</td></tr> * <tr><td><code>{@link #GenericDraweeHierarchy_viewAspectRatio com.spoterator:viewAspectRatio}</code></td><td>Aspect ratio (width / height) of the view, not necessarily of the images.</td></tr> * </table> * @see #GenericDraweeHierarchy_actualImageScaleType * @see #GenericDraweeHierarchy_backgroundImage * @see #GenericDraweeHierarchy_fadeDuration * @see #GenericDraweeHierarchy_failureImage * @see #GenericDraweeHierarchy_failureImageScaleType * @see #GenericDraweeHierarchy_overlayImage * @see #GenericDraweeHierarchy_placeholderImage * @see #GenericDraweeHierarchy_placeholderImageScaleType * @see #GenericDraweeHierarchy_pressedStateOverlayImage * @see #GenericDraweeHierarchy_progressBarAutoRotateInterval * @see #GenericDraweeHierarchy_progressBarImage * @see #GenericDraweeHierarchy_progressBarImageScaleType * @see #GenericDraweeHierarchy_retryImage * @see #GenericDraweeHierarchy_retryImageScaleType * @see #GenericDraweeHierarchy_roundAsCircle * @see #GenericDraweeHierarchy_roundBottomEnd * @see #GenericDraweeHierarchy_roundBottomLeft * @see #GenericDraweeHierarchy_roundBottomRight * @see #GenericDraweeHierarchy_roundBottomStart * @see #GenericDraweeHierarchy_roundTopEnd * @see #GenericDraweeHierarchy_roundTopLeft * @see #GenericDraweeHierarchy_roundTopRight * @see #GenericDraweeHierarchy_roundTopStart * @see #GenericDraweeHierarchy_roundWithOverlayColor * @see #GenericDraweeHierarchy_roundedCornerRadius * @see #GenericDraweeHierarchy_roundingBorderColor * @see #GenericDraweeHierarchy_roundingBorderPadding * @see #GenericDraweeHierarchy_roundingBorderWidth * @see #GenericDraweeHierarchy_viewAspectRatio */ public static final int[] GenericDraweeHierarchy={ 0x7f020023, 0x7f020035, 0x7f020099, 0x7f02009a, 0x7f02009b, 0x7f0200d8, 0x7f0200e0, 0x7f0200e1, 0x7f0200e6, 0x7f0200e7, 0x7f0200e8, 0x7f0200e9, 0x7f0200f2, 0x7f0200f3, 0x7f0200f4, 0x7f0200f5, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200f9, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f0200fe, 0x7f0200ff, 0x7f020100, 0x7f020101, 0x7f020148 }; /** * <p> * @attr description * Scale type of the actual image. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:actualImageScaleType */ public static final int GenericDraweeHierarchy_actualImageScaleType=0; /** * <p> * @attr description * A drawable or color to be used as a background. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:backgroundImage */ public static final int GenericDraweeHierarchy_backgroundImage=1; /** * <p> * @attr description * Fade duration in milliseconds. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:fadeDuration */ public static final int GenericDraweeHierarchy_fadeDuration=2; /** * <p> * @attr description * A drawable to be be used as a failure image. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:failureImage */ public static final int GenericDraweeHierarchy_failureImage=3; /** * <p> * @attr description * Scale type of the failure image. Ignored if failureImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:failureImageScaleType */ public static final int GenericDraweeHierarchy_failureImageScaleType=4; /** * <p> * @attr description * A drawable or color to be used as an overlay. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:overlayImage */ public static final int GenericDraweeHierarchy_overlayImage=5; /** * <p> * @attr description * A drawable or color to be be used as a placeholder. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:placeholderImage */ public static final int GenericDraweeHierarchy_placeholderImage=6; /** * <p> * @attr description * Scale type of the placeholder image. Ignored if placeholderImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:placeholderImageScaleType */ public static final int GenericDraweeHierarchy_placeholderImageScaleType=7; /** * <p> * @attr description * A drawable or color to be used as a pressed-state-overlay * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:pressedStateOverlayImage */ public static final int GenericDraweeHierarchy_pressedStateOverlayImage=8; /** * <p> * @attr description * Progress bar Auto Rotate interval in milliseconds * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:progressBarAutoRotateInterval */ public static final int GenericDraweeHierarchy_progressBarAutoRotateInterval=9; /** * <p> * @attr description * A drawable to be be used as a progress bar. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:progressBarImage */ public static final int GenericDraweeHierarchy_progressBarImage=10; /** * <p> * @attr description * Scale type of the progress bar. Ignored if progressBarImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:progressBarImageScaleType */ public static final int GenericDraweeHierarchy_progressBarImageScaleType=11; /** * <p> * @attr description * A drawable to be be used as a retry image. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:retryImage */ public static final int GenericDraweeHierarchy_retryImage=12; /** * <p> * @attr description * Scale type of the retry image. Ignored if retryImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:retryImageScaleType */ public static final int GenericDraweeHierarchy_retryImageScaleType=13; /** * <p> * @attr description * Round as circle. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundAsCircle */ public static final int GenericDraweeHierarchy_roundAsCircle=14; /** * <p> * @attr description * Round the bottom-end edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomEnd */ public static final int GenericDraweeHierarchy_roundBottomEnd=15; /** * <p> * @attr description * Round the bottom-left corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomLeft */ public static final int GenericDraweeHierarchy_roundBottomLeft=16; /** * <p> * @attr description * Round the bottom-right corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomRight */ public static final int GenericDraweeHierarchy_roundBottomRight=17; /** * <p> * @attr description * Round the bottom-start edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomStart */ public static final int GenericDraweeHierarchy_roundBottomStart=18; /** * <p> * @attr description * Round the top-end edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopEnd */ public static final int GenericDraweeHierarchy_roundTopEnd=19; /** * <p> * @attr description * Round the top-left corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopLeft */ public static final int GenericDraweeHierarchy_roundTopLeft=20; /** * <p> * @attr description * Round the top-right corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopRight */ public static final int GenericDraweeHierarchy_roundTopRight=21; /** * <p> * @attr description * Round the top-start edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopStart */ public static final int GenericDraweeHierarchy_roundTopStart=22; /** * <p> * @attr description * Round by overlying color. * * <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.spoterator:roundWithOverlayColor */ public static final int GenericDraweeHierarchy_roundWithOverlayColor=23; /** * <p> * @attr description * Rounded corner radius. Ignored if roundAsCircle is used. * * <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), and * mm (millimeters). * * @attr name com.spoterator:roundedCornerRadius */ public static final int GenericDraweeHierarchy_roundedCornerRadius=24; /** * <p> * @attr description * Rounding border color * * <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.spoterator:roundingBorderColor */ public static final int GenericDraweeHierarchy_roundingBorderColor=25; /** * <p> * @attr description * Rounding border padding * * <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), and * mm (millimeters). * * @attr name com.spoterator:roundingBorderPadding */ public static final int GenericDraweeHierarchy_roundingBorderPadding=26; /** * <p> * @attr description * Rounding border width * * <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), and * mm (millimeters). * * @attr name com.spoterator:roundingBorderWidth */ public static final int GenericDraweeHierarchy_roundingBorderWidth=27; /** * <p> * @attr description * Aspect ratio (width / height) of the view, not necessarily of the images. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:viewAspectRatio */ public static final int GenericDraweeHierarchy_viewAspectRatio=28; /** * 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_startColor android:startColor}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_endColor android:endColor}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_type android:type}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_centerX android:centerX}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_centerY android:centerY}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_gradientRadius android:gradientRadius}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_tileMode android:tileMode}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_centerColor android:centerColor}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_startX android:startX}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_startY android:startY}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_endX android:endX}</code></td><td></td></tr> * <tr><td><code>{@link #GradientColor_android_endY android:endY}</code></td><td></td></tr> * </table> * @see #GradientColor_android_startColor * @see #GradientColor_android_endColor * @see #GradientColor_android_type * @see #GradientColor_android_centerX * @see #GradientColor_android_centerY * @see #GradientColor_android_gradientRadius * @see #GradientColor_android_tileMode * @see #GradientColor_android_centerColor * @see #GradientColor_android_startX * @see #GradientColor_android_startY * @see #GradientColor_android_endX * @see #GradientColor_android_endY */ public static final int[] GradientColor={ 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 }; /** * <p> * @attr description * Start color of the gradient. * * <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 android:startColor */ public static final int GradientColor_android_startColor=0; /** * <p> * @attr description * End color of the gradient. * * <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 android:endColor */ public static final int GradientColor_android_endColor=1; /** * <p> * @attr description * Type of gradient. The default type is linear. * * <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>linear</td><td>0</td><td></td></tr> * <tr><td>radial</td><td>1</td><td></td></tr> * <tr><td>sweep</td><td>2</td><td></td></tr> * </table> * * @attr name android:type */ public static final int GradientColor_android_type=2; /** * <p> * @attr description * X coordinate of the center of the gradient within the path. * * <p>May be a floating point value, such as "<code>1.2</code>". * <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 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>May be a floating point value, such as "<code>1.2</code>". * <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 android:centerY */ public static final int GradientColor_android_centerY=4; /** * <p> * @attr description * Radius of the gradient, used only with radial gradient. * * <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), and * 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 android:gradientRadius */ public static final int GradientColor_android_gradientRadius=5; /** * <p> * @attr description * Defines the tile mode of the gradient. SweepGradient doesn't support tiling. * * <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>clamp</td><td>0</td><td></td></tr> * <tr><td>disabled</td><td>ffffffff</td><td></td></tr> * <tr><td>mirror</td><td>2</td><td></td></tr> * <tr><td>repeat</td><td>1</td><td></td></tr> * </table> * * @attr name android:tileMode */ public static final int GradientColor_android_tileMode=6; /** * <p> * @attr description * Optional center color. * * <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 android:centerColor */ public static final int GradientColor_android_centerColor=7; /** * <p> * @attr description * X coordinate of the start point origin of the gradient. * Defined in same coordinates as the path itself * * <p>May be a floating point value, such as "<code>1.2</code>". * * @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>May be a floating point value, such as "<code>1.2</code>". * * @attr name android:startY */ public static final int GradientColor_android_startY=9; /** * <p> * @attr description * X coordinate of the end point origin of the gradient. * Defined in same coordinates as the path itself * * <p>May be a floating point value, such as "<code>1.2</code>". * * @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>May be a floating point value, such as "<code>1.2</code>". * * @attr name android:endY */ public static final int GradientColor_android_endY=11; /** * 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></td></tr> * <tr><td><code>{@link #GradientColorItem_android_offset android:offset}</code></td><td></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>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 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>May be a floating point value, such as "<code>1.2</code>". * * @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_gravity android:gravity}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_divider com.spoterator:divider}</code></td><td>Specifies the drawable used for item dividers.</td></tr> * <tr><td><code>{@link #LinearLayoutCompat_dividerPadding com.spoterator:dividerPadding}</code></td><td>Size of padding on either end of a divider.</td></tr> * <tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild com.spoterator: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.spoterator:showDividers}</code></td><td>Setting for which dividers to show.</td></tr> * </table> * @see #LinearLayoutCompat_android_gravity * @see #LinearLayoutCompat_android_orientation * @see #LinearLayoutCompat_android_baselineAligned * @see #LinearLayoutCompat_android_baselineAlignedChildIndex * @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, 0x7f02008c, 0x7f02008e, 0x7f0200d1, 0x7f02010a }; /** * <p>This symbol is the offset where the {@link android.R.attr#gravity} * attribute's value can be found in the {@link #LinearLayoutCompat} 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>bottom</td><td>50</td><td></td></tr> * <tr><td>center</td><td>11</td><td></td></tr> * <tr><td>center_horizontal</td><td>1</td><td></td></tr> * <tr><td>center_vertical</td><td>10</td><td></td></tr> * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> * <tr><td>clip_vertical</td><td>80</td><td></td></tr> * <tr><td>end</td><td>800005</td><td></td></tr> * <tr><td>fill</td><td>77</td><td></td></tr> * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> * <tr><td>fill_vertical</td><td>70</td><td></td></tr> * <tr><td>left</td><td>3</td><td></td></tr> * <tr><td>right</td><td>5</td><td></td></tr> * <tr><td>start</td><td>800003</td><td></td></tr> * <tr><td>top</td><td>30</td><td></td></tr> * </table> * * @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>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>horizontal</td><td>0</td><td></td></tr> * <tr><td>vertical</td><td>1</td><td></td></tr> * </table> * * @attr name android:orientation */ public static final int LinearLayoutCompat_android_orientation=1; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @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>May be an integer value, such as "<code>100</code>". * * @attr name android:baselineAlignedChildIndex */ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; /** * <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>May be a floating point value, such as "<code>1.2</code>". * * @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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:divider */ public static final int LinearLayoutCompat_divider=5; /** * <p> * @attr description * Size of padding on either end of a divider. * * <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), and * mm (millimeters). * * @attr name com.spoterator:dividerPadding */ public static final int LinearLayoutCompat_dividerPadding=6; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:measureWithLargestChild */ public static final int LinearLayoutCompat_measureWithLargestChild=7; /** * <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>beginning</td><td>1</td><td></td></tr> * <tr><td>end</td><td>4</td><td></td></tr> * <tr><td>middle</td><td>2</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * </table> * * @attr name com.spoterator:showDividers */ public static final int LinearLayoutCompat_showDividers=8; /** * 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_width android:layout_width}</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> * </table> * @see #LinearLayoutCompat_Layout_android_layout_gravity * @see #LinearLayoutCompat_Layout_android_layout_width * @see #LinearLayoutCompat_Layout_android_layout_height * @see #LinearLayoutCompat_Layout_android_layout_weight */ 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. * * <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>bottom</td><td>50</td><td></td></tr> * <tr><td>center</td><td>11</td><td></td></tr> * <tr><td>center_horizontal</td><td>1</td><td></td></tr> * <tr><td>center_vertical</td><td>10</td><td></td></tr> * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> * <tr><td>clip_vertical</td><td>80</td><td></td></tr> * <tr><td>end</td><td>800005</td><td></td></tr> * <tr><td>fill</td><td>77</td><td></td></tr> * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> * <tr><td>fill_vertical</td><td>70</td><td></td></tr> * <tr><td>left</td><td>3</td><td></td></tr> * <tr><td>right</td><td>5</td><td></td></tr> * <tr><td>start</td><td>800003</td><td></td></tr> * <tr><td>top</td><td>30</td><td></td></tr> * </table> * * @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_width} * attribute's value can be found in the {@link #LinearLayoutCompat_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), and * mm (millimeters). * <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>fill_parent</td><td>ffffffff</td><td></td></tr> * <tr><td>match_parent</td><td>ffffffff</td><td></td></tr> * <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr> * </table> * * @attr name android:layout_width */ public static final int LinearLayoutCompat_Layout_android_layout_width=1; /** * <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. * * <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), and * mm (millimeters). * <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>fill_parent</td><td>ffffffff</td><td></td></tr> * <tr><td>match_parent</td><td>ffffffff</td><td></td></tr> * <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr> * </table> * * @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. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name android:layout_weight */ public static final int LinearLayoutCompat_Layout_android_layout_weight=3; /** * 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></td></tr> * <tr><td><code>{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></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>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), and * mm (millimeters). * * @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>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), and * mm (millimeters). * * @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.spoterator:circleCrop}</code></td><td></td></tr> * <tr><td><code>{@link #LoadingImageView_imageAspectRatio com.spoterator:imageAspectRatio}</code></td><td></td></tr> * <tr><td><code>{@link #LoadingImageView_imageAspectRatioAdjust com.spoterator:imageAspectRatioAdjust}</code></td><td></td></tr> * </table> * @see #LoadingImageView_circleCrop * @see #LoadingImageView_imageAspectRatio * @see #LoadingImageView_imageAspectRatioAdjust */ public static final int[] LoadingImageView={ 0x7f02004b, 0x7f0200b2, 0x7f0200b3 }; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#circleCrop} * attribute's value can be found in the {@link #LoadingImageView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:circleCrop */ public static final int LoadingImageView_circleCrop=0; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#imageAspectRatio} * attribute's value can be found in the {@link #LoadingImageView} array. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:imageAspectRatio */ public static final int LoadingImageView_imageAspectRatio=1; /** * <p>This symbol is the offset where the {@link com.spoterator.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>adjust_height</td><td>2</td><td></td></tr> * <tr><td>adjust_width</td><td>1</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * </table> * * @attr name com.spoterator:imageAspectRatioAdjust */ public static final int LoadingImageView_imageAspectRatioAdjust=2; /** * 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_enabled android:enabled}</code></td><td></td></tr> * <tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td></td></tr> * <tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td></td></tr> * <tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td></td></tr> * <tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td></td></tr> * <tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td></td></tr> * </table> * @see #MenuGroup_android_enabled * @see #MenuGroup_android_id * @see #MenuGroup_android_visible * @see #MenuGroup_android_menuCategory * @see #MenuGroup_android_orderInCategory * @see #MenuGroup_android_checkableBehavior */ public static final int[] MenuGroup={ 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; /** * <p> * @attr description * Whether the items are enabled. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:enabled */ public static final int MenuGroup_android_enabled=0; /** * <p> * @attr description * The ID of the group. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:id */ public static final int MenuGroup_android_id=1; /** * <p> * @attr description * Whether the items are shown/visible. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:visible */ public static final int MenuGroup_android_visible=2; /** * <p> * @attr description * The category applied to all items within this group. * (This will be or'ed with the orderInCategory attribute.) * * <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>alternative</td><td>40000</td><td></td></tr> * <tr><td>container</td><td>10000</td><td></td></tr> * <tr><td>secondary</td><td>30000</td><td></td></tr> * <tr><td>system</td><td>20000</td><td></td></tr> * </table> * * @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>May be an integer value, such as "<code>100</code>". * * @attr name android:orderInCategory */ public static final int MenuGroup_android_orderInCategory=4; /** * <p> * @attr description * Whether the items are capable of displaying a check mark. * * <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>all</td><td>1</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * <tr><td>single</td><td>2</td><td></td></tr> * </table> * * @attr name android:checkableBehavior */ public static final int MenuGroup_android_checkableBehavior=5; /** * 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_android_icon android:icon}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_actionLayout com.spoterator:actionLayout}</code></td><td>An optional layout to be used as an action view.</td></tr> * <tr><td><code>{@link #MenuItem_actionProviderClass com.spoterator: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.spoterator: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.spoterator:alphabeticModifiers}</code></td><td>The alphabetic modifier key.</td></tr> * <tr><td><code>{@link #MenuItem_contentDescription com.spoterator:contentDescription}</code></td><td>The content description associated with the item.</td></tr> * <tr><td><code>{@link #MenuItem_iconTint com.spoterator:iconTint}</code></td><td>Tint to apply to the icon.</td></tr> * <tr><td><code>{@link #MenuItem_iconTintMode com.spoterator:iconTintMode}</code></td><td>Blending mode used to apply the icon tint.</td></tr> * <tr><td><code>{@link #MenuItem_numericModifiers com.spoterator:numericModifiers}</code></td><td>The numeric modifier key.</td></tr> * <tr><td><code>{@link #MenuItem_showAsAction com.spoterator:showAsAction}</code></td><td>How this item should display in the Action Bar, if present.</td></tr> * <tr><td><code>{@link #MenuItem_tooltipText com.spoterator:tooltipText}</code></td><td>The tooltip text associated with the item.</td></tr> * </table> * @see #MenuItem_android_icon * @see #MenuItem_android_enabled * @see #MenuItem_android_id * @see #MenuItem_android_checked * @see #MenuItem_android_visible * @see #MenuItem_android_menuCategory * @see #MenuItem_android_orderInCategory * @see #MenuItem_android_title * @see #MenuItem_android_titleCondensed * @see #MenuItem_android_alphabeticShortcut * @see #MenuItem_android_numericShortcut * @see #MenuItem_android_checkable * @see #MenuItem_android_onClick * @see #MenuItem_actionLayout * @see #MenuItem_actionProviderClass * @see #MenuItem_actionViewClass * @see #MenuItem_alphabeticModifiers * @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, 0x7f02000d, 0x7f02001f, 0x7f020020, 0x7f02002b, 0x7f02005d, 0x7f0200af, 0x7f0200b0, 0x7f0200d6, 0x7f020109, 0x7f020143 }; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:icon */ public static final int MenuItem_android_icon=0; /** * <p> * @attr description * Whether the item is enabled. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:enabled */ public static final int MenuItem_android_enabled=1; /** * <p> * @attr description * The ID of the item. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:id */ public static final int MenuItem_android_id=2; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:checked */ public static final int MenuItem_android_checked=3; /** * <p> * @attr description * Whether the item is shown/visible. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:visible */ public static final int MenuItem_android_visible=4; /** * <p> * @attr description * The category applied to the item. * (This will be or'ed with the orderInCategory attribute.) * * <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>alternative</td><td>40000</td><td></td></tr> * <tr><td>container</td><td>10000</td><td></td></tr> * <tr><td>secondary</td><td>30000</td><td></td></tr> * <tr><td>system</td><td>20000</td><td></td></tr> * </table> * * @attr name android:menuCategory */ public static final int MenuItem_android_menuCategory=5; /** * <p> * @attr description * The order within the category applied to the item. * (This will be or'ed with the category attribute.) * * <p>May be an integer value, such as "<code>100</code>". * * @attr name android:orderInCategory */ public static final int MenuItem_android_orderInCategory=6; /** * <p> * @attr description * The title associated with the item. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:titleCondensed */ public static final int MenuItem_android_titleCondensed=8; /** * <p> * @attr description * The alphabetic shortcut key. This is the shortcut when using a keyboard * with alphabetic keys. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:alphabeticShortcut */ public static final int MenuItem_android_alphabeticShortcut=9; /** * <p> * @attr description * The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) * keyboard. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:numericShortcut */ public static final int MenuItem_android_numericShortcut=10; /** * <p> * @attr description * Whether the item is capable of displaying a check mark. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:checkable */ public static final int MenuItem_android_checkable=11; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:onClick */ public static final int MenuItem_android_onClick=12; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actionLayout */ public static final int MenuItem_actionLayout=13; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:actionProviderClass */ public static final int MenuItem_actionProviderClass=14; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:actionViewClass */ public static final int MenuItem_actionViewClass=15; /** * <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>ALT</td><td>2</td><td></td></tr> * <tr><td>CTRL</td><td>1000</td><td></td></tr> * <tr><td>FUNCTION</td><td>8</td><td></td></tr> * <tr><td>META</td><td>10000</td><td></td></tr> * <tr><td>SHIFT</td><td>1</td><td></td></tr> * <tr><td>SYM</td><td>4</td><td></td></tr> * </table> * * @attr name com.spoterator:alphabeticModifiers */ public static final int MenuItem_alphabeticModifiers=16; /** * <p> * @attr description * The content description associated with the item. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:contentDescription */ public static final int MenuItem_contentDescription=17; /** * <p> * @attr description * Tint to apply to the icon. * * <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.spoterator:iconTint */ public static final int MenuItem_iconTint=18; /** * <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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the icon with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator:iconTintMode */ public static final int MenuItem_iconTintMode=19; /** * <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>ALT</td><td>2</td><td></td></tr> * <tr><td>CTRL</td><td>1000</td><td></td></tr> * <tr><td>FUNCTION</td><td>8</td><td></td></tr> * <tr><td>META</td><td>10000</td><td></td></tr> * <tr><td>SHIFT</td><td>1</td><td></td></tr> * <tr><td>SYM</td><td>4</td><td></td></tr> * </table> * * @attr name com.spoterator:numericModifiers */ public static final int MenuItem_numericModifiers=20; /** * <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>always</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>collapseActionView</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> * <tr><td>ifRoom</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>never</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>withText</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> * </table> * * @attr name com.spoterator:showAsAction */ public static final int MenuItem_showAsAction=21; /** * <p> * @attr description * The tooltip text associated with the item. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:tooltipText */ public static final int MenuItem_tooltipText=22; /** * 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_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_preserveIconSpacing com.spoterator: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.spoterator:subMenuArrow}</code></td><td>Drawable for the arrow icon indicating a particular item is a submenu.</td></tr> * </table> * @see #MenuView_android_windowAnimationStyle * @see #MenuView_android_itemTextAppearance * @see #MenuView_android_horizontalDivider * @see #MenuView_android_verticalDivider * @see #MenuView_android_headerBackground * @see #MenuView_android_itemBackground * @see #MenuView_android_itemIconDisabledAlpha * @see #MenuView_preserveIconSpacing * @see #MenuView_subMenuArrow */ public static final int[] MenuView={ 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0200e5, 0x7f020115 }; /** * <p> * @attr description * Default animations for the menu. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:windowAnimationStyle */ public static final int MenuView_android_windowAnimationStyle=0; /** * <p> * @attr description * Default appearance of menu item text. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:itemTextAppearance */ public static final int MenuView_android_itemTextAppearance=1; /** * <p> * @attr description * Default horizontal divider between rows of 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:horizontalDivider */ public static final int MenuView_android_horizontalDivider=2; /** * <p> * @attr description * Default vertical divider between 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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:verticalDivider */ public static final int MenuView_android_verticalDivider=3; /** * <p> * @attr description * Default background for the menu header. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:headerBackground */ public static final int MenuView_android_headerBackground=4; /** * <p> * @attr description * Default background for each menu item. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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>May be a floating point value, such as "<code>1.2</code>". * * @attr name android:itemIconDisabledAlpha */ public static final int MenuView_android_itemIconDisabledAlpha=6; /** * <p> * @attr description * Whether space should be reserved in layout when an icon is missing. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:preserveIconSpacing */ public static final int MenuView_preserveIconSpacing=7; /** * <p> * @attr description * Drawable for the arrow icon indicating a particular item is a submenu. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:subMenuArrow */ public static final int MenuView_subMenuArrow=8; /** * 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_popupBackground android:popupBackground}</code></td><td></td></tr> * <tr><td><code>{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}</code></td><td></td></tr> * <tr><td><code>{@link #PopupWindow_overlapAnchor com.spoterator:overlapAnchor}</code></td><td>Whether the popup window should overlap its anchor view.</td></tr> * </table> * @see #PopupWindow_android_popupBackground * @see #PopupWindow_android_popupAnimationStyle * @see #PopupWindow_overlapAnchor */ public static final int[] PopupWindow={ 0x01010176, 0x010102c9, 0x7f0200d7 }; /** * <p>This symbol is the offset where the {@link android.R.attr#popupBackground} * attribute's value can be found in the {@link #PopupWindow} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:popupBackground */ public static final int PopupWindow_android_popupBackground=0; /** * <p>This symbol is the offset where the {@link android.R.attr#popupAnimationStyle} * attribute's value can be found in the {@link #PopupWindow} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:popupAnimationStyle */ public static final int PopupWindow_android_popupAnimationStyle=1; /** * <p> * @attr description * Whether the popup window should overlap its anchor view. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator: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.spoterator: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={ 0x7f020113 }; /** * <p> * @attr description * State identifier indicating the popup will be above the anchor. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator: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.spoterator:paddingBottomNoButtons}</code></td><td>Bottom padding to use when no buttons are present.</td></tr> * <tr><td><code>{@link #RecycleListView_paddingTopNoTitle com.spoterator: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={ 0x7f0200d9, 0x7f0200dc }; /** * <p> * @attr description * Bottom padding to use when no buttons are present. * * <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), and * mm (millimeters). * * @attr name com.spoterator:paddingBottomNoButtons */ public static final int RecycleListView_paddingBottomNoButtons=0; /** * <p> * @attr description * Top padding to use when no title is present. * * <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), and * mm (millimeters). * * @attr name com.spoterator:paddingTopNoTitle */ public static final int RecycleListView_paddingTopNoTitle=1; /** * 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_maxWidth android:maxWidth}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_closeIcon com.spoterator:closeIcon}</code></td><td>Close button icon</td></tr> * <tr><td><code>{@link #SearchView_commitIcon com.spoterator:commitIcon}</code></td><td>Commit icon shown in the query suggestion row</td></tr> * <tr><td><code>{@link #SearchView_defaultQueryHint com.spoterator: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.spoterator:goIcon}</code></td><td>Go button icon</td></tr> * <tr><td><code>{@link #SearchView_iconifiedByDefault com.spoterator:iconifiedByDefault}</code></td><td>The default state of the SearchView.</td></tr> * <tr><td><code>{@link #SearchView_layout com.spoterator:layout}</code></td><td>The layout to use for the search view.</td></tr> * <tr><td><code>{@link #SearchView_queryBackground com.spoterator:queryBackground}</code></td><td>Background for the section containing the search query</td></tr> * <tr><td><code>{@link #SearchView_queryHint com.spoterator: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.spoterator:searchHintIcon}</code></td><td>Search icon displayed as a text field hint</td></tr> * <tr><td><code>{@link #SearchView_searchIcon com.spoterator:searchIcon}</code></td><td>Search icon</td></tr> * <tr><td><code>{@link #SearchView_submitBackground com.spoterator:submitBackground}</code></td><td>Background for the section containing the action (e.g.</td></tr> * <tr><td><code>{@link #SearchView_suggestionRowLayout com.spoterator:suggestionRowLayout}</code></td><td>Layout for query suggestion rows</td></tr> * <tr><td><code>{@link #SearchView_voiceIcon com.spoterator:voiceIcon}</code></td><td>Voice button icon</td></tr> * </table> * @see #SearchView_android_focusable * @see #SearchView_android_maxWidth * @see #SearchView_android_inputType * @see #SearchView_android_imeOptions * @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, 0x7f02004c, 0x7f02005c, 0x7f020087, 0x7f0200a9, 0x7f0200b1, 0x7f0200bb, 0x7f0200ec, 0x7f0200ed, 0x7f020103, 0x7f020104, 0x7f020116, 0x7f02011b, 0x7f02014a }; /** * <p>This symbol is the offset where the {@link android.R.attr#focusable} * attribute's value can be found in the {@link #SearchView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * <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>auto</td><td>10</td><td></td></tr> * </table> * * @attr name android:focusable */ public static final int SearchView_android_focusable=0; /** * <p> * @attr description * An optional maximum width of the SearchView. * * <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), and * mm (millimeters). * * @attr name android:maxWidth */ public static final int SearchView_android_maxWidth=1; /** * <p> * @attr description * The input type to set on the query text field. * * <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>date</td><td>14</td><td></td></tr> * <tr><td>datetime</td><td>4</td><td></td></tr> * <tr><td>none</td><td>0</td><td></td></tr> * <tr><td>number</td><td>2</td><td></td></tr> * <tr><td>numberDecimal</td><td>2002</td><td></td></tr> * <tr><td>numberPassword</td><td>12</td><td></td></tr> * <tr><td>numberSigned</td><td>1002</td><td></td></tr> * <tr><td>phone</td><td>3</td><td></td></tr> * <tr><td>text</td><td>1</td><td></td></tr> * <tr><td>textAutoComplete</td><td>10001</td><td></td></tr> * <tr><td>textAutoCorrect</td><td>8001</td><td></td></tr> * <tr><td>textCapCharacters</td><td>1001</td><td></td></tr> * <tr><td>textCapSentences</td><td>4001</td><td></td></tr> * <tr><td>textCapWords</td><td>2001</td><td></td></tr> * <tr><td>textEmailAddress</td><td>21</td><td></td></tr> * <tr><td>textEmailSubject</td><td>31</td><td></td></tr> * <tr><td>textFilter</td><td>b1</td><td></td></tr> * <tr><td>textImeMultiLine</td><td>40001</td><td></td></tr> * <tr><td>textLongMessage</td><td>51</td><td></td></tr> * <tr><td>textMultiLine</td><td>20001</td><td></td></tr> * <tr><td>textNoSuggestions</td><td>80001</td><td></td></tr> * <tr><td>textPassword</td><td>81</td><td></td></tr> * <tr><td>textPersonName</td><td>61</td><td></td></tr> * <tr><td>textPhonetic</td><td>c1</td><td></td></tr> * <tr><td>textPostalAddress</td><td>71</td><td></td></tr> * <tr><td>textShortMessage</td><td>41</td><td></td></tr> * <tr><td>textUri</td><td>11</td><td></td></tr> * <tr><td>textVisiblePassword</td><td>91</td><td></td></tr> * <tr><td>textWebEditText</td><td>a1</td><td></td></tr> * <tr><td>textWebEmailAddress</td><td>d1</td><td></td></tr> * <tr><td>textWebPassword</td><td>e1</td><td></td></tr> * <tr><td>time</td><td>24</td><td></td></tr> * </table> * * @attr name android:inputType */ public static final int SearchView_android_inputType=2; /** * <p> * @attr description * The IME options to set on the query text field. * * <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>actionDone</td><td>6</td><td></td></tr> * <tr><td>actionGo</td><td>2</td><td></td></tr> * <tr><td>actionNext</td><td>5</td><td></td></tr> * <tr><td>actionNone</td><td>1</td><td></td></tr> * <tr><td>actionPrevious</td><td>7</td><td></td></tr> * <tr><td>actionSearch</td><td>3</td><td></td></tr> * <tr><td>actionSend</td><td>4</td><td></td></tr> * <tr><td>actionUnspecified</td><td>0</td><td></td></tr> * <tr><td>flagForceAscii</td><td>80000000</td><td></td></tr> * <tr><td>flagNavigateNext</td><td>8000000</td><td></td></tr> * <tr><td>flagNavigatePrevious</td><td>4000000</td><td></td></tr> * <tr><td>flagNoAccessoryAction</td><td>20000000</td><td></td></tr> * <tr><td>flagNoEnterAction</td><td>40000000</td><td></td></tr> * <tr><td>flagNoExtractUi</td><td>10000000</td><td></td></tr> * <tr><td>flagNoFullscreen</td><td>2000000</td><td></td></tr> * <tr><td>flagNoPersonalizedLearning</td><td>1000000</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * </table> * * @attr name android:imeOptions */ public static final int SearchView_android_imeOptions=3; /** * <p> * @attr description * Close button icon * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:closeIcon */ public static final int SearchView_closeIcon=4; /** * <p> * @attr description * Commit icon shown in the query suggestion row * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:commitIcon */ public static final int SearchView_commitIcon=5; /** * <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>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:defaultQueryHint */ public static final int SearchView_defaultQueryHint=6; /** * <p> * @attr description * Go button icon * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:goIcon */ public static final int SearchView_goIcon=7; /** * <p> * @attr description * The default state of the SearchView. If true, it will be iconified when not in * use and expanded when clicked. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:iconifiedByDefault */ public static final int SearchView_iconifiedByDefault=8; /** * <p> * @attr description * The layout to use for the search view. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:layout */ public static final int SearchView_layout=9; /** * <p> * @attr description * Background for the section containing the search query * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:queryBackground */ public static final int SearchView_queryBackground=10; /** * <p> * @attr description * An optional user-defined query hint string to be displayed in the empty query field. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:queryHint */ public static final int SearchView_queryHint=11; /** * <p> * @attr description * Search icon displayed as a text field hint * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:searchHintIcon */ public static final int SearchView_searchHintIcon=12; /** * <p> * @attr description * Search icon * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:searchIcon */ public static final int SearchView_searchIcon=13; /** * <p> * @attr description * Background for the section containing the action (e.g. voice search) * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:submitBackground */ public static final int SearchView_submitBackground=14; /** * <p> * @attr description * Layout for query suggestion rows * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:suggestionRowLayout */ public static final int SearchView_suggestionRowLayout=15; /** * <p> * @attr description * Voice button icon * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:voiceIcon */ public static final int SearchView_voiceIcon=16; /** * 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.spoterator:buttonSize}</code></td><td></td></tr> * <tr><td><code>{@link #SignInButton_colorScheme com.spoterator:colorScheme}</code></td><td></td></tr> * <tr><td><code>{@link #SignInButton_scopeUris com.spoterator:scopeUris}</code></td><td></td></tr> * </table> * @see #SignInButton_buttonSize * @see #SignInButton_colorScheme * @see #SignInButton_scopeUris */ public static final int[] SignInButton={ 0x7f020044, 0x7f02005a, 0x7f020102 }; /** * <p>This symbol is the offset where the {@link com.spoterator.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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <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>icon_only</td><td>2</td><td></td></tr> * <tr><td>standard</td><td>0</td><td></td></tr> * <tr><td>wide</td><td>1</td><td></td></tr> * </table> * * @attr name com.spoterator:buttonSize */ public static final int SignInButton_buttonSize=0; /** * <p>This symbol is the offset where the {@link com.spoterator.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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <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>auto</td><td>2</td><td></td></tr> * <tr><td>dark</td><td>0</td><td></td></tr> * <tr><td>light</td><td>1</td><td></td></tr> * </table> * * @attr name com.spoterator:colorScheme */ public static final int SignInButton_colorScheme=1; /** * <p>This symbol is the offset where the {@link com.spoterator.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 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.spoterator:scopeUris */ public static final int SignInButton_scopeUris=2; /** * Attributes that can be used with a SimpleDraweeView. * <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 #SimpleDraweeView_actualImageResource com.spoterator:actualImageResource}</code></td><td>An image reference</td></tr> * <tr><td><code>{@link #SimpleDraweeView_actualImageScaleType com.spoterator:actualImageScaleType}</code></td><td>Scale type of the actual image.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_actualImageUri com.spoterator:actualImageUri}</code></td><td>An image uri .</td></tr> * <tr><td><code>{@link #SimpleDraweeView_backgroundImage com.spoterator:backgroundImage}</code></td><td>A drawable or color to be used as a background.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_fadeDuration com.spoterator:fadeDuration}</code></td><td>Fade duration in milliseconds.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_failureImage com.spoterator:failureImage}</code></td><td>A drawable to be be used as a failure image.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_failureImageScaleType com.spoterator:failureImageScaleType}</code></td><td>Scale type of the failure image.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_overlayImage com.spoterator:overlayImage}</code></td><td>A drawable or color to be used as an overlay.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_placeholderImage com.spoterator:placeholderImage}</code></td><td>A drawable or color to be be used as a placeholder.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_placeholderImageScaleType com.spoterator:placeholderImageScaleType}</code></td><td>Scale type of the placeholder image.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_pressedStateOverlayImage com.spoterator:pressedStateOverlayImage}</code></td><td>A drawable or color to be used as a pressed-state-overlay</td></tr> * <tr><td><code>{@link #SimpleDraweeView_progressBarAutoRotateInterval com.spoterator:progressBarAutoRotateInterval}</code></td><td>Progress bar Auto Rotate interval in milliseconds</td></tr> * <tr><td><code>{@link #SimpleDraweeView_progressBarImage com.spoterator:progressBarImage}</code></td><td>A drawable to be be used as a progress bar.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_progressBarImageScaleType com.spoterator:progressBarImageScaleType}</code></td><td>Scale type of the progress bar.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_retryImage com.spoterator:retryImage}</code></td><td>A drawable to be be used as a retry image.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_retryImageScaleType com.spoterator:retryImageScaleType}</code></td><td>Scale type of the retry image.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundAsCircle com.spoterator:roundAsCircle}</code></td><td>Round as circle.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundBottomEnd com.spoterator:roundBottomEnd}</code></td><td>Round the bottom-end edge.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundBottomLeft com.spoterator:roundBottomLeft}</code></td><td>Round the bottom-left corner.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundBottomRight com.spoterator:roundBottomRight}</code></td><td>Round the bottom-right corner.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundBottomStart com.spoterator:roundBottomStart}</code></td><td>Round the bottom-start edge.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundTopEnd com.spoterator:roundTopEnd}</code></td><td>Round the top-end edge.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundTopLeft com.spoterator:roundTopLeft}</code></td><td>Round the top-left corner.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundTopRight com.spoterator:roundTopRight}</code></td><td>Round the top-right corner.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundTopStart com.spoterator:roundTopStart}</code></td><td>Round the top-start edge.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundWithOverlayColor com.spoterator:roundWithOverlayColor}</code></td><td>Round by overlying color.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundedCornerRadius com.spoterator:roundedCornerRadius}</code></td><td>Rounded corner radius.</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundingBorderColor com.spoterator:roundingBorderColor}</code></td><td>Rounding border color</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundingBorderPadding com.spoterator:roundingBorderPadding}</code></td><td>Rounding border padding</td></tr> * <tr><td><code>{@link #SimpleDraweeView_roundingBorderWidth com.spoterator:roundingBorderWidth}</code></td><td>Rounding border width</td></tr> * <tr><td><code>{@link #SimpleDraweeView_viewAspectRatio com.spoterator:viewAspectRatio}</code></td><td>Aspect ratio (width / height) of the view, not necessarily of the images.</td></tr> * </table> * @see #SimpleDraweeView_actualImageResource * @see #SimpleDraweeView_actualImageScaleType * @see #SimpleDraweeView_actualImageUri * @see #SimpleDraweeView_backgroundImage * @see #SimpleDraweeView_fadeDuration * @see #SimpleDraweeView_failureImage * @see #SimpleDraweeView_failureImageScaleType * @see #SimpleDraweeView_overlayImage * @see #SimpleDraweeView_placeholderImage * @see #SimpleDraweeView_placeholderImageScaleType * @see #SimpleDraweeView_pressedStateOverlayImage * @see #SimpleDraweeView_progressBarAutoRotateInterval * @see #SimpleDraweeView_progressBarImage * @see #SimpleDraweeView_progressBarImageScaleType * @see #SimpleDraweeView_retryImage * @see #SimpleDraweeView_retryImageScaleType * @see #SimpleDraweeView_roundAsCircle * @see #SimpleDraweeView_roundBottomEnd * @see #SimpleDraweeView_roundBottomLeft * @see #SimpleDraweeView_roundBottomRight * @see #SimpleDraweeView_roundBottomStart * @see #SimpleDraweeView_roundTopEnd * @see #SimpleDraweeView_roundTopLeft * @see #SimpleDraweeView_roundTopRight * @see #SimpleDraweeView_roundTopStart * @see #SimpleDraweeView_roundWithOverlayColor * @see #SimpleDraweeView_roundedCornerRadius * @see #SimpleDraweeView_roundingBorderColor * @see #SimpleDraweeView_roundingBorderPadding * @see #SimpleDraweeView_roundingBorderWidth * @see #SimpleDraweeView_viewAspectRatio */ public static final int[] SimpleDraweeView={ 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020035, 0x7f020099, 0x7f02009a, 0x7f02009b, 0x7f0200d8, 0x7f0200e0, 0x7f0200e1, 0x7f0200e6, 0x7f0200e7, 0x7f0200e8, 0x7f0200e9, 0x7f0200f2, 0x7f0200f3, 0x7f0200f4, 0x7f0200f5, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200f9, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f0200fe, 0x7f0200ff, 0x7f020100, 0x7f020101, 0x7f020148 }; /** * <p> * @attr description * An image reference * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:actualImageResource */ public static final int SimpleDraweeView_actualImageResource=0; /** * <p> * @attr description * Scale type of the actual image. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:actualImageScaleType */ public static final int SimpleDraweeView_actualImageScaleType=1; /** * <p> * @attr description * An image uri . * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:actualImageUri */ public static final int SimpleDraweeView_actualImageUri=2; /** * <p> * @attr description * A drawable or color to be used as a background. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:backgroundImage */ public static final int SimpleDraweeView_backgroundImage=3; /** * <p> * @attr description * Fade duration in milliseconds. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:fadeDuration */ public static final int SimpleDraweeView_fadeDuration=4; /** * <p> * @attr description * A drawable to be be used as a failure image. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:failureImage */ public static final int SimpleDraweeView_failureImage=5; /** * <p> * @attr description * Scale type of the failure image. Ignored if failureImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:failureImageScaleType */ public static final int SimpleDraweeView_failureImageScaleType=6; /** * <p> * @attr description * A drawable or color to be used as an overlay. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:overlayImage */ public static final int SimpleDraweeView_overlayImage=7; /** * <p> * @attr description * A drawable or color to be be used as a placeholder. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:placeholderImage */ public static final int SimpleDraweeView_placeholderImage=8; /** * <p> * @attr description * Scale type of the placeholder image. Ignored if placeholderImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:placeholderImageScaleType */ public static final int SimpleDraweeView_placeholderImageScaleType=9; /** * <p> * @attr description * A drawable or color to be used as a pressed-state-overlay * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:pressedStateOverlayImage */ public static final int SimpleDraweeView_pressedStateOverlayImage=10; /** * <p> * @attr description * Progress bar Auto Rotate interval in milliseconds * * <p>May be an integer value, such as "<code>100</code>". * * @attr name com.spoterator:progressBarAutoRotateInterval */ public static final int SimpleDraweeView_progressBarAutoRotateInterval=11; /** * <p> * @attr description * A drawable to be be used as a progress bar. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:progressBarImage */ public static final int SimpleDraweeView_progressBarImage=12; /** * <p> * @attr description * Scale type of the progress bar. Ignored if progressBarImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:progressBarImageScaleType */ public static final int SimpleDraweeView_progressBarImageScaleType=13; /** * <p> * @attr description * A drawable to be be used as a retry image. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:retryImage */ public static final int SimpleDraweeView_retryImage=14; /** * <p> * @attr description * Scale type of the retry image. Ignored if retryImage is not specified. * * <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>center</td><td>4</td><td></td></tr> * <tr><td>centerCrop</td><td>6</td><td></td></tr> * <tr><td>centerInside</td><td>5</td><td></td></tr> * <tr><td>fitBottomStart</td><td>8</td><td></td></tr> * <tr><td>fitCenter</td><td>2</td><td></td></tr> * <tr><td>fitEnd</td><td>3</td><td></td></tr> * <tr><td>fitStart</td><td>1</td><td></td></tr> * <tr><td>fitXY</td><td>0</td><td></td></tr> * <tr><td>focusCrop</td><td>7</td><td></td></tr> * <tr><td>none</td><td>ffffffff</td><td></td></tr> * </table> * * @attr name com.spoterator:retryImageScaleType */ public static final int SimpleDraweeView_retryImageScaleType=15; /** * <p> * @attr description * Round as circle. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundAsCircle */ public static final int SimpleDraweeView_roundAsCircle=16; /** * <p> * @attr description * Round the bottom-end edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomEnd */ public static final int SimpleDraweeView_roundBottomEnd=17; /** * <p> * @attr description * Round the bottom-left corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomLeft */ public static final int SimpleDraweeView_roundBottomLeft=18; /** * <p> * @attr description * Round the bottom-right corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomRight */ public static final int SimpleDraweeView_roundBottomRight=19; /** * <p> * @attr description * Round the bottom-start edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundBottomStart */ public static final int SimpleDraweeView_roundBottomStart=20; /** * <p> * @attr description * Round the top-end edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopEnd */ public static final int SimpleDraweeView_roundTopEnd=21; /** * <p> * @attr description * Round the top-left corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopLeft */ public static final int SimpleDraweeView_roundTopLeft=22; /** * <p> * @attr description * Round the top-right corner. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopRight */ public static final int SimpleDraweeView_roundTopRight=23; /** * <p> * @attr description * Round the top-start edge. Ignored if roundAsCircle is used. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:roundTopStart */ public static final int SimpleDraweeView_roundTopStart=24; /** * <p> * @attr description * Round by overlying color. * * <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.spoterator:roundWithOverlayColor */ public static final int SimpleDraweeView_roundWithOverlayColor=25; /** * <p> * @attr description * Rounded corner radius. Ignored if roundAsCircle is used. * * <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), and * mm (millimeters). * * @attr name com.spoterator:roundedCornerRadius */ public static final int SimpleDraweeView_roundedCornerRadius=26; /** * <p> * @attr description * Rounding border color * * <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.spoterator:roundingBorderColor */ public static final int SimpleDraweeView_roundingBorderColor=27; /** * <p> * @attr description * Rounding border padding * * <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), and * mm (millimeters). * * @attr name com.spoterator:roundingBorderPadding */ public static final int SimpleDraweeView_roundingBorderPadding=28; /** * <p> * @attr description * Rounding border width * * <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), and * mm (millimeters). * * @attr name com.spoterator:roundingBorderWidth */ public static final int SimpleDraweeView_roundingBorderWidth=29; /** * <p> * @attr description * Aspect ratio (width / height) of the view, not necessarily of the images. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name com.spoterator:viewAspectRatio */ public static final int SimpleDraweeView_viewAspectRatio=30; /** * 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_entries android:entries}</code></td><td></td></tr> * <tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td></td></tr> * <tr><td><code>{@link #Spinner_android_prompt android:prompt}</code></td><td></td></tr> * <tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></tr> * <tr><td><code>{@link #Spinner_popupTheme com.spoterator:popupTheme}</code></td><td>Reference to a theme that should be used to inflate popups * shown by widgets in the action bar.</td></tr> * </table> * @see #Spinner_android_entries * @see #Spinner_android_popupBackground * @see #Spinner_android_prompt * @see #Spinner_android_dropDownWidth * @see #Spinner_popupTheme */ public static final int[] Spinner={ 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0200e3 }; /** * <p> * @attr description * Reference to an array resource that will populate the Spinner. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:prompt */ public static final int Spinner_android_prompt=2; /** * <p> * @attr description * Width of the dropdown in spinnerMode="dropdown". * * <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), and * mm (millimeters). * <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>fill_parent</td><td>ffffffff</td><td></td></tr> * <tr><td>match_parent</td><td>ffffffff</td><td></td></tr> * <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr> * </table> * * @attr name android:dropDownWidth */ public static final int Spinner_android_dropDownWidth=3; /** * <p> * @attr description * Theme to use for the drop-down or dialog popup window. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:popupTheme */ public static final int Spinner_popupTheme=4; /** * Attributes that can be used with a StateListDrawable. * <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_dither android:dither}</code></td><td></td></tr> * <tr><td><code>{@link #StateListDrawable_android_visible android:visible}</code></td><td></td></tr> * <tr><td><code>{@link #StateListDrawable_android_variablePadding android:variablePadding}</code></td><td></td></tr> * <tr><td><code>{@link #StateListDrawable_android_constantSize android:constantSize}</code></td><td></td></tr> * <tr><td><code>{@link #StateListDrawable_android_enterFadeDuration android:enterFadeDuration}</code></td><td></td></tr> * <tr><td><code>{@link #StateListDrawable_android_exitFadeDuration android:exitFadeDuration}</code></td><td></td></tr> * </table> * @see #StateListDrawable_android_dither * @see #StateListDrawable_android_visible * @see #StateListDrawable_android_variablePadding * @see #StateListDrawable_android_constantSize * @see #StateListDrawable_android_enterFadeDuration * @see #StateListDrawable_android_exitFadeDuration */ public static final int[] StateListDrawable={ 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d }; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:dither */ public static final int StateListDrawable_android_dither=0; /** * <p> * @attr description * Indicates whether the drawable should be initially visible. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:visible */ public static final int StateListDrawable_android_visible=1; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:variablePadding */ public static final int StateListDrawable_android_variablePadding=2; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name android:constantSize */ public static final int StateListDrawable_android_constantSize=3; /** * <p> * @attr description * Amount of time (in milliseconds) to fade in a new state drawable. * * <p>May be an integer value, such as "<code>100</code>". * * @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>May be an integer value, such as "<code>100</code>". * * @attr name android:exitFadeDuration */ public static final int StateListDrawable_android_exitFadeDuration=5; /** * 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></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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @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_textOn android:textOn}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_android_textOff android:textOff}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_android_thumb android:thumb}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_showText com.spoterator:showText}</code></td><td>Whether to draw on/off text.</td></tr> * <tr><td><code>{@link #SwitchCompat_splitTrack com.spoterator: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.spoterator:switchMinWidth}</code></td><td>Minimum width for the switch component</td></tr> * <tr><td><code>{@link #SwitchCompat_switchPadding com.spoterator:switchPadding}</code></td><td>Minimum space between the switch and caption text</td></tr> * <tr><td><code>{@link #SwitchCompat_switchTextAppearance com.spoterator:switchTextAppearance}</code></td><td>TextAppearance style for text displayed on the switch thumb.</td></tr> * <tr><td><code>{@link #SwitchCompat_thumbTextPadding com.spoterator: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.spoterator:thumbTint}</code></td><td>Tint to apply to the thumb drawable.</td></tr> * <tr><td><code>{@link #SwitchCompat_thumbTintMode com.spoterator:thumbTintMode}</code></td><td>Blending mode used to apply the thumb tint.</td></tr> * <tr><td><code>{@link #SwitchCompat_track com.spoterator: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.spoterator:trackTint}</code></td><td>Tint to apply to the track.</td></tr> * <tr><td><code>{@link #SwitchCompat_trackTintMode com.spoterator:trackTintMode}</code></td><td>Blending mode used to apply the track tint.</td></tr> * </table> * @see #SwitchCompat_android_textOn * @see #SwitchCompat_android_textOff * @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, 0x7f02010b, 0x7f020111, 0x7f02011c, 0x7f02011d, 0x7f02011f, 0x7f02012d, 0x7f02012e, 0x7f02012f, 0x7f020144, 0x7f020145, 0x7f020146 }; /** * <p> * @attr description * Text to use when the switch is in the checked/"on" state. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:textOn */ public static final int SwitchCompat_android_textOn=0; /** * <p> * @attr description * Text to use when the switch is in the unchecked/"off" state. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:textOff */ public static final int SwitchCompat_android_textOff=1; /** * <p> * @attr description * Drawable to use as the "thumb" that switches back and forth. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:thumb */ public static final int SwitchCompat_android_thumb=2; /** * <p> * @attr description * Whether to draw on/off text. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:showText */ public static final int SwitchCompat_showText=3; /** * <p> * @attr description * Whether to split the track and leave a gap for the thumb drawable. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:splitTrack */ public static final int SwitchCompat_splitTrack=4; /** * <p> * @attr description * Minimum width for the switch component * * <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), and * mm (millimeters). * * @attr name com.spoterator:switchMinWidth */ public static final int SwitchCompat_switchMinWidth=5; /** * <p> * @attr description * Minimum space between the switch and caption text * * <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), and * mm (millimeters). * * @attr name com.spoterator:switchPadding */ public static final int SwitchCompat_switchPadding=6; /** * <p> * @attr description * TextAppearance style for text displayed on the switch thumb. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:switchTextAppearance */ public static final int SwitchCompat_switchTextAppearance=7; /** * <p> * @attr description * Amount of padding on either side of text within the switch thumb. * * <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), and * mm (millimeters). * * @attr name com.spoterator:thumbTextPadding */ public static final int SwitchCompat_thumbTextPadding=8; /** * <p> * @attr description * Tint to apply to the thumb drawable. * * <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.spoterator:thumbTint */ public static final int SwitchCompat_thumbTint=9; /** * <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>add</td><td>10</td><td>Combines the tint and drawable color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator:thumbTintMode */ public static final int SwitchCompat_thumbTintMode=10; /** * <p> * @attr description * Drawable to use as the "track" that the switch thumb slides within. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:track */ public static final int SwitchCompat_track=11; /** * <p> * @attr description * Tint to apply to the track. * * <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.spoterator:trackTint */ public static final int SwitchCompat_trackTint=12; /** * <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>add</td><td>10</td><td>Combines the tint and drawable color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator:trackTintMode */ public static final int SwitchCompat_trackTintMode=13; /** * 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_textSize android:textSize}</code></td><td></td></tr> * <tr><td><code>{@link #TextAppearance_android_typeface android:typeface}</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_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_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_fontFamily android:fontFamily}</code></td><td></td></tr> * <tr><td><code>{@link #TextAppearance_fontFamily com.spoterator:fontFamily}</code></td><td>The attribute for the font family.</td></tr> * <tr><td><code>{@link #TextAppearance_textAllCaps com.spoterator:textAllCaps}</code></td><td>Present the text in ALL CAPS.</td></tr> * </table> * @see #TextAppearance_android_textSize * @see #TextAppearance_android_typeface * @see #TextAppearance_android_textStyle * @see #TextAppearance_android_textColor * @see #TextAppearance_android_textColorHint * @see #TextAppearance_android_textColorLink * @see #TextAppearance_android_shadowColor * @see #TextAppearance_android_shadowDx * @see #TextAppearance_android_shadowDy * @see #TextAppearance_android_shadowRadius * @see #TextAppearance_android_fontFamily * @see #TextAppearance_fontFamily * @see #TextAppearance_textAllCaps */ public static final int[] TextAppearance={ 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x7f02009e, 0x7f020120 }; /** * <p>This symbol is the offset where the {@link android.R.attr#textSize} * attribute's value can be found in the {@link #TextAppearance} 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), and * mm (millimeters). * * @attr name android:textSize */ public static final int TextAppearance_android_textSize=0; /** * <p>This symbol is the offset where the {@link android.R.attr#typeface} * attribute's value can be found in the {@link #TextAppearance} 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>monospace</td><td>3</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * <tr><td>sans</td><td>1</td><td></td></tr> * <tr><td>serif</td><td>2</td><td></td></tr> * </table> * * @attr name android:typeface */ public static final int TextAppearance_android_typeface=1; /** * <p>This symbol is the offset where the {@link android.R.attr#textStyle} * attribute's value can be found in the {@link #TextAppearance} 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>bold</td><td>1</td><td></td></tr> * <tr><td>italic</td><td>2</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * </table> * * @attr name android:textStyle */ public static final int TextAppearance_android_textStyle=2; /** * <p>This symbol is the offset where the {@link android.R.attr#textColor} * attribute's value can be found in the {@link #TextAppearance} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 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. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:textColorLink */ public static final int TextAppearance_android_textColorLink=5; /** * <p>This symbol is the offset where the {@link android.R.attr#shadowColor} * attribute's value can be found in the {@link #TextAppearance} array. * * <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 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. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @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. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @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. * * <p>May be a floating point value, such as "<code>1.2</code>". * * @attr name android:shadowRadius */ public static final int TextAppearance_android_shadowRadius=9; /** * <p>This symbol is the offset where the {@link android.R.attr#fontFamily} * attribute's value can be found in the {@link #TextAppearance} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name android:fontFamily */ public static final int TextAppearance_android_fontFamily=10; /** * <p> * @attr description * The attribute for the font family. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:fontFamily */ public static final int TextAppearance_fontFamily=11; /** * <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 a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.spoterator:textAllCaps */ public static final int TextAppearance_textAllCaps=12; /** * 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.spoterator:buttonGravity}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_collapseContentDescription com.spoterator:collapseContentDescription}</code></td><td>Text to set as the content description for the collapse button.</td></tr> * <tr><td><code>{@link #Toolbar_collapseIcon com.spoterator:collapseIcon}</code></td><td>Icon drawable to use for the collapse button.</td></tr> * <tr><td><code>{@link #Toolbar_contentInsetEnd com.spoterator:contentInsetEnd}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #Toolbar_contentInsetEndWithActions com.spoterator: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.spoterator:contentInsetLeft}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #Toolbar_contentInsetRight com.spoterator:contentInsetRight}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #Toolbar_contentInsetStart com.spoterator:contentInsetStart}</code></td><td>Minimum inset for content views within a bar.</td></tr> * <tr><td><code>{@link #Toolbar_contentInsetStartWithNavigation com.spoterator: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.spoterator:logo}</code></td><td>Specifies the drawable used for the application logo.</td></tr> * <tr><td><code>{@link #Toolbar_logoDescription com.spoterator: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.spoterator:maxButtonHeight}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_navigationContentDescription com.spoterator: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.spoterator: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.spoterator: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 #Toolbar_subtitle com.spoterator:subtitle}</code></td><td>Specifies subtitle text used for navigationMode="normal"</td></tr> * <tr><td><code>{@link #Toolbar_subtitleTextAppearance com.spoterator:subtitleTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_subtitleTextColor com.spoterator:subtitleTextColor}</code></td><td>A color to apply to the subtitle string.</td></tr> * <tr><td><code>{@link #Toolbar_title com.spoterator:title}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMargin com.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator: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.spoterator:titleMargins}</code></td><td>{@deprecated Use titleMargin}</td></tr> * <tr><td><code>{@link #Toolbar_titleTextAppearance com.spoterator:titleTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleTextColor com.spoterator: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 */ @Deprecated public static final int[] Toolbar={ 0x010100af, 0x01010140, 0x7f020041, 0x7f02004e, 0x7f02004f, 0x7f02005e, 0x7f02005f, 0x7f020060, 0x7f020061, 0x7f020062, 0x7f020063, 0x7f0200ce, 0x7f0200cf, 0x7f0200d0, 0x7f0200d3, 0x7f0200d4, 0x7f0200e3, 0x7f020117, 0x7f020118, 0x7f020119, 0x7f020135, 0x7f020136, 0x7f020137, 0x7f020138, 0x7f020139, 0x7f02013a, 0x7f02013b, 0x7f02013c, 0x7f02013d }; /** * <p>This symbol is the offset where the {@link android.R.attr#gravity} * 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>bottom</td><td>50</td><td></td></tr> * <tr><td>center</td><td>11</td><td></td></tr> * <tr><td>center_horizontal</td><td>1</td><td></td></tr> * <tr><td>center_vertical</td><td>10</td><td></td></tr> * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> * <tr><td>clip_vertical</td><td>80</td><td></td></tr> * <tr><td>end</td><td>800005</td><td></td></tr> * <tr><td>fill</td><td>77</td><td></td></tr> * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> * <tr><td>fill_vertical</td><td>70</td><td></td></tr> * <tr><td>left</td><td>3</td><td></td></tr> * <tr><td>right</td><td>5</td><td></td></tr> * <tr><td>start</td><td>800003</td><td></td></tr> * <tr><td>top</td><td>30</td><td></td></tr> * </table> * * @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. * * <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), and * mm (millimeters). * * @attr name android:minHeight */ public static final int Toolbar_android_minHeight=1; /** * <p>This symbol is the offset where the {@link com.spoterator.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>bottom</td><td>50</td><td>Push object to the bottom of its container, not changing its size.</td></tr> * <tr><td>top</td><td>30</td><td>Push object to the top of its container, not changing its size.</td></tr> * </table> * * @attr name com.spoterator:buttonGravity */ public static final int Toolbar_buttonGravity=2; /** * <p> * @attr description * Text to set as the content description for the collapse button. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:collapseContentDescription */ public static final int Toolbar_collapseContentDescription=3; /** * <p> * @attr description * Icon drawable to use for the collapse button. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:collapseIcon */ public static final int Toolbar_collapseIcon=4; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetEnd */ public static final int Toolbar_contentInsetEnd=5; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetEndWithActions */ public static final int Toolbar_contentInsetEndWithActions=6; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator: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>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), and * mm (millimeters). * * @attr name com.spoterator: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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetStart */ public static final int Toolbar_contentInsetStart=9; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:contentInsetStartWithNavigation */ public static final int Toolbar_contentInsetStartWithNavigation=10; /** * <p> * @attr description * Drawable to set as the logo that appears at the starting side of * the Toolbar, just after the navigation button. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:logo */ public static final int Toolbar_logo=11; /** * <p> * @attr description * A content description string to describe the appearance of the * associated logo image. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:logoDescription */ public static final int Toolbar_logoDescription=12; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#maxButtonHeight} * attribute's value can be found in the {@link #Toolbar} 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), and * mm (millimeters). * * @attr name com.spoterator:maxButtonHeight */ public static final int Toolbar_maxButtonHeight=13; /** * <p> * @attr description * Text to set as the content description for the navigation button * located at the start of the toolbar. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:navigationContentDescription */ public static final int Toolbar_navigationContentDescription=14; /** * <p> * @attr description * Icon drawable to use for the navigation button located at * the start of the toolbar. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:navigationIcon */ public static final int Toolbar_navigationIcon=15; /** * <p> * @attr description * Reference to a theme that should be used to inflate popups * shown by widgets in the toolbar. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:popupTheme */ public static final int Toolbar_popupTheme=16; /** * <p> * @attr description * Specifies subtitle text used for navigationMode="normal" * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:subtitle */ public static final int Toolbar_subtitle=17; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#subtitleTextAppearance} * attribute's value can be found in the {@link #Toolbar} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:subtitleTextAppearance */ public static final int Toolbar_subtitleTextAppearance=18; /** * <p> * @attr description * A color to apply to the subtitle string. * * <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.spoterator:subtitleTextColor */ public static final int Toolbar_subtitleTextColor=19; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#title} * attribute's value can be found in the {@link #Toolbar} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.spoterator:title */ public static final int Toolbar_title=20; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:titleMargin */ public static final int Toolbar_titleMargin=21; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:titleMarginBottom */ public static final int Toolbar_titleMarginBottom=22; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:titleMarginEnd */ public static final int Toolbar_titleMarginEnd=23; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:titleMarginStart */ public static final int Toolbar_titleMarginStart=24; /** * <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>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), and * mm (millimeters). * * @attr name com.spoterator:titleMarginTop */ public static final int Toolbar_titleMarginTop=25; /** * <p> * @attr description * {@deprecated Use titleMargin} * * <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), and * mm (millimeters). * * @attr name com.spoterator:titleMargins */ @Deprecated public static final int Toolbar_titleMargins=26; /** * <p>This symbol is the offset where the {@link com.spoterator.R.attr#titleTextAppearance} * attribute's value can be found in the {@link #Toolbar} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator:titleTextAppearance */ public static final int Toolbar_titleTextAppearance=27; /** * <p> * @attr description * A color to apply to the title string. * * <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.spoterator:titleTextColor */ public static final int Toolbar_titleTextColor=28; /** * 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_theme android:theme}</code></td><td></td></tr> * <tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td></td></tr> * <tr><td><code>{@link #View_paddingEnd com.spoterator: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.spoterator: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.spoterator:theme}</code></td><td>Deprecated.</td></tr> * </table> * @see #View_android_theme * @see #View_android_focusable * @see #View_paddingEnd * @see #View_paddingStart * @see #View_theme */ public static final int[] View={ 0x01010000, 0x010100da, 0x7f0200da, 0x7f0200db, 0x7f02012b }; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:theme */ public static final int View_android_theme=0; /** * <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>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * <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>auto</td><td>10</td><td></td></tr> * </table> * * @attr name android:focusable */ public static final int View_android_focusable=1; /** * <p> * @attr description * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. * * <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), and * mm (millimeters). * * @attr name com.spoterator:paddingEnd */ public static final int View_paddingEnd=2; /** * <p> * @attr description * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. * * <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), and * mm (millimeters). * * @attr name com.spoterator:paddingStart */ public static final int View_paddingStart=3; /** * <p> * @attr description * Deprecated. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name com.spoterator: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.spoterator:backgroundTint}</code></td><td>Tint to apply to the background.</td></tr> * <tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode com.spoterator: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, 0x7f020038, 0x7f020039 }; /** * <p>This symbol is the offset where the {@link android.R.attr#background} * attribute's value can be found in the {@link #ViewBackgroundHelper} array. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or 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 android:background */ public static final int ViewBackgroundHelper_android_background=0; /** * <p> * @attr description * Tint to apply to the background. * * <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.spoterator: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>add</td><td>10</td><td>Combines the tint and icon color and alpha channels, clamping the * result to valid color values. Saturate(S + D)</td></tr> * <tr><td>multiply</td><td>e</td><td>Multiplies the color and alpha channels of the drawable with those of * the tint. [Sa * Da, Sc * Dc]</td></tr> * <tr><td>screen</td><td>f</td><td>[Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]</td></tr> * <tr><td>src_atop</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>src_in</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>src_over</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> * </table> * * @attr name com.spoterator: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_layout android:layout}</code></td><td></td></tr> * <tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td></td></tr> * </table> * @see #ViewStubCompat_android_id * @see #ViewStubCompat_android_layout * @see #ViewStubCompat_android_inflatedId */ 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. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:id */ public static final int ViewStubCompat_android_id=0; /** * <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>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:layout */ public static final int ViewStubCompat_android_layout=1; /** * <p> * @attr description * Overrides the id of the inflated View with this value. * * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme * attribute in the form * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". * * @attr name android:inflatedId */ public static final int ViewStubCompat_android_inflatedId=2; } public static final class xml { public static final int file_system_provider_paths=0x7f0f0000; public static final int image_picker_provider_paths=0x7f0f0001; public static final int image_share_filepaths=0x7f0f0002; public static final int provider_paths=0x7f0f0003; public static final int rn_dev_preferences=0x7f0f0004; } }
[ "mineyev2@illinois.edu" ]
mineyev2@illinois.edu
8346edd520b159f427a19b39afd4c861d15e195f
d71e879b3517cf4fccde29f7bf82cff69856cfcd
/ExtractedJars/Shopkick_com.shopkick.app/javafiles/com/bumptech/glide/RequestManager$RequestManagerConnectivityListener.java
d5771455137010d737cb42011b8ef40ceea7a0a8
[ "MIT" ]
permissive
Andreas237/AndroidPolicyAutomation
b8e949e072d08cf6c6166c3f15c9c63379b8f6ce
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
refs/heads/master
2020-04-10T02:14:08.789751
2019-05-16T19:29:11
2019-05-16T19:29:11
160,739,088
5
1
null
null
null
null
UTF-8
Java
false
false
1,285
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.bumptech.glide; import com.bumptech.glide.manager.RequestTracker; // Referenced classes of package com.bumptech.glide: // RequestManager private static class RequestManager$RequestManagerConnectivityListener implements com.bumptech.glide.manager.ConnectivityMonitor.ConnectivityListener { public void onConnectivityChanged(boolean flag) { if(flag) //* 0 0:iload_1 //* 1 1:ifeq 11 requestTracker.restartRequests(); // 2 4:aload_0 // 3 5:getfield #19 <Field RequestTracker requestTracker> // 4 8:invokevirtual #28 <Method void RequestTracker.restartRequests()> // 5 11:return } private final RequestTracker requestTracker; RequestManager$RequestManagerConnectivityListener(RequestTracker requesttracker) { // 0 0:aload_0 // 1 1:invokespecial #17 <Method void Object()> requestTracker = requesttracker; // 2 4:aload_0 // 3 5:aload_1 // 4 6:putfield #19 <Field RequestTracker requestTracker> // 5 9:return } }
[ "silenta237@gmail.com" ]
silenta237@gmail.com
d2b300d082cb1e27e3d3f960a8c49063fea07681
8924ffc508f2602cfb2e11c253091763fe0c00ba
/SWEA/UniqueMagnet.java
4361f7747bf5c0e3bd4233654a30ad60374f5287
[]
no_license
chaechae0322/Algorithm
ad0f463b12fde5961440f69408a2dd6abf620711
2cb0c5c9ab1599cc8ad6732dcfca0c410660a1f9
refs/heads/master
2023-01-07T09:15:56.567356
2023-01-02T00:19:36
2023-01-02T00:19:36
232,783,532
0
0
null
null
null
null
UTF-8
Java
false
false
1,862
java
package SWEA; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class UniqueMagnet { static int k; static int[][] mag; static int[] order; public static void main(String[] args) throws IOException{ BufferedReader br =new BufferedReader(new InputStreamReader(System.in)); StringTokenizer token=new StringTokenizer(br.readLine()); int tc=Integer.parseInt(token.nextToken()); for(int t=1; t<=tc; t++) { k=Integer.parseInt(br.readLine()); order=new int[2*k]; mag=new int[4][8]; for(int i=0; i<4; i++) { token=new StringTokenizer(br.readLine()); for(int j=0; j<8; j++) { mag[i][j]=Integer.parseInt(token.nextToken()); // 0:N�� 1:S�� } } for(int i=0; i<k; i++) { token=new StringTokenizer(br.readLine()); order[2*i]=Integer.parseInt(token.nextToken()); order[2*i+1]=Integer.parseInt(token.nextToken()); } run(); } } private static void run() { boolean[] turnidx=new boolean[4]; int[] dirs=new int[4]; for(int i=0; i<k; i++) { for(int j=0; j<4; j++) { turnidx[j]=false; dirs[j]=0; } check(order[i*2], order[2*i+1], turnidx, dirs); int tmp=0; for(int j=0; j<4; j++) { if(turnidx[j]) { if(dirs[j]==1) { // �ð���� tmp=mag[j][7]; for(int m=8-1; m>0; m--) { mag[j][m]=mag[j][m-1]; } mag[j][0]=tmp; } else if(dirs[j]==-1) { // �ݽð���� tmp=mag[j][0]; for(int m=0; m<8-1; m++) { mag[j][m]=mag[j][m+1]; } mag[j][7]=tmp; } } } } } private static void check(int num, int dir, boolean[] turnidx, int[] dirs) { int left=-1, right=-1; for(int i=num; i<=4; i++) { if(i==num) { right=mag[i-1][2]; } } } }
[ "dlcodms123@gmail.com" ]
dlcodms123@gmail.com
99b8bfd7b1190305cd62315f54babc9f9274c8b3
8e98b5eb44a18fa76b981a2e7f40c0d66ac5efb0
/app/src/main/java/jp/co/recruit/beautydemo/db/DemoSquidDB.java
5ef124a09025aec8faede12b4c66ca6d0b7ece70
[]
no_license
GOEXCITE/BeautyDemo
71776ffa2846f4563b81157c5635bd1414ee22c0
7578d3291524231c8ca3bc2b11aa4f02e1398ddc
refs/heads/master
2021-01-25T09:32:21.487902
2017-09-25T07:15:59
2017-09-25T07:15:59
93,848,333
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
package jp.co.recruit.beautydemo.db; import com.yahoo.squidb.data.ISQLiteDatabase; import com.yahoo.squidb.data.ISQLiteOpenHelper; import com.yahoo.squidb.data.SquidDatabase; import com.yahoo.squidb.sql.Table; import jp.co.recruit.beautydemo.model.PersonSpec; /** * Created by 01011776 on 2017/09/25. */ public class DemoSquidDB extends SquidDatabase { @Override public String getName() { return "FirstDb.db"; } @Override protected int getVersion() { return 0; } @Override protected Table[] getTables() { return new Table[0]; } @Override protected boolean onUpgrade(ISQLiteDatabase db, int oldVersion, int newVersion) { return false; } @Override protected ISQLiteOpenHelper createOpenHelper(String databaseName, OpenHelperDelegate delegate, int version) { return null; } public void persist(PersonSpec newPerson) { } }
[ "tiantian@r.recruit.co.jp" ]
tiantian@r.recruit.co.jp
11e6b6fd18a24a74672732b65d2e7748efc7f805
3854e94189a8304e053de60ab0b65b691065ccb9
/app/src/main/java/com/example/neotech/activity/MainActivity.java
e196b86912398eb719447419a01f1a7a38d1d09b
[]
no_license
evgenyshandrik/NeotechMobileApp
d0e0bfb37f58b11b151e8011612fb9fca78e3e1b
5833039706313655cc85386d4b190af62b1b30ab
refs/heads/master
2020-06-05T10:45:45.624239
2019-06-17T20:33:14
2019-06-17T20:33:14
192,414,032
0
0
null
null
null
null
UTF-8
Java
false
false
754
java
package com.example.neotech.activity; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.MotionEvent; import com.example.neotech.R; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } @Override public boolean onTouchEvent(MotionEvent me) { if (me.getAction() == MotionEvent.ACTION_DOWN) { myAction(); } return true; } private void myAction() { Intent intent = new Intent(this, NavigateActivity.class); startActivity(intent); } }
[ "yauheni.shandryk@neotech.by" ]
yauheni.shandryk@neotech.by
2b7c6998ec40638cfd9f521ba675569bd60c7d16
1f63dde39fcc5f8be29f2acb947c41f1b6f1683e
/Boss2D/addon/webrtc-jumpingyang001_for_boss/sdk/android/api/org/webrtc/RtpTransceiver.java
93326a41a30e061c38303590bf28debadb55f22f
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-google-patent-license-webm", "LicenseRef-scancode-google-patent-license-webrtc", "LicenseRef-scancode-unknown-license-reference" ]
permissive
koobonil/Boss2D
09ca948823e0df5a5a53b64a10033c4f3665483a
e5eb355b57228a701495f2660f137bd05628c202
refs/heads/master
2022-10-20T09:02:51.341143
2019-07-18T02:13:44
2019-07-18T02:13:44
105,999,368
7
2
MIT
2022-10-04T23:31:12
2017-10-06T11:57:07
C++
UTF-8
Java
false
false
7,948
java
/* * Copyright 2018 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree. */ package org.webrtc; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.webrtc.RtpParameters.Encoding; /** * Java wrapper for a C++ RtpTransceiverInterface. * * <p>The RTCRtpTransceiver maps to the RTCRtpTransceiver defined by the WebRTC * specification. A transceiver represents a combination of an RTCRtpSender * and an RTCRtpReceiver that share a common mid. As defined in JSEP, an * RTCRtpTransceiver is said to be associated with a media description if its * mid property is non-nil; otherwise, it is said to be disassociated. * JSEP: https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-24 * * <p>Note that RTCRtpTransceivers are only supported when using * RTCPeerConnection with Unified Plan SDP. * * <p>WebRTC specification for RTCRtpTransceiver, the JavaScript analog: * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver */ public class RtpTransceiver { /** Java version of webrtc::RtpTransceiverDirection - the ordering must be kept in sync. */ public enum RtpTransceiverDirection { SEND_RECV(0), SEND_ONLY(1), RECV_ONLY(2), INACTIVE(3); private final int nativeIndex; private RtpTransceiverDirection(int nativeIndex) { this.nativeIndex = nativeIndex; } @CalledByNative("RtpTransceiverDirection") int getNativeIndex() { return nativeIndex; } @CalledByNative("RtpTransceiverDirection") static RtpTransceiverDirection fromNativeIndex(int nativeIndex) { for (RtpTransceiverDirection type : RtpTransceiverDirection.values()) { if (type.getNativeIndex() == nativeIndex) { return type; } } throw new IllegalArgumentException( "Uknown native RtpTransceiverDirection type" + nativeIndex); } } /** * Tracks webrtc::RtpTransceiverInit. https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiverinit * A structure for initializing an RtpTransceiver in a call to addTransceiver. * Note: This does not contain a list of encoding parameters, because they are currently * not being used natively. */ public static final class RtpTransceiverInit { private final RtpTransceiverDirection direction; private final List<String> streamIds; public RtpTransceiverInit() { this(RtpTransceiverDirection.SEND_RECV); } public RtpTransceiverInit(RtpTransceiverDirection direction) { this(direction, Collections.emptyList()); } public RtpTransceiverInit(RtpTransceiverDirection direction, List<String> streamIds) { this.direction = direction; this.streamIds = new ArrayList<String>(streamIds); } @CalledByNative("RtpTransceiverInit") int getDirectionNativeIndex() { return direction.getNativeIndex(); } @CalledByNative("RtpTransceiverInit") List<String> getStreamIds() { return new ArrayList<String>(this.streamIds); } } private final long nativeRtpTransceiver; private RtpSender cachedSender; private RtpReceiver cachedReceiver; @CalledByNative protected RtpTransceiver(long nativeRtpTransceiver) { this.nativeRtpTransceiver = nativeRtpTransceiver; cachedSender = nativeGetSender(nativeRtpTransceiver); cachedReceiver = nativeGetReceiver(nativeRtpTransceiver); } /** * Media type of the transceiver. Any sender(s)/receiver(s) will have this * type as well. */ public MediaStreamTrack.MediaType getMediaType() { return nativeGetMediaType(nativeRtpTransceiver); } /** * The mid attribute is the mid negotiated and present in the local and * remote descriptions. Before negotiation is complete, the mid value may be * null. After rollbacks, the value may change from a non-null value to null. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-mid */ public String getMid() { return nativeGetMid(nativeRtpTransceiver); } /** * The sender attribute exposes the RtpSender corresponding to the RTP media * that may be sent with the transceiver's mid. The sender is always present, * regardless of the direction of media. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-sender */ public RtpSender getSender() { return cachedSender; } /** * The receiver attribute exposes the RtpReceiver corresponding to the RTP * media that may be received with the transceiver's mid. The receiver is * always present, regardless of the direction of media. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-receiver */ public RtpReceiver getReceiver() { return cachedReceiver; } /** * The stopped attribute indicates that the sender of this transceiver will no * longer send, and that the receiver will no longer receive. It is true if * either stop has been called or if setting the local or remote description * has caused the RtpTransceiver to be stopped. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-stopped */ public boolean isStopped() { return nativeStopped(nativeRtpTransceiver); } /** * The direction attribute indicates the preferred direction of this * transceiver, which will be used in calls to CreateOffer and CreateAnswer. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-direction */ public RtpTransceiverDirection getDirection() { return nativeDirection(nativeRtpTransceiver); } /** * The current_direction attribute indicates the current direction negotiated * for this transceiver. If this transceiver has never been represented in an * offer/answer exchange, or if the transceiver is stopped, the value is null. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-currentdirection */ public RtpTransceiverDirection getCurrentDirection() { return nativeCurrentDirection(nativeRtpTransceiver); } /** * Sets the preferred direction of this transceiver. An update of * directionality does not take effect immediately. Instead, future calls to * CreateOffer and CreateAnswer mark the corresponding media descriptions as * sendrecv, sendonly, recvonly, or inactive. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-direction */ public void setDirection(RtpTransceiverDirection rtpTransceiverDirection) { nativeSetDirection(nativeRtpTransceiver, rtpTransceiverDirection); } /** * The Stop method irreversibly stops the RtpTransceiver. The sender of this * transceiver will no longer send, the receiver will no longer receive. * https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-stop */ public void stop() { nativeStop(nativeRtpTransceiver); } @CalledByNative public void dispose() { cachedSender.dispose(); cachedReceiver.dispose(); JniCommon.nativeReleaseRef(nativeRtpTransceiver); } private static native MediaStreamTrack.MediaType nativeGetMediaType(long rtpTransceiver); private static native String nativeGetMid(long rtpTransceiver); private static native RtpSender nativeGetSender(long rtpTransceiver); private static native RtpReceiver nativeGetReceiver(long rtpTransceiver); private static native boolean nativeStopped(long rtpTransceiver); private static native RtpTransceiverDirection nativeDirection(long rtpTransceiver); private static native RtpTransceiverDirection nativeCurrentDirection(long rtpTransceiver); private static native void nativeStop(long rtpTransceiver); private static native void nativeSetDirection( long rtpTransceiver, RtpTransceiverDirection rtpTransceiverDirection); }
[ "slacealic@nate.com" ]
slacealic@nate.com
1af2445c89d4b8ce5473d4d233f073df3ccd8e97
2eb7d6355b9ac280ab8f742f814ead89543d2071
/mall-cat-dao/src/main/java/com/wzy/mallcat/dao/mapper/SysMenuMapper.java
530e54d4c0504c0befa7f3aee4159449378fb0f3
[]
no_license
wenzongyuan/mall-cat
7f5b61e1a7a128dbf4dc80de5d4dbb46e9a0f45b
62c0eb815a622e1cc8e3833f896fc927072a8e2b
refs/heads/master
2022-12-21T15:06:07.322466
2019-06-14T09:58:16
2019-06-14T09:58:16
190,567,113
1
0
null
2022-12-16T04:52:47
2019-06-06T11:05:11
Java
UTF-8
Java
false
false
290
java
package com.wzy.mallcat.dao.mapper; import com.wzy.mallcat.dao.entity.SysMenu; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * 菜单表 Mapper 接口 * </p> * * @author Wen * @since 2019-05-27 */ public interface SysMenuMapper extends BaseMapper<SysMenu> { }
[ "wenzongyuan@sesol.com" ]
wenzongyuan@sesol.com
cf60480b5783f73435812e01b9b14423f3bbfd70
8342405c1035bbdf812113d1734e108d0224749c
/src/it/sian/cooperazione/schema/wsmrga/TrsoProdotto1.java
14528d1bfa6c6b48b4634b07a0ee43c52f7311db
[]
no_license
lveronese/sian
4601217691619c14ec1d63ae217cdb54df6985f2
483e04717e040095947dd6c9e4381879b9944f50
refs/heads/master
2021-01-13T07:38:34.689592
2017-03-15T09:46:55
2017-03-15T09:46:55
71,443,619
0
0
null
null
null
null
UTF-8
Java
false
false
9,976
java
package it.sian.cooperazione.schema.wsmrga; import java.math.BigDecimal; 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.XmlType; /** * <p>Classe Java per TrsoProdotto1 complex type. * * <p>Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * * <pre> * &lt;complexType name="TrsoProdotto1"> * &lt;complexContent> * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * &lt;sequence> * &lt;element name="Prodotto"> * &lt;complexType> * &lt;complexContent> * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * &lt;choice> * &lt;element name="Designazione" type="{http://cooperazione.sian.it/schema/wsmrga/}TrsoDesignProd1"/> * &lt;element name="CodiceProdotto" type="{http://cooperazione.sian.it/schema/wsmrga/}CodiceProdotto"/> * &lt;/choice> * &lt;/restriction> * &lt;/complexContent> * &lt;/complexType> * &lt;/element> * &lt;element name="CodTenoreZucc" type="{http://cooperazione.sian.it/schema/wsmrga/}TipoCodice" minOccurs="0"/> * &lt;element name="PercIgp" type="{http://cooperazione.sian.it/schema/wsmrga/}Percentuale" minOccurs="0"/> * &lt;element name="TitoloAlcolPot" type="{http://cooperazione.sian.it/schema/wsmrga/}Percentuale" minOccurs="0"/> * &lt;element name="TitoloAlcolEff" type="{http://cooperazione.sian.it/schema/wsmrga/}Percentuale" minOccurs="0"/> * &lt;element name="TitoloAlcolTot" type="{http://cooperazione.sian.it/schema/wsmrga/}Percentuale" minOccurs="0"/> * &lt;element name="CodRecipiente" type="{http://cooperazione.sian.it/schema/wsmrga/}CodRecipiente" maxOccurs="unbounded"/> * &lt;element name="Quantita" type="{http://cooperazione.sian.it/schema/wsmrga/}QtaKgScarico"/> * &lt;/sequence> * &lt;/restriction> * &lt;/complexContent> * &lt;/complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TrsoProdotto1", propOrder = { "prodotto", "codTenoreZucc", "percIgp", "titoloAlcolPot", "titoloAlcolEff", "titoloAlcolTot", "codRecipiente", "quantita" }) public class TrsoProdotto1 { @XmlElement(name = "Prodotto", required = true) protected TrsoProdotto1 .Prodotto prodotto; @XmlElement(name = "CodTenoreZucc") protected String codTenoreZucc; @XmlElement(name = "PercIgp") protected BigDecimal percIgp; @XmlElement(name = "TitoloAlcolPot") protected BigDecimal titoloAlcolPot; @XmlElement(name = "TitoloAlcolEff") protected BigDecimal titoloAlcolEff; @XmlElement(name = "TitoloAlcolTot") protected BigDecimal titoloAlcolTot; @XmlElement(name = "CodRecipiente", required = true) protected List<CodRecipiente> codRecipiente; @XmlElement(name = "Quantita", required = true) protected BigDecimal quantita; /** * Recupera il valore della proprietà prodotto. * * @return * possible object is * {@link TrsoProdotto1 .Prodotto } * */ public TrsoProdotto1 .Prodotto getProdotto() { return prodotto; } /** * Imposta il valore della proprietà prodotto. * * @param value * allowed object is * {@link TrsoProdotto1 .Prodotto } * */ public void setProdotto(TrsoProdotto1 .Prodotto value) { this.prodotto = value; } /** * Recupera il valore della proprietà codTenoreZucc. * * @return * possible object is * {@link String } * */ public String getCodTenoreZucc() { return codTenoreZucc; } /** * Imposta il valore della proprietà codTenoreZucc. * * @param value * allowed object is * {@link String } * */ public void setCodTenoreZucc(String value) { this.codTenoreZucc = value; } /** * Recupera il valore della proprietà percIgp. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getPercIgp() { return percIgp; } /** * Imposta il valore della proprietà percIgp. * * @param value * allowed object is * {@link BigDecimal } * */ public void setPercIgp(BigDecimal value) { this.percIgp = value; } /** * Recupera il valore della proprietà titoloAlcolPot. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTitoloAlcolPot() { return titoloAlcolPot; } /** * Imposta il valore della proprietà titoloAlcolPot. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTitoloAlcolPot(BigDecimal value) { this.titoloAlcolPot = value; } /** * Recupera il valore della proprietà titoloAlcolEff. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTitoloAlcolEff() { return titoloAlcolEff; } /** * Imposta il valore della proprietà titoloAlcolEff. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTitoloAlcolEff(BigDecimal value) { this.titoloAlcolEff = value; } /** * Recupera il valore della proprietà titoloAlcolTot. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getTitoloAlcolTot() { return titoloAlcolTot; } /** * Imposta il valore della proprietà titoloAlcolTot. * * @param value * allowed object is * {@link BigDecimal } * */ public void setTitoloAlcolTot(BigDecimal value) { this.titoloAlcolTot = value; } /** * Gets the value of the codRecipiente 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 codRecipiente property. * * <p> * For example, to add a new item, do as follows: * <pre> * getCodRecipiente().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CodRecipiente } * * */ public List<CodRecipiente> getCodRecipiente() { if (codRecipiente == null) { codRecipiente = new ArrayList<CodRecipiente>(); } return this.codRecipiente; } /** * Recupera il valore della proprietà quantita. * * @return * possible object is * {@link BigDecimal } * */ public BigDecimal getQuantita() { return quantita; } /** * Imposta il valore della proprietà quantita. * * @param value * allowed object is * {@link BigDecimal } * */ public void setQuantita(BigDecimal value) { this.quantita = value; } /** * <p>Classe Java per anonymous complex type. * * <p>Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe. * * <pre> * &lt;complexType> * &lt;complexContent> * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * &lt;choice> * &lt;element name="Designazione" type="{http://cooperazione.sian.it/schema/wsmrga/}TrsoDesignProd1"/> * &lt;element name="CodiceProdotto" type="{http://cooperazione.sian.it/schema/wsmrga/}CodiceProdotto"/> * &lt;/choice> * &lt;/restriction> * &lt;/complexContent> * &lt;/complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "designazione", "codiceProdotto" }) public static class Prodotto { @XmlElement(name = "Designazione") protected TrsoDesignProd1 designazione; @XmlElement(name = "CodiceProdotto") protected CodiceProdotto codiceProdotto; /** * Recupera il valore della proprietà designazione. * * @return * possible object is * {@link TrsoDesignProd1 } * */ public TrsoDesignProd1 getDesignazione() { return designazione; } /** * Imposta il valore della proprietà designazione. * * @param value * allowed object is * {@link TrsoDesignProd1 } * */ public void setDesignazione(TrsoDesignProd1 value) { this.designazione = value; } /** * Recupera il valore della proprietà codiceProdotto. * * @return * possible object is * {@link CodiceProdotto } * */ public CodiceProdotto getCodiceProdotto() { return codiceProdotto; } /** * Imposta il valore della proprietà codiceProdotto. * * @param value * allowed object is * {@link CodiceProdotto } * */ public void setCodiceProdotto(CodiceProdotto value) { this.codiceProdotto = value; } } }
[ "lveronese.interprise@gmail.com" ]
lveronese.interprise@gmail.com
37b280976d9c0e7d4386324599ad6cacf33da122
5630b8b1a5524f338963a841d49c2c67b92bc566
/src/main/java/hudson/plugins/build_timeout/operations/AbortOperation.java
a4c52340f7d42f9cf9fc2f7043d8108bcda52d84
[]
no_license
man-group/build-timeout-plugin
dd598fea7fa1c10db5cac97dca5aa1e9fedacfb3
8c0c930f5ba5fe4f28585589a1696503ad67ed9d
refs/heads/master
2021-06-01T03:20:04.955682
2015-11-21T03:15:59
2015-11-21T03:15:59
49,732,609
4
0
null
null
null
null
UTF-8
Java
false
false
3,039
java
/* * The MIT License * * Copyright (c) 2014 IKEDA Yasuyuki * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ package hudson.plugins.build_timeout.operations; import static hudson.util.TimeUnit2.MILLISECONDS; import static hudson.util.TimeUnit2.MINUTES; import org.kohsuke.stapler.DataBoundConstructor; import hudson.Extension; import hudson.model.AbstractBuild; import hudson.model.BuildListener; import hudson.model.Executor; import hudson.model.Result; import hudson.plugins.build_timeout.BuildTimeOutOperation; import hudson.plugins.build_timeout.BuildTimeOutOperationDescriptor; /** * Abort the build. */ public class AbortOperation extends BuildTimeOutOperation { @DataBoundConstructor public AbortOperation(){ } /** * @param build * @param listener * @param effectiveTimeout * @return * @see hudson.plugins.build_timeout.BuildTimeOutOperation#perform(hudson.model.AbstractBuild, hudson.model.BuildListener, long) */ @Override public boolean perform(AbstractBuild<?, ?> build, BuildListener listener, long effectiveTimeout) { long effectiveTimeoutMinutes = MINUTES.convert(effectiveTimeout,MILLISECONDS); // Use messages in hudson.plugins.build_timeout.Messages for historical reason. listener.getLogger().println(hudson.plugins.build_timeout.Messages.Timeout_Message( effectiveTimeoutMinutes, hudson.plugins.build_timeout.Messages.Timeout_Aborted()) ); Executor e = build.getExecutor(); if (e != null) { e.interrupt(Result.ABORTED); } return true; } @Extension(ordinal=100) // should be located at the top. public static class DescriptorImpl extends BuildTimeOutOperationDescriptor { @Override public String getDisplayName() { return Messages.AbortOperation_DisplayName(); } } }
[ "devld@ikedam.jp" ]
devld@ikedam.jp
654c83ea6b08097430180048885dc9cd02e74dc9
27915b6fe363676c41fab92625a2e8ce1a4dad24
/android/KnockKncok/app/src/test/java/in/makecube/knocker/knockkncok/ExampleUnitTest.java
c90c8ce573f9fcecbc40e37c0057b5bfd464cf4c
[ "MIT" ]
permissive
iamchiwon/BT_Knocker
96b66f1788f7b1b5f860c12e875e2f65fbdada4b
f1519657b6b8163595f5feccca3fc956d7a433cc
refs/heads/master
2021-01-23T07:33:45.118965
2017-09-27T16:40:20
2017-09-27T16:40:20
102,508,686
0
0
null
null
null
null
UTF-8
Java
false
false
408
java
package in.makecube.knocker.knockkncok; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "iamchiwon@gmail.com" ]
iamchiwon@gmail.com
9cfe7655c51f2e4eb55862dbbab6d50dc0df9c69
b13ead6a827e99f0a19d6fe296c48f251e4c5203
/src/day50_Inheritence/FullTimeEmployee.java
2e01270f015122459d979ccc4c2cda037722c2c2
[]
no_license
Gulushai/java-practice
e3b44660ca8c3636276258208c9e6777125fdabf
9837286ed21c8052c7d14a50273c62db1312557d
refs/heads/master
2020-05-18T03:46:08.084334
2019-05-29T22:23:59
2019-05-29T22:23:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
276
java
package day50_Inheritence; public class FullTimeEmployee extends Employee{ @Override public void calculatePay(int hours, double rate) { double total = (hours*rate)*0.05 +(hours * rate);//should include 5% bonus System.out.println("Employee Total pay: "+ (total)); } }
[ "gulushai@gmail.com" ]
gulushai@gmail.com
a9d5d8b61854ab75530ab58af29daa2a81616b37
90717f2f771a1d7150cca727d1069d5ebd7c24b6
/assignment7recursion/Gcd.java
ea96a26524be407837ee25369dc962f2d30746a0
[]
no_license
nishant19/Data-Structures-Algorithms---JAVA
ee73c30ed6dfac89391b2b4a8e350e014df55394
8d050aa1626dec4372aeb18fd690578c3deea659
refs/heads/master
2021-06-23T04:08:36.639411
2017-08-17T10:52:57
2017-08-17T11:14:21
100,591,233
0
1
null
null
null
null
UTF-8
Java
false
false
655
java
package assignment7recursion; import java.util.Scanner; public class Gcd { public static int gcd(int a,int b){ if (a>b){ if (b==1) return b; int gcdSmall=gcd(a,b-1); if (a%b==0) return b; else return gcdSmall; } else { if (a==1) return a; int gcdSmall=gcd(a-1,b); if (b%a==0) return a; else return gcdSmall; } } public static void main(String[] args) { // TODO Auto-generated method stub Scanner s=new Scanner(System.in); System.out.println("enter no. 1"); int a=s.nextInt(); System.out.println("enter no. 2"); int b=s.nextInt(); System.out.println(gcd(a,b)); } }
[ "nishantmarwah.10@gmail.com" ]
nishantmarwah.10@gmail.com
56a238afe5d2d477bfa9f5fd4ba9bf76669e2062
fae551eb54ab3a907ba13cf38aba1db288708d92
/chrome/browser/android/webapps/launchpad/java/src/org/chromium/chrome/browser/webapps/launchpad/LaunchpadPageTest.java
1560f3a9514cae672216d2eb3f3021abc892c3fb
[ "BSD-3-Clause" ]
permissive
xtblock/chromium
d4506722fc6e4c9bc04b54921a4382165d875f9a
5fe0705b86e692c65684cdb067d9b452cc5f063f
refs/heads/main
2023-04-26T18:34:42.207215
2021-05-27T04:45:24
2021-05-27T04:45:24
371,258,442
2
1
BSD-3-Clause
2021-05-27T05:36:28
2021-05-27T05:36:28
null
UTF-8
Java
false
false
12,384
java
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.webapps.launchpad; import static androidx.test.espresso.intent.Intents.intended; import static androidx.test.espresso.intent.Intents.intending; import static androidx.test.espresso.intent.Intents.times; import static androidx.test.espresso.intent.matcher.IntentMatchers.hasData; import static androidx.test.espresso.intent.matcher.IntentMatchers.hasPackage; import static org.hamcrest.Matchers.allOf; import android.app.Activity; import android.app.Instrumentation.ActivityResult; import android.content.Context; import android.graphics.drawable.BitmapDrawable; import android.support.test.InstrumentationRegistry; import android.view.View; import android.widget.ImageView; import android.widget.ListView; import android.widget.TextView; import androidx.appcompat.content.res.AppCompatResources; import androidx.recyclerview.widget.RecyclerView; import androidx.test.espresso.intent.Intents; import androidx.test.filters.MediumTest; import androidx.test.filters.SmallTest; import org.junit.Assert; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; import org.chromium.base.test.util.CommandLineFlags; import org.chromium.chrome.browser.flags.ChromeFeatureList; import org.chromium.chrome.browser.flags.ChromeSwitches; import org.chromium.chrome.browser.settings.SettingsActivity; import org.chromium.chrome.test.ChromeJUnit4ClassRunner; import org.chromium.chrome.test.ChromeTabbedActivityTestRule; import org.chromium.chrome.test.util.ActivityTestUtils; import org.chromium.chrome.test.util.browser.Features; import org.chromium.components.browser_ui.site_settings.SingleWebsiteSettings; import org.chromium.components.browser_ui.widget.tile.TileView; import org.chromium.components.embedder_support.util.UrlConstants; import org.chromium.content_public.browser.test.util.TestThreadUtils; import org.chromium.content_public.browser.test.util.TouchCommon; import org.chromium.ui.modaldialog.ModalDialogManager; /** * Tests for the Launchpad page. */ @RunWith(ChromeJUnit4ClassRunner.class) @CommandLineFlags.Add({ChromeSwitches.DISABLE_FIRST_RUN_EXPERIENCE}) @Features.EnableFeatures({ChromeFeatureList.APP_LAUNCHPAD}) public class LaunchpadPageTest { @Rule public ChromeTabbedActivityTestRule mActivityTestRule = new ChromeTabbedActivityTestRule(); private LaunchpadCoordinator mLaunchpadCoordinator; private RecyclerView mItemContainer; @Before public void setUp() { mActivityTestRule.startMainActivityOnBlankPage(); LaunchpadUtils.setOverrideItemListForTesting(LaunchpadTestUtils.MOCK_APP_LIST); } private void openLaunchpadPage() { mActivityTestRule.loadUrl(UrlConstants.LAUNCHPAD_URL); mLaunchpadCoordinator = ((LaunchpadPage) mActivityTestRule.getActivity().getActivityTab().getNativePage()) .getCoordinatorForTesting(); mItemContainer = mLaunchpadCoordinator.getView().findViewById(R.id.launchpad_recycler); } @Test @SmallTest public void testOpenLaunchpad() { openLaunchpadPage(); Assert.assertEquals(2, mItemContainer.getAdapter().getItemCount()); TileView app1 = (TileView) mItemContainer.getChildAt(0); TextView title1 = (TextView) app1.findViewById(R.id.tile_view_title); ImageView icon1 = (ImageView) app1.findViewById(R.id.tile_view_icon); Assert.assertEquals(LaunchpadTestUtils.APP_SHORT_NAME_1, title1.getText()); Assert.assertEquals(1, title1.getLineCount()); Assert.assertEquals( LaunchpadTestUtils.TEST_ICON, ((BitmapDrawable) icon1.getDrawable()).getBitmap()); TileView app2 = (TileView) mItemContainer.getChildAt(1); TextView title2 = (TextView) app2.findViewById(R.id.tile_view_title); ImageView icon2 = (ImageView) app2.findViewById(R.id.tile_view_icon); Assert.assertEquals(LaunchpadTestUtils.APP_SHORT_NAME_2, title2.getText()); Assert.assertEquals(1, title2.getLineCount()); Assert.assertEquals( LaunchpadTestUtils.TEST_ICON, ((BitmapDrawable) icon2.getDrawable()).getBitmap()); } @Test @SmallTest public void testLaunchWebApk() { openLaunchpadPage(); Intents.init(); intending(allOf(hasPackage(LaunchpadTestUtils.APP_PACKAGE_NAME_1))) .respondWith(new ActivityResult(Activity.RESULT_OK, null)); View item = mItemContainer.getChildAt(0); TestThreadUtils.runOnUiThreadBlocking(() -> TouchCommon.singleClickView(item)); intended(allOf(hasPackage(LaunchpadTestUtils.APP_PACKAGE_NAME_1), hasData(LaunchpadTestUtils.APP_URL_1)), times(1)); Intents.release(); } @Test @MediumTest public void testManagementMenuHeaderProperties() { openLaunchpadPage(); View dialogView = LaunchpadTestUtils.openAppManagementMenu(mLaunchpadCoordinator, mActivityTestRule.getActivity().getModalDialogManager(), 1 /* itemIndex */); Assert.assertEquals(LaunchpadTestUtils.APP_NAME_2, ((TextView) dialogView.findViewById(R.id.menu_header_title)).getText()); Assert.assertEquals(LaunchpadTestUtils.APP_URL_2, ((TextView) dialogView.findViewById(R.id.menu_header_url)).getText()); ImageView icon = (ImageView) dialogView.findViewById(R.id.menu_header_image); Assert.assertEquals( LaunchpadTestUtils.TEST_ICON, ((BitmapDrawable) icon.getDrawable()).getBitmap()); } @Test @MediumTest public void testManagementMenuAppPermissions() { LaunchpadTestUtils.setPermissionDefaults(LaunchpadTestUtils.APP_URL_2); openLaunchpadPage(); View dialogView = LaunchpadTestUtils.openAppManagementMenu(mLaunchpadCoordinator, mActivityTestRule.getActivity().getModalDialogManager(), 1 /* itemIndex */); Context context = InstrumentationRegistry.getTargetContext(); // Icons for permissions that set to "ALLOW" or "BLOCK" are enabled. int[] enabledIcons = {R.id.notifications_button, R.id.mic_button, R.id.camera_button}; for (int id : enabledIcons) { ImageView icon = (ImageView) dialogView.findViewById(id); Assert.assertEquals( AppCompatResources.getColorStateList(context, R.color.default_icon_color), icon.getImageTintList()); Assert.assertTrue(icon.isEnabled()); } ImageView locationIcon = (ImageView) dialogView.findViewById(R.id.location_button); Assert.assertEquals( AppCompatResources.getColorStateList(context, R.color.default_icon_color_disabled), locationIcon.getImageTintList()); Assert.assertFalse(locationIcon.isEnabled()); } @Test @MediumTest public void testManagementMenuAppShortcutsProperties() { openLaunchpadPage(); View dialogView = LaunchpadTestUtils.openAppManagementMenu(mLaunchpadCoordinator, mActivityTestRule.getActivity().getModalDialogManager(), 0 /* itemIndex */); ListView listView = dialogView.findViewById(R.id.shortcuts_list_view); // The test app has 2 shortcut and 2 other menu item: uninstall and site settings. Assert.assertEquals(4, listView.getChildCount()); // Assert icon and name in shortcut item view is set correctly. View shortcut1 = listView.getChildAt(0); Assert.assertEquals(LaunchpadTestUtils.SHORTCUT_NAME_1, ((TextView) shortcut1.findViewById(R.id.shortcut_name)).getText()); ImageView icon = (ImageView) shortcut1.findViewById(R.id.shortcut_icon); Assert.assertEquals( LaunchpadTestUtils.TEST_ICON, ((BitmapDrawable) icon.getDrawable()).getBitmap()); Assert.assertEquals(View.VISIBLE, icon.getVisibility()); View shortcut2 = listView.getChildAt(1); Assert.assertEquals(LaunchpadTestUtils.SHORTCUT_NAME_2, ((TextView) shortcut2.findViewById(R.id.shortcut_name)).getText()); icon = (ImageView) shortcut2.findViewById(R.id.shortcut_icon); Assert.assertEquals( LaunchpadTestUtils.TEST_ICON, ((BitmapDrawable) icon.getDrawable()).getBitmap()); Assert.assertEquals(View.VISIBLE, icon.getVisibility()); } @Test @MediumTest public void testLaunchAppShortcuts() { openLaunchpadPage(); ModalDialogManager modalDialogManager = mActivityTestRule.getActivity().getModalDialogManager(); View dialogView = LaunchpadTestUtils.openAppManagementMenu( mLaunchpadCoordinator, modalDialogManager, 0 /* itemIndex */); ListView listView = dialogView.findViewById(R.id.shortcuts_list_view); View shortcut = listView.getChildAt(0); Intents.init(); intending(allOf(hasPackage(LaunchpadTestUtils.APP_PACKAGE_NAME_1))) .respondWith(new ActivityResult(Activity.RESULT_OK, null)); TestThreadUtils.runOnUiThreadBlocking(() -> TouchCommon.singleClickView(shortcut)); intended(allOf(hasPackage(LaunchpadTestUtils.APP_PACKAGE_NAME_1), hasData(LaunchpadTestUtils.SHORTCUT_URL_1)), times(1)); Intents.release(); // Assert dialog is dismissed. Assert.assertNull(modalDialogManager.getCurrentDialogForTest()); } @Test @MediumTest public void testManagementMenuOtherMenuItemProperties() { openLaunchpadPage(); View dialogView = LaunchpadTestUtils.openAppManagementMenu(mLaunchpadCoordinator, mActivityTestRule.getActivity().getModalDialogManager(), 1 /* itemIndex */); ListView listView = dialogView.findViewById(R.id.shortcuts_list_view); // The test app has no shortcut but 2 other menu items: uninstall and site settings. Assert.assertEquals(2, listView.getChildCount()); // Assert the uninstall item has correct name, and icon visibility is GONE. View item1 = listView.getChildAt(0); Assert.assertEquals(mActivityTestRule.getActivity().getResources().getString( R.string.launchpad_menu_uninstall), ((TextView) item1.findViewById(R.id.shortcut_name)).getText()); Assert.assertEquals(View.GONE, item1.findViewById(R.id.shortcut_icon).getVisibility()); // Assert the site settings item has correct name, and icon visibility is GONE. View item2 = listView.getChildAt(1); Assert.assertEquals(mActivityTestRule.getActivity().getResources().getString( R.string.launchpad_menu_site_settings), ((TextView) item2.findViewById(R.id.shortcut_name)).getText()); Assert.assertEquals(View.GONE, item2.findViewById(R.id.shortcut_icon).getVisibility()); } @Test @MediumTest public void testLaunchAppSetting_whenSiteSettingsMenuItemClicked() { openLaunchpadPage(); ModalDialogManager modalDialogManager = mActivityTestRule.getActivity().getModalDialogManager(); View dialogView = LaunchpadTestUtils.openAppManagementMenu( mLaunchpadCoordinator, modalDialogManager, 1 /* itemIndex */); ListView listView = dialogView.findViewById(R.id.shortcuts_list_view); // Click the menu item and assert site setting page is opened. SettingsActivity activity = ActivityTestUtils.waitForActivity(InstrumentationRegistry.getInstrumentation(), SettingsActivity.class, new Runnable() { @Override public void run() { TouchCommon.singleClickView(listView.getChildAt(1)); } }); Assert.assertNotNull(activity); SingleWebsiteSettings fragment = ActivityTestUtils.waitForFragmentToAttach(activity, SingleWebsiteSettings.class); Assert.assertNotNull(fragment); activity.finish(); } }
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
367d8f5a3cb84715c79fab8658655a4208020570
40cc987bce56500a8de2718c8377397ebef53748
/src/main/java/com/wangwenjun/design_pattern/chapter18/MakeStringRequest.java
4cfb4a5a4fd88091c9bc49a7734b36d3e1a859a1
[]
no_license
xiaotaowei1992/JavaThread
5adbf72ece3563bb5c9b77939bcab42c4f5b7d5a
9b54083d90a1e732c323a0e247def8ae400b1363
refs/heads/master
2021-06-29T04:53:32.314190
2019-07-19T03:16:24
2019-07-19T03:16:24
139,999,086
0
0
null
null
null
null
UTF-8
Java
false
false
744
java
package com.wangwenjun.design_pattern.chapter18; /*************************************** * @author:Alex Wang * @Date:2017/3/26 QQ:532500648 * QQ交流群:286081824 ***************************************/ /** * {@link ActiveObject#makeString(int, char)} */ public class MakeStringRequest extends MethodRequest { private final int count; private final char fillChar; public MakeStringRequest(Servant servant, FutureResult futureResult, int count, char fillChar) { super(servant, futureResult); this.fillChar = fillChar; this.count = count; } @Override public void execute() { Result result = servant.makeString(count, fillChar); futureResult.setResult(result); } }
[ "weixiaotao@shein.com" ]
weixiaotao@shein.com
cec734ca7bdf903d1e3f06badb27a021508f7b66
c38191b20b0f9654114586cef4e2949ba2db1722
/day13/Demo02Arrays.java
430e814890c3aea442dd403e1d2212ed624b529c
[]
no_license
yy-public/yy-class
f21c061a92ba82f65064e6f60886887975aa2528
78ecde95913633238477840d2fc7f11172b570fc
refs/heads/master
2020-09-07T05:31:53.676550
2020-01-17T10:38:52
2020-01-17T10:38:52
220,670,455
2
0
null
null
null
null
UTF-8
Java
false
false
1,217
java
package day13; import java.util.Arrays; /* java.util.Arrays是一个与数组相关的工具类,里面提供了大量的静态方法,用来实现数组的常见操作。 public static String toString(数组):将参数数组变成字符串(按照默认格式:[元素1,元素2,元素3...]) public static void sort(数组):按照默认升序(从小到大)对数组元素进行排序 备注: 1.如果是数值,sort默认按照升序从小到大 2.如果是字符串,sort默认按照字母升序 3.如果是自定义的类型,那么这个自定义的类需要有Comparable或者Comparator接口的支持。() */ public class Demo02Arrays { public static void main(String[] args) { int[] intArray = {10,20,30}; //将int[]数组按照默认格式变为字符串 String intStr = Arrays.toString(intArray); System.out.println(intStr);//[10, 20, 30] int[] array1 = {2,1,3,99,5,6}; Arrays.sort(array1); System.out.println(Arrays.toString(array1));//[1, 2, 3, 5, 6, 99] String[] array2 = {"bbb","aaa","ccc"}; Arrays.sort(array2); System.out.println(Arrays.toString(array2));//[aaa, bbb, ccc] } }
[ "2421035899@qq.com" ]
2421035899@qq.com
d36a11b3f55c139ce95ed4683136ba29aec567b2
8a7e88029b2c42998fc238233f4b235e6cc13018
/FirstJPA/src/main/java/OneToMany/App.java
5c8859bb2eddb0fd9481cdc2bdecc5fc9acf9553
[]
no_license
joey101937/FirstJPA
4a97718948a3e4a1e1da8909bda6404ab58ae7bd
85d8deea30bdca990025464cd35be22bef06ab8b
refs/heads/master
2020-03-18T20:50:27.507381
2018-06-01T20:06:06
2018-06-01T20:06:06
135,241,681
0
0
null
null
null
null
UTF-8
Java
false
false
705
java
package OneToMany; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; public class App { public static void main(String[] args){ EntityManagerFactory factory = Persistence.createEntityManagerFactory("com.jdemeis.jpa"); EntityManager manager = factory.createEntityManager(); manager.getTransaction().begin(); University u = new University(); u.setName("UNCC"); Student s = new Student("Joe",u); Student s2 = new Student("Bob",u); manager.persist(u); manager.persist(s2); manager.persist(s); manager.getTransaction().commit(); manager.close(); factory.close(); } }
[ "g.uydude@yahoo.com" ]
g.uydude@yahoo.com
b30cbf8726e0fccecd7168a218ce0352c4e0754d
8c1ee4b7bb7ae5dc433b3f1833c4f4bfd025f71f
/org/postgresql/sspi/NTDSAPIWrapper.java
aaa0267bd06bf50112c598d488c4db957da82eaa
[ "BSD-3-Clause" ]
permissive
underyx/pgjdbc
271ad106768f5b1f82926c131f6e59fef4c02057
07bbe5c748aa334e3d9598c278fd30e009e4f017
refs/heads/master
2023-08-24T16:40:31.914580
2015-09-24T13:17:51
2015-09-24T13:17:51
43,067,507
2
0
BSD-3-Clause
2022-09-22T19:23:29
2015-09-24T13:11:44
Java
UTF-8
Java
false
false
1,825
java
package org.postgresql.sspi; import org.omg.CORBA.WStringValueHelper; import com.sun.jna.LastErrorException; import com.sun.jna.Native; import com.sun.jna.WString; import com.sun.jna.ptr.IntByReference; public class NTDSAPIWrapper { static final NTDSAPIWrapper instance = new NTDSAPIWrapper(); /** * Convenience wrappre for NTDSAPI DsMakeSpn with Java * friendly string and exception handling. * * @see http://msdn.microsoft.com/en-us/library/ms676007(v=vs.85).aspx * * @param serviceClass See MSDN * @param serviceName See MSDN * @param instanceName See MSDN * @param instancePort See MSDN * @param referrer See MSDN * @return SPN generated * @throws LastErrorException If buffer too small or parameter incorrect */ public String DsMakeSpn( String serviceClass, String serviceName, String instanceName, short instancePort, String referrer) throws LastErrorException { IntByReference spnLength = new IntByReference(2048); char[] spn = new char[spnLength.getValue()]; final int ret = NTDSAPI.instance.DsMakeSpnW( new WString(serviceClass), new WString(serviceName), instanceName == null ? null : new WString(instanceName), instancePort, referrer == null ? null : new WString(referrer), spnLength, spn); if (ret != NTDSAPI.ERROR_SUCCESS) { /* Should've thrown LastErrorException, but just in case */ throw new RuntimeException("NTDSAPI DsMakeSpn call failed with " + ret); } return new String(spn, 0, spnLength.getValue()); } }
[ "craig@2ndquadrant.com" ]
craig@2ndquadrant.com
aff65d958d114176d95fd8101a3d3461c3b8abe3
9fa645ef4d029671ab4ba1a85b8896a4237f626c
/src/main/java/be/ibiiztera/md/pmatrix/pushmatrix/structures/Group.java
d4810053ed90667c7878aa7f4efd15d5b64a5fd2
[ "MS-PL" ]
permissive
manudahmen/emptycanvas
8a7f8069c8b356c860944f89a7125c24aad26e7b
af85cc4ea7c07413f59e8f3d51558050817fb9fc
refs/heads/master
2020-12-14T08:58:43.569788
2015-01-09T04:40:09
2015-01-09T04:40:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
271
java
/* Vous êtes libre de : */ package be.ibiiztera.md.pmatrix.pushmatrix.structures; /** * @author MANUEL DAHMEN * * dev * * 15 oct. 2011 * */ public interface Group { public void addGroup(Group g); public void delGroup(Group g); public Group groups(); }
[ "manuel.dahmen@gmail.com" ]
manuel.dahmen@gmail.com
b965802e8fa39a3cdca233379458d8e668d33198
94f799e59554dccec9dc0173af842d58f107eec0
/Sorting_PatternRecognition/Point.java
92cdecae151ebc511994e919da40131026509e68
[]
no_license
KirillKK90/JAVA_
2bb49784828302895c350434d16a39d787a3f156
48f60e5704b0279f373d3a6d9d212a09611f8a62
refs/heads/master
2021-06-29T17:28:32.796161
2017-09-10T12:19:11
2017-09-10T12:19:11
103,021,116
0
0
null
null
null
null
UTF-8
Java
false
false
5,806
java
/****************************************************************************** * Compilation: javac Point.java * Execution: java Point * Dependencies: none * * An immutable data type for points in the plane. * For use on Coursera, Algorithms Part I programming assignment. * ******************************************************************************/ import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import edu.princeton.cs.algs4.StdDraw; public class Point implements Comparable<Point> { private final int x; // x-coordinate of this point private final int y; // y-coordinate of this point /** * Initializes a new point. * * @param x the <em>x</em>-coordinate of the point * @param y the <em>y</em>-coordinate of the point * Assume that the constructor arguments x and y are each between 0 and 32,767 * (To avoid potential complications with integer overflow or floating-point precision). */ public Point(int x, int y) { /* DO NOT MODIFY */ this.x = x; this.y = y; } /** * Draws this point to standard draw. */ public void draw() { /* DO NOT MODIFY */ StdDraw.point(x, y); } /** * Draws the line segment between this point and the specified point * to standard draw. * * @param that the other point */ public void drawTo(Point that) { /* DO NOT MODIFY */ StdDraw.line(this.x, this.y, that.x, that.y); } /** * Returns the slope between this point and the specified point. * Formally, if the two points are (x0, y0) and (x1, y1), then the slope * is (y1 - y0) / (x1 - x0). For completeness, the slope is defined to be * +0.0 if the line segment connecting the two points is horizontal; * Double.POSITIVE_INFINITY if the line segment is vertical; * and Double.NEGATIVE_INFINITY if (x0, y0) and (x1, y1) are equal. * * @param that the other point * @return the slope between this point and the specified point */ public double slopeTo(Point that) { if (that.x == x && that.y == y) return Double.NEGATIVE_INFINITY; else if (that.x == x && that.y != y) return Double.POSITIVE_INFINITY; else if (that.x != x && that.y == y) return +0.0; return (double) (that.y - y) / (that.x - x); } /** * Compares two points by y-coordinate, breaking ties by x-coordinate. * Formally, the invoking point (x0, y0) is less than the argument point * (x1, y1) if and only if either y0 < y1 or if y0 = y1 and x0 < x1. * * @param that the other point * @return the value <tt>0</tt> if this point is equal to the argument * point (x0 = x1 and y0 = y1); * a negative integer if this point is less than the argument * point; and a positive integer if this point is greater than the * argument point */ public int compareTo(Point that) { if (y < that.y || (y == that.y && x < that.x)) return -1; else if (x == that.x && y == that.y) return 0; return 1; } /** * Compares two points by the slope they make with this point. * The slope is defined as in the slopeTo() method. * * @return the Comparator that defines this ordering on points */ public Comparator<Point> slopeOrder() { return new Comparator<Point>() { @Override public int compare(Point o1, Point o2) { if (slopeTo(o1) < slopeTo(o2)) return -1; else if (slopeTo(o1) == slopeTo(o2)) return 0; else return 1; } }; } /** * Returns a string representation of this point. * This method is provide for debugging; * your program should not rely on the format of the string representation. * * @return a string representation of this point */ public String toString() { /* DO NOT MODIFY */ return "(" + x + ", " + y + ")"; } /** * Unit tests the Point data type. */ public static void main(String[] args) { Point p1 = new Point(10, 0); Point p2 = new Point(0, 10); Point p3 = new Point(3, 7); Point p4 = new Point(7, 3); Point p5 = new Point(20, 21); Point p6 = new Point(3, 4); Point p7 = new Point(14, 15); Point p8 = new Point(6, 7); Point[] arr = new Point[8]; arr[0] = p1; arr[1] = p2; arr[2] = p3; arr[3] = p4; arr[4] = p5; arr[5] = p6; arr[6] = p7; arr[7] = p8; System.out.println("Before sorting:"); for (Point i : arr) { System.out.println(i.toString()); } Arrays.sort(arr, p1.slopeOrder()); System.out.println("After sorting:"); for (Point i : arr) { System.out.println(i.toString()); } double[] slopes = new double[8]; Point pt = p1; slopes[0] = pt.slopeTo(p2); slopes[1] = pt.slopeTo(p3); slopes[2] = pt.slopeTo(p4); slopes[3] = pt.slopeTo(p5); slopes[4] = pt.slopeTo(p6); slopes[5] = pt.slopeTo(p7); slopes[6] = pt.slopeTo(p8); System.out.println("Slope values, initial:"); for (double d : slopes) { System.out.println(d); } for (int i = 0; i < 8; ++i) { slopes[i] = pt.slopeTo(arr[i]); } System.out.println("Slope values, final:"); for (double d : slopes) { System.out.println(d); } } }
[ "30773362+KirillKK90@users.noreply.github.com" ]
30773362+KirillKK90@users.noreply.github.com
d407eee2650d88e9817652456fe29d2432068258
fa31a99b5a21d434677ed7ce424585df286340d5
/src/com/example/kaixintest/ui/GauideActivity.java
be409595f0c81b9b7b33a174e8aad9ccb79e8a7d
[]
no_license
jtll521/Projects
c545700f70ae195fceac8498f7502aed2e2d0d42
d9ff0d045e992a8e389c4bdb34dd50b4c1c72a97
refs/heads/master
2021-01-01T16:25:49.750522
2014-04-21T15:52:05
2014-04-21T15:52:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,889
java
package com.example.kaixintest.ui; import java.util.ArrayList; import java.util.List; import com.example.kaixintest.R; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; @SuppressLint("NewApi") public class GauideActivity extends Activity { //使用viewpapger作为功能导航 private ViewPager mViewPager; //viewpager 的适配器 private GuideViewAdapter guideViewAdapter; //每一页的导航视图 private View pageView1,pageView2,pageView3; private Button btnStart; //viewpaper包含内容 private List<View> mViews = new ArrayList<View>(); private Context mContext; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); mContext = this; //hide actionbar getActionBar().hide(); setContentView(R.layout.guide_activity); mViewPager = (ViewPager)findViewById(R.id.guide_activity_viewpager); /** * 初始化guideview */ pageView1 = LayoutInflater.from(this).inflate(R.layout.guide_view_pager1, null); pageView2 = LayoutInflater.from(this).inflate(R.layout.guide_view_pager2, null); pageView3 = LayoutInflater.from(this).inflate(R.layout.guide_view_pager3, null); btnStart = (Button)pageView3.findViewById(R.id.guide_activity_start); btnStart.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub Intent intent = new Intent(); intent.setClass(mContext, ClientMainActivity.class); startActivity(intent); } }); //添加视图 mViews.add(pageView1); mViews.add(pageView2); mViews.add(pageView3); //设置viewpapger的adapter guideViewAdapter = new GuideViewAdapter(); mViewPager.setAdapter(guideViewAdapter); } public class GuideViewAdapter extends PagerAdapter{ @Override public void destroyItem(ViewGroup container, int position, Object object) { // TODO Auto-generated method stub container.removeView(mViews.get(position)); } @Override public Object instantiateItem(ViewGroup container, int position) { // TODO Auto-generated method stub container.addView(mViews.get(position)); return mViews.get(position); } @Override public int getCount() { // TODO Auto-generated method stub return mViews.size(); } @Override public boolean isViewFromObject(View arg0, Object arg1) { // TODO Auto-generated method stub return arg0==arg1; } } }
[ "jtxyz0804@gmail.com" ]
jtxyz0804@gmail.com
c913890c3a866f9d47f0a967c74cd00976316796
3d69a9fed0127e675b29d782a5ed7eb4979287d6
/connectors/java/patternparser/src/main/java/org/identityconnectors/parser/factory/OutputParser.java
329abc0feef7d4887119e2aa0bda092ceeb3cb66
[]
no_license
Evolveum/openicf
b933a9b21464282c6eab1c34ac87c0db6b34f6ba
48645668a4fb6aafcc2f40813d8959e9149368e5
refs/heads/master
2023-09-03T22:23:53.215181
2023-08-27T06:49:03
2023-08-27T06:49:03
18,093,759
8
14
null
2023-09-11T08:25:39
2014-03-25T08:39:32
Java
UTF-8
Java
false
false
1,123
java
/* * ==================== * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2008-2009 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of the Common Development * and Distribution License("CDDL") (the "License"). You may not use this file * except in compliance with the License. * * You can obtain a copy of the License at * http://opensource.org/licenses/cddl1.php * See the License for the specific language governing permissions and limitations * under the License. * * When distributing the Covered Code, include this CDDL Header Notice in each file * and include the License file at http://opensource.org/licenses/cddl1.php. * If applicable, add the following below this CDDL Header, with the fields * enclosed by brackets [] replaced by your own identifying information: * "Portions Copyrighted [year] [name of copyright owner]" * ==================== */ package org.identityconnectors.parser.factory; import java.util.Map; public interface OutputParser { public abstract Map<String, Object> parse(String input); }
[ "laszlo.hordos@forgerock.com" ]
laszlo.hordos@forgerock.com
3527442a3148666c3ec6d8976608835fde3b0862
01736c13664876277a478c3f6acc5c11fcbc43f8
/source/RecipeService/src/main/java/jp/co/softbank/aal/domain/RecipesManagementService.java
da1e6437802c684275a0caa1c3ba78175ef78c21
[]
no_license
tatsutas40/codecheck-45171
a4ae627a30e10b6abdfe3ecfc4cb4312a0e0cd70
0ceb577cd247042674a4e16c32da45d243ba751e
refs/heads/master
2020-03-21T20:03:29.684672
2018-07-03T17:35:07
2018-07-03T17:35:07
138,984,197
0
1
null
null
null
null
UTF-8
Java
false
false
1,938
java
package jp.co.softbank.aal.domain; import java.util.List; /** * レシピの管理を司るドメインのインタフェースです。 */ public interface RecipesManagementService { /** * 指定された情報でレシピを更新します。 * * @param recipe 作成するレシピの情報 * @return 作成が完了したレシピの情報 * @throws SystemException システムエラーが発生した場合 */ Recipe updateRecipe(Recipe recipe); /** * 指定された ID に対応するレシピを削除します。 * * @param id レシピを削除する ID * @return 処理したレシピの件数 * @throws SystemException システムエラーが発生した場合 */ int deleteRecipe(Integer id); /** * 指定された情報でレシピを作成します。 * * @param recipe 作成するレシピの情報 * @return 作成が完了したレシピの情報 * @throws SystemException システムエラーが発生した場合 */ Recipe createRecipe(Recipe recipe); /** * レシピ REST API サービスにおける、全レシピの一覧を返します。 * * <p>サービスに1件もレシピが登録されていない場合、空のリストを返します。 * * @return 全レシピの一覧のリスト * @throws SystemException システムエラーが発生した場合 */ List<Recipe> getRecipes(); /** * 指定された ID に対応するレシピを取得します。 * * <p>指定された ID に対応するレシピデータが存在しない場合は null が戻されます。 * * @param id レシピを取得する ID * @return ID に対応するレシピ * @throws SystemException システムエラーが発生した場合 */ Recipe getRecipe(Integer id); }
[ "shigeru.tatsuta@g.softbank.co.jp" ]
shigeru.tatsuta@g.softbank.co.jp
a20d03a64e465f3f7ec7f791b9e7f5acc293e98c
0ab5b3e86ea65a9fb216e7178b3f8ae5fe6b3a1c
/mobile/taf/taf-java/src/com/qq/taf/server/proxy/NotifyPrx.java
9825826cdca061b42c1080097d298edd0dfba461
[]
no_license
lineCode/mobile-1
197675bcde3d8db021c84858e276fc961b960643
66971911b57105b8ef5ad126b089b3fd1cc0f9b0
refs/heads/master
2020-03-29T11:02:22.037467
2017-02-13T09:40:59
2017-02-13T09:40:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,852
java
// ********************************************************************** // This file was generated by a TAF parser! // TAF version 1.3.1 by WSRD Tencent. // Generated from `Notify.jce' // ********************************************************************** package com.qq.taf.server.proxy; public interface NotifyPrx { public int getNotifyInfo(com.qq.taf.server.proxy.NotifyKey stKey, com.qq.taf.server.proxy.NotifyInfoHolder stInfo); public int getNotifyInfo(com.qq.taf.server.proxy.NotifyKey stKey, com.qq.taf.server.proxy.NotifyInfoHolder stInfo, java.util.Map __ctx); public void async_getNotifyInfo(com.qq.taf.server.proxy.NotifyPrxCallback callback, com.qq.taf.server.proxy.NotifyKey stKey); public void async_getNotifyInfo(com.qq.taf.server.proxy.NotifyPrxCallback callback, com.qq.taf.server.proxy.NotifyKey stKey, java.util.Map __ctx); public void notifyServer(String sServerName, int level, String sMessage); public void notifyServer(String sServerName, int level, String sMessage, java.util.Map __ctx); public void async_notifyServer(com.qq.taf.server.proxy.NotifyPrxCallback callback, String sServerName, int level, String sMessage); public void async_notifyServer(com.qq.taf.server.proxy.NotifyPrxCallback callback, String sServerName, int level, String sMessage, java.util.Map __ctx); public void reportServer(String sServerName, String sThreadId, String sMessage); public void reportServer(String sServerName, String sThreadId, String sMessage, java.util.Map __ctx); public void async_reportServer(com.qq.taf.server.proxy.NotifyPrxCallback callback, String sServerName, String sThreadId, String sMessage); public void async_reportServer(com.qq.taf.server.proxy.NotifyPrxCallback callback, String sServerName, String sThreadId, String sMessage, java.util.Map __ctx); }
[ "zys0633@175game.com" ]
zys0633@175game.com
07e9e223b1fff0282434ef6213bb18ba3181cd3c
0b4ee4fe8ef2f6a331aad6fc83c865ed6c2a1fd6
/cracking-the-coding-interview/book-solutions/Chapter 4/Question4_6/Question.java
5191d1c50423c1a0326cf2babe90f78a0e23c9ea
[]
no_license
nanma/codesnip
cc8d6f89bc372123c9c668c5295a919d492ec5d3
523bbc098eb5aade3eeb8405410b7f2e16fe17a3
refs/heads/master
2020-05-20T23:13:23.928499
2016-10-23T05:56:11
2016-10-23T05:56:11
15,867,860
1
0
null
null
null
null
WINDOWS-1250
Java
false
false
1,839
java
package Question4_6; import CareerCupLibrary.TreeNode; public class Question { static int TWO_NODES_FOUND = 2; static int ONE_NODE_FOUND = 1; static int NO_NODES_FOUND = 0; // Checks how many “special” nodes are located under this root public static int covers(TreeNode root, TreeNode p, TreeNode q) { int ret = NO_NODES_FOUND; if (root == null) return ret; if (root == p || root == q) ret += 1; ret += covers(root.left, p, q); if(ret == TWO_NODES_FOUND) // Found p and q return ret; return ret + covers(root.right, p, q); } public static TreeNode commonAncestor(TreeNode root, TreeNode p, TreeNode q) { if (q == p && (root.left == q || root.right == q)) return root; int nodesFromLeft = covers(root.left, p, q); // Check left side if (nodesFromLeft == TWO_NODES_FOUND) { if(root.left == p || root.left == q) return root.left; else return commonAncestor(root.left, p, q); } else if (nodesFromLeft == ONE_NODE_FOUND) { if (root == p) return p; else if (root == q) return q; } int nodesFromRight = covers(root.right, p, q); // Check right side if(nodesFromRight == TWO_NODES_FOUND) { if(root.right == p || root.right == q) return root.right; else return commonAncestor(root.right, p, q); } else if (nodesFromRight == ONE_NODE_FOUND) { if (root == p) return p; else if (root == q) return q; } if (nodesFromLeft == ONE_NODE_FOUND && nodesFromRight == ONE_NODE_FOUND) return root; else return null; } public static void main(String[] args) { int[] array = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; TreeNode root = TreeNode.createMinimalBST(array); TreeNode n3 = root.find(1); TreeNode n7 = root.find(7); TreeNode ancestor = commonAncestor(root, n3, n7); System.out.println(ancestor.data); } }
[ "nxmanan@gmail.com" ]
nxmanan@gmail.com
f94c2e04cc5f1ee6e463ce18685d702d6a766920
5148293c98b0a27aa223ea157441ac7fa9b5e7a3
/Method_Scraping/xml_scraping/NicadOutputFile_t1_flink_new2/Nicad_t1_flink_new22699.java
9dfd18afdb6774f88edd3ebc5420479ad5a5e807
[]
no_license
ryosuke-ku/TestCodeSeacherPlus
cfd03a2858b67a05ecf17194213b7c02c5f2caff
d002a52251f5461598c7af73925b85a05cea85c6
refs/heads/master
2020-05-24T01:25:27.000821
2019-08-17T06:23:42
2019-08-17T06:23:42
187,005,399
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
// clone pairs:17054:90% // 23000:flink/flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/SubtasksAllAccumulatorsInfo.java public class Nicad_t1_flink_new22699 { public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SubtasksAllAccumulatorsInfo that = (SubtasksAllAccumulatorsInfo) o; return Objects.equals(jobVertexId, that.jobVertexId) && parallelism == that.parallelism && Objects.equals(subtaskAccumulatorsInfos, that.subtaskAccumulatorsInfos); } }
[ "naist1020@gmail.com" ]
naist1020@gmail.com
5aa4877becfef2c33c4e086543e076140ac38f2a
c06a5bb68a79193155f27873984bc89ba0f5b363
/EjerciciosPatrones/comportamiento/memento/Originator.java
389f6d0d5b930a40e7e1ea37750e867572320740
[]
no_license
tomasfelder/PatronesGOF
2a7358976ab66f8562b2cfb3abcb404dff3c3d23
abeb96b567a969218efc8d089d4248c6f2afc022
refs/heads/master
2021-01-17T15:32:36.620565
2017-08-08T13:56:01
2017-08-08T13:56:01
84,108,268
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
package memento; public class Originator { private String state; public void set(String state){ System.out.println("Originaador: Seteando estado a "+state); this.state=state; } public Memento saveToMemento(){ System.out.println("Originador guardando en Memento"); return new Memento(state); } public void restoreFromMemento(Memento m){ state = m.getSavedState(); System.out.println("Originador recupera estado desde memento. Estado actual "+state); } }
[ "tomas.felder@gmail.com" ]
tomas.felder@gmail.com
b731480a05d9e90a8ea0e87fd6091f48653738bd
3d4349c88a96505992277c56311e73243130c290
/Preparation/processed-dataset/god-class_4_926/15.java
63ce8713acedad90b85b18d057429a390f2679b9
[]
no_license
D-a-r-e-k/Code-Smells-Detection
5270233badf3fb8c2d6034ac4d780e9ce7a8276e
079a02e5037d909114613aedceba1d5dea81c65d
refs/heads/master
2020-05-20T00:03:08.191102
2019-05-15T11:51:51
2019-05-15T11:51:51
185,272,690
7
4
null
null
null
null
UTF-8
Java
false
false
93
java
/** Sets timeout message. */ public void setTimeoutMsg(String msg) { timeoutMsg = msg; }
[ "dariusb@unifysquare.com" ]
dariusb@unifysquare.com
8253aedb3bc6c058aae50034a355830e60cbe0bd
45a967e6da524412cb26f14c3977f9cafeed9141
/Sample Client/src/com/ss/client/GameContext.java
22f58ee8b5a826c3a600994328c361f7668f9d7e
[]
no_license
JavaSaBr/rlib-jme-sample
90ff1ddcf53ea9e5d86c0ef10704ad6b8de3e988
8f18f929c7a81137cbb4029c1687685641ca3f85
refs/heads/master
2021-01-22T22:28:43.834228
2017-05-30T08:15:21
2017-05-30T08:15:21
85,549,149
0
0
null
null
null
null
UTF-8
Java
false
false
1,801
java
package com.ss.client; import static java.util.Objects.requireNonNull; import com.jme3.system.AppSettings; import com.jme3.system.NativeLibraryLoader; import com.jme3.system.lwjgl.LwjglDisplay; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import rlib.logging.Logger; import rlib.logging.LoggerManager; /** * The render context. * * @author JavaSaBr */ public final class GameContext extends LwjglDisplay { @NotNull protected static final Logger LOGGER = LoggerManager.getLogger(GameContext.class); /** * The game thread. */ @Nullable private GameThread thread; @Override public void create(final boolean waitFor) { if ("LWJGL".equals(settings.getAudioRenderer())) { NativeLibraryLoader.loadNativeLibrary("openal-lwjgl3", true); } NativeLibraryLoader.loadNativeLibrary("lwjgl3", true); NativeLibraryLoader.loadNativeLibrary("glfw-lwjgl3", true); NativeLibraryLoader.loadNativeLibrary("jemalloc-lwjgl3", true); NativeLibraryLoader.loadNativeLibrary("jinput", true); NativeLibraryLoader.loadNativeLibrary("jinput-dx8", true); if (created.get()) { return; } thread = new GameThread(this); thread.setPriority(Thread.MAX_PRIORITY); thread.setName("LWJGL Renderer Thread"); thread.start(); if (waitFor) { waitFor(true); } } /** * @return the custom game thread. */ @NotNull public GameThread getThread() { return requireNonNull(thread); } @Override protected void createContext(final AppSettings settings) { settings.setRenderer(AppSettings.LWJGL_OPENGL3); super.createContext(settings); } }
[ "javasabr@gmail.com" ]
javasabr@gmail.com
1f1aa828de7003096ff2ffc95e8c10518cef5075
8a799ef84013918c11adbb64caf5c1f991410709
/src/com/leetcode/tree/maximum_depth_of_binary_tree.java
78607d5264d24b4edebc09f7e06ea1b3c26c7301
[]
no_license
ruiHut/OnlineJudgeCoding
3a95af1a5095e49fed405fea09f4f77de20b35b3
d9cd9ce8061fe852785bd4c88ab9cd73ecb0ccae
refs/heads/master
2020-04-09T06:30:46.443863
2019-10-03T15:53:50
2019-10-03T15:53:50
160,115,923
0
0
null
null
null
null
UTF-8
Java
false
false
992
java
package com.leetcode.tree; import java.util.LinkedList; import java.util.Queue; /* * 104 solution * 1. bfs * 2. dfs */ class Solution { // BFS private int maxDepth(TreeNode root) { if (root == null) return 0; Queue<TreeNode> q = new LinkedList<>(); q.offer(root); int res = 0; while (!q.isEmpty()) { int qSize = q.size(); while (qSize-- != 0) { TreeNode curNode = q.poll(); if (curNode != null && curNode.left != null) q.offer(curNode.left); if (curNode != null && curNode.right != null) q.offer(curNode.right); } res++; } return res; } // DFS public int maxDepth2(TreeNode root) { if (root == null) return 0; return (1 + Math.max(maxDepth(root.left), maxDepth(root.right))); } } class TreeNode { private int val; TreeNode left; TreeNode right; TreeNode(int x) { val = x; } }
[ "1147681296@qq.com" ]
1147681296@qq.com
a2c5a6e5f4f659846ab08745f44756010a325847
c02cda9242ea9b857b73b65c34cd10586b0c2cd2
/slick/IsometricWorld/src/isometricworld/World.java
84343dce509d6acbfef3733c312f2ea55efab9ed
[ "LicenseRef-scancode-public-domain" ]
permissive
RobertZenz/Garbagecan
bd5509ea443bd3feda547be08e5419d42684ff90
b7db4902497f3f072c288a77279bcf5d18c71d97
refs/heads/master
2021-01-01T20:16:15.650030
2014-04-05T19:25:49
2014-04-05T19:25:49
1,637,183
0
0
null
null
null
null
UTF-8
Java
false
false
4,886
java
/* * Public Domain */ package isometricworld; import isometricworld.tiles.ColoredTile; import isometricworld.tiles.Tile; import org.newdawn.slick.BasicGame; import org.newdawn.slick.Color; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; import org.newdawn.slick.Input; import org.newdawn.slick.SlickException; import org.newdawn.slick.geom.Shape; /** * * @author Robert 'Bobby' Zenz */ public class World extends BasicGame { private int width = 12; private int height = 12; private int tileSizeWidth = 128; private int tileSizeWidthHalf = tileSizeWidth / 2; private int tileSizeHeight = 64; private int tileSizeHeightHalf = tileSizeHeight / 2; private Tile[] tiles = new Tile[width * height]; private int highlightedTileIdxX; private int highlightedTileIdxY; private int offsetX = 0; private int offsetY = 0; private int lastCursorPosX = -1; private int lastCursorPosY = -1; private int guiSize = 48; private ColoredTile[] guiTiles; private int highlightedGui; private Color currentColor = Color.green; public World(String title) { super(title); } @Override public void init(GameContainer container) throws SlickException { guiTiles = new ColoredTile[]{ new ColoredTile(guiSize, guiSize, Color.yellow), new ColoredTile(guiSize, guiSize, Color.red), new ColoredTile(guiSize, guiSize, Color.blue), new ColoredTile(guiSize, guiSize, Color.green) }; for (int idx = 0; idx < tiles.length; idx++) { tiles[idx] = new ColoredTile(tileSizeWidth, tileSizeHeight, Color.green); } offsetX = container.getWidth() / 2; offsetY = container.getHeight() / 2; } @Override public void update(GameContainer container, int delta) throws SlickException { Input input = container.getInput(); if (input.getMouseX() <= guiSize && input.getMouseY() <= guiSize * guiTiles.length) { highlightedTileIdxX = -1; highlightedTileIdxY = -1; highlightedGui = input.getMouseY() / guiSize; if (input.isMousePressed(Input.MOUSE_LEFT_BUTTON)) { currentColor = guiTiles[highlightedGui].getColor(); } } else { highlightedGui = -1; int mouseX = input.getMouseX() - offsetX; int mouseY = input.getMouseY() - offsetY; highlightedTileIdxX = (mouseY - mouseX / 2) / tileSizeHeight; highlightedTileIdxY = (mouseY + mouseX / 2) / tileSizeHeight; if (input.isMousePressed(Input.MOUSE_LEFT_BUTTON) && lastCursorPosX == -1) { if (highlightedTileIdxX >= 0 && highlightedTileIdxX < width && highlightedTileIdxY >= 0 && highlightedTileIdxY < height) { tiles[highlightedTileIdxX * width + highlightedTileIdxY] = new ColoredTile(tileSizeWidth, tileSizeHeight, currentColor); } } // Dragging if (input.isMouseButtonDown(Input.MOUSE_LEFT_BUTTON)) { if (lastCursorPosX > -1) { offsetX += input.getMouseX() - lastCursorPosX; offsetY += input.getMouseY() - lastCursorPosY; } lastCursorPosX = input.getMouseX(); lastCursorPosY = input.getMouseY(); } else { lastCursorPosX = -1; lastCursorPosY = -1; } } // Exit if (input.isKeyPressed(Input.KEY_ESCAPE)) { container.exit(); } } public void render(GameContainer container, Graphics g) throws SlickException { // http://gamedev.stackexchange.com/questions/12362/isometric-rendering-and-picking for (int x = tileSizeWidthHalf, idxX = 0; x < container.getWidth() && idxX < width; x += tileSizeWidthHalf, idxX++) { for (int y = tileSizeHeightHalf, idxY = 0; y < container.getHeight() && idxY < height; y += tileSizeHeightHalf, idxY++) { int screenX = getScreenX(idxX, idxY); int screenY = getScreenY(idxX, idxY); g.drawImage(tiles[idxX * width + idxY].getImage(), screenX, screenY); } } if (highlightedTileIdxX >= 0 && highlightedTileIdxX < width && highlightedTileIdxY >= 0 && highlightedTileIdxY < height) { int screenX = getScreenX(highlightedTileIdxX, highlightedTileIdxY); int screenY = getScreenY(highlightedTileIdxX, highlightedTileIdxY); Shape highlightShape = tiles[highlightedTileIdxX * width + highlightedTileIdxY].getHighlightShape(); highlightShape.setX(screenX); highlightShape.setY(screenY); g.setColor(Color.orange); g.draw(highlightShape); } // Draw GUI for (int idx = 0; idx < guiTiles.length; idx++) { g.drawImage(guiTiles[idx].getImage(), 0, idx * guiSize); if (highlightedGui >= 0) { Shape highlightShape = guiTiles[highlightedGui].getHighlightShape(); highlightShape.setX(0); highlightShape.setY(highlightedGui * guiSize); g.setColor(Color.orange); g.draw(highlightShape); } } } private int getScreenX(int idxX, int idxY) { return offsetX - (idxX * tileSizeWidthHalf) + (idxY * tileSizeWidthHalf) - tileSizeWidthHalf; } private int getScreenY(int idxX, int idxY) { return offsetY + (idxX * tileSizeHeightHalf) + (idxY * tileSizeHeightHalf); } }
[ "bobby@bonsaimind.org" ]
bobby@bonsaimind.org
0a8c9519ef0984c5df59ccaef1dd9682005f4bdf
65015afcef22f7042aa9ec37e4423ef9640c2e24
/app/src/main/java/br/com/roadway/caronaamiga/view/OfferRide.java
0ea76617ac3217a38d58d3316cbdff2a69425c0d
[]
no_license
cesar1287/caronaamiga-android-app
afa3013ec76084a13f7047ff9ff31dd303c983e2
c2bf872b2eda91c35ef7d9ad6d302c9543db3ae8
refs/heads/master
2020-12-02T10:59:21.677920
2016-09-15T13:40:13
2016-09-15T13:40:13
67,945,341
0
0
null
null
null
null
UTF-8
Java
false
false
996
java
package br.com.roadway.caronaamiga.view; import android.os.Bundle; import android.view.View; import com.android.ui.utils.inject.Inject; import com.android.ui.utils.inject.InjectView; import br.com.roadway.caronaamiga.R; import br.com.roadway.caronaamiga.controller.RequestStops; import br.com.roadway.caronaamiga.view.BaseActivity; import br.com.roadway.caronaamiga.view.MainActivity; public class OfferRide extends BaseActivity { @InjectView(R.id.confirm) private View wgtBtnConfirm; @InjectView(R.id.cancel) private View wgtBtnCancel; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_offer_ride); Inject.inject(this, getView()); initComponents(); new RequestStops().execute(); } private void initComponents() { moveToScreen(wgtBtnConfirm, MainActivity.class); moveToScreen(wgtBtnCancel, MainActivity.class); } }
[ "rasec1287@hotmail.com" ]
rasec1287@hotmail.com
32115bffacdfd71240fd828a82df57b098d1c097
d1912534823a9598f30384a0f0a58352f6731f6d
/src/main/java/com/myapp/controller/TestController.java
9991dabc5fe65ca166a2da799d80386993f06ec3
[]
no_license
cuittzq/ProxyIpPool
65cf703e2af3ff5051e32c49e0da12d5f03f3625
cf078b2c007f9ea4e2f5c89c07c984419435cca4
refs/heads/master
2021-01-23T07:55:47.344147
2018-04-03T07:09:21
2018-04-03T07:09:21
86,465,402
0
0
null
2017-03-28T13:47:21
2017-03-28T13:47:21
null
UTF-8
Java
false
false
1,002
java
package com.myapp.controller; import com.alibaba.fastjson.JSON; import com.myapp.entity.ProxyIp; import com.myapp.jobs.SpiderJob; import com.myapp.redis.RedisStorage; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping(value = "/spider") public class TestController { @RequestMapping(value = "/getIPProxy", method = RequestMethod.GET) public String getIPProxy() { String rediskey = "ipproxy"; String result = ""; try { ProxyIp proxyIp = SpiderJob.allProxyIps.pollLast(); if (proxyIp != null) { result = JSON.toJSONString(proxyIp); } else { result = RedisStorage.getInstance().rpop(rediskey); } } catch (Exception ex) { System.out.println(ex.getMessage()); } return result; } }
[ "tzq24955@ly.com" ]
tzq24955@ly.com
468538f2b002fdcbb897f3a6223b45e922ba1c81
674212af4f7d399fdd6451209144f39dfab6d1f0
/carsGuide/src/main/java/carsGuide/pages/NewAndUsedCarSearchPage.java
84c625051f614cc7cf01e19d1eef2bbd50ec6935
[]
no_license
Amie26/CarsGuideProject
c84f0b28561df57f3177ddb93f5f4d5c498da8ac
dcab9132d1ac080059b1ba225a30e70e204d005b
refs/heads/main
2023-02-11T05:05:10.361604
2020-12-31T00:21:08
2020-12-31T00:21:08
325,675,080
0
0
null
null
null
null
UTF-8
Java
false
false
3,181
java
package carsGuide.pages; import carsGuide.utility.Utility; import com.cucumber.listener.Reporter; import org.apache.log4j.LogManager; import org.apache.log4j.Logger; import org.junit.Assert; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class NewAndUsedCarSearchPage extends Utility { private static final Logger log = LogManager.getLogger(NewAndUsedCarSearchPage.class.getName()); @FindBy(xpath = "//h1[contains(text(),'New & Used Car Search - carsguide')]") WebElement _verifySearchCarText; @FindBy(xpath = "//select[@id='makes']") WebElement _anyMakeField; @FindBy(xpath = "//select[@id='models']") WebElement _anyModel; @FindBy(xpath = "//select[@id='locations']") WebElement _anyLocation; @FindBy(xpath = "//select[@id='priceTo']") WebElement _price; @FindBy(xpath = "//input[@id='search-submit']") WebElement _findMyNextCarBtn; // This method verifies user is on New and Used Cars Search public void verifyUserIsOnNewAndUsedCarSearchPage() { Reporter.addStepLog("Verifies that User is on New & Used Car Search Page " + _verifySearchCarText.toString() + "<br>"); log.info("Verifies that user is on New & Used car Search Page " + _verifySearchCarText.toString()); String actualMessage = "New & Used Car Search - carsguide"; Assert.assertEquals(actualMessage, getTextFromElement(_verifySearchCarText)); } // This method clicks on Any Make Field public void selectAnyMakeDropdown(String brand) { Reporter.addStepLog("Clicks on Any Make Field " + _anyMakeField.toString() + "<br>"); log.info("Clicks on Any Make Field " + _anyMakeField.toString()); selectByVisibleTextFromDropDown(_anyMakeField, brand); } //This method selects on Any Model Dropdown public void selectAnyModelDropdown(String model) { Reporter.addStepLog("This method selects Model" + _anyModel.toString() + "<br>"); log.info("This method selects Model " + _anyModel.toString()); selectByVisibleTextFromDropDown(_anyModel, model); } // This method selects Any Location from Dropdown public void selectAnyLocationFromDropDown(String location) { Reporter.addStepLog("This method selects Location from DropDown " + _anyLocation.toString() + "<br>"); log.info("This method selects Location " + _anyLocation.toString()); selectByVisibleTextFromDropDown(_anyLocation, location); } //This method selects Price from Dropdown public void selectPriceFromDropDown(String amount) { Reporter.addStepLog("This selects price " + _price.toString() + "<br>"); log.info("This method selects price " + _price.toString()); selectByVisibleTextFromDropDown(_price, amount); } // This method clicks on Find my Next Car Button public void clickOnFindMyNextCarButton() { Reporter.addStepLog("This clicks on Find My Next Car Button " + _findMyNextCarBtn.toString() + "<br>"); log.info("This clicks on Find My Next Car Button " + _findMyNextCarBtn.toString()); clickOnElement(_findMyNextCarBtn); } }
[ "a26.patel@gmail.com" ]
a26.patel@gmail.com
9df81f4defcfbbdb0dec7b2b5b559817f6fe22fd
e72790928f04d32fc033b53d6da8a0fd3dbec61d
/thread-parent/src/main/java/chapter3/TestWait16.java
ff90f173d97c81238efb12bf3f0a98b08cb01b00
[]
no_license
Hyoscyami/multi-thread
7d362dda1dfc73156d22aff445d85984b9815728
889e6e693301693913f59508551611707a0c406d
refs/heads/master
2021-07-17T09:46:12.680740
2020-01-14T09:53:54
2020-01-14T09:53:54
218,184,733
0
0
null
2020-10-13T18:36:57
2019-10-29T02:10:44
Java
UTF-8
Java
false
false
479
java
package chapter3; public class TestWait16 extends Thread{ private TestConsume testConsume; public TestWait16(TestConsume testConsume) { this.testConsume = testConsume; } @Override public void run() { super.run(); while (true){ try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(); } testConsume.consume(); } } }
[ "xsfzj.2009@qq.com" ]
xsfzj.2009@qq.com
d48e6a3be1017eef8aa7e978df033eb97fa091ad
bb768791e523957e22398eac9cc817c371fb879c
/app/src/main/java/com/github/obsessive/simplifyreader/ui/fragment/VideosListFragment.java
2ffcb1074948767d26c5e762b468e39c6bb51cd6
[ "Apache-2.0" ]
permissive
alfalfaw/SimplifyReaderr
90f8dd1cbc967ebf763bc0efc85e6c214a639050
132840d51724ccf1d306cb88b293914a09f3a22f
refs/heads/master
2020-03-12T10:38:54.239359
2018-04-16T10:00:00
2018-04-16T10:00:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,068
java
/* * Copyright (c) 2015 [1076559197@qq.com | tchen0707@gmail.com] * * 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.github.obsessive.simplifyreader.ui.fragment; import android.os.Bundle; import android.support.v4.widget.SwipeRefreshLayout; import android.view.LayoutInflater; import android.view.View; import android.widget.ImageButton; import android.widget.ImageView; import android.widget.TextView; import com.github.obsessive.library.adapter.ListViewDataAdapter; import com.github.obsessive.library.adapter.MultiItemRowListAdapter; import com.github.obsessive.library.adapter.ViewHolderBase; import com.github.obsessive.library.adapter.ViewHolderCreator; import com.github.obsessive.library.eventbus.EventCenter; import com.github.obsessive.library.netstatus.NetUtils; import com.github.obsessive.library.utils.CommonUtils; import com.github.obsessive.library.widgets.XSwipeRefreshLayout; import com.github.obsessive.simplifyreader.R; import com.github.obsessive.simplifyreader.api.ApiConstants; import com.github.obsessive.simplifyreader.bean.ResponseVideosListEntity; import com.github.obsessive.simplifyreader.bean.VideosListEntity; import com.github.obsessive.simplifyreader.common.Constants; import com.github.obsessive.simplifyreader.common.OnCommonPageSelectedListener; import com.github.obsessive.simplifyreader.presenter.VideosListPresenter; import com.github.obsessive.simplifyreader.presenter.impl.VideosListPresenterImpl; import com.github.obsessive.simplifyreader.ui.activity.PlayerActivity; import com.github.obsessive.simplifyreader.ui.activity.base.BaseFragment; import com.github.obsessive.simplifyreader.utils.UriHelper; import com.github.obsessive.simplifyreader.view.VideosListView; import com.github.obsessive.simplifyreader.widgets.LoadMoreListView; import com.nostra13.universalimageloader.core.ImageLoader; import butterknife.ButterKnife; import butterknife.BindView; /** * Author: Tau.Chen * Email: 1076559197@qq.com | tauchen1990@gmail.com * Date: 2015/4/9. * Description: */ public class VideosListFragment extends BaseFragment implements VideosListView, OnCommonPageSelectedListener, LoadMoreListView.OnLoadMoreListener, SwipeRefreshLayout.OnRefreshListener { @BindView(R.id.fragment_videos_list_swipe_layout) XSwipeRefreshLayout mSwipeRefreshLayout; @BindView(R.id.fragment_videos_list_list_view) LoadMoreListView mListView; /** * this variable must be initialized. */ private static String mCurrentVideosCategory = null; /** * the page number */ private int mCurrentPage = 1; private VideosListPresenter mVideosListPresenter = null; private MultiItemRowListAdapter mMultiItemRowListAdapter = null; private ListViewDataAdapter<VideosListEntity> mListViewAdapter = null; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mCurrentVideosCategory = getResources().getStringArray(R.array.videos_category_list)[0]; } @Override protected void onFirstUserVisible() { mCurrentPage = 1; mVideosListPresenter = new VideosListPresenterImpl(mContext, this); if (NetUtils.isNetworkConnected(mContext)) { if (null != mSwipeRefreshLayout) { mSwipeRefreshLayout.postDelayed(new Runnable() { @Override public void run() { mVideosListPresenter.loadListData(TAG_LOG, Constants.EVENT_REFRESH_DATA, mCurrentVideosCategory, mCurrentPage, false); } }, ApiConstants.Integers.PAGE_LAZY_LOAD_DELAY_TIME_MS); } } else { toggleNetworkError(true, new View.OnClickListener() { @Override public void onClick(View v) { mVideosListPresenter.loadListData(TAG_LOG, Constants.EVENT_REFRESH_DATA, mCurrentVideosCategory, mCurrentPage, false); } }); } } @Override protected void onUserVisible() { } @Override protected void onUserInvisible() { } @Override protected View getLoadingTargetView() { return mSwipeRefreshLayout; } @Override protected void initViewsAndEvents() { mListViewAdapter = new ListViewDataAdapter<VideosListEntity>(new ViewHolderCreator<VideosListEntity>() { @Override public ViewHolderBase<VideosListEntity> createViewHolder(int position) { return new ViewHolderBase<VideosListEntity>() { TextView mItemTitle; ImageView mItemImage; ImageButton mItemPlay; @Override public View createView(LayoutInflater layoutInflater) { View convertView = layoutInflater.inflate(R.layout.list_item_videos_card, null); mItemTitle = ButterKnife.findById(convertView, R.id.list_item_videos_card_title); mItemImage = ButterKnife.findById(convertView, R.id.list_item_videos_card_image); mItemPlay = ButterKnife.findById(convertView, R.id.list_item_videos_card_play); return convertView; } @Override public void showData(final int position, VideosListEntity itemData) { if (null != itemData) { if (!CommonUtils.isEmpty(itemData.getTitle())) { mItemTitle.setText(CommonUtils.decodeUnicodeStr(itemData.getTitle())); } if (!CommonUtils.isEmpty(itemData.getThumbnail_v2())) { ImageLoader.getInstance().displayImage(itemData.getThumbnail_v2(), mItemImage); } mItemPlay.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { if (null != mListViewAdapter) { if (position >= 0 && position < mListViewAdapter.getDataList().size()) { mVideosListPresenter.onItemClickListener(position, mListViewAdapter.getDataList().get(position)); } } } }); } } }; } }); mMultiItemRowListAdapter = new MultiItemRowListAdapter(mContext, mListViewAdapter, 1, 0); mListView.setAdapter(mMultiItemRowListAdapter); mListView.setOnLoadMoreListener(this); mSwipeRefreshLayout.setColorSchemeColors( getResources().getColor(R.color.gplus_color_1), getResources().getColor(R.color.gplus_color_2), getResources().getColor(R.color.gplus_color_3), getResources().getColor(R.color.gplus_color_4)); mSwipeRefreshLayout.setOnRefreshListener(this); } @Override protected int getContentViewLayoutID() { return R.layout.fragment_videos_list; } @Override protected void onEventComming(EventCenter eventCenter) { } @Override protected boolean isBindEventBusHere() { return false; } @Override public void onPageSelected(int position, String category) { mCurrentVideosCategory = category; } @Override public void showError(String msg) { if (null != mSwipeRefreshLayout) { mSwipeRefreshLayout.setRefreshing(false); } toggleShowError(true, msg, new View.OnClickListener() { @Override public void onClick(View v) { mVideosListPresenter.loadListData(TAG_LOG, Constants.EVENT_REFRESH_DATA, mCurrentVideosCategory, mCurrentPage, false); } }); } @Override public void onRefresh() { mCurrentPage = 1; mVideosListPresenter.loadListData(TAG_LOG, Constants.EVENT_REFRESH_DATA, mCurrentVideosCategory, mCurrentPage, true); } @Override public void onLoadMore() { mCurrentPage++; mVideosListPresenter.loadListData(TAG_LOG, Constants.EVENT_LOAD_MORE_DATA, mCurrentVideosCategory, mCurrentPage, true); } @Override public void refreshListData(ResponseVideosListEntity responseVideosListEntity) { if (null != mSwipeRefreshLayout) { mSwipeRefreshLayout.setRefreshing(false); } if (null != responseVideosListEntity && null != responseVideosListEntity.getVideos() && !responseVideosListEntity.getVideos().isEmpty()) { if (null != mListViewAdapter) { mListViewAdapter.getDataList().clear(); mListViewAdapter.getDataList().addAll(responseVideosListEntity.getVideos()); mListViewAdapter.notifyDataSetChanged(); } if (UriHelper.getInstance().calculateTotalPages(responseVideosListEntity.getTotal()) > mCurrentPage) { mListView.setCanLoadMore(true); } else { mListView.setCanLoadMore(false); } } } @Override public void addMoreListData(ResponseVideosListEntity responseVideosListEntity) { if (null != mListView) { mListView.onLoadMoreComplete(); } if (null != responseVideosListEntity && null != responseVideosListEntity.getVideos() && !responseVideosListEntity.getVideos().isEmpty()) { if (null != mListViewAdapter) { mListViewAdapter.getDataList().addAll(responseVideosListEntity.getVideos()); mListViewAdapter.notifyDataSetChanged(); } if (UriHelper.getInstance().calculateTotalPages(responseVideosListEntity.getTotal()) > mCurrentPage) { mListView.setCanLoadMore(true); } else { mListView.setCanLoadMore(false); } } } @Override public void navigateToNewsDetail(int position, VideosListEntity entity) { // Bundle extras = new Bundle(); // extras.putParcelable(PlayerActivity.INTENT_VIDEO_EXTRAS, entity); // readyGo(PlayerActivity.class, extras); } }
[ "1163011680@qq.com" ]
1163011680@qq.com
8605d833d7b1d8db0708afc28a670f8a7851c5e8
68c7577f4d7315faab88723319e75f7b418565e8
/app/src/main/java/com/example/firebaseauth/SplashAcivity.java
69f1f827948190043b7afaa8b683a9db65d3e872
[]
no_license
Sidramane6365/Android
3b154741b8f250284d1572f5c32681ce7e96d2a4
1448d5265f656e239801bb3f40a9af7e179bffee
refs/heads/master
2023-01-20T08:36:47.807267
2020-12-01T04:56:48
2020-12-01T04:56:48
309,710,376
0
0
null
null
null
null
UTF-8
Java
false
false
1,336
java
package com.example.firebaseauth; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.ImageView; import android.widget.TextView; import static java.lang.Thread.sleep; public class SplashAcivity extends AppCompatActivity { ImageView imageView; TextView textView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_splash_acivity); imageView=findViewById(R.id.appImage); textView=findViewById(R.id.textname); Animation anim= AnimationUtils.loadAnimation(getApplicationContext(),R.anim.animation); imageView.setAnimation(anim); textView.setAnimation(anim); new Thread(new Runnable() { @Override public void run() { try { sleep(3000); } catch (InterruptedException e) { e.printStackTrace(); } Intent intent=new Intent(SplashAcivity.this,Registration.class); startActivity(intent); SplashAcivity.this.finish(); } }).start(); } }
[ "srramane6@gmail.com" ]
srramane6@gmail.com
ed266731352078d7415c5d1542542529d52a986b
1ef402f47e4cfc2bf112fdfa0211ed4e4bb7d34f
/src/edu/usc/bg/validator/IntervalTree.java
11f0fb55a6827350dc878811e1df1114b3eb5c6b
[ "BSD-2-Clause" ]
permissive
kira-lin/BG
223c4c228214b97de3f05df1000d34b779d94e1a
0244a2df4ab73b54d4507664c33be700fd2d45a9
refs/heads/master
2021-05-17T21:32:56.261925
2020-05-07T04:27:56
2020-05-07T04:27:56
250,962,187
0
0
BSD-2-Clause
2020-03-29T05:39:47
2020-03-29T05:39:47
null
UTF-8
Java
false
false
4,730
java
package edu.usc.bg.validator; import java.util.ArrayList; import java.util.List; /** * An Interval Tree is essentially a map from intervals to objects, which * can be queried for all data associated with a particular interval of * time. * @author Kevin Dolan * * @param <Type> The type of objects to associate. */ public class IntervalTree<Type> { private IntervalNode<Type> head; private List<Interval<Type>> intervalList; private boolean inSync; private int size; /** * Instantiate a new interval tree with no intervals. */ public IntervalTree() { this.head = new IntervalNode<Type>(); this.intervalList = new ArrayList<Interval<Type>>(); this.inSync = true; this.size = 0; } /** * Instantiate and build an interval tree with a preset list of intervals. * @param intervalList The list of intervals to use. */ public IntervalTree(List<Interval<Type>> intervalList) { this.head = new IntervalNode<Type>(intervalList); this.intervalList = new ArrayList<Interval<Type>>(); this.intervalList.addAll(intervalList); this.inSync = true; this.size = intervalList.size(); } /** * Perform a stabbing query, returning the associated data. * Will rebuild the tree if out of sync. * @param time The time to stab. * @return the data associated with all intervals that contain time. */ public List<Type> get(long time) { List<Interval<Type>> intervals = getIntervals(time); List<Type> result = new ArrayList<Type>(); for(Interval<Type> interval : intervals) result.add(interval.getData()); return result; } /** * Perform a stabbing query, returning the interval objects. * Will rebuild the tree if out of sync. * @param time the time to stab. * @return all intervals that contain time. */ public List<Interval<Type>> getIntervals(long time) { build(); return head.stab(time); } /** * Perform an interval query, returning the associated data. * Will rebuild the tree if out of sync. * @param start The start of the interval to check. * @param end The end of the interval to check. * @return The data associated with all intervals that intersect target. */ public List<Type> get(long start, long end) { List<Interval<Type>> intervals = getIntervals(start, end); List<Type> result = new ArrayList<Type>(); for(Interval<Type> interval : intervals) result.add(interval.getData()); return result; } /** * Perform an interval query, returning the interval objects. * Will rebuild The tree if out of sync. * @param start The start of the interval to check. * @param end The end of the interval to check. * @return All intervals that intersect target. */ public List<Interval<Type>> getIntervals(long start, long end) { build(); return head.query(new Interval<Type>(start, end, null)); } /** * Add an interval object to the interval tree's list. * Will not rebuild the tree until the next query or call to build. * @param interval The interval object to add. */ public void addInterval(Interval<Type> interval) { intervalList.add(interval); inSync = false; } /** * Add an interval object to the interval tree's list. * Will not rebuild the tree until the next query or call to build. * @param begin The beginning of the interval. * @param end The end of the interval. * @param data The data to associate. */ public void addInterval(long begin, long end, Type data) { intervalList.add(new Interval<Type>(begin, end, data)); inSync = false; } /** * Determine whether this interval tree is currently a reflection of all intervals in the interval list. * @return true if no changes have been made since the last build. */ public boolean inSync() { return inSync; } /** * Build the interval tree to reflect the list of intervals. * Will not run if this is currently in sync. */ public void build() { if(!inSync) { head = new IntervalNode<Type>(intervalList); inSync = true; size = intervalList.size(); } } /** * @return the number of entries in the currently built interval tree. */ public int currentSize() { return size; } /** * @return the number of entries in the interval list, equal to .size() if inSync(). */ public int listSize() { return intervalList.size(); } @Override public String toString() { return nodeString(head,0); } private String nodeString(IntervalNode<Type> node, int level) { if(node == null) return ""; StringBuffer sb = new StringBuffer(); for(int i = 0; i < level; i++) sb.append("\t"); sb.append(node + "\n"); sb.append(nodeString(node.getLeft(), level + 1)); sb.append(nodeString(node.getRight(), level + 1)); return sb.toString(); } }
[ "scdblab@gmail.com" ]
scdblab@gmail.com
71df4424511312f300dde6efbf75e4ac0df7371e
74b47b895b2f739612371f871c7f940502e7165b
/aws-java-sdk-securityhub/src/main/java/com/amazonaws/services/securityhub/model/transform/AwsS3BucketWebsiteConfigurationRoutingRuleConditionJsonUnmarshaller.java
3ba36fb5b57b44cc7eccc67d7fcb5c69a1d329c7
[ "Apache-2.0" ]
permissive
baganda07/aws-sdk-java
fe1958ed679cd95b4c48f971393bf03eb5512799
f19bdb30177106b5d6394223a40a382b87adf742
refs/heads/master
2022-11-09T21:55:43.857201
2022-10-24T21:08:19
2022-10-24T21:08:19
221,028,223
0
0
Apache-2.0
2019-11-11T16:57:12
2019-11-11T16:57:11
null
UTF-8
Java
false
false
3,539
java
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file 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.amazonaws.services.securityhub.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.securityhub.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import static com.fasterxml.jackson.core.JsonToken.*; /** * AwsS3BucketWebsiteConfigurationRoutingRuleCondition JSON Unmarshaller */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AwsS3BucketWebsiteConfigurationRoutingRuleConditionJsonUnmarshaller implements Unmarshaller<AwsS3BucketWebsiteConfigurationRoutingRuleCondition, JsonUnmarshallerContext> { public AwsS3BucketWebsiteConfigurationRoutingRuleCondition unmarshall(JsonUnmarshallerContext context) throws Exception { AwsS3BucketWebsiteConfigurationRoutingRuleCondition awsS3BucketWebsiteConfigurationRoutingRuleCondition = new AwsS3BucketWebsiteConfigurationRoutingRuleCondition(); int originalDepth = context.getCurrentDepth(); String currentParentElement = context.getCurrentParentElement(); int targetDepth = originalDepth + 1; JsonToken token = context.getCurrentToken(); if (token == null) token = context.nextToken(); if (token == VALUE_NULL) { return null; } while (true) { if (token == null) break; if (token == FIELD_NAME || token == START_OBJECT) { if (context.testExpression("HttpErrorCodeReturnedEquals", targetDepth)) { context.nextToken(); awsS3BucketWebsiteConfigurationRoutingRuleCondition.setHttpErrorCodeReturnedEquals(context.getUnmarshaller(String.class) .unmarshall(context)); } if (context.testExpression("KeyPrefixEquals", targetDepth)) { context.nextToken(); awsS3BucketWebsiteConfigurationRoutingRuleCondition.setKeyPrefixEquals(context.getUnmarshaller(String.class).unmarshall(context)); } } else if (token == END_ARRAY || token == END_OBJECT) { if (context.getLastParsedParentElement() == null || context.getLastParsedParentElement().equals(currentParentElement)) { if (context.getCurrentDepth() <= originalDepth) break; } } token = context.nextToken(); } return awsS3BucketWebsiteConfigurationRoutingRuleCondition; } private static AwsS3BucketWebsiteConfigurationRoutingRuleConditionJsonUnmarshaller instance; public static AwsS3BucketWebsiteConfigurationRoutingRuleConditionJsonUnmarshaller getInstance() { if (instance == null) instance = new AwsS3BucketWebsiteConfigurationRoutingRuleConditionJsonUnmarshaller(); return instance; } }
[ "" ]
7910ab82fad2fb6575d73472e9700d44736f11a9
f2ef2b81e2fd8ca2123c8e90951d909a950308c2
/src/ast/Vector.java
4493590f79c1ac6ea7f6c0013e4229c882f9a7b2
[]
no_license
MacoChave/OLC1-AritSoftware
ce22a1f9d6da5389710f3877c9b9832680aabf3b
759b5508c43d56166ca69068e1575a0d9075107a
refs/heads/master
2021-04-05T22:29:17.779185
2020-03-21T16:29:47
2020-03-21T16:29:47
248,608,245
0
0
null
null
null
null
UTF-8
Java
false
false
819
java
package ast; /** * Vector */ public class Vector implements Instruction { private Operation index; private Type type; /** * VALOR: V DENTRO DE LISTA * CONTENIDO: C PRIMITIVO */ enum Type { VALOR, CONTENIDO } public Vector(Operation index, char type) { this.index = index; this.type = (type == 'v') ? Type.VALOR : Type.CONTENIDO; } public Operation getIndex() { return index; } public void setIndex(Operation index) { this.index = index; } public Type getType() { return type; } @Override public Object execute(SymbolTable symbols) { Object temp = index.execute(symbols); double result = (temp instanceof Double) ? (int) temp : -1; //Todo: Error semántico return (result > 0) ? result : null; }; }
[ "catalantt@gmail.com" ]
catalantt@gmail.com
66d470b6b54b45e0c577ddff584af8948601d568
06cdc3ea3b572d857b89c59ef4e18ec4e4f6ce10
/comot-manager/comot-manager-eps/src/test/java/at/ac/tuwien/dsg/comot/m/cs/test/clients/RsyblClientManualTest.java
66c9da28ffca6e306dca058980c052bf42051497
[]
no_license
tuwiendsg/COMOT
e69635ca1d82c05fcc5eae94b439b899b51e75a1
4324686c5822af7ccee18cbbf63bae8d2118d125
refs/heads/master
2021-01-18T21:12:12.379761
2016-04-11T15:42:22
2016-04-11T15:42:22
16,139,379
3
2
null
2015-02-19T10:36:15
2014-01-22T13:01:12
Java
UTF-8
Java
false
false
4,075
java
/******************************************************************************* * Copyright 2014 Technische Universitat Wien (TUW), Distributed Systems Group E184 * * This work was partially supported by the European Commission in terms of the * CELAR FP7 project (FP7-ICT-2011-8 \#317790) * * 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 at.ac.tuwien.dsg.comot.m.cs.test.clients; import java.io.IOException; import java.util.List; import javax.xml.bind.JAXBException; import org.junit.Before; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import at.ac.tuwien.dsg.comot.m.common.Utils; import at.ac.tuwien.dsg.comot.m.common.eps.ControlClient; import at.ac.tuwien.dsg.comot.m.common.exception.ComotException; import at.ac.tuwien.dsg.comot.m.common.exception.EpsException; import at.ac.tuwien.dsg.comot.m.cs.UtilsCs; import at.ac.tuwien.dsg.comot.m.cs.connector.RsyblClient; import at.ac.tuwien.dsg.comot.m.cs.connector.SalsaClient; import at.ac.tuwien.dsg.comot.m.cs.mapper.DeploymentMapper; import at.ac.tuwien.dsg.comot.m.cs.mapper.RsyblMapper; import at.ac.tuwien.dsg.comot.m.cs.test.AbstractTest; import at.ac.tuwien.dsg.comot.model.devel.structure.CloudService; import at.ac.tuwien.dsg.comot.rsybl.CloudServiceXML; import at.ac.tuwien.dsg.csdg.inputProcessing.multiLevelModel.deploymentDescription.DeploymentDescription; public class RsyblClientManualTest extends AbstractTest { private static final Logger LOG = LoggerFactory.getLogger(RsyblClientManualTest.class); @Autowired private SalsaClient salsa; @Autowired protected RsyblClient rsybl; @Autowired private ControlClient controlClient; @Autowired protected RsyblMapper rsyblMapper; @Autowired protected DeploymentMapper deploymentMapper; @Before public void setup() { } public static final String SERVICE_ID = "HelloElasticity_1"; @Test public void helperDeploy() throws EpsException, IOException { String xmlTosca = Utils .loadFileFromSystemAsString("./../resources/test/helloElasticity/HelloElasticityNoDB.xml"); salsa.deploy(xmlTosca); } @Test public void testStartControl() throws EpsException, InterruptedException, JAXBException, IOException, ComotException { CloudService service = deployment.getService(SERVICE_ID); service = deployment.refreshStatus(service); CloudServiceXML cloudServiceXML = rsyblMapper.extractRsybl(service); DeploymentDescription deploymentDescription = deploymentMapper.extractDeployment(service); LOG.info("{}", UtilsCs.asString(cloudServiceXML)); LOG.info("{}", UtilsCs.asString(deploymentDescription)); // controlClient.setHostAndPort("128.130.172.191", 8280); controlClient.setHostAndPort("localhost", 8280); controlClient.sendInitialConfig(service); controlClient.startControl(SERVICE_ID); } // @Test // public void startControl() throws EpsException, InterruptedException, JAXBException { // controlClient.startControl(SERVICE_ID); // // } @Test public void stopControl() throws EpsException, InterruptedException, JAXBException { controlClient.stopControl(SERVICE_ID); } @Test public void removeService() throws EpsException, InterruptedException, JAXBException { controlClient.removeService(SERVICE_ID); } @Test public void listService() throws EpsException, InterruptedException, JAXBException { List<String> list = controlClient.listAllServices(); LOG.info("{}", list); } }
[ "d.moldovan@dsg.tuwien.ac.at" ]
d.moldovan@dsg.tuwien.ac.at
d97aec4f0f4a160ee3995d966556508ae7eccafd
a6b9ebe5d4abe277801adecf695d45672da27197
/Dev_Java_Spring_Boot_5_2/src/main/java/ua/model/view/OrderView.java
a9a730db44f1f6f31e7af657c47834bc0e7db1c9
[]
no_license
ArtemBorodkin/Restaurant
a2157c81d02b01d9c9ab411266dccb7a99945721
ef16c52299db513d3de59758d8df48db865d1343
refs/heads/master
2021-07-04T22:48:13.729674
2017-09-26T09:48:52
2017-09-26T09:48:52
104,861,793
0
0
null
null
null
null
UTF-8
Java
false
false
452
java
package ua.model.view; import ua.entity.Place; public class OrderView { private Integer id; private Place place; public OrderView(Integer id, Place place) { this.id = id; this.place = place; } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public Place getPlace() { return place; } public void setPlace(Place place) { this.place = place; } }
[ "artemborodkin@ukr.net" ]
artemborodkin@ukr.net
02aaff4514cf68c95cbeb300f70c3d7df7e442d9
524c1f9259338de92ae63c8eb54ef0a9887823bc
/src/com/owb/playhelp/client/view/ngo/AddNgoView.java
ccfe644b61f0b83fdadd04c5f07726ce555b5215
[]
no_license
Ivan78/owb-master
f7894eb70f4f22d5ad2c6796da68ba50c042b8a9
cafa34e16e61d3a10e115273ae2593831c4655cb
refs/heads/master
2021-01-01T06:39:11.589911
2013-10-03T17:58:36
2013-10-03T17:58:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,948
java
package com.owb.playhelp.client.view.ngo; import com.google.gwt.core.client.GWT; import com.google.gwt.event.dom.client.HasClickHandlers; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiField; import com.google.gwt.uibinder.client.UiTemplate; import com.google.gwt.user.client.ui.Anchor; import com.google.gwt.user.client.ui.HasValue; import com.google.gwt.user.client.ui.TextArea; import com.google.gwt.user.client.ui.TextBox; import com.google.gwt.user.client.ui.HasWidgets; import com.google.gwt.user.client.ui.Widget; import com.google.gwt.user.client.ui.Composite; import com.owb.playhelp.client.presenter.ngo.AddNgoPresenter; public class AddNgoView extends Composite implements AddNgoPresenter.Display { private static AddNgoViewUiBinder uiBinder = GWT .create(AddNgoViewUiBinder.class); interface AddNgoViewUiBinder extends UiBinder<Widget, AddNgoView> { } public AddNgoView() { initWidget(uiBinder.createAndBindUi(this)); } @UiField TextBox nameField,addressField,phoneField,emailField,webField; @UiField TextArea descField; @UiField Anchor saveBut; @UiField Anchor cancelBut; @Override public Widget asWidget() { return this; } public void go(HasWidgets container) { } @Override public HasClickHandlers getSaveBut(){ return saveBut; } @Override public HasClickHandlers getCancelBut(){ return cancelBut; } @Override public HasValue<String> getNameField(){ return nameField; } @Override public HasValue<String> getDescField(){ return descField; } @Override public HasValue<String> getAddressField(){ return addressField; } @Override public HasValue<String> getPhoneField(){ return phoneField; } @Override public HasValue<String> getEmailField(){ return emailField; } @Override public HasValue<String> getWebField(){ return webField; } }
[ "liberation_point@yahoo.com" ]
liberation_point@yahoo.com
dc0ea6cfaaa5078e19a5ec668cfcb5e7cc4c97bb
022980735384919a0e9084f57ea2f495b10c0d12
/src/ext_cttdt_ca/ext-impl/src/com/nss/portlet/filetype/model/impl/PmlFileAttachedFileImpl.java
0ec0b1607e2287c097c0329cd501d044925a4451
[]
no_license
thaond/nsscttdt
474d8e359f899d4ea6f48dd46ccd19bbcf34b73a
ae7dacc924efe578ce655ddfc455d10c953abbac
refs/heads/master
2021-01-10T03:00:24.086974
2011-02-19T09:18:34
2011-02-19T09:18:34
50,081,202
0
0
null
null
null
null
UTF-8
Java
false
false
265
java
package com.nss.portlet.filetype.model.impl; import com.nss.portlet.filetype.model.PmlFileAttachedFile; public class PmlFileAttachedFileImpl extends PmlFileAttachedFileModelImpl implements PmlFileAttachedFile { public PmlFileAttachedFileImpl() { } }
[ "nguyentanmo@843501e3-6f96-e689-5e61-164601347e4e" ]
nguyentanmo@843501e3-6f96-e689-5e61-164601347e4e
0dd998add0bb02bb9e5477a3c764ca09f9ef8147
b2090456613ec9446691af056e0ce626c256dc75
/005 Java Conversion/src/com/vidvaan/conversions/datetotimestamp/DateToTimestampExample2.java
be8edf5621b161038a993264e2b154f65a5d64d6
[]
no_license
satya6264/CoreJava
0ed6b68ad62e383986669c21a1298c10186fbea1
0a8aeaf09e7298b1c357135b777f5286c699145f
refs/heads/main
2023-03-26T17:49:48.307386
2021-03-22T07:30:15
2021-03-22T07:30:15
350,233,320
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package com.vidvaan.conversions.datetotimestamp; import java.sql.Timestamp; import java.text.SimpleDateFormat; import java.util.Date; public class DateToTimestampExample2 { public static void main(String[] args) { Date date = new Date(); Timestamp ts = new Timestamp(date.getTime()); SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); System.out.println(formatter.format(ts)); } }
[ "satya@LAPTOP-O9U0GDDV" ]
satya@LAPTOP-O9U0GDDV
d60543309c4248b44062a3adafa193c13891a3a9
02cf6517e9eaf63c11e85a07e28e6903733d1fd2
/src/main/java/com/bocs/core/util/NativeUtil.java
6e483081bcf5b099bde354115d3d571a992667b6
[]
no_license
SongQi1/itcuckoopay
fd87422adcdea0f7103533471639649e2bda4af8
1d07e26e603ec1a620a1c271148adf26239001da
refs/heads/master
2021-05-04T21:52:20.041367
2018-03-24T05:23:47
2018-03-24T05:23:47
119,979,511
1
0
null
null
null
null
UTF-8
Java
false
false
1,213
java
package com.bocs.core.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.InetAddress; import java.net.UnknownHostException; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; public final class NativeUtil { private static Logger logger = LogManager.getLogger(); private NativeUtil() { } /** 获取机器名 */ public static final String getHostName() { String hostName = ""; try { hostName = InetAddress.getLocalHost().getHostName(); } catch (UnknownHostException e) { logger.error(e.getMessage(), e); } return hostName; } /** 获取网卡序列号 */ public static final String getDUID() { String address = ""; String command = "cmd.exe /c ipconfig /all"; try { Process p = Runtime.getRuntime().exec(command); BufferedReader br = new BufferedReader(new InputStreamReader(p.getInputStream())); String line; while ((line = br.readLine()) != null) { if (line.indexOf("DUID") > 0) { int index = line.indexOf(":"); index += 2; address = line.substring(index); break; } } br.close(); } catch (IOException e) { } return address; } }
[ "289330245@qq.com" ]
289330245@qq.com
5c68ff7534405cb605151508ceb39c6f6c7f504d
bf3a2be2c285dc8083d3398f67eff55f59a590fb
/symja/src/main/java/org/hipparchus/stat/inference/BinomialTest.java
0faeeb8c566db17998ea2f907a3b89ad3fcfd107
[]
no_license
tranleduy2000/symja_java7
9efaa4ab3e968de27bb0896ff64e6d71d6e315a1
cc257761258e443fe3613ce681be3946166584d6
refs/heads/master
2021-09-07T01:45:50.664082
2018-02-15T09:33:51
2018-02-15T09:33:51
105,413,861
2
1
null
2017-10-03T08:14:56
2017-10-01T02:17:38
Java
UTF-8
Java
false
false
7,917
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.hipparchus.stat.inference; import org.hipparchus.distribution.discrete.BinomialDistribution; import org.hipparchus.exception.LocalizedCoreFormats; import org.hipparchus.exception.MathIllegalArgumentException; import org.hipparchus.exception.MathRuntimeException; import org.hipparchus.util.MathUtils; /** * Implements binomial test statistics. * <p> * Exact test for the statistical significance of deviations from a * theoretically expected distribution of observations into two categories. * * @see <a href="http://en.wikipedia.org/wiki/Binomial_test">Binomial test (Wikipedia)</a> */ public class BinomialTest { /** * Returns whether the null hypothesis can be rejected with the given confidence level. * <p> * <strong>Preconditions</strong>: * <ul> * <li>Number of trials must be &ge; 0.</li> * <li>Number of successes must be &ge; 0.</li> * <li>Number of successes must be &le; number of trials.</li> * <li>Probability must be &ge; 0 and &le; 1.</li> * </ul> * * @param numberOfTrials number of trials performed * @param numberOfSuccesses number of successes observed * @param probability assumed probability of a single trial under the null hypothesis * @param alternativeHypothesis type of hypothesis being evaluated (one- or two-sided) * @param alpha significance level of the test * @return true if the null hypothesis can be rejected with confidence {@code 1 - alpha} * @throws MathIllegalArgumentException if {@code numberOfTrials} or {@code numberOfSuccesses} is negative * @throws MathIllegalArgumentException if {@code probability} is not between 0 and 1 * @throws MathIllegalArgumentException if {@code numberOfTrials} &lt; {@code numberOfSuccesses} or * if {@code alternateHypothesis} is null. * @see AlternativeHypothesis */ public boolean binomialTest(int numberOfTrials, int numberOfSuccesses, double probability, AlternativeHypothesis alternativeHypothesis, double alpha) { double pValue = binomialTest(numberOfTrials, numberOfSuccesses, probability, alternativeHypothesis); return pValue < alpha; } /** * Returns the <i>observed significance level</i>, or * <a href="http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">p-value</a>, * associated with a <a href="http://en.wikipedia.org/wiki/Binomial_test"> Binomial test</a>. * <p> * The number returned is the smallest significance level at which one can reject the null hypothesis. * The form of the hypothesis depends on {@code alternativeHypothesis}.</p> * <p> * The p-Value represents the likelihood of getting a result at least as extreme as the sample, * given the provided {@code probability} of success on a single trial. For single-sided tests, * this value can be directly derived from the Binomial distribution. For the two-sided test, * the implementation works as follows: we start by looking at the most extreme cases * (0 success and n success where n is the number of trials from the sample) and determine their likelihood. * The lower value is added to the p-Value (if both values are equal, both are added). Then we continue with * the next extreme value, until we added the value for the actual observed sample.</p> * <p> * <strong>Preconditions</strong>: * <ul> * <li>Number of trials must be &ge; 0.</li> * <li>Number of successes must be &ge; 0.</li> * <li>Number of successes must be &le; number of trials.</li> * <li>Probability must be &ge; 0 and &le; 1.</li> * </ul></p> * * @param numberOfTrials number of trials performed * @param numberOfSuccesses number of successes observed * @param probability assumed probability of a single trial under the null hypothesis * @param alternativeHypothesis type of hypothesis being evaluated (one- or two-sided) * @return p-value * @throws MathIllegalArgumentException if {@code numberOfTrials} or {@code numberOfSuccesses} is negative * @throws MathIllegalArgumentException if {@code probability} is not between 0 and 1 * @throws MathIllegalArgumentException if {@code numberOfTrials} &lt; {@code numberOfSuccesses} or * if {@code alternateHypothesis} is null. * @see AlternativeHypothesis */ public double binomialTest(int numberOfTrials, int numberOfSuccesses, double probability, AlternativeHypothesis alternativeHypothesis) { if (numberOfTrials < 0) { throw new MathIllegalArgumentException(LocalizedCoreFormats.NUMBER_TOO_SMALL, numberOfTrials, 0); } if (numberOfSuccesses < 0) { throw new MathIllegalArgumentException(LocalizedCoreFormats.NUMBER_TOO_SMALL, numberOfSuccesses, 0); } MathUtils.checkRangeInclusive(probability, 0, 1); if (numberOfTrials < numberOfSuccesses) { throw new MathIllegalArgumentException( LocalizedCoreFormats.BINOMIAL_INVALID_PARAMETERS_ORDER, numberOfTrials, numberOfSuccesses); } MathUtils.checkNotNull(alternativeHypothesis); final BinomialDistribution distribution = new BinomialDistribution(numberOfTrials, probability); switch (alternativeHypothesis) { case GREATER_THAN: return 1 - distribution.cumulativeProbability(numberOfSuccesses - 1); case LESS_THAN: return distribution.cumulativeProbability(numberOfSuccesses); case TWO_SIDED: int criticalValueLow = 0; int criticalValueHigh = numberOfTrials; double pTotal = 0; while (true) { final double pLow = distribution.probability(criticalValueLow); final double pHigh = distribution.probability(criticalValueHigh); if (pLow == pHigh) { if (criticalValueLow == criticalValueHigh) { // One side can't move pTotal += pLow; } else { pTotal += 2 * pLow; } criticalValueLow++; criticalValueHigh--; } else if (pLow < pHigh) { pTotal += pLow; criticalValueLow++; } else { pTotal += pHigh; criticalValueHigh--; } if (criticalValueLow > numberOfSuccesses || criticalValueHigh < numberOfSuccesses) { break; } } return pTotal; default: // this should never happen throw MathRuntimeException.createInternalError(); } } }
[ "tranleduy1233@gmail.com" ]
tranleduy1233@gmail.com
c6c0914e564d4f9a192a4ea541cd1550a456727d
9062926c0b29aba8790973d246a043816562ee33
/src/main/java/com/onlydb/util/SessionFactory.java
3f44dd319bfcd2eec62275e3e5a58acd95834919
[]
no_license
lwd910820/onlydb
4d29eac16908253233e1e46157df3e94bf379e3a
7839b34b169bf36dba0405c7802bbfcb6ef932eb
refs/heads/master
2020-05-25T03:15:20.625187
2019-07-08T01:38:57
2019-07-08T01:38:57
187,589,597
0
0
null
null
null
null
UTF-8
Java
false
false
1,397
java
package com.onlydb.util; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; import java.io.InputStream; /** * 创建sqlSession */ public class SessionFactory { private static SqlSessionFactory sqlSessionFactory; private SessionFactory(){ } public static SqlSession getAutoSqlSession() { if(sqlSessionFactory==null){ return getSqlSessionFactory().openSession(true); } else { return sqlSessionFactory.openSession(true); } } public static SqlSession getNorSqlSession() { if(sqlSessionFactory==null){ return getSqlSessionFactory().openSession(); } else { return sqlSessionFactory.openSession(); } } synchronized public static SqlSessionFactory getSqlSessionFactory(){ if(sqlSessionFactory==null){ String resources="config/mybatis/mybatis-config.xml"; InputStream inputStream=null; try { inputStream= Resources.getResourceAsStream(resources); }catch (Exception e){ e.printStackTrace(); } sqlSessionFactory=new SqlSessionFactoryBuilder().build(inputStream); } return sqlSessionFactory; } }
[ "445638825@qq.com" ]
445638825@qq.com
afa962d39c48358d536b3d4e9b06acafadb88804
a00ed5a59703c105a4d29ae07f63b7e90d75ce90
/src/FUNDAMENTALS/EX12_ARRAYS/E03_Zig_ZagArrays_2.java
b731e9dd7eede5c25abe6e727a09e79fc70e21c8
[]
no_license
TedyTRU/Fundamentals
d058f135899e439baf1c1042b75877a29258996f
761c193080908250432019cdc3ce37abf53eefac
refs/heads/master
2023-04-02T23:56:02.421752
2021-04-03T07:30:53
2021-04-03T07:30:53
330,679,364
0
0
null
null
null
null
UTF-8
Java
false
false
889
java
package FUNDAMENTALS.EX12_ARRAYS; import java.util.Scanner; public class E03_Zig_ZagArrays_2 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int n = Integer.parseInt(scanner.nextLine()); String [] array1 = new String[n]; String [] array2 = new String[n]; for (int i = 0; i < n; i++) { String[] input = scanner.nextLine().split(" "); String firstElement = input[0]; String secondElement = input[1]; if((i + 1) % 2 == 0) { array2[i] = firstElement; array1[i] = secondElement; } else { array1[i] = firstElement; array2[i] = secondElement; } } System.out.println(String.join(" ", array1)); System.out.println(String.join(" ", array2)); } }
[ "tedyuzunova@gmail.com" ]
tedyuzunova@gmail.com
4ef5d5fe83e9d34aa6e191d10f61160427b05e2d
1bdfc534c53b84dfbafcfe31a5e3bcc53544e711
/hazelcast/src/test/java/com/hazelcast/jet/core/PeekingWrapperPreferredParallelismTest.java
6f0016d3e732171892ec164cdebddb9b8f566e34
[ "LicenseRef-scancode-hazelcast-community-1.0", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
neilstevenson/hazelcast
2c624e4e7623c3c9d3964e17b7749f1e87f74b91
ace7273e8f47313c90bdb345fd8235ed5387d9c6
refs/heads/master
2023-03-19T22:05:57.052418
2023-01-10T11:00:44
2023-01-10T11:00:44
222,541,553
0
0
Apache-2.0
2019-11-18T20:47:18
2019-11-18T20:47:17
null
UTF-8
Java
false
false
2,854
java
/* * Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved. * * 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.hazelcast.jet.core; import com.hazelcast.jet.core.processor.Processors; import com.hazelcast.test.HazelcastParallelClassRunner; import com.hazelcast.test.annotation.ParallelJVMTest; import com.hazelcast.test.annotation.QuickTest; import org.junit.Test; import org.junit.experimental.categories.Category; import org.junit.runner.RunWith; import static com.hazelcast.jet.core.processor.DiagnosticProcessors.peekInputP; import static com.hazelcast.jet.core.processor.DiagnosticProcessors.peekOutputP; import static com.hazelcast.jet.core.processor.DiagnosticProcessors.peekSnapshotP; import static org.junit.Assert.assertEquals; @RunWith(HazelcastParallelClassRunner.class) @Category({QuickTest.class, ParallelJVMTest.class}) public class PeekingWrapperPreferredParallelismTest { @Test public void when_peekInput_then_propagatesPreferredParallelism() { // Given int preferredParallelism = 3; ProcessorMetaSupplier wrappedMetaSupplier = ProcessorMetaSupplier.of(preferredParallelism, Processors.noopP()); // When ProcessorMetaSupplier peekingMetaSupplier = peekInputP(wrappedMetaSupplier); // Then assertEquals(preferredParallelism, peekingMetaSupplier.preferredLocalParallelism()); } @Test public void when_peekOutput_then_propagatesPreferredParallelism() { // Given int preferredParallelism = 3; ProcessorMetaSupplier wrappedMetaSupplier = ProcessorMetaSupplier.of(preferredParallelism, Processors.noopP()); // When ProcessorMetaSupplier peekingMetaSupplier = peekOutputP(wrappedMetaSupplier); // Then assertEquals(preferredParallelism, peekingMetaSupplier.preferredLocalParallelism()); } @Test public void when_peekSnapshot_then_propagatesPreferredParallelism() { // Given int preferredParallelism = 3; ProcessorMetaSupplier wrappedMetaSupplier = ProcessorMetaSupplier.of(preferredParallelism, Processors.noopP()); // When ProcessorMetaSupplier peekingMetaSupplier = peekSnapshotP(wrappedMetaSupplier); // Then assertEquals(preferredParallelism, peekingMetaSupplier.preferredLocalParallelism()); } }
[ "noreply@github.com" ]
noreply@github.com
01a00344d86e03d822cf8b7d0321f5d9eacdfaba
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_cbe3781a9247b29ec125094f0b6b38818a329de6/ConnectionStateComposite/5_cbe3781a9247b29ec125094f0b6b38818a329de6_ConnectionStateComposite_s.java
f38cd5a7ed5ee9398f177fe9d71420b0768d8bb9
[]
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
5,088
java
package de.fu_berlin.inf.dpp.ui.widgets; import java.text.MessageFormat; import org.apache.log4j.Logger; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.CLabel; import org.eclipse.swt.widgets.Composite; import org.jivesoftware.smack.Connection; import org.picocontainer.annotations.Inject; import de.fu_berlin.inf.dpp.Saros; import de.fu_berlin.inf.dpp.SarosPluginContext; import de.fu_berlin.inf.dpp.accountManagement.XMPPAccountStore; import de.fu_berlin.inf.dpp.net.ConnectionState; import de.fu_berlin.inf.dpp.net.IConnectionListener; import de.fu_berlin.inf.dpp.net.JID; import de.fu_berlin.inf.dpp.ui.Messages; import de.fu_berlin.inf.dpp.ui.SarosUI; import de.fu_berlin.inf.dpp.ui.views.SarosView; import de.fu_berlin.inf.dpp.util.Utils; import de.fu_berlin.inf.nebula.utils.FontUtils; import de.fu_berlin.inf.nebula.utils.LayoutUtils; public class ConnectionStateComposite extends Composite { private static final String CONNECTED_TOOLTIP = Messages.ConnectionStateComposite_tooltip_connected; private static final Logger log = Logger .getLogger(ConnectionStateComposite.class); protected final IConnectionListener connectionListener = new IConnectionListener() { public void connectionStateChanged(Connection connection, final ConnectionState newState) { Utils.runSafeSWTAsync(log, new Runnable() { public void run() { updateLabel(newState); } }); } }; @Inject protected Saros saros; @Inject protected SarosUI sarosUI; @Inject protected XMPPAccountStore accountStore; protected CLabel stateLabel; public ConnectionStateComposite(Composite parent, int style) { super(parent, style); SarosPluginContext.initComponent(this); this.setLayout(LayoutUtils.createGridLayout(1, false, 10, 3, 0, 0)); stateLabel = new CLabel(this, SWT.NONE); stateLabel.setLayoutData(LayoutUtils.createFillHGrabGridData()); FontUtils.makeBold(stateLabel); updateLabel(saros.getSarosNet().getConnectionState()); this.stateLabel.setForeground(getDisplay().getSystemColor( SWT.COLOR_WHITE)); this.stateLabel.setBackground(getDisplay().getSystemColor( SWT.COLOR_DARK_GRAY)); this.setBackground(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); saros.getSarosNet().addListener(connectionListener); } @Override public void dispose() { super.dispose(); saros.getSarosNet().removeListener(connectionListener); } protected void updateLabel(ConnectionState newState) { if (stateLabel != null && !stateLabel.isDisposed()) { stateLabel.setText(getDescription(newState)); if (newState == ConnectionState.CONNECTED) { stateLabel.setToolTipText(String.format(CONNECTED_TOOLTIP, saros.getVersion())); } else { stateLabel.setToolTipText(null); } layout(); } } /** * @param state * @return a nice string description of the given state, which can be used * to be shown in labels (e.g. CONNECTING becomes "Connecting..."). */ public String getDescription(ConnectionState state) { if (accountStore.isEmpty()) { return Messages.ConnectionStateComposite_info_add_jabber_account; } Exception e = null; switch (state) { case NOT_CONNECTED: e = saros.getSarosNet().getConnectionError(); if (e.toString().equalsIgnoreCase("stream:error (text)")) { // the same user logged in via xmpp on another server/host SarosView.showNotification("XMPP Connection lost", Messages.ConnectionStateComposite_remote_login_warning); } return Messages.ConnectionStateComposite_not_connected; case CONNECTING: return Messages.ConnectionStateComposite_connecting; case CONNECTED: JID jid = new JID(saros.getSarosNet().getConnection().getUser()); return jid.getBase(); case DISCONNECTING: return Messages.ConnectionStateComposite_disconnecting; case ERROR: e = saros.getSarosNet().getConnectionError(); if (e == null) { return Messages.ConnectionStateComposite_error; } else if (e.toString().equalsIgnoreCase("stream:error (conflict)")) { //$NON-NLS-1$ return Messages.ConnectionStateComposite_error_ressource_conflict; } else { return MessageFormat.format( Messages.ConnectionStateComposite_error_with_message, e.getMessage()); } default: return Messages.ConnectionStateComposite_error_unknown; } } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a325a77b8cbf1d1080c090950517f471e4413789
228c79453d2997f5b04577491480d8618023890c
/SpringHibernate/src/sh/service/PersonService.java
99b8a2458f2597ff840c5277168b2f3c3a76f9bd
[]
no_license
liaoqichao/demo-javaweb
5ac5596a398d4cfbf21b817d86dcbbad5cb60d91
9b70131a1808dfcbaddbc8f05143eab8718719fc
refs/heads/master
2021-04-09T12:56:48.998718
2018-03-17T15:25:09
2018-03-17T15:25:09
125,641,855
2
0
null
null
null
null
UTF-8
Java
false
false
255
java
package sh.service; import java.util.List; import sh.domain.Person; public interface PersonService { void save(Person person); void update(Person person); Person getPerson(Integer id); void delete(Integer id); List<Person> getPersonList(); }
[ "growin_of_my_heart@163.com" ]
growin_of_my_heart@163.com
913ec74070253e595c7391ba69cbb693f8de1e52
b8a92522b048f19f0dce6ee2cb8ec81ccc2d468c
/AndroidStudioProjects/DirtBag/app/src/main/java/com/dirtbag/dirtbag/core/RestAdapterRequestInterceptor.java
2950c93c13ff1851239a70e44bd0188225f6402c
[ "Apache-2.0" ]
permissive
srperetz/learning
eafbbc6105d41172c49e316e1d9b1df4f1ece669
97e3be8c671ac63990479efe25945bdcfe48c3d7
refs/heads/master
2020-06-05T10:37:44.246093
2015-05-12T13:43:55
2015-05-12T13:43:55
30,466,630
0
0
null
null
null
null
UTF-8
Java
false
false
1,188
java
package com.dirtbag.dirtbag.core; import static com.dirtbag.dirtbag.core.Constants.Http.HEADER_PARSE_APP_ID; import static com.dirtbag.dirtbag.core.Constants.Http.HEADER_PARSE_REST_API_KEY; import static com.dirtbag.dirtbag.core.Constants.Http.PARSE_APP_ID; import static com.dirtbag.dirtbag.core.Constants.Http.PARSE_REST_API_KEY; import retrofit.RequestInterceptor; public class RestAdapterRequestInterceptor implements RequestInterceptor { private UserAgentProvider userAgentProvider; public RestAdapterRequestInterceptor(UserAgentProvider userAgentProvider) { this.userAgentProvider = userAgentProvider; } @Override public void intercept(RequestFacade request) { // Add header to set content type of JSON request.addHeader("Content-Type", "application/json"); // Add auth info for PARSE, normally this is where you'd add your auth info for this request (if needed). request.addHeader(HEADER_PARSE_REST_API_KEY, PARSE_REST_API_KEY); request.addHeader(HEADER_PARSE_APP_ID, PARSE_APP_ID); // Add the user agent to the request. request.addHeader("User-Agent", userAgentProvider.get()); } }
[ "peretz@alum.mit.edu" ]
peretz@alum.mit.edu
306beaa5abd228f25bfd8d444b139224a841a773
73a83875559c6f66f9795de3a16618ce5ed4538d
/src/main/java/com/example/B/Rest/PollController.java
8bcc1228f1a6867db05bf701e12d729610009448
[]
no_license
Tellfisk/B
3afe95be4af4ce6225d975b50593c5fe44b4bbe5
d612c76989070fef66f491d2e4924d9718587187
refs/heads/main
2022-12-27T08:31:39.540822
2020-10-01T16:03:44
2020-10-01T16:03:44
300,330,090
0
0
null
null
null
null
UTF-8
Java
false
false
1,506
java
package com.example.B.Rest; import com.example.B.Poll; import com.example.B.User; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import javax.persistence.Query; import java.util.List; import java.util.concurrent.atomic.AtomicLong; import static org.hibernate.jpa.AvailableSettings.PERSISTENCE_UNIT_NAME; @RestController public class PollController { private static final String template = "Hello, %s!"; private final AtomicLong counter = new AtomicLong(); @GetMapping("/poll") public Poll poll(@RequestParam(value = "poll_name", defaultValue = "Empty poll") String name) { EntityManagerFactory factory = Persistence.createEntityManagerFactory(PERSISTENCE_UNIT_NAME); EntityManager em = factory.createEntityManager(); Poll poll = new Poll(String.format(template, name)); em.getTransaction().begin(); em.persist(poll); em.getTransaction().commit(); em.close(); Query q = em.createQuery("select p from Poll p"); List<Poll> pollList = q.getResultList(); for (Poll p : pollList) { System.out.println(p); } System.out.println("Size: " + pollList.size()); return new Poll(String.format(template, name)); } }
[ "tellev@outlook.com" ]
tellev@outlook.com
762d2424b60422aa55dda65e656e3e5185b137fc
83aa399e3613d743bd79d9b23e9069672665da13
/FitnessTracker_VersionWithTag&Form/src/main/java/com/yespapi/model/Goal.java
8babee01e79f84cf57ea09dd886fa198f04cff08
[]
no_license
Yespapi/SERIES_DE_PROJET_ECRIT_EN_JAVA_J2EE
c3fcb4c820c4a1c0887ee797ef5c33ff677dba50
52e023f6608b59d091bb4f21a05c8ca87c0be9d3
refs/heads/master
2020-04-06T04:01:38.218618
2013-10-03T13:04:36
2013-10-03T13:04:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
192
java
package com.yespapi.model; public class Goal { public int minutes; public int getMinutes() { return minutes; } public void setMinutes(int minutes) { this.minutes = minutes; } }
[ "alybas2002@yahoo.fr" ]
alybas2002@yahoo.fr
94b82cb6185d0c7b652456e4381992c43d27e326
509dee50544141e1fc03dd23f90c90c26e511c2b
/nms-message/src/main/java/com/nms/message/auth/AuthBusHeader.java
9513bafb98662ae18d6e38d0472f756170583cd9
[ "Apache-2.0" ]
permissive
resms/nmsframework
bf9bce9979007da0871bf42929121fba076d3970
a877c32f84be5e55da1a5a3aa606f47ec40a53e6
refs/heads/master
2021-09-14T09:30:37.939123
2018-05-11T08:43:58
2018-05-11T08:43:58
85,412,847
1
1
null
null
null
null
UTF-8
Java
false
false
172
java
package com.nms.message.auth; import com.nms.message.bus.BusHeader; /** * Created by sam on 16-4-2. */ public interface AuthBusHeader extends AuthHeader,BusHeader { }
[ "zhandex@163.com" ]
zhandex@163.com
c0e3508fcd31ee4f8866387837860d29855e8944
62ae3432202564354c9afadef26198454f8cb667
/RF_Backend/src/test/java/RestaurantServiceTest.java
9a2c05deb1f6ba6153eb17ba7901eb79496752f2
[]
no_license
JaishreeJaishankar/C3_Project_JAISHREE
a81771d9d6fadb4b55fee69aa8238839942f7f3e
cda70c1828a66026c87704aff2fb56907b82eadc
refs/heads/main
2023-03-12T04:45:07.083846
2021-02-14T20:31:57
2021-02-14T20:31:57
338,858,293
0
0
null
null
null
null
UTF-8
Java
false
false
2,958
java
import org.junit.jupiter.api.*; import java.time.LocalTime; import java.util.List; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.hasItem; import static org.junit.jupiter.api.Assertions.*; class RestaurantServiceTest { RestaurantService service = new RestaurantService(); LocalTime openingTime = LocalTime.parse("10:30:00"); LocalTime closingTime = LocalTime.parse("22:00:00"); Restaurant restaurant = service.addRestaurant("Amelie's cafe","Chennai",openingTime,closingTime); //>>>>>>>>>>>>>>>>>>>>>>SEARCHING<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @Test public void searching_for_existing_restaurant_should_return_expected_restaurant_object() throws restaurantNotFoundException { Restaurant restaurantAdded = service.addRestaurant("Pumpkin's cafe","Chennai",openingTime,closingTime); Restaurant restaurantReturned = service.findRestaurantByName("Pumpkin's cafe"); //Checking if the object returned is not null assertNotNull(restaurantReturned); restaurantReturned.displayDetails(); //Checking if the object returned returns the same restaurant name as requested assertThat(restaurantReturned.getName(),equalTo(restaurantAdded.getName())); //Checking if the object returned is same as the restaurant requested assertThat(restaurantReturned,equalTo(restaurantAdded)); } @Test public void searching_for_non_existing_restaurant_should_throw_exception() throws restaurantNotFoundException { assertThrows(restaurantNotFoundException.class,()->service.findRestaurantByName("A's cafe")); } //<<<<<<<<<<<<<<<<<<<<SEARCHING>>>>>>>>>>>>>>>>>>>>>>>>>> //>>>>>>>>>>>>>>>>>>>>>>ADMIN: ADDING & REMOVING RESTAURANTS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @Test public void remove_restaurant_should_reduce_list_of_restaurants_size_by_1() throws restaurantNotFoundException { int initialNumberOfRestaurants = service.getRestaurants().size(); service.removeRestaurant("Amelie's cafe"); assertEquals(initialNumberOfRestaurants-1, service.getRestaurants().size()); } @Test public void removing_restaurant_that_does_not_exist_should_throw_exception() throws restaurantNotFoundException { assertThrows(restaurantNotFoundException.class,()->service.removeRestaurant("Pantry d'or")); } @Test public void add_restaurant_should_increase_list_of_restaurants_size_by_1(){ int initialNumberOfRestaurants = service.getRestaurants().size(); service.addRestaurant("Pumpkin Tales","Chennai",LocalTime.parse("12:00:00"),LocalTime.parse("23:00:00")); assertEquals(initialNumberOfRestaurants + 1,service.getRestaurants().size()); } //<<<<<<<<<<<<<<<<<<<<ADMIN: ADDING & REMOVING RESTAURANTS>>>>>>>>>>>>>>>>>>>>>>>>>> }
[ "jaishree.j@zohocorp.com" ]
jaishree.j@zohocorp.com
31e06a459d786970e7d156123ec911ede63cfdbe
c3627b92d6e67fd6ced171bb44559d3185427194
/Base.java
10202acbc9e37960332ee96897ad628f130c4618
[]
no_license
dbonfigli/tetris
67d88fd985cf5c34d19585d39cfc1036d817e04e
e113b691096aea8c1535c0959a2d2f3ac38a38e6
refs/heads/master
2021-01-25T06:17:56.108925
2017-06-06T18:05:34
2017-06-06T18:05:34
93,548,397
0
0
null
null
null
null
ISO-8859-1
Java
false
false
78,964
java
/* * @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * @@ @@ * @@ @@ * @@ ####### ####### ### ####### ### ### @@ * @@ ######## ######## ### ####### ### ### @@ * @@ ### ## ### ### ### #### ###### @@ * @@ ###### ####### ### ### #### @@ * @@ ####### ### ### ### ### ###### @@ * @@ ### ### ### ### ### #### ### ### @@ * @@ ####### ### ### ### ####### ### ### @@ * @@ ###### ### ## ### ####### ### ### @@ * @@ @@ * @@ @@ * @@ ###### ### ### ### ######### @@ * @@ ####### ##### #### #### ######## @@ * @@ #### ### ### ######### #### @@ * @@ ### ### ### ### # ### ######### @@ * @@ ### ### ######### ### ### ######## @@ * @@ ### ### ######### ### ### #### @@ * @@ ####### ### ### ### ### ######### @@ * @@ ##### ### ### ### ### ######## @@ * @@ @@ * @@ Five games in one: TETRIS, SNAKE... @@ * @@ @@ * @@ Bonfigli Diego 2002-2003 Tolentino (MC) - ITALY @@ * @@ @@ * @@ d.bonfigli@tiscalinet.it @@ * @@ @@ * @@ 4°year I.T.I.S. E.DIVINI S.Severino (MC) high school student @@ * @@ Summer school work @@ * @@ @@ * @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ * * * *--------------------------------------------* * | | * | produced with: | * | | * | Java(TM) 2 SDK, Standard Edition | * | Version 1.4.0 | * | | * | and | * | | * | JCreator(TM) LE Release V2.50 build 8 | * | (32 bit) for Win 95/98/NT/ME/2000/XP. | * | Copyright(C) 2000-2002 Xinox Software | * | | * | All Rights Reserved. | * | | * | Operating System : Windows 98 | * | Browser : Explorer 6.0 | * | | * *--------------------------------------------* * * * 09.7.03 - start * 22.7.03 - rotation accomplished * 25.7.03 - first version accomplished * ........... * 25.10.03 - version 0.10 accomplished * 02.05.04 - snake version accomplished * * The main problem was the keyboard management: in the beginning I used the * KeyListener interface and its methods but (mainly with Explorer) I noticed * it sometimes caused an error when closing the browser: * "java.lang.IllegalStateException: Can't dispose Inputcountext while it's active" * So I used keyDown. * * Another problem belongs the users interface: I made several tests to display * in the way I wanted panels and canvas, specially their dimension, but in the * end I was forced to use that one of the BorderLayout. * * * Example of HTML page: * * <HTML> * * <head> * <title> TETRIS </title> * </head> * <BODY> * <applet code="Base.class" * align="baseline" width=310 height=360> * <param name="buttonColorRGB" value="110,250,110"> * <param name="fontColorRGB" value="0,100,100"> * <param name="panelColorRGB" value="154,209,183"> * <param name="piecesName" value="pieces.gif"> * <param name="backgroundName" value="3812.jpg"> * </applet> * </BODY> * </HTML> * * Parameters are optional (but reccomanded to have a better graphic): * they belong colors (you can change button, panel and font colors:to do this * you need to put 3 values, red green blue, between 0 and 255 divided by commas * una virgola upl parametro specifico), background image ("backgroundName") and * pieces image("piecesName") (further information in "Table" class). If not * inserted (or bad inserted), the game will do work but pieces and background * will be produced by javalenguage methods. * * The applet does work with any dimension and the Tabme canvas is put in the * centre but some S.O. (such as WinXP) give less space to the table canvas * and sometimes it is covered by the panel in the right, in this case you must * spread the applet in the HTML page. * The best dimension is, however, width=height/2+130 (win98 S.O.). * * There are 5 games: * 1) classic Tetris; * 2) Tetris-strange-pieces; * 3) Tetris-destroy-last-row: purpose is to destroy last row * (that one with the yellow brick); * 4) Tetris-destroy-last-row & strange-pieces; * 5) Snake. * * Tetris Commands: * left arrow: move the piece left; * right arrow: move the piece right; * up arrow: rotation; * down arrow: fast fall. * * Speed automatically increments every 10000 points. * The level point the starting difficult (it will appear some bricks in the * bottom of the table in random choice) * * Snake Commands: * keyboard arrow: snake movements. * */ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ BASE : THE MAIN CLASS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // Base Class: is the applet that build the users interface and give the main // methods of the program structure. import java.awt.*; import java.awt.event.*; import java.awt.image.*; import java.applet.*; import javax.swing.JPanel; import javax.swing.BorderFactory; import java.util.StringTokenizer; import java.util.Vector; public class Base extends Applet implements ActionListener, Runnable { /*volatile*/ private Thread thread; //sounds private AudioClip endSound; private AudioClip explodedLineSound; private AudioClip landedPieceSound; private AudioClip startSound; //interface private Button buttonStart = new Button("START"); private Button buttonPause = new Button("PAUSE"); private Button buttonResume = new Button("RESUME"); private Button buttonEnd = new Button("END"); private Choice choiceSpeed = new Choice(); private Choice choiceLevel = new Choice(); private Choice choiceGame = new Choice(); private Label labelScore = new Label("0", Label.LEFT); private Label labelLines = new Label("0", Label.LEFT); private Label labelRows = new Label("rows:"); private Label labelPoints = new Label("score:"); private Label labelLevel = new Label("level:"); private Label labelSpeed = new Label("speed:"); private Label labelGame = new Label("game:"); private JPanel panelW; private JPanel panelE; private Checkbox checkboxSound = new Checkbox("sound", true); //matrix of the game table private int columns = 10; private int rows = 20; private int mat[][]= new int [rows][columns]; //score private int scoreRows = 0; private int scorePoints = 0; /* currentGame, in wich the specific game rules are loaded (there are 4 * games, it means 4 rule class, any rule class has same interface or * public methods, so you can use Base class to build other rule class * eaven very different form tetris such as snake or a shot-game). */ private Game currentGame = new Game(this); //canvas preview e Table private Table table; private Preview preview; //timer private int timer = 400; //gameIsActive: variance that show if game is active private boolean gameIsActive = false; //colors private Color fontColor; private Color buttonColor; private Color panelColor; //##### keyboard method ############################## public boolean keyDown(Event e, int key) { if (getGameIsActive()) { currentGame.manageKeyboard(key); } return false; } //##### ActionListener ################################ public void actionPerformed(ActionEvent e) { if(e.getActionCommand().equals("PAUSE")) { buttonPause.enable(false); buttonResume.enable(true); buttonResume.requestFocus(); setGameIsActive(false); stop(); } if(e.getActionCommand().equals("RESUME")) { start(); buttonResume.enable(false); buttonPause.enable(true); setGameIsActive(true); table.requestFocus(); } if(e.getActionCommand().equals("START")) { switch (getGameSelectedIndex()+1) { case 1: currentGame = new Tetris(this); break; case 2: currentGame = new TetrisSp(this); break; case 3: currentGame = new TetrisRow(this); break; case 4: currentGame = new TetrisSpRow(this); break; case 5: currentGame = new Snake(this); break; } currentGame.startGame(); drawTable(); } if(e.getActionCommand().equals("END")) { currentGame.endGame(); } } //##### init e destroy ####################################### public void init() { //audio endSound = getAudioClip(getCodeBase(),"die.au"); explodedLineSound = getAudioClip(getCodeBase(),"driga.au"); startSound = getAudioClip(getCodeBase(),"begin.au"); landedPieceSound = getAudioClip(getCodeBase(),"terra.au"); eraseMatrix(); //produce i colori getAllColors(); //table table = new Table(this); //preview preview = new Preview(this); //panel West panelW = new JPanel(); panelW.setBackground(Color.red); panelW.setLayout(new GridLayout(0,1, 5, 5)); panelW.setBorder(BorderFactory.createRaisedBevelBorder()); panelW.add(labelPoints); panelW.add(labelScore); panelW.add(labelRows); panelW.add(labelLines); panelW.add(checkboxSound); panelW.add(labelSpeed); panelW.add(choiceSpeed); choiceSpeed.addItem("1"); choiceSpeed.addItem("2"); choiceSpeed.addItem("3"); choiceSpeed.addItem("4"); choiceSpeed.addItem("5"); choiceSpeed.addItem("6"); choiceSpeed.addItem("7"); choiceSpeed.addItem("8"); choiceSpeed.addItem("9"); choiceSpeed.addItem("10"); panelW.add(labelLevel); panelW.add(choiceLevel); choiceLevel.addItem("1"); choiceLevel.addItem("2"); choiceLevel.addItem("3"); choiceLevel.addItem("4"); choiceLevel.addItem("5"); choiceLevel.addItem("6"); choiceLevel.addItem("7"); choiceLevel.addItem("8"); choiceLevel.addItem("9"); choiceLevel.addItem("10"); choiceLevel.addItem("11"); choiceLevel.addItem("12"); choiceLevel.addItem("13"); panelW.add(labelGame); panelW.add(choiceGame); choiceGame.addItem("1"); choiceGame.addItem("2"); choiceGame.addItem("3"); choiceGame.addItem("4"); choiceGame.addItem("5"); //actionListeners buttonStart.addActionListener(this); buttonPause.addActionListener(this); buttonResume.addActionListener(this); buttonEnd.addActionListener(this); // panel Est panelE = new JPanel(); panelE.setBackground(Color.red); panelE.setLayout(new GridLayout(0, 1, 5, 5)); panelE.setBorder(BorderFactory.createRaisedBevelBorder()); panelE.add(buttonStart); panelE.add(buttonPause); panelE.add(buttonResume); panelE.add(buttonEnd); panelE.add(preview); //applet look manageColors(); setLayout(new BorderLayout()); add(panelE, "East"); add(table, "Center"); add(panelW, "West"); buttonEnd.enable(false); buttonResume.enable(false); buttonPause.enable(false); } //##### Start, Stop, Runnable methods ######################### public void run() { while (thread == Thread.currentThread()) { if (getGameIsActive()) currentGame.fall(); try { Thread.currentThread().sleep(timer); } catch (InterruptedException e) {} } } public void stop() { // if (thread!=null) { thread.stop(); } // thread.stop is deprecated and seems to produce bugs thread=null; } public void start() { if (thread == null) { thread = new Thread(this); // thread.setPriority(Thread.MIN_PRIORITY); thread.start(); } //thread.start(); } //##### useful methods ####################### //##### get & set ############################ public void setMat(int[][] m) { for (int i=0; i<rows; i++) for (int j=0; j<columns; j++) mat[i][j]=m[i][j]; } public int[][] getMat() { int[][] z = new int[rows][columns]; for (int i=0; i<rows; i++) for (int j=0; j<columns; j++) z[i][j]=mat[i][j]; return z; } public void setScoreRows(int n) { scoreRows=n; } public int getScoreRows() { return scoreRows; } public void setScorePoints(int n) { scorePoints=n; } public int getScorePoints() { return scorePoints; } public int getColumns() { return columns; } public int getRows() { return rows; } public int getTimer() { return timer; } public void setTimer(int t) { timer=t; } public void setGameIsActive(boolean g) { gameIsActive = g;} public boolean getGameIsActive() { return (gameIsActive); } public int getPiecePreview() { return currentGame.getPiecePreview(); } public int getPieceColorPreview() { return currentGame.getPieceColorPreview(); } public int getSpeedSelectedIndex() {return choiceSpeed.getSelectedIndex();} public void setSpeedSelectedIndex(int index) {choiceSpeed.select(index);} public int getLevelSelectedIndex() {return choiceLevel.getSelectedIndex();} public void setLevelSelectedIndex(int index) { choiceLevel.select(index);} public int getGameSelectedIndex() {return choiceGame.getSelectedIndex();} public void setGameSelectedIndex(int index) {choiceGame.select(index);} public Color getFontColor() {return new Color(fontColor.getRGB());} public Color getButtonColor() {return new Color(buttonColor.getRGB());} public Color getPanelColor() {return new Color(panelColor.getRGB());} public Image[] getPieces() {return table.getPieces();} //##### matrix operations ############# public void eraseMatrix() { for (int i=0; i<rows; i++) for (int j=0; j<columns; j++) mat[i][j]=0; } /* //caracter view (used in debug) public void viewMat() { for (int i=0; i<rows; i++) { System.out.println(); for (int j=0; j<columns; j++) System.out.print (mat[i][j]); } System.out.println("-------------"); }*/ public void printEND() { //FINE (End in italian) /* mat[4][1]=mat[4][2]=mat[4][3]=mat[4][7]=6; mat[5][1]=mat[5][7]=6; mat[6][1]=mat[6][2]=mat[6][3]=mat[6][7]=6; mat[7][1]=mat[7][7]=6; mat[8][1]=mat[8][7]=6; mat[11][1]=mat[11][4]=mat[11][6]=mat[11][7]=mat[11][8]=6; mat[12][1]=mat[12][2]=mat[12][4]=mat[12][6]=6; mat[13][1]=mat[13][3]=mat[13][4]=mat[13][6]=mat[13][7]=mat[13][8]=6; mat[14][1]=mat[14][4]=mat[14][6]=6; mat[15][1]=mat[15][4]=mat[15][6]=mat[15][7]=mat[15][8]=6; */ //END mat[1][1]=mat[1][2]=mat[1][3]=mat[2][1]=mat[3][1]=mat[3][2]=6; mat[3][3]=mat[4][1]=mat[5][1]=mat[5][2]=mat[5][3]=6; mat[7][3]=mat[7][6]=mat[8][3]=mat[8][4]=mat[8][6]=mat[9][3]=mat[9][5]=6; mat[9][6]=mat[10][3]=mat[10][6]=mat[11][3]=mat[11][6]=mat[13][5]=6; mat[13][6]=mat[14][5]=mat[14][7]=mat[15][5]=mat[15][8]=mat[16][5]=6; mat[16][8]=mat[17][5]=mat[17][6]=6;mat[17][7]=mat[17][8]=6; drawTable(); } //##### sound methods #################### public void playEndSound() { if (checkboxSound.getState() == true) if (endSound != null) endSound.play(); } public void playStartSound() { if (checkboxSound.getState() == true) if (startSound != null) startSound.play(); } public void playLandedPieceSound() { if (checkboxSound.getState() == true) if (landedPieceSound != null) landedPieceSound.play(); } public void playExplodedLineSound() { if (checkboxSound.getState() == true) if (explodedLineSound != null) explodedLineSound.play(); } //###### startGame & endGame ################### public void startGame() { buttonStart.enable(false); buttonEnd.enable(true); buttonPause.enable(true); choiceSpeed.enable(false); choiceLevel.enable(false); choiceGame.enable(false); table.requestFocus(); playStartSound(); eraseMatrix(); setScorePoints(0); setScoreRows(0); writeScore(); setGameIsActive(true); start(); } public void endGame() { stop(); setGameIsActive(false); playEndSound(); buttonStart.enable(true); buttonEnd.enable(false); buttonPause.enable(false); buttonResume.enable(false); choiceSpeed.enable(true); choiceLevel.enable(true); choiceGame.enable(true); buttonStart.requestFocus(); printEND(); drawTable(); } //##### drawing methods ############ public void drawPreview() { preview.repaint(); } public void drawTable() { table.repaint(); } public void writeScore() { labelScore.setText(java.lang.Integer.toString(getScorePoints())); labelLines.setText(java.lang.Integer.toString(getScoreRows())); } //##### color methods ########################### //set the colors and give the color to the user-interface private void manageColors() { buttonStart.setBackground(buttonColor); buttonPause.setBackground(buttonColor); buttonResume.setBackground(buttonColor); buttonEnd.setBackground(buttonColor); choiceLevel.setBackground(buttonColor); choiceSpeed.setBackground(buttonColor); choiceGame.setBackground(buttonColor); panelW.setBackground(panelColor); panelE.setBackground(panelColor); preview.setBackground(panelColor); labelScore.setForeground(fontColor); labelLines.setForeground(fontColor); labelRows.setForeground(fontColor); labelPoints.setForeground(fontColor); labelLevel.setForeground(fontColor); labelSpeed.setForeground(fontColor); labelGame.setForeground(fontColor); buttonStart.setForeground(fontColor); buttonPause.setForeground(fontColor); buttonResume.setForeground(fontColor); buttonEnd.setForeground(fontColor); choiceSpeed.setForeground(fontColor); choiceLevel.setForeground(fontColor); choiceGame.setForeground(fontColor); checkboxSound.setForeground(fontColor); } private void getAllColors() { buttonColor = getColor("buttonColorRGB"); panelColor = getColor("panelColorRGB"); fontColor = getColor("fontColorRGB"); } //get the color from the parameter private Color getColor(String RGBparameter) { StringTokenizer st; String token; boolean flag=false; Color color = Color.black; String colorRGB = getParameter(RGBparameter); if (colorRGB!=null) { int red=0, green=0, blue=0; flag=false; st = new StringTokenizer(colorRGB, ","); token = st.nextToken(); if (token!=null && token.length()>0) {try {red = Integer.parseInt(token); } catch(NumberFormatException e) { flag = true; } if (red>255) red=255; if (red<0) red=0;} if (st.hasMoreElements()) { token = st.nextToken(); if (token!=null && token.length()>0) {try {green = Integer.parseInt(token); } catch(NumberFormatException e) { flag = true; } if (green>255) green=255; if (green<0) green=0;} } if (st.hasMoreElements()) { token = st.nextToken(); if (token!=null && token.length()>0) {try {blue = Integer.parseInt(token); } catch(NumberFormatException e) { flag = true; } if (blue>255) blue=255; if (blue<0) blue=0;} } color = new Color(red, green, blue); } else { System.out.println ("parametr \""+RGBparameter+"\" for the color doesn't exist, using default..."); if (RGBparameter.equals("buttonColorRGB")) color = new Color(110,250,110); if (RGBparameter.equals("panelColorRGB")) color = new Color(154,209,183); if (RGBparameter.equals("fontColorRGB")) color = new Color(0,100,100); } if (flag) { System.out.println("error in parameter \""+RGBparameter+"\" (isn't it three numbers divised by commas?) using default..."); if (RGBparameter.equals("buttonColorRGB")) color = new Color(110,250,110); if (RGBparameter.equals("panelColorRGB")) color = new Color(154,209,183); if (RGBparameter.equals("fontColorRGB")) color = new Color(0,100,100); } return (color); } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ TABLE: THE GAME CANVAS CLASS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ /* * The Table class: it is a canvas that use double buffering. * Graphics is totally changeable: you can change the background image, the * font, button and panel colors, the dimensions and the piece image (someone * could put stars or circles as pieces image, all you need is every brick is * 20x20 pixel and every piece must be put in a line without space each other, * this dimension is fixed in order to avoid a large number of applet * parameters, and functions to control their values and to control it exists * both the piecesName parameter and the dimension parameter and so on). * Using the offset variables the table will be put in the center of the applet. * */ class Table extends Canvas { private Base base; private MediaTracker tracker; private Image offscreenImage; private Graphics offscreenGraphics; //double buffering private Image back; //background private int dwidth; //dimension: width private int dheight; //dimension: height // private int offsetX; //offset from the left // private int offsetY; //offset from the top private Image pieces[] = new Image[6]; //pieces images array private int widthBrick; public Table(Base b) { base=b; setBackground(base.getPanelColor()); //###### dimenion control ############## int pwidth; int pheight; pwidth = base.getWidth()-128; //128 is about the panels width pheight = base.getHeight(); //find out the best dimensions if (pwidth<=pheight && pwidth*2<=pheight) {dheight=pwidth*2; dwidth=pwidth;} else {dwidth=pheight/2; dheight=pheight;} widthBrick = dwidth/10; dwidth=widthBrick*10; dheight=widthBrick*20; // offsetX=(pwidth-dwidth)/2; // offsetY=(pheight-dheight)/2; //###### produce background ################# tracker = new MediaTracker(this); boolean flag=false; String backgroundName = base.getParameter("backgroundName"); Image iback = null; //temporany background image storage if (backgroundName!=null) { iback = base.getImage(base.getCodeBase(), backgroundName); tracker.addImage(iback,0); try {tracker.waitForAll();} catch (InterruptedException e) {System.out.println("MediaTraker error in "+backgroundName+" image: "+e.getMessage()); flag=true;} if (tracker.isErrorAny()) {System.out.println("loading image "+ backgroundName+ " error (image name error or image not found), using default background..."); flag=true;} } //in case of background image error the game produce a default background if (backgroundName==null || flag) { if (backgroundName==null) System.out.println ("parameter \"backgroundName\" doesn't exist, using default background..."); iback = base.createImage(dwidth, dheight); Graphics g = iback.getGraphics(); g.setColor(base.getPanelColor()); g.fillRect(0,0,dwidth, dheight); } //set the back image back = base.createImage(dwidth,dheight); Graphics offback = back.getGraphics(); offback.setColor(base.getButtonColor()); //background image offback.drawImage(iback, 0, 0, dwidth, dheight, this); //picture-frame offback.drawRect(0,0,dwidth, dheight); offback.drawRect(1,1,dwidth-2, dheight-2); offback.drawRect(4,4,dwidth-8, dheight-8); offback.drawRect(5,5,dwidth-10, dheight-10); offback.drawRect(6,6,dwidth-12, dheight-12); //##### produce pieces ################### tracker = new MediaTracker(this); flag=false; Image tmp = null; String piecesName = base.getParameter("piecesName"); if (piecesName!=null) { tmp = base.getImage(base.getCodeBase(), piecesName); tracker.addImage(tmp, 0); try {tracker.waitForAll();} catch (InterruptedException e) {System.out.println("MediaTraker error in "+piecesName+" image: "+e.getMessage());} if (tracker.isErrorAny()) {System.out.println("loading image "+piecesName+ "error (image name error or image not found), using default pieces......"); flag=true;} } //in case of pieces image error the game produce default pieces if (piecesName==null || flag) { if (piecesName==null) System.out.println ("parameter \"piecesName\" doesn't exist, using default background......"); tmp = base.createImage(120, 20); Graphics g = tmp.getGraphics(); g.setColor(Color.green); g.fill3DRect(0,0,20,20,true); g.setColor(Color.red); g.fill3DRect(20,0,20,20,true); g.setColor(Color.cyan); g.fill3DRect(40,0,20,20,true); g.setColor(Color.orange); g.fill3DRect(60,0,20,20,true); g.setColor(Color.blue); g.fill3DRect(80,0,20,20,true); g.setColor(Color.yellow); g.fill3DRect(100,0,20,20,true); } //pieces image divison (to put in an array) ImageFilter filter; ImageProducer producer; filter = new CropImageFilter(0,0,20,20); producer = new FilteredImageSource(tmp.getSource(), filter); pieces[0] = createImage(producer); filter = new CropImageFilter(20,0,20,20); producer = new FilteredImageSource(tmp.getSource(), filter); pieces[1] = createImage(producer); filter = new CropImageFilter(40,0,20,20); producer = new FilteredImageSource(tmp.getSource(), filter); pieces[2] = createImage(producer); filter = new CropImageFilter(60,0,20,20); producer = new FilteredImageSource(tmp.getSource(), filter); pieces[3] = createImage(producer); filter = new CropImageFilter(80,0,20,20); producer = new FilteredImageSource(tmp.getSource(), filter); pieces[4] = createImage(producer); filter = new CropImageFilter(100,0,20,20); producer = new FilteredImageSource(tmp.getSource(), filter); pieces[5] = createImage(producer); //##### double buffering ################### offscreenImage = base.createImage(dwidth, dheight); offscreenGraphics = offscreenImage.getGraphics(); offscreenGraphics.setColor(base.getPanelColor()); } public void paint(Graphics g) { offPaint(); g.drawImage(offscreenImage,0,0,/*offsetX, offsetY,*/ this); } public void update(Graphics g) { paint(g); } private void offPaint() { int[][] mat = base.getMat(); //background offscreenGraphics.drawImage(back,0,0, dwidth, dheight, this); //pieces for (int i=0; i<base.getRows(); i++) for (int j=0; j<base.getColumns(); j++) { switch (mat[i][j]) { case 101: case 1: offscreenGraphics.drawImage(pieces[0], j*widthBrick, i*widthBrick, widthBrick, widthBrick, this); break; case 102: case 2: offscreenGraphics.drawImage(pieces[1], j*widthBrick, i*widthBrick, widthBrick,widthBrick, this); break; case 103: case 3: offscreenGraphics.drawImage(pieces[2], j*widthBrick, i*widthBrick, widthBrick, widthBrick, this); break; case 104: case 4: offscreenGraphics.drawImage(pieces[3], j*widthBrick, i*widthBrick, widthBrick, widthBrick, this); break; case 105: case 5: offscreenGraphics.drawImage(pieces[4], j*widthBrick, i*widthBrick, widthBrick, widthBrick, this); break; case 106: case 6: offscreenGraphics.drawImage(pieces[5], j*widthBrick, i*widthBrick, widthBrick, widthBrick, this); break; } } } public Image[] getPieces() { return pieces; } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ PREVIEW: THE PIECE PREVIEW CANVAS CLASS @@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // The preview class: it is a canvas that draw next piece. // It can draw just pieces and it i made up of a 4x4 matrix. class Preview extends Canvas { private Base base; private Image offscreenImage; private Graphics offscreenGraphics; //double buffering private Image[] pieces = new Image [6]; private int widthBrickpreview = 0; private int offsetX=0; private int offsetY=0; private boolean dimensioned = false; public Preview(Base b) { base=b; setBackground(base.getPanelColor()); offscreenImage = base.createImage(100,100); //anyway the image will be dimensioned like the canvas width offscreenGraphics = offscreenImage.getGraphics(); pieces = base.getPieces(); } private void offPaint() { int [][] mat = new int [4][4]; int n= base.getPiecePreview(); int c= base.getPieceColorPreview(); switch (n) { case 0: mat[0][0]=mat[0][1]=mat[0][2]=mat[0][3]=0; mat[1][0]=mat[1][1]=mat[1][2]=mat[1][3]=0; mat[2][0]=mat[2][1]=mat[2][2]=mat[2][3]=0; mat[3][0]=mat[3][1]=mat[3][2]=mat[3][3]=0; //nothing break; case 1: mat[1][1]=mat[1][2]=mat[2][1]=mat[2][2]=c; //S break; case 2: mat[1][1]=mat[2][0]=mat[2][1]=mat[2][2]=c; //T break; case 3: mat[0][1]=mat[1][1]=mat[2][1]=mat[2][2]=c; //Lr break; case 4: mat[1][1]=mat[1][0]=mat[1][2]=mat[1][3]=c; //S break; case 5: mat[1][0]=mat[1][1]=mat[2][1]=mat[2][2]=c; //Zr break; case 6: mat[0][2]=mat[1][2]=mat[2][2]=mat[2][1]=c; //Ll break; case 7: mat[1][2]=mat[1][1]=mat[2][1]=mat[2][0]=c; //Zl break; case 8: mat[0][1]=mat[0][0]=mat[1][1]=mat[2][1]=mat[2][2]=c; //2 break; case 9: mat[0][1]=mat[0][2]=mat[1][1]=mat[2][1]=mat[2][0]=c; //S2 break; case 10: mat[1][1]=mat[2][1]=mat[2][2]=c; //Llr break; case 11: mat[1][2]=mat[2][1]=mat[2][2]=c; //Lls break; case 12: mat[1][1]=mat[2][1]=c; //Ss break; case 13: mat[1][1]=c; //Ls break; case 14: mat[0][1]=mat[1][1]=mat[2][1]=mat[2][0]=mat[2][1]=mat[2][2]=c; //Tb break; case 15: mat[1][2]=mat[0][1]=mat[1][1]=mat[1][0]=mat[2][1]=c; //X break; } if (!dimensioned) { if ( (int) (this.size().height/3) < (int) (this.size().width/4) ) { widthBrickpreview = (int) (this.size().height/3); offsetX = (this.size().width-widthBrickpreview*4)/2; } else {widthBrickpreview = (int) (this.size().width/4); offsetY = (this.size().height-widthBrickpreview*3)/2; } dimensioned = true; } offscreenGraphics.setColor(base.getPanelColor()); offscreenGraphics.fill3DRect(0,0,this.size().width,this.size().height,true); for (int i=0; i<4; i++) for (int j=0; j<4; j++) switch (mat[i][j]) { case 1: offscreenGraphics.drawImage(pieces[0], j*widthBrickpreview+offsetX, i*widthBrickpreview+offsetY, widthBrickpreview, widthBrickpreview, this); break; case 2: offscreenGraphics.drawImage(pieces[1], j*widthBrickpreview+offsetX, i*widthBrickpreview+offsetY, widthBrickpreview, widthBrickpreview, this); break; case 3: offscreenGraphics.drawImage(pieces[2], j*widthBrickpreview+offsetX, i*widthBrickpreview+offsetY, widthBrickpreview, widthBrickpreview, this); break; case 4: offscreenGraphics.drawImage(pieces[3], j*widthBrickpreview+offsetX, i*widthBrickpreview+offsetY, widthBrickpreview, widthBrickpreview, this); break; case 5: offscreenGraphics.drawImage(pieces[4], j*widthBrickpreview+offsetX, i*widthBrickpreview+offsetY, widthBrickpreview, widthBrickpreview, this); break; case 6: offscreenGraphics.drawImage(pieces[5], j*widthBrickpreview+offsetX, i*widthBrickpreview+offsetY, widthBrickpreview, widthBrickpreview, this); break; } } public void paint (Graphics g) { offPaint(); g.drawImage(offscreenImage,0,0,this); } public void update(Graphics g) { paint(g); } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ TETRIS: THE GAME RULES @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ /* The Tetris class: here there are every method belong the tetris game rules. * * I made it just in a class but probably it will have be better to build in * more different classes, for istance one for the pieces and one for the pieces * movements and rotation. * * The class work in this way: a matrix 20x10 represent the game area and the * pieces values represent the color and the pieces state (active pieces, that * are moveing, have a value of 100 plus the color value). * */ class Tetris extends Game { //piece shape protected int piece = 0; //central co-ordinates of the piece in the game matrix protected int xP=-1; protected int yP=-1; //next piece protected int piecePreview; protected int pieceColorPreview; public Tetris(Base b) { super(b); } //##### speed and level management ################## // these methods aren't implemented in the Base class so different // game rules can have different management (for istance a snake game is // far more fast than a tetris game). protected void manageSpeed() { switch (base.getSpeedSelectedIndex()) { case 0: base.setTimer(400); break; case 1: base.setTimer(370); break; case 2: base.setTimer(340); break; case 3: base.setTimer(290); break; case 4: base.setTimer(240); break; case 5: base.setTimer(190); break; case 6: base.setTimer(150); break; case 7: base.setTimer(130); break; case 8: base.setTimer(110); break; case 9: base.setTimer(80); break; } } protected void manageLevel() { int n= (base.getRows()-(base.getLevelSelectedIndex()+1))+1; int[][] x = new int[base.getRows()][base.getColumns()]; if (n>0) { for (int i=base.getRows()-1; i>=n; i--) for (int j=0; j<base.getColumns(); j++) { if (Math.random()>0.5) x[i][j]=(int)(Math.random()*5+1); } base.setMat(x); checkRow(); } } //##### startGame / endGame ################################## public void startGame() { base.startGame(); //control starting speed and level manageSpeed(); manageLevel(); //produce the first piece piecePreview(); producePiece(); } public void endGame() { base.endGame(); } //##### fall: the iterator ################################## //this procedure does work just if there is an active piece (of 100) in //the game matrix public void fall() { boolean flag = true; int[][] x = base.getMat(); for (int i=base.getRows()-1; i>=0; i--) for (int j=base.getColumns()-1; j>=0; j--) if (x[i][j]>100) if ((i+1)<base.getRows()) if (x[i+1][j]==0) { x[i+1][j]=x[i][j]; x[i][j]=0; } else { flag=false; i=-1; j=-1;} else { flag=false; i=-1; j=-1;} if (!flag) //if the piece touch the bottom or other pieces... { int[][] n = base.getMat(); //take the active state difference of the piece off for (int i=0; i<base.getRows(); i++) for (int j=0; j<base.getColumns(); j++) if (n[i][j]>100) n[i][j]-=100; base.setMat(n); checkRow(); base.playLandedPieceSound(); producePiece(); } else { yP++; base.setMat(x); } //else continue the fall base.drawTable(); } //##### check the full rows ########################## protected void checkRow() { int [][] m = base.getMat(); int count=0; for (int i=base.getRows()-1; i>=0; i--) for (int j=0; j<base.getColumns(); j++) { if (m[i][j]==0 || m[i][j]>100) break; if (j==base.getColumns()-1) { destroyRow(i); base.setScorePoints(base.getScorePoints()+100); base.setScoreRows(base.getScoreRows()+1); base.writeScore(); //check if increment speed if (base.getSpeedSelectedIndex()<10) if (base.getScorePoints()/10000/(base.getSpeedSelectedIndex()+1)>=1) { base.setSpeedSelectedIndex(base.getSpeedSelectedIndex()+1); manageSpeed(); } //prepare next check... m = base.getMat(); i++; count++; } } if (count>1) { base.setScorePoints(base.getScorePoints()+100*count); base.writeScore(); } if (count>0) base.playExplodedLineSound(); } protected void destroyRow(int row) { int [][] m = base.getMat(); for (int i=row-1; i>=0; i--) for (int j=0; j<base.getColumns(); j++) m[i+1][j]=m[i][j]; base.setMat(m); } //##### produce pieces ######################################### protected void piecePreview() { piecePreview=(int)(Math.random()*7+1); base.drawPreview(); pieceColorPreview=(int)(Math.random()*5+1); } protected void producePiece() { piece = piecePreview; int p = piece; if (p==1) produceQ(); if (p==2) produceT(); if (p==3) produceLr(); if (p==4) produceS(); if (p==5) produceZr(); if (p==6) produceLl(); if (p==7) produceZl(); /* //random rotation at the beginning int x=(int)(Math.random()*3); for (int i=0; i<x; i++) rotation(); */ base.drawPreview(); //prepare next piece piecePreview(); } protected boolean produceQ() //square [][] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[0][5]!=0 || m[1][4]!=0 || m[1][5]!=0) flag = false; m[0][4]=m[0][5]=m[1][4]=m[1][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=0; piece=1; if (!flag) endGame(); return (flag); } protected boolean produceT() //T shape [] // [][][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][3]!=0 || m[1][4]!=0 || m[1][5]!=0) flag = false; m[0][4]=m[1][3]=m[1][4]=m[1][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=2; if (!flag) endGame(); return (flag); } protected boolean produceLr() //L shape with right brick [] // [] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[2][4]!=0 || m[2][5]!=0) flag = false; m[0][4]=m[1][4]=m[2][4]=m[2][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=3; if (!flag) endGame(); return (flag); } protected boolean produceLl() //L shape with left brick [] // [] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[2][4]!=0 || m[2][3]!=0) flag = false; m[0][4]=m[1][4]=m[2][4]=m[2][3]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=6; if (!flag) endGame(); return (flag); } protected boolean produceS() //segment (long thin piece) [][][][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[2][4]!=0 || m[3][4]!=0) flag = false; m[0][4]=m[1][4]=m[2][4]=m[3][4]=pieceColorPreview+100; base.setMat(m); xP=4; yP=2; piece=4; if (!flag) endGame(); return (flag); } protected boolean produceZr() //Z shape with right bottom brick [][] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][3]!=0 || m[0][4]!=0 || m[1][4]!=0 || m[1][5]!=0) flag = false; m[0][3]=m[0][4]=m[1][4]=m[1][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=5; if (!flag) endGame(); return (flag); } protected boolean produceZl() //Z shape with left bottom brick [][] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[1][3]!=0 || m[0][4]!=0 || m[1][4]!=0 || m[0][5]!=0) flag = false; m[1][3]=m[0][4]=m[1][4]=m[0][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=7; if (!flag) endGame(); return (flag); } //##### piece movement ###################################### public void manageKeyboard(int t) { switch (t) { case 1006: left(); //left arrow break; case 1004: rotation(); //up arrow break; case 1007: right(); //right arrow break; case 1005: fall(); //down arrow } } /* movement methods return a boolean value that point if there was a real * movement (there may be few space and the piece may not move) */ protected boolean left() { boolean flag = true; boolean flag2 = false; int[][] x = base.getMat(); for (int i=0; i<base.getRows(); i++) for (int j=1; j<base.getColumns(); j++) if (x[i][j]>100) { if (x[i][j-1]==0) { flag2=true; x[i][j-1]=x[i][j]; x[i][j]=0; } else { flag=false; i=base.getRows(); j=base.getColumns();} } if (flag && flag2) { base.setMat(x); if(xP>0)xP--; base.drawTable(); } return (flag && flag2); } protected boolean right() { boolean flag = true; boolean flag2 = false; int[][] x = base.getMat(); for (int i=0; i<base.getRows(); i++) for (int j=base.getColumns()-2; j>=0; j--) if (x[i][j]>100) { if (x[i][j+1]==0) { flag2=true; x[i][j+1]=x[i][j]; x[i][j]=0; } else{ flag=false; i=base.getRows(); j=-1;} } if (flag && flag2) { base.setMat(x); if( xP<base.getColumns() ) xP++; base.drawTable(); } return (flag && flag2); } /* //used in rotation correction (now not used) protected boolean up() { int[][] m = base.getMat(); boolean flag = true; boolean flag2 = false; for(int i=0; i<base.getRows(); i++) for (int j=0; j<base.getColumns(); j++) if (m[i][j]>100) if (i-1>=0) if (m[i-1][j]==0) { flag2 = true; m[i-1][j]=m[i][j]; m[i][j]=0; } else flag = false; else flag = false; if (flag && flag2) {base.setMat(m); yP-=1; } return (flag && flag2); } */ //##### rotation ############################################ protected void rotation() //specific rotation for every piece { int[][] m = base.getMat(); if (piece!=1 && piece!=15) if (piece==4) rotate(4); else rotate(3); base.drawTable(); } /* rotate method can rotate any piece with any dimension or shape, the parametr * "side" is the width of the square circumscribeing the piece, it returns * a boolean value that point if there was a real rotation (there may be * few space and the piece may not rotate) */ protected boolean rotate(int side) { int l=(int)(side/2); int[][] m = base.getMat(); int[][] x = base.getMat(); boolean ok=true; //here it erases the piece from the next matrix, after the rotation starts for (int i=-l; i<=l; i++) for (int j=-l; j<=l; j++) { if (yP+i>=base.getRows() || yP+i<0 || xP+j>=base.getColumns() || xP+j<0) continue; if (x[yP+i][xP+j]>100) x[yP+i][xP+j]=0; } for (int i=-l; i<=l; i++) //rotate the piece for (int j=-l; j<=l; j++) { if (yP+i>=base.getRows() || yP+i<0 || xP+j>=base.getColumns() || xP+j<0) continue; if (m[yP+i][xP+j]>100) { if (yP-j<0 || yP-j>=base.getRows() || xP+i>=base.getColumns() || xP+i<0) {ok=false; break;} if (m[yP-j][xP+i]>100 || m[yP-j][xP+i]==0) {x[yP-j][xP+i] = m[yP+i][xP+j]; } else ok=false; } } if (ok) {base.setMat(x); } return (ok); } //##### get e set methods ##################################### public int getPiecePreview() { return piecePreview; } public int getPieceColorPreview() { return pieceColorPreview; } /* rotation (with correction) of old versions. (sometimes, seldom, it produce some bugs). (cmq meglio prevenire che curare). (anche se ho sprecato un bel po' di tempo per scriverla). (perchè è stata la cosa più difficile di tutto quanto). (e adesso l'ho tolta). (che peccato). (uffa). protected void rotation() { int[][] m=base.getMat(); switch (piece) { case 5: if(rotate(3)) //Zr {if(yP-1>=0 && xP-1>=0) if(m[yP-1][xP-1]==0) { yP+=1; up();} } else {left(); if(rotate(3)) {if(yP-1>=0 && xP-1>=0) if(m[yP-1][xP-1]==0) { yP+=1; up();} } right(); } base.drawTable(); break; case 7: if(rotate(3)) //Zl {if(yP-1>=0 && xP-1>=0) if(m[yP-1][xP-1]>100) { yP+=1; up();} } else {left(); if(rotate(3)) {if(yP-1>=0 && xP-1>=0) if(m[yP-1][xP-1]>100) { yP+=1; up();} } right(); } base.drawTable(); break; case 2: if (!rotate(3)) //T { if (right()) {rotate(3); left();} else {left(); rotate(3); right();} } base.drawTable(); break; case 3: if(!rotate(3)) //Lr {if(left()) {rotate(3); right();} else {right(); rotate(3); left();} } if (yP+1<base.getRows() && yP-1>=0 && xP-1>=0 && xP+1<base.getColumns()) if (m[yP][xP-1]<100 && m[yP-1][xP+1]<100 && m[yP-1][xP-1]<100) left(); if (yP+1<base.getRows() && yP-1>=0 && xP-1>=0) if (m[yP+1][xP-1]<100 && m[yP+1][xP]<100 && m[yP-1][xP-1]<100) right(); base.drawTable(); break; case 4: if (rotate(4)) //S { if(yP-2>=0) if(m[yP-2][xP]==0) { yP+=1; up(); } } else { up(); if (rotate(4)) //S { if(yP-2>=0) if(m[yP-2][xP]==0) { yP+=1; up(); } } fall(); } base.drawTable(); break; case 6: if(!rotate(3)) //Ll {if(left()) {rotate(3); right();} else {right(); rotate(3); left();} } if (xP+1<base.getColumns() && yP-1>=0 && xP-1>=0) if (m[yP-1][xP-1]<100 && m[yP-1][xP+1]<100 && m[yP][xP+1]<100) left(); if (yP-1>=0 && xP-1>=0 && yP+1<base.getRows()) if (m[yP][xP-1]<100 && m[yP+1][xP-1]<100 && m[yP-1][xP]<100 && m[yP][xP+1]>100) right(); base.drawTable(); break; case 8: rotate(3); base.drawTable(); break; //2 case 9: rotate(3); base.drawTable(); break; //S2 case 10: //lpd case 11: //Lps case 12: if (!rotate(2)) //Sp { if (left()) {rotate(2); right();} else {right(); rotate(2); left();} } base.drawTable(); break; //Sp case 14: rotate(3); base.drawTable(); break; //Tg } } */ } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ TetrisSp: STRANGE-PIECES-TETRIS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // TetrisSp class: like Tetris but with some strange... pieces! class TetrisSp extends Tetris { public TetrisSp(Base b) { super(b); } protected void piecePreview() { piecePreview=(int)(Math.random()*15+1); base.drawPreview(); pieceColorPreview=(int)(Math.random()*5+1); } protected void producePiece() { piece = piecePreview; int p = piece; if (p==1) produceQ(); if (p==2) produceT(); if (p==3) produceLr(); if (p==4) produceS(); if (p==5) produceZr(); if (p==6) produceLl(); if (p==7) produceZl(); if (p==8) produce2(); if (p==9) produceS2(); if (p==10) produceSll(); if (p==11) produceSlr(); if (p==12) produceSs(); if (p==13) produceLs(); if (p==14) produceTb(); if (p==15) produceX(); base.drawTable(); //prepare next pieces piecePreview(); } protected boolean produceX() //+ shape [] // [][][] // [] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[1][3]!=0 || m[2][4]!=0 || m[1][5]!=0) flag = false; m[0][4]=m[1][4]=m[1][3]=m[2][4]=m[1][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=15; if (!flag) endGame(); return (flag); } protected boolean produceTb() //big T shape [] // [] // [][][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[2][3]!=0 || m[2][4]!=0 || m[2][5]!=0) flag = false; m[0][4]=m[1][4]=m[2][3]=m[2][4]=m[2][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=14; if (!flag) endGame(); return (flag); } protected boolean produceLs() //little square shape [] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0) flag = false; m[0][4]=pieceColorPreview+100; base.setMat(m); xP=4; yP=0; piece=13; if (!flag) endGame(); return (flag); } protected boolean produceSs() //small segment shape [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0) flag = false; m[0][4]=m[1][4]=pieceColorPreview+100; base.setMat(m); xP=4; yP=0; piece=12; if (!flag) endGame(); return (flag); } protected boolean produceSlr() //small L shape with right bottom brick [] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[1][3]!=0) flag = false; m[0][4]=m[1][4]=m[1][3]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=11; if (!flag) endGame(); return (flag); } protected boolean produceSll() //small L shape with left bottom brick [] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[1][5]!=0) flag = false; m[0][4]=m[1][4]=m[1][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=10; if (!flag) endGame(); return (flag); } protected boolean produceS2() //specular 2 shape [][] // [] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[0][5]!=0 || m[2][4]!=0 || m[2][3]!=0) flag = false; m[0][4]=m[1][4]=m[0][5]=m[2][4]=m[2][3]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=9; if (!flag) endGame(); return (flag); } protected boolean produce2() //2 shape [][] // [] // [][] { boolean flag = true; int m[][]= base.getMat(); if (m[0][4]!=0 || m[1][4]!=0 || m[0][3]!=0 || m[2][4]!=0 || m[2][5]!=0) flag = false; m[0][4]=m[1][4]=m[0][3]=m[2][4]=m[2][5]=pieceColorPreview+100; base.setMat(m); xP=4; yP=1; piece=8; if (!flag) endGame(); return (flag); } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ TetrisRow: TETRIS-DESTROY-LAST-ROW @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // rules: same of tetris but the purpose is to destroy the last row // (then the level incremets) class TetrisRow extends Tetris { public TetrisRow(Base b) { super(b); } protected void destroyRow(int row) { int [][] m = base.getMat(); for (int i=row-1; i>=0; i--) for (int j=0; j<base.getColumns(); j++) m[i+1][j]=m[i][j]; base.setMat(m); base.drawTable(); base.playExplodedLineSound(); if (row==base.getRows()-1) { base.setScorePoints(base.getScorePoints()+400); base.writeScore(); if (base.getLevelSelectedIndex()<12) { base.setLevelSelectedIndex(base.getLevelSelectedIndex()+1); } manageLevel(); } } protected void manageLevel() { int n= (base.getRows()-(base.getLevelSelectedIndex()+1))+1; int[][] x = new int[base.getRows()][base.getColumns()]; if (n>0) { for (int i=base.getRows()-1; i>=n; i--) for (int j=0; j<base.getColumns(); j++) { if (Math.random()>0.5) x[i][j]=(int)(Math.random()*5+1); } } x[base.getRows()-1][(int)(base.getColumns()/2-1)]=6; base.setMat(x); checkRow(); } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ TetrisSpRow: TETRIS-DESTROY-LAST-ROW & STRANGE-PECS @@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // rules: same of tetris-strange-piaces but the purpose is to destroy the last // row (then the level incremets). // Unfortunately java has not multiple hineritance! This class hinerits // TestrisSp but has the same body of TetrisRow... class TetrisSpRow extends TetrisSp { public TetrisSpRow(Base b) { super(b); } protected void destroyRow(int row) { int [][] m = base.getMat(); for (int i=row-1; i>=0; i--) for (int j=0; j<base.getColumns(); j++) m[i+1][j]=m[i][j]; base.setMat(m); base.drawTable(); base.playExplodedLineSound(); if (row==base.getRows()-1) { base.setScorePoints(base.getScorePoints()+400); base.writeScore(); if (base.getLevelSelectedIndex()<12) { base.setLevelSelectedIndex(base.getLevelSelectedIndex()+1); } manageLevel(); } } protected void manageLevel() { int n= (base.getRows()-(base.getLevelSelectedIndex()+1))+1; int[][] x = new int[base.getRows()][base.getColumns()]; if (n>0) { for (int i=base.getRows()-1; i>=n; i--) for (int j=0; j<base.getColumns(); j++) { if (Math.random()>0.5) x[i][j]=(int)(Math.random()*5+1); } } x[base.getRows()-1][(int)(base.getColumns()/2-1)]=6; base.setMat(x); checkRow(); } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ SANKE @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // There is a hungry snake and some yellow apples, you must feed it. But be // careful: the snake may grows up a lot and may not to stay longer in his lair! class Snake extends Game { public int level; private Vector body; public int direction; public int xApple; public int yApple; private Vector keyboard; public Snake(Base b) { super(b); base = b; body = new Vector(); keyboard = new Vector(); body.add( new Bone(9,7) ); body.add( new Bone(8,7) ); body.add( new Bone(7,7) ); base.drawPreview(); direction = 6; } protected class Bone { public int x; public int y; public int color; public Bone(int y, int x) { this.x = x; this.y = y; this.color = 102; } } public void fall() { if (keyboard.isEmpty()!=true) { direction = ((Integer) keyboard.firstElement()).intValue(); keyboard.remove(0); } switch (direction) { case 12: up(); break; case 3: right(); break; case 6: down(); break; case 9: left(); break; } if (base.getGameIsActive()) draw(); } protected void draw() { drawLevel(); drawSnake(); drawApple(); base.drawTable(); } protected void drawSnake() { int[][] mat = base.getMat(); Bone b; for(int i=0; i<body.size(); i++) { b = (Bone) body.get(i); mat[b.y][b.x] = 102; } base.setMat(mat); } protected void down() { int[][] mat = base.getMat(); Bone b = (Bone) body.firstElement(); if (b.y+1<20) { switch (mat[b.y+1][b.x]) { case 102: endGame(); break; case 0: body.add(0, new Bone(b.y+1, b.x ) ); body.remove( body.lastElement() ); break; case 106: body.add(0, new Bone(b.y+1, b.x ) ); base.setScorePoints(base.getScorePoints()+100); base.setScoreRows(base.getScoreRows()+1); base.writeScore(); base.playLandedPieceSound(); createApple(); break; default: endGame(); break; } } else endGame(); } protected void up() { int[][] mat = base.getMat(); Bone b = (Bone) body.firstElement(); if (b.y-1>=0) { switch (mat[b.y-1][b.x]) { case 102: endGame(); break; case 0: body.add(0, new Bone(b.y-1, b.x ) ); body.remove( body.lastElement() ); break; case 106: body.add(0, new Bone(b.y-1, b.x ) ); base.setScorePoints(base.getScorePoints()+100); base.setScoreRows(base.getScoreRows()+1); base.writeScore(); base.playLandedPieceSound(); createApple(); break; default: endGame(); break; } } else endGame(); } protected void right() { int[][] mat = base.getMat(); Bone b = (Bone) body.firstElement(); if (b.x+1<10) { switch (mat[b.y][b.x+1]) { case 102: endGame(); break; case 0: body.add(0, new Bone(b.y, b.x+1 ) ); body.remove( body.lastElement() ); break; case 106: body.add(0, new Bone(b.y, b.x+1 ) ); base.setScorePoints(base.getScorePoints()+100); base.setScoreRows(base.getScoreRows()+1); base.writeScore(); base.playLandedPieceSound(); createApple(); break; default: endGame(); break; } } else endGame(); } protected void left() { int[][] mat = base.getMat(); Bone b = (Bone) body.firstElement(); if (b.x-1>=0) { switch (mat[b.y][b.x-1]) { case 102: endGame(); break; case 0: body.add(0, new Bone(b.y, b.x-1 ) ); body.remove( body.lastElement() ); break; case 106: body.add(0, new Bone(b.y, b.x-1 ) ); base.setScorePoints(base.getScorePoints()+100); base.setScoreRows(base.getScoreRows()+1); base.writeScore(); base.playLandedPieceSound(); createApple(); break; default: endGame(); break; } } else endGame(); } public void manageKeyboard(int t) { switch (t) { case 1006: if (keyboard.isEmpty()!=true) { if (((Integer) keyboard.firstElement()).intValue()!=9 && ((Integer) keyboard.firstElement()).intValue()!=3) { keyboard.add(new Integer(9)); } } else if (direction!=9 && direction!=3) { keyboard.add(new Integer(9)); } //left arrow break; case 1004: if (keyboard.isEmpty()!=true) { if (((Integer) keyboard.firstElement()).intValue()!=12 && ((Integer) keyboard.firstElement()).intValue()!=6) { keyboard.add(new Integer(12)); } } else if (direction!=12 && direction!=6) { keyboard.add(new Integer(12)); } //up arrow break; case 1007: if (keyboard.isEmpty()!=true) { if (((Integer) keyboard.firstElement()).intValue()!=3 && ((Integer) keyboard.firstElement()).intValue()!=9) { keyboard.add(new Integer(3)); } } else if (direction!=3 && direction!=9) { keyboard.add(new Integer(3)); } //right arrow break; case 1005: if (keyboard.isEmpty()!=true) { if (((Integer) keyboard.firstElement()).intValue()!=6 && ((Integer) keyboard.firstElement()).intValue()!=12) { keyboard.add(new Integer(6)); } } else if (direction!=6 && direction!=12) { keyboard.add(new Integer(6)); } //down arrow } } public void startGame() { base.startGame(); //control starting speed and level manageSpeed(); manageLevel(); drawLevel(); drawSnake(); createApple(); drawApple(); } public void endGame() { base.endGame(); } protected void drawLevel() { switch (level) { default: case 1: int[][] m = new int[20][10]; base.setMat(m); break; case 2: int[][] m1 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m1); break; case 3: int[][] m2 = { { 0, 0, 0, 3, 3, 3, 3, 0, 0, 0 }, { 0, 0, 0, 3, 3, 3, 3, 0, 0, 0 }, { 0, 0, 0, 0, 3, 3, 0, 0, 0, 0 }, { 0, 0, 0, 0, 3, 3, 0, 0, 0, 0 }, { 3, 3, 0, 0, 3, 3, 0, 0, 3, 3 }, { 3, 3, 0, 0, 3, 3, 0, 0, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 0, 0, 3, 3, 0, 0, 3, 3 }, { 3, 3, 0, 0, 3, 3, 0, 0, 3, 3 }, { 0, 0, 0, 0, 3, 3, 0, 0, 0, 0 }, { 0, 0, 0, 0, 3, 3, 0, 0, 0, 0 }, { 0, 0, 0, 3, 3, 3, 3, 0, 0, 0 }, { 0, 0, 0, 3, 3, 3, 3, 0, 0, 0 } }; base.setMat(m2); break; case 4: int[][] m3 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 0, 0, 0, 0, 0, 0, 3, 3 }, { 3, 3, 0, 0, 0, 0, 0, 0, 3, 3 }, { 3, 0, 0, 0, 3, 3, 0, 0, 0, 3 }, { 3, 0, 0, 0, 3, 3, 0, 0, 0, 3 }, { 3, 0, 0, 0, 3, 3, 0, 0, 0, 3 }, { 3, 0, 0, 0, 3, 3, 0, 0, 0, 3 }, { 3, 0, 0, 0, 3, 3, 0, 0, 0, 3 }, { 3, 0, 0, 0, 3, 3, 0, 0, 0, 3 }, { 3, 3, 0, 0, 0, 0, 0, 0, 3, 3 }, { 3, 3, 0, 0, 0, 0, 0, 0, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m3); break; case 5: int[][] m4 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 0, 0, 0, 3, 3, 3, 3, 0, 0, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 3, 0, 0, 0, 0, 0, 0, 3, 0 }, { 0, 3, 0, 0, 0, 0, 0, 0, 3, 0 }, { 0, 3, 0, 0, 0, 0, 0, 0, 3, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 3, 0, 0, 0, 0, 0, 0, 3, 0 }, { 0, 3, 0, 0, 0, 0, 0, 0, 3, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 3, 0, 3, 3, 3, 3, 0, 3, 0 }, { 0, 0, 0, 3, 3, 3, 3, 0, 0, 0 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m4); break; case 6: int[][] m5 = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 3, 3, 3, 3, 3, 3, 0, 0 }, { 0, 0, 3, 3, 3, 3, 3, 3, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 3, 3, 0, 0, 3, 3, 0, 0 }, { 0, 0, 3, 3, 0, 0, 3, 3, 0, 0 }, { 0, 0, 3, 3, 0, 0, 3, 3, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 3, 3, 0, 0, 3, 3, 0, 0 }, { 0, 0, 3, 3, 0, 0, 3, 3, 0, 0 }, { 0, 0, 3, 3, 0, 0, 3, 3, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 3, 3, 3, 3, 3, 3, 0, 0 }, { 0, 0, 3, 3, 3, 3, 3, 3, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }; base.setMat(m5); break; /* //so many level!!!! I've not fency! case 7: int[][] m6 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m6); break; case 8: int[][] m7 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m7); break; case 9: int[][] m8 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m8); break; case 10: int[][] m9 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m9); break; case 11: int[][] m10 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m10); break; case 12: int[][] m11 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m11); break; case 13: int[][] m12 = { { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 }, { 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } }; base.setMat(m12); break;*/ } } protected void manageSpeed() { switch (base.getSpeedSelectedIndex()) { case 0: base.setTimer(400); break; case 1: base.setTimer(370); break; case 2: base.setTimer(340); break; case 3: base.setTimer(290); break; case 4: base.setTimer(240); break; case 5: base.setTimer(190); break; case 6: base.setTimer(150); break; case 7: base.setTimer(130); break; case 8: base.setTimer(110); break; case 9: base.setTimer(80); break; } } protected void manageLevel() { level = base.getLevelSelectedIndex()+1; } protected void drawApple() { int[][] mat = base.getMat(); mat[yApple][xApple]=106; base.setMat(mat); } protected void createApple() { int[][] mat = base.getMat(); int x, y; boolean flag = true; do { x = (int) (Math.random()*10); y = (int) (Math.random()*20); if (mat[y][x]==0) flag = false; } while (flag); xApple = x; yApple = y; mat[y][x]=106; base.setMat(mat); } } //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@ GAME: GENERAL GAME RULE INTEFACE@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // It acts as a general game rule class where other classes must hinerit and // overrides its methods class Game { protected Base base; public Game (Base b) {base = b; } public void fall() {} public void endGame() {} public void startGame() {} public void manageKeyboard(int t) {} public int getPieceColorPreview() { return 0; } public int getPiecePreview() { return 0; } }
[ "bonfigli@strazio" ]
bonfigli@strazio
4af92e3cb80b285c93faaa878330c928e66ed0ce
6dd4d6425fe484c60eb31c994ed155cd647fa371
/plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/internal/ui/wizard/RegexpValidator.java
1e0387883887aafe6a0e40ac518a23622f5efdc9
[]
no_license
anagovitsyn/oss.FCL.sftools.dev.eclipseenv.wrttools
6206efe3c305b45b400e3a7359f16a166e8fea0e
2b909321ef1e9c431d17ad0233746b717dcb5fc6
refs/heads/master
2021-12-11T08:59:54.238183
2010-11-04T22:22:02
2010-11-04T22:22:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,077
java
/******************************************************************************* * Copyright (c) 2010 Symbian Foundation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: * Symbian Foundation - initial contribution. * Contributors: * Description: * Overview: * Details: * Platforms/Drives/Compatibility: * Assumptions/Requirement/Pre-requisites: * Failures and causes: *******************************************************************************/ package org.symbian.tools.tmw.internal.ui.wizard; import java.text.MessageFormat; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.eclipse.core.databinding.validation.IValidator; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; import org.symbian.tools.tmw.ui.TMWCoreUI; public class RegexpValidator implements IValidator { private final String errorMessage; private final Pattern pattern; private final boolean match; public RegexpValidator(String pattern, String errorMessage, boolean match) { this.errorMessage = errorMessage; this.match = match; this.pattern = Pattern.compile(pattern); } public IStatus validate(Object value) { String string = value.toString(); Matcher matcher = pattern.matcher(string); if (match && !matcher.matches()) { return new Status(IStatus.ERROR, TMWCoreUI.PLUGIN_ID, MessageFormat.format(errorMessage, string)); } else if (!match && matcher.find()) { return new Status(IStatus.ERROR, TMWCoreUI.PLUGIN_ID, MessageFormat.format(errorMessage, string.substring(matcher.start(), matcher.end()))); } else { return Status.OK_STATUS; } } }
[ "eugeneo@symbian.org" ]
eugeneo@symbian.org
f86e8120e50d0d683fc2ef8d338063e5724b6144
18f8081edbc98902c771212b9b557aa9d96fcee5
/src/main/java/my/condominium/repo/IResetTokenRepo.java
950354740487fa4253d24e8eab5c34ce8aedcefb
[]
no_license
julioarriagada82/springboot-proyecto-final
62c611d0caa9033d6d62beb83d586fb1d832df30
8b46eeb757719c8be2e9c568e1d174bb2a8df866
refs/heads/master
2023-01-27T14:48:44.147105
2020-12-06T21:49:19
2020-12-06T21:49:19
319,136,225
0
0
null
null
null
null
UTF-8
Java
false
false
293
java
package my.condominium.repo; import org.springframework.data.jpa.repository.JpaRepository; import my.condominium.model.ResetToken; public interface IResetTokenRepo extends JpaRepository<ResetToken, Integer> { //from ResetToken where token = :? ResetToken findByToken(String token); }
[ "jarriagada@bancointernacional.cl" ]
jarriagada@bancointernacional.cl
c6380a2278da486d6e06ff861c1d15d9fa7157a8
3986f8ea05c38f2f919c71c2dcc474601cd50007
/MessagingApplication/src/com/jpmorgan/messagingapplication/messagetype/MessageTypeTwo.java
533c2f56f3b012bad7ef6f589e2f4e008e53dd5b
[]
no_license
taneves16/programming
a7d0a33a45b97aeafca397c96564a5bf6616a19b
c2cde162ff093701a929c0342664e20a173f34db
refs/heads/master
2020-12-07T15:17:20.497387
2017-06-27T17:14:45
2017-06-27T17:14:45
95,447,968
0
0
null
null
null
null
UTF-8
Java
false
false
1,207
java
package com.jpmorgan.messagingapplication.messagetype; import com.jpmorgan.messagingapplication.exception.MessageTypeException; public class MessageTypeTwo implements MessagingType { String product; double price; int noOfSales; String message; public MessageTypeTwo(String product, double price, int noOfSales) throws MessageTypeException { if(validateMessage(product,price,noOfSales)){ this.product = product; this.price = price; this.noOfSales = noOfSales; this.message = noOfSales +" sales of "+ product + " at "+price+"p each"; }else throw new MessageTypeException("Invalid parameters passed for message!"); } @Override public String getMessage() { return this.message; } @Override public String getProduct() { return this.product; } @Override public double getPrice() { return this.price; } public int getNoOfSales(){ return this.noOfSales; } public boolean validateMessage(String product, double price, int noOfSales) throws MessageTypeException { if(null != product && !product.isEmpty() && price > 0 && noOfSales > 0){ verifyProductType(product); return true; } return false; } }
[ "noreply@github.com" ]
noreply@github.com
36f0c553448f503be8c46dde3a0b64381485b93d
5be4f3768ab81ef95edbbed292971e4d773f5083
/src/main/java/br/com/csv/separator/listener/CsvSeparatorBatchStepListener.java
92b2eb115ab31f6e91c38b8d99f93acac2e420b4
[]
no_license
marlonhildon/csv-separator-batch
827c5aae0f4341c764bb12ce6ea5e9be40278f44
f03280cbe463d11d592ed263916c363f442f9998
refs/heads/master
2023-07-25T00:59:54.471367
2021-08-19T11:34:32
2021-08-19T11:34:32
397,553,601
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package br.com.csv.separator.listener; import lombok.extern.slf4j.Slf4j; import org.springframework.batch.core.ExitStatus; import org.springframework.batch.core.StepExecution; import org.springframework.batch.core.StepExecutionListener; @Slf4j public class CsvSeparatorBatchStepListener implements StepExecutionListener { @Override public void beforeStep(StepExecution stepExecution) { log.info("O step {} foi iniciado", stepExecution.getStepName()); } @Override public ExitStatus afterStep(StepExecution stepExecution) { log.info("O step {} foi finalizado com o status {}", stepExecution.getStepName(), stepExecution.getExitStatus().getExitCode()); return stepExecution.getExitStatus(); } }
[ "marlonhildon@gmail.com" ]
marlonhildon@gmail.com
1c1a96857d8af0b1c58a658398941fa4796c99b1
a8de4bf8b1b6f3fe7214d8cf0de2036eab49a91f
/land-management-assist/.history/src/main/java/com/xz/landmangementassist/repository/admin/AdminUserRoleDAO_20210218165237.java
a3cdf0057f84f2782f1d307860719ed9516061c0
[]
no_license
xuzhu2017/land-management-assist
cb384430373fd2b09d67b9a3857927989f1c5a42
c0d4a3625d3ca4e92451be42b3548c9dde577b11
refs/heads/master
2023-04-15T19:54:16.148789
2021-05-07T07:04:11
2021-05-07T07:04:11
333,630,288
0
0
null
null
null
null
UTF-8
Java
false
false
669
java
package com.xz.landmanagementassist.repository.admin; import java.util.List; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xz.landmanagementassist.domain.dto.admin.UserDTO; import com.xz.landmanagementassist.domain.dto.admin.UserQueryDTO; import com.xz.landmanagementassist.domain.entity.admin.UserEntity; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import org.springframework.stereotype.Component; /** * 用户DAO * * @author xuzhu * @date 2021-1-29 17:26:29 */ @Mapper @Component public class AdminUserRoleDAO extends BaseMapper<UserEntity> { }
[ "a753090302@163.com" ]
a753090302@163.com
ab783ecc4adfe403661ceb1de5e7ea084f902249
5622d518bac15a05590055a147628a728ca19b23
/aliasi-lingpipe/src/main/java/com/aliasi/tokenizer/ModifiedTokenizerFactory.java
3d809afbb4bcb796cc7f4de877767d1af02e174f
[ "BSD-2-Clause" ]
permissive
JULIELab/jcore-dependencies
e51349ccf6f26c7b7dab777a9e6baacd7068b853
a303c6a067add1f4b05c4d2fe31c1d81ecaa7073
refs/heads/master
2023-03-19T20:26:55.083193
2023-03-09T20:32:13
2023-03-09T20:32:13
44,806,492
4
2
BSD-2-Clause
2022-11-16T19:48:08
2015-10-23T10:32:10
Java
UTF-8
Java
false
false
4,424
java
/* * LingPipe v. 4.1.0 * Copyright (C) 2003-2011 Alias-i * * This program is licensed under the Alias-i Royalty Free License * Version 1 WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Alias-i * Royalty Free License Version 1 for more details. * * You should have received a copy of the Alias-i Royalty Free License * Version 1 along with this program; if not, visit * http://alias-i.com/lingpipe/licenses/lingpipe-license-1.txt or contact * Alias-i, Inc. at 181 North 11th Street, Suite 401, Brooklyn, NY 11211, * +1 (718) 290-9170. */ package com.aliasi.tokenizer; import com.aliasi.util.AbstractExternalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; /** * A {@code ModifiedTokenizerFactory} is an abstract tokenizer factory * that modifies a tokenizer returned by a base tokenizer factory. * * <p>The abstract method {@link #modify(Tokenizer)} implements * the modification. * * <h3>Serialization</h3> * * This class implements {@code Serializable}. There are no * serialization methods defined, so the default serialization is * used. There is a single reference to the base tokenizer factory, * so a subclass will be serializable if all of its member objects * are serializable and the base tokenizer is serializable. * * <p>It is good practice for each subclass to take completecontrol * over serialization using a serialization proxy implemented * on top of the {@link AbstractExternalizable} base * class. * * <h3>Thread Safety</h3> * * A modified tokenizer factory is thread safe if its {@code modify()} * method is thread safe. * * @author Bob Carpenter * @version 3.8 * @since Lingpipe3.8 */ public abstract class ModifiedTokenizerFactory implements TokenizerFactory { private final TokenizerFactory mFactory; /** * Construct a modified tokenizer factory with the * specified base factory. * * @param baseFactory Underlying tokenizer factory whose * tokenizers are modified. */ public ModifiedTokenizerFactory(TokenizerFactory baseFactory) { mFactory = baseFactory; } /** * Return the base tokenizer factory. * * @return The base tokenizer factory. */ public TokenizerFactory baseTokenizerFactory() { return mFactory; } /** * Return the tokenizer for the specified character array slice, * which is generated by the base tokenizer and modified with * the modify method. */ public Tokenizer tokenizer(char[] cs, int start, int length) { Tokenizer tokenizer = mFactory.tokenizer(cs,start,length); return modify(tokenizer); } @Override public String toString() { return getClass().getName() + "\n base factory=\n " + baseTokenizerFactory().toString().replace("\n","\n "); } /** * Return a modified form of the specified tokenizer. This * method is used to modify the tokenizer produced by the * base tokenizer in a call to {@link #tokenizer(char[],int,int)}. * * @param tokenizer Tokenizer to modify. * @return The modified tokenizer. */ abstract protected Tokenizer modify(Tokenizer tokenizer); static abstract class AbstractSerializer<T extends ModifiedTokenizerFactory> extends AbstractExternalizable { static final long serialVersionUID = 55645850738262892L; private final T mFactory; AbstractSerializer() { this(null); } AbstractSerializer(T factory) { mFactory = factory; } public T factory() { return mFactory; } public Object read(ObjectInput in) throws IOException, ClassNotFoundException { TokenizerFactory factory = (TokenizerFactory) in.readObject(); return read(in,factory); } public void writeExternal(ObjectOutput out) throws IOException { out.writeObject(mFactory.baseTokenizerFactory()); writeExternalRest(out); } public void writeExternalRest(ObjectOutput out) throws IOException { } abstract public Object read(ObjectInput in, TokenizerFactory baseFactory) throws IOException, ClassNotFoundException; } }
[ "franz.matthies@gmail.com" ]
franz.matthies@gmail.com
c2ada8fb107109fa2544f1619423c52f7d50f92d
605fb3d7fd8afe9bc8fd16bfc44d5200cdbacbac
/luna-commons-api/src/main/java/com/luna/api/city/CityCard.java
e5ee702ab7c40270ca07b96a37b6426a3eeea7de
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
lunasaw/luna-commons
3165ed9d77ce7b1a71c9985da21a659eb054795c
ce8d57e25fa526112940ca56ba17b07948a71488
refs/heads/master
2023-06-02T06:16:02.512816
2021-06-18T00:43:29
2021-06-18T00:43:29
377,870,051
3
0
null
null
null
null
UTF-8
Java
false
false
651
java
package com.luna.api.city; /** * @Package: com.luna.api * @ClassName: CityCardSearch * @Author: luna * @CreateTime: 2020/9/4 14:01 * @Description: */ public class CityCard { private String sort; private String code; private String city; public String getSort() { return sort; } public void setSort(String sort) { this.sort = sort; } public String getCode() { return code; } public void setCode(String code) { this.code = code; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } }
[ "iszychen@gmail.com" ]
iszychen@gmail.com
9f5f95bec5929a42c030e517df05cae38002741c
e7ef0094f808b90c21867cc302990e5f934d837e
/src/main/java/com/tfl/estore/ordersservice/query/OrdersQueryHandler.java
621b9cffb26fa0e8c4ce1d7bffc6cd62bf6fe47d
[]
no_license
kodiers/OrdersService
a24e247c9e446d5ad9e214313b32a1a47123979c
f2c285faa0493c876eb53fede7bac7582352e5a5
refs/heads/master
2023-06-14T09:48:38.647013
2021-06-30T17:43:53
2021-06-30T17:43:53
377,980,273
0
0
null
null
null
null
UTF-8
Java
false
false
836
java
package com.tfl.estore.ordersservice.query; import com.tfl.estore.ordersservice.core.data.OrderEntity; import com.tfl.estore.ordersservice.core.data.OrderSummary; import com.tfl.estore.ordersservice.core.data.OrdersRepository; import org.axonframework.queryhandling.QueryHandler; import org.springframework.stereotype.Component; @Component public class OrdersQueryHandler { private final OrdersRepository ordersRepository; public OrdersQueryHandler(OrdersRepository ordersRepository) { this.ordersRepository = ordersRepository; } @QueryHandler public OrderSummary findOrder(FindOrderQuery findOrderQuery) { OrderEntity orderEntity = ordersRepository.findByOrderId(findOrderQuery.getOrderId()); return new OrderSummary(orderEntity.getOrderId(), orderEntity.getOrderStatus(), ""); } }
[ "kodiers@gmail.com" ]
kodiers@gmail.com
146e5077f101ce15e42b896c6f1e73926019ca11
4403edc675cbc8f47bbcdf639a5d023d962ff4c1
/src/test/java/org/gfg/graph/ArbitrageTest.java
fdfcb84aa563f6af62fdfb25b09bff6b82474464
[ "MIT" ]
permissive
andrey-yemelyanov/gfg
fd2fc141f72434fdbdc2f77e37ef442e7886e305
a95c3c8af7d0ed742a85e1b56a0f3d1267e14846
refs/heads/master
2021-06-29T21:56:19.660346
2020-05-30T09:33:28
2020-05-30T09:33:28
164,647,953
0
0
MIT
2020-10-13T12:38:57
2019-01-08T12:49:48
Java
UTF-8
Java
false
false
732
java
package org.gfg.graph; import org.junit.Test; import static org.junit.Assert.assertThat; import static org.hamcrest.Matchers.*; import java.util.*; public class ArbitrageTest{ @Test public void arbitrageAvailable(){ List<String> arbitrage = Arbitrage.check( new String[]{"USD", "EUR", "GBP", "CHF", "CAD"}, new double[][]{ { 1, 0.741, 0.657, 1.061, 1.005}, {1.349, 1, 0.888, 1.433, 1.366}, {1.521, 1.126, 1, 1.614, 1.538}, {0.942, 0.698, 0.619, 1, 0.953}, {0.995, 0.732, 0.650, 1.049, 1} }); assertThat(arbitrage, is(Arrays.asList("EUR", "CAD", "USD", "EUR"))); } }
[ "andrey.yemelyanov@gmail.com" ]
andrey.yemelyanov@gmail.com
d3ed421885d5b42350aebf8088911cf3a74622ae
19df33641628f665bd5ba85b5d77ab3aced0ba85
/controllers/OrderController.java
43ad93cdf326c825caa747129f37de9069709f94
[]
no_license
glnarayanan/egassewa
f09debcf948263a807e88b255c8b3949384fe8a1
f84e9545f1399d9e3b180a61e82cf6dc7d641ce4
refs/heads/master
2021-01-18T15:27:26.090896
2013-06-01T10:57:07
2013-06-01T10:57:07
10,556,798
1
0
null
null
null
null
UTF-8
Java
false
false
12,398
java
package controllers; import java.util.Calendar; import java.util.Date; import java.util.List; import org.apache.commons.mail.EmailException; import org.apache.commons.mail.SimpleEmail; import play.cache.Cache; import play.data.validation.Required; import play.libs.Mail; import play.mvc.Controller; import models.*; public class OrderController extends Controller { public static Long orderNumber = 10000L; // Create Order for Dealer public static void orderForDealer(String gasCylinderType1, Integer gasCylinderType1Count, String gasCylinderType2, Integer gasCylinderType2Count, String gasCylinderType3, Integer gasCylinderType3Count, Long id) { if (session.contains("authUser")) { // The user is authorised, proceed // To get the current time DateCreator d = new DateCreator(); Date orderedAt = d.getSystemDate(); } } public static void orderForCustomer(Long id) { GasCylinder g1 = GasCylinder.findById(id); System.out.println("GasCylinder Choosen" + g1); Calendar c = Calendar.getInstance(); Account a = (Account) Cache.get("authUser"); System.out.println("Booking User" + a.username); OrderCylinder o = new OrderCylinder(); // Check Whether the next order date is reached or not OrderCylinder order = OrderCylinder.find("order by orderedAt desc") .first(); System.out.println("The Order Cylinder Class is now ordered" + order); OrderCylinder o1 = OrderCylinder.find( "byGasCylinderIdAndGasConnectionHolder", g1, a).first(); System.out.println("Next Order State of Cylinder " + o1); Customer customer = Customer.find("byGasConnectionNumber", a.uniquenumber).first(); System.out.println("Customer for the Account" + customer); // Get the Corresponding Dealer for whom the order is placed System.out.println("Dealer for that Account" + customer.dealerId); // He should be allowed to book only if the next order date has reached if (o1 != null) { if (o1.nextOrderDate.before(c.getTime())) { o.gasCylinderId = g1; o.orderCount = 1; o.orderedAt = c.getTime(); o.orderstatus = "WAITING"; o.gasConnectionHolder = a; o.ordernumber = ++orderNumber; Calendar c1 = Calendar.getInstance(); c1.setTime(o.orderedAt); c1.add(Calendar.DATE, 20); o.nextOrderDate = c1.getTime(); // Place the Order for the Corresponding Dealer o.dealerId = customer.dealerId; System.out .println("Dealer Assigned for the Order" + o.dealerId); // Checking the values o.save(); System.out.println("Order Placed" + o); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(a.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + a.username + "Here is the Details of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + "Next Order Date" + o.nextOrderDate + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); // Once Order is placed, he will be redirected to the book page UserControllerMap.booksuccess(); } else { UserControllerMap.bookfail(); } } else { o.gasCylinderId = g1; o.orderCount = 1; o.orderedAt = c.getTime(); o.orderstatus = "WAITING"; o.gasConnectionHolder = a; o.ordernumber = ++orderNumber; Calendar c1 = Calendar.getInstance(); c1.setTime(o.orderedAt); c1.add(Calendar.DATE, 20); o.nextOrderDate = c1.getTime(); o.dealerId = customer.dealerId; // Checking the values System.out.println(o); o.save(); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(a.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + a.username + "Here is the Details of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + "Next Order Date" + o.nextOrderDate + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); // Once Order is placed, he will be redirected to the book page UserControllerMap.booksuccess(); } } public static void confirmOrder(Long id) { // Retrieve the Order OrderCylinder o = OrderCylinder.findById(id); o.orderstatus = "CONFIRM"; o.save(); Account a = (Account) Cache.get("authUser"); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(a.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + a.username + "Here is the OrderStatus of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + " Please Check your account for details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); DealerControllerMap.checkorder(); } public static void deliverOrder(Long id) { OrderCylinder o = OrderCylinder.findById(id); o.orderstatus = "DISPATCHED"; o.save(); Account a = (Account) Cache.get("authUser"); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(a.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + a.username + "Here is the OrderStatus of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); DealerControllerMap.checkorder(); } public static void discard(Long id) { OrderCylinder o = OrderCylinder.findById(id); o.orderstatus = "CANCELLED"; o.save(); Account a = (Account) Cache.get("authUser"); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(a.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + a.username + "Here is the Details of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + "Next Order Date" + o.nextOrderDate + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); DealerControllerMap.checkorder(); } /* * The Above will handle the order for Lpg Cylinders Similarly, below will * handle the order for accessories */ public static void accessoriesOrder(Long id) { // Get the Person who placed the order Account a = (Account) Cache.get("authUser"); Calendar c = Calendar.getInstance(); if (a != null) { Accessories o = Accessories.findById(id); OrderAccessories o1 = new OrderAccessories(); o1.accessoriesId = o; o1.accountId = a; o1.orderstatus = "APPROVED"; o1.ordertime = c.getTime(); o1.orderCount = 1; Customer c1 = Customer .find("byGasConnectionNumber", a.uniquenumber).first(); o1.dealerId = c1.dealerId; o1.save(); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(a.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + a.username + "Here is the Details of the order placed by you" + " " + " Order Id :" + o1.id + " " + "Order Status" + o1.orderstatus + " " + "Accessoried" + o1.accessoriesId.name + " " + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); // Once Order is placed, he will be redirected to the book page UserControllerMap.booksuccess(); } else { Application.pleaselogin(); } } public static void orderConformAccessories(Long id) { OrderAccessories o = OrderAccessories.findById(id); o.orderstatus = "CONFORMED"; o.save(); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(o.accountId.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + o.accountId.username + "Here is the Details of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + "Accessoried" + o.accessoriesId.name + " " + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); // Once Order is placed, he will be redirected to the book page // The return page should be coded here DealerControllerMap.accessoriesorderlist(); } public static void dispatchAccessories(Long id) { OrderAccessories o = OrderAccessories.findById(id); o.orderstatus = "DISPATCHED"; o.save(); SimpleEmail email = new SimpleEmail(); try { email.setFrom("gasmate.geekoders@gmail.com"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } try { email.addTo(o.accountId.email); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } email.setSubject("GasMate-Order Details"); try { email.setMsg("Hello" + " " + o.accountId.username + "Here is the Details of the order placed by you" + " " + " Order Id :" + o.id + " " + "Order Status" + o.orderstatus + " " + "Accessoried" + o.accessoriesId.name + " " + " Please Check your complete order details on Site"); } catch (EmailException e) { // TODO Auto-generated catch block e.printStackTrace(); } Mail.send(email); // Once Order is placed, he will be redirected to the book page // The return page should be coded here DealerControllerMap.accessoriesorderlist(); } }
[ "salaikumar@Aspire.(none)" ]
salaikumar@Aspire.(none)
9f5fc3d5e1b404dea0b8ae1d16b0aba97798ece4
e135c80892fe5cf75e31ba70a9cb869fd2c20c07
/02.Databases_Fundamentals_2016/02.Databases_Advanced_Hibernate/08.Hibernate_Exam_11.12.2016/photography-workshops-exam/src/main/java/photography/repositories/AccessoryRepository.java
1259c5f93b096b0da57f0b8af295837b004e23e6
[]
no_license
NikolayShaliavski/SoftUni
444f3ec76886af21e84d472631ca56c958453570
08b8b345ebbef8de87db777ad59fb7c5044f1003
refs/heads/master
2021-06-22T00:30:49.970663
2021-01-08T15:20:44
2021-01-08T15:20:44
63,480,683
2
0
null
null
null
null
UTF-8
Java
false
false
296
java
package photography.repositories; import org.springframework.stereotype.Repository; import org.springframework.data.jpa.repository.JpaRepository; import photography.domain.entities.accessories.Accessory; @Repository public interface AccessoryRepository extends JpaRepository<Accessory,Long> { }
[ "nshaliavski@gmail.com" ]
nshaliavski@gmail.com
acb849ba424fc3f5a5ff04f091c17f7db818ae65
daa867cf0031a3b224cf5418cea3e94892a8528a
/src/Logics/SeparateTestNGRunners.java
a80f81a35c17e0bc4697c8716d5b4a1ed5206645
[]
no_license
maria456123/An-Automated-approach-for-cross-browser-functional-testing-of-Web-Applications
c48f782f01928e489fb83a5c061c75f75e681bff
c493441dabfed11b408abcac21d7888154e1a299
refs/heads/master
2023-06-12T15:32:57.183038
2021-07-08T04:21:54
2021-07-08T04:21:54
344,544,357
0
0
null
null
null
null
UTF-8
Java
false
false
10,235
java
package Logics; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import org.openqa.selenium.WebDriver; import org.testng.ITestNGListener; import org.testng.TestNG; import org.testng.xml.XmlClass; import org.testng.xml.XmlSuite; import org.testng.xml.XmlTest; import Drivers.BrowsersWebDrivers; import View.Index; public class SeparateTestNGRunners { Index index=new Index(); public void testRunnerChrome() throws IOException { List<String>paramsListbrowser=new ArrayList<String>(Index.getParabrowser()); List<XmlSuite> suites = new ArrayList<XmlSuite>(); TestNG testNG = new TestNG(); XmlSuite TailoredsuiteChrome = getXmlSuiteChrome(); List<Class<? extends ITestNGListener>> ListenerclassTailored=new ArrayList<Class<? extends ITestNGListener>>(); ListenerclassTailored.add(TestNGListeners.class); XmlTest test1 = getXmlTestChrome(TailoredsuiteChrome); for(String pb:paramsListbrowser) { if(pb.equalsIgnoreCase("chrome")){ System.out.println("CHROME TEST:"); List<XmlTest> tailoredtestsChrome = new ArrayList<XmlTest>(); List<XmlClass> TailoredclassesChrome = getXmlClassesTailoredChrome(); test1.setXmlClasses(TailoredclassesChrome); tailoredtestsChrome.add(test1); TailoredsuiteChrome.setTests(tailoredtestsChrome); tailoredtestsChrome=TailoredsuiteChrome.getTests(); // suites.add(TailoredsuiteChrome); Map<String, String> paramsMap = new HashMap<>(); paramsMap.put("browser",pb); for (int i = 0; i <tailoredtestsChrome.size(); i++) { tailoredtestsChrome.get(i).setParameters(paramsMap); System.out.println("browser is RunnerTestNG:"+tailoredtestsChrome.get(i).getParameter("browser")); } testNG.setXmlSuites(suites); testNG.setListenerClasses(ListenerclassTailored); testNG.run(); } } } //*******************************************************************// public void testRunnerFirefox() throws IOException { List<String>paramsListbrowser=new ArrayList<String>(Index.getParabrowser()); List<XmlSuite> suites = new ArrayList<XmlSuite>(); TestNG testNG = new TestNG(); XmlSuite TailoredsuiteFirefox = getXmlSuiteFirefox(); List<Class<? extends ITestNGListener>> ListenerclassTailored=new ArrayList<Class<? extends ITestNGListener>>(); ListenerclassTailored.add(TestNGListeners.class); XmlTest testFF1 = getXmlTestFF(TailoredsuiteFirefox); for(String pb:paramsListbrowser) { if(pb.equalsIgnoreCase("firefox")) { System.out.println("FIREFOXX TEST:"); List<XmlTest> tailoredtestsFirefox = new ArrayList<XmlTest>(); List<XmlClass> TailoredclassesFirefox = getXmlClassesTailoredFirefox(); testFF1.setXmlClasses(TailoredclassesFirefox); tailoredtestsFirefox.add(testFF1); TailoredsuiteFirefox.setTests(tailoredtestsFirefox); tailoredtestsFirefox=TailoredsuiteFirefox.getTests(); suites.add(TailoredsuiteFirefox); Map<String, String> paramsMap = new HashMap<>(); paramsMap.put("browser",pb); for (int i = 0; i <tailoredtestsFirefox.size(); i++) { tailoredtestsFirefox.get(i).setParameters(paramsMap); System.out.println("browser is RunnerTestNG:"+tailoredtestsFirefox.get(i).getParameter("browser")); } } } testNG.setXmlSuites(suites); testNG.setListenerClasses(ListenerclassTailored); testNG.run(); } //***************************************************// public void testRunnerEdge() throws IOException { List<String>paramsListbrowser=new ArrayList<String>(Index.getParabrowser()); List<XmlSuite> suites = new ArrayList<XmlSuite>(); TestNG testNG = new TestNG(); XmlSuite TailoredsuiteEdge = getXmlSuiteEdge(); List<Class<? extends ITestNGListener>> ListenerclassTailored=new ArrayList<Class<? extends ITestNGListener>>(); ListenerclassTailored.add(TestNGListeners.class); XmlTest testEdge1 = getXmlTestEdge(TailoredsuiteEdge); for(String pb:paramsListbrowser) { if(pb.equalsIgnoreCase("edge")) { System.out.println("EDGE TEST:"); List<XmlTest> tailoredtestsEdge= new ArrayList<XmlTest>(); List<XmlClass> TailoredclassesEdge = getXmlClassesTailoredEdge(); testEdge1.setXmlClasses(TailoredclassesEdge); tailoredtestsEdge.add(testEdge1); TailoredsuiteEdge.setTests(tailoredtestsEdge); tailoredtestsEdge=TailoredsuiteEdge.getTests(); suites.add(TailoredsuiteEdge); Map<String, String> paramsMap = new HashMap<>(); paramsMap.put("browser",pb); for (int i = 0; i <tailoredtestsEdge.size(); i++) { tailoredtestsEdge.get(i).setParameters(paramsMap); System.out.println("browser is RunnerTestNG:"+tailoredtestsEdge.get(i).getParameter("browser")); } } } testNG.setXmlSuites(suites); testNG.setListenerClasses(ListenerclassTailored); testNG.run(); } //*********************************// public void testRunnerIE() throws IOException { List<String>paramsListbrowser=new ArrayList<String>(Index.getParabrowser()); List<XmlSuite> suites = new ArrayList<XmlSuite>(); TestNG testNG = new TestNG(); XmlSuite TailoredsuiteInternetExplorer = getXmlSuiteInternetExplorer(); List<Class<? extends ITestNGListener>> ListenerclassTailored=new ArrayList<Class<? extends ITestNGListener>>(); ListenerclassTailored.add(TestNGListeners.class); XmlTest testIE=getXmlTestIE(TailoredsuiteInternetExplorer); for(String pb:paramsListbrowser) { if(pb.equalsIgnoreCase("internetexplorer")) { System.out.println("EXPLORER TEST:"); List<XmlTest> tailoredtestsIE= new ArrayList<XmlTest>(); List<XmlClass> TailoredclassesInternetExplorer = getXmlClassesTailoredInternetExplorer(); testIE.setXmlClasses(TailoredclassesInternetExplorer); tailoredtestsIE.add(testIE); TailoredsuiteInternetExplorer.setTests(tailoredtestsIE); tailoredtestsIE=TailoredsuiteInternetExplorer.getTests(); suites.add(TailoredsuiteInternetExplorer); Map<String, String> paramsMap = new HashMap<>(); paramsMap.put("browser",pb); for (int i = 0; i <tailoredtestsIE.size(); i++) { tailoredtestsIE.get(i).setParameters(paramsMap); System.out.println("browser is RunnerTestNG:"+tailoredtestsIE.get(i).getParameter("browser")); } } } testNG.setXmlSuites(suites); testNG.setListenerClasses(ListenerclassTailored); testNG.run(); } private XmlTest getXmlTestIE(XmlSuite suite) { XmlTest testIE = new XmlTest(suite); testIE.setName("InternetExplorerTest"); return testIE; } private XmlSuite getXmlSuiteChrome() { XmlSuite suite = new XmlSuite(); suite.setName("TailoredSuiteChrome"); return suite; } private XmlSuite getXmlSuiteFirefox() { XmlSuite suite = new XmlSuite(); suite.setName("TailoredSuiteFirefox"); return suite; } private XmlSuite getXmlSuiteEdge() { XmlSuite suite = new XmlSuite(); suite.setName("TailoredSuiteEdge"); return suite; } private XmlSuite getXmlSuiteInternetExplorer() { XmlSuite suite = new XmlSuite(); suite.setName("TailoredSuiteInternetExplorer"); return suite; } private XmlTest getXmlTestChrome(XmlSuite suite) { XmlTest testChrome = new XmlTest(suite); testChrome.setName("ChromeTest"); return testChrome; } private XmlTest getXmlTestFF(XmlSuite suite) { XmlTest testFF = new XmlTest(suite); testFF.setName("FirefoxTest"); return testFF; } private XmlTest getXmlTestEdge(XmlSuite suite) { XmlTest testEdge = new XmlTest(suite); testEdge.setName("EdgeTest"); return testEdge; } private List<XmlClass> getXmlClassesTailoredChrome() { List<XmlClass> classez = new ArrayList<XmlClass>(); String cname; String fname; String ac[] = null; System.out.println("getting classes if tailoredsuitechrome..."); String binPath =System.getProperty("user.dir")+"\\src\\TailoredSuiteChrome"; File dir=new File(binPath); for (File fileEntry : dir.listFiles()) { fname=fileEntry.getName().toString(); System.out.println("file names of tailored suites"+fname); if(fname.contains(".java")) { cname="TailoredSuiteChrome."+fname; ac= cname.split(".java"); classez.add(new XmlClass(ac[0])); } } return classez; } private List<XmlClass> getXmlClassesTailoredFirefox() { List<XmlClass> classez = new ArrayList<XmlClass>(); String cname; String fname; String ac[] = null; String binPath =System.getProperty("user.dir")+"\\src\\TailoredSuiteFirefox"; File dir=new File(binPath); for (File fileEntry : dir.listFiles()) { fname=fileEntry.getName().toString(); if(fname.contains(".java")) { cname="TailoredSuiteFirefox."+fname; ac= cname.split(".java"); classez.add(new XmlClass(ac[0])); } } return classez; } //edge private List<XmlClass> getXmlClassesTailoredEdge() { List<XmlClass> classez = new ArrayList<XmlClass>(); String cname; String fname; String ac[] = null; String binPath =System.getProperty("user.dir")+"\\src\\TailoredSuiteEdge"; File dir=new File(binPath); for (File fileEntry : dir.listFiles()) { fname=fileEntry.getName().toString(); if(fname.contains(".java")) { cname="TailoredSuiteEdge."+fname; ac= cname.split(".java"); classez.add(new XmlClass(ac[0])); } } return classez; } private List<XmlClass> getXmlClassesTailoredInternetExplorer() { List<XmlClass> classez = new ArrayList<XmlClass>(); String cname; String fname; String ac[] = null; String binPath =System.getProperty("user.dir")+"\\src\\TailoredSuiteInternetExplorer"; File dir=new File(binPath); for (File fileEntry : dir.listFiles()) { fname=fileEntry.getName().toString(); if(fname.contains(".java")) { cname="TailoredSuiteInternetExplorer."+fname; ac= cname.split(".java"); classez.add(new XmlClass(ac[0])); return classez; } } return classez; } }
[ "mariashoaib13056@gmail.com" ]
mariashoaib13056@gmail.com
8c09be50938ca6d0f4508de82e151591ba827ecc
3c1955041f755b142342299e7f72f71855b62e94
/src/main/java/com/so/exception/OAuth2AuthenticationProcessingException.java
4a607ce6ad03d53a1932e1000a0ff80866c0ecb2
[]
no_license
vinhtranphuc/pv
28582ec7346420b524815e0b9594bde98be3375b
4398d5ffd12ecfb6f7e926579c52d4660e90c024
refs/heads/master
2023-07-14T19:27:16.655908
2021-08-29T21:20:43
2021-08-29T21:20:43
401,138,903
0
0
null
null
null
null
UTF-8
Java
false
false
496
java
package com.so.exception; import org.springframework.security.core.AuthenticationException; public class OAuth2AuthenticationProcessingException extends AuthenticationException { /** * */ private static final long serialVersionUID = -8821268441589629339L; public OAuth2AuthenticationProcessingException(String msg, Throwable t) { super(msg, t); } public OAuth2AuthenticationProcessingException(String msg) { super(msg); } }
[ "vinh.tran@rikai.technology" ]
vinh.tran@rikai.technology
30b102091f60bedf1115bee5e52b6659e7053dae
e83ce25d8844499aa93cc3dbc4aa275f6f438358
/app/src/main/java/com/example/testingapp/FirstFragment.java
3844ef2324e024fea5a40d826073a6990afe4b23
[]
no_license
asish03/testingapp
09e6c9a948e076a6c559c775df98051d886ddcd8
babf742d4bf9eb4f51bb9817eaa617b25be18b01
refs/heads/master
2022-05-29T18:21:36.328400
2020-05-02T06:51:10
2020-05-02T06:51:10
260,631,378
0
0
null
null
null
null
UTF-8
Java
false
false
1,087
java
package com.example.testingapp; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.fragment.app.Fragment; import androidx.navigation.fragment.NavHostFragment; public class FirstFragment extends Fragment { @Override public View onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState ) { // Inflate the layout for this fragment return inflater.inflate(R.layout.fragment_first, container, false); } public void onViewCreated(@NonNull View view, Bundle savedInstanceState) { super.onViewCreated(view, savedInstanceState); view.findViewById(R.id.button_first).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { NavHostFragment.findNavController(FirstFragment.this) .navigate(R.id.action_FirstFragment_to_SecondFragment); } }); } }
[ "asishbarik0396@gmail.com" ]
asishbarik0396@gmail.com
c969916fe3568bf170d90f967d45c638b5ff7cf3
afc3246908239fc97e646ca9c91a93e660063c9b
/android/app/src/debug/java/com/shutapp/ReactNativeFlipper.java
b11e7f64604d9385af77e0aa40696cfdec2f5fe4
[]
no_license
OmarSaidIbrahim/ShutApp
29a1634b97f39a2c462f721418ae3b281957f284
2609c00a588954a6738520185d91b882efd8b9ed
refs/heads/main
2023-06-13T23:47:32.451726
2021-06-25T13:36:50
2021-06-25T13:36:50
376,584,202
1
0
null
null
null
null
UTF-8
Java
false
false
3,262
java
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. */ package com.shutapp; import android.content.Context; import com.facebook.flipper.android.AndroidFlipperClient; import com.facebook.flipper.android.utils.FlipperUtils; import com.facebook.flipper.core.FlipperClient; import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin; import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin; import com.facebook.flipper.plugins.fresco.FrescoFlipperPlugin; import com.facebook.flipper.plugins.inspector.DescriptorMapping; import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin; import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor; import com.facebook.flipper.plugins.network.NetworkFlipperPlugin; import com.facebook.flipper.plugins.react.ReactFlipperPlugin; import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin; import com.facebook.react.ReactInstanceManager; import com.facebook.react.bridge.ReactContext; import com.facebook.react.modules.network.NetworkingModule; import okhttp3.OkHttpClient; public class ReactNativeFlipper { public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) { if (FlipperUtils.shouldEnableFlipper(context)) { final FlipperClient client = AndroidFlipperClient.getInstance(context); client.addPlugin(new InspectorFlipperPlugin(context, DescriptorMapping.withDefaults())); client.addPlugin(new ReactFlipperPlugin()); client.addPlugin(new DatabasesFlipperPlugin(context)); client.addPlugin(new SharedPreferencesFlipperPlugin(context)); client.addPlugin(CrashReporterPlugin.getInstance()); NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin(); NetworkingModule.setCustomClientBuilder( new NetworkingModule.CustomClientBuilder() { @Override public void apply(OkHttpClient.Builder builder) { builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin)); } }); client.addPlugin(networkFlipperPlugin); client.start(); // Fresco Plugin needs to ensure that ImagePipelineFactory is initialized // Hence we run if after all native modules have been initialized ReactContext reactContext = reactInstanceManager.getCurrentReactContext(); if (reactContext == null) { reactInstanceManager.addReactInstanceEventListener( new ReactInstanceManager.ReactInstanceEventListener() { @Override public void onReactContextInitialized(ReactContext reactContext) { reactInstanceManager.removeReactInstanceEventListener(this); reactContext.runOnNativeModulesQueueThread( new Runnable() { @Override public void run() { client.addPlugin(new FrescoFlipperPlugin()); } }); } }); } else { client.addPlugin(new FrescoFlipperPlugin()); } } } }
[ "omarsaidita@gmail.com" ]
omarsaidita@gmail.com
f931363ae80cba63787f256ec24bc53339c50b8e
b1eaf16db41e543964619d9cfec7a12055d290ab
/ion/src/com/koushikdutta/ion/ContextReference.java
6fed2d19daa486dc4f921b185ea9b29066bb02f3
[ "Apache-2.0" ]
permissive
O330oei/BBOT
ad9d6a8c42a7e7e8d82f9c82f1a6b8c6ee16c599
c4a75c44f6e93d09ec44750b70a1af8549b5a2d0
refs/heads/master
2021-01-09T03:56:32.773381
2020-02-28T02:14:46
2020-02-28T02:14:46
242,237,783
1
1
NOASSERTION
2020-04-02T02:12:27
2020-02-21T21:57:25
Java
UTF-8
Java
false
false
5,969
java
package com.koushikdutta.ion; import android.annotation.TargetApi; import android.app.Activity; import android.app.ActivityManager; import android.app.Fragment; import android.app.Service; import android.content.Context; import android.os.Build; import android.widget.ImageView; import java.lang.ref.WeakReference; import java.util.List; /** * Created by koush on 4/15/14. */ public abstract class ContextReference<T> extends WeakReference<T> implements IonContext{ public ContextReference(T context) { super(context); } abstract static class NormalContextReference<T extends Context> extends ContextReference<T> { NormalContextReference(T context) { super(context); } static String isAlive(Context context) { if (context instanceof Service) return ServiceContextReference.isAlive((Service) context); if (context instanceof Activity) return ActivityContextReference.isAlive((Activity) context); return null; } @Override public Context getContext() { return get(); } } public static class ServiceContextReference extends com.koushikdutta.ion.ContextReference.NormalContextReference<Service> { public ServiceContextReference(Service service) { super(service); } static String isAlive(Service candidate) { if (candidate == null) return "Service reference null"; ActivityManager manager = (ActivityManager)candidate.getSystemService(Context.ACTIVITY_SERVICE); List<ActivityManager.RunningServiceInfo> services = manager.getRunningServices(Integer.MAX_VALUE); if (services == null) return "Could not retrieve services from service manager"; for (ActivityManager.RunningServiceInfo service: services) { if (candidate.getClass().getName().equals(service.service.getClassName())) { return null; } } return "Service stopped"; } @Override public String isAlive() { return isAlive(get()); } } public static class ActivityContextReference extends com.koushikdutta.ion.ContextReference.NormalContextReference<Activity> { public ActivityContextReference(Activity activity) { super(activity); } static String isAlive(Activity a) { if (a == null) return "Activity reference null"; if (a.isFinishing()) return "Activity finished"; return null; } @Override public String isAlive() { return isAlive(get()); } } @TargetApi(Build.VERSION_CODES.HONEYCOMB_MR2) public static class FragmentContextReference extends ContextReference<Fragment> { public FragmentContextReference(Fragment fragment) { super(fragment); } @Override public Context getContext() { Fragment fragment = get(); if (fragment == null) return null; return fragment.getActivity(); } @Override public String isAlive() { Fragment fragment = get(); if (fragment == null) return "Fragment reference null"; String ret = ActivityContextReference.isAlive(fragment.getActivity()); if (ret != null) return ret; if (fragment.isDetached()) return "Fragment detached"; return null; } } public static class SupportFragmentContextReference extends ContextReference<androidx.fragment.app.Fragment> { public SupportFragmentContextReference(androidx.fragment.app.Fragment fragment) { super(fragment); } @Override public Context getContext() { androidx.fragment.app.Fragment fragment = get(); if (fragment == null) return null; return fragment.getActivity(); } @Override public String isAlive() { androidx.fragment.app.Fragment fragment = get(); if (fragment == null) return "Fragment reference null"; String ret = ActivityContextReference.isAlive(fragment.getActivity()); if (ret != null) return ret; if (fragment.isDetached()) return "Fragment detached"; return null; } } public static class ImageViewContextReference extends ContextReference<ImageView> { public ImageViewContextReference(ImageView imageView) { super(imageView); } @Override public String isAlive() { ImageView iv = get(); if (iv == null) return "ImageView reference null"; return NormalContextReference.isAlive(iv.getContext()); } @Override public Context getContext() { ImageView iv = get(); if (iv == null) return null; return iv.getContext(); } } public static ContextReference fromContext(Context context) { if (context instanceof Service) return new com.koushikdutta.ion.ContextReference.ServiceContextReference((Service)context); if (context instanceof Activity) return new com.koushikdutta.ion.ContextReference.ActivityContextReference((Activity)context); return new com.koushikdutta.ion.ContextReference.NormalContextReference<Context>(context) { @Override public String isAlive() { Context context = get(); if (context == null) return "Context reference null"; return null; } }; } }
[ "koushd@gmail.com" ]
koushd@gmail.com
5cf1701f9f22a82d4cbe122aaf1754e5a86bbcc4
486425d9f3f619ca17f64790c0c9afb8dd0163a8
/app/src/main/java/crm/gobelins/materialplaylist/songs/SongsAdapter.java
8163a448533a46710dee69257415fe000cfd1257
[]
no_license
workshops-louisbl/crm14-MaterialPlaylist
14606d355ef3fb2bbaeb9f287b5e846424d4225a
6397fbd8853a71f07b8afc6f42754ea7e8009306
refs/heads/master
2021-05-28T05:13:09.543397
2015-01-23T01:35:42
2015-01-23T01:35:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,449
java
package crm.gobelins.materialplaylist.songs; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import com.echonest.api.v4.Song; public class SongsAdapter extends ArrayAdapter<Song> { private final LayoutInflater mInflater; public SongsAdapter(Context context) { super(context, android.R.layout.simple_list_item_2); mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); } @Override public View getView(int position, View convertView, ViewGroup parent) { ViewHolder holder; if (null == convertView) { convertView = mInflater.inflate(android.R.layout.simple_list_item_2, parent, false); holder = new ViewHolder(); holder.title = (TextView) convertView.findViewById(android.R.id.text1); holder.artistName = (TextView) convertView.findViewById(android.R.id.text2); convertView.setTag(holder); } else { holder = (ViewHolder) convertView.getTag(); } Song song = getItem(position); holder.title.setText(song.getTitle()); holder.artistName.setText(song.getArtistName()); return convertView; } private static class ViewHolder { TextView title; TextView artistName; } }
[ "louis@beltramo.me" ]
louis@beltramo.me
7aef98e6d60f6867cd549b7d36f08f03a84e38a0
57b95a057dc4c7526736cb90abda10ef68ef9a8d
/designer/src/com/fr/design/dscolumn/ResultSetGroupPopUpPane.java
c7d3342473153bee1e38e55a19422b6ace92a756
[]
no_license
jingedawang/fineRep
1f97702f8690d6119a817bba8f44c265e9d7fcb5
fce3e7a9238dd13fc168bf475f93496abd4a9f39
refs/heads/master
2021-01-18T08:21:05.238130
2016-02-28T11:15:25
2016-02-28T11:15:25
null
0
0
null
null
null
null
GB18030
Java
false
false
6,412
java
package com.fr.design.dscolumn; import com.fr.design.gui.ibutton.UIButton; import com.fr.design.gui.ibutton.UIRadioButton; import com.fr.design.gui.ilable.UILabel; import com.fr.design.gui.icombobox.FunctionComboBox; import com.fr.design.layout.FRGUIPaneFactory; import com.fr.general.Inter; import com.fr.report.cell.TemplateCellElement; import com.fr.report.cell.cellattr.core.group.*; import com.fr.stable.StringUtils; import com.fr.design.utils.gui.GUICoreUtils; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; import java.awt.event.ItemListener; public class ResultSetGroupPopUpPane extends ResultSetGroupPane { private UIRadioButton groupRadioButton; private UIButton advancedButton; private UIRadioButton listRadioButton; private UIRadioButton summaryRadioButton; private FunctionComboBox functionComboBox; private String InsertText = StringUtils.BLANK; public ResultSetGroupPopUpPane() { this(true); } // 将结果集进行分组: 分组,列表,汇总,自定义 public ResultSetGroupPopUpPane(boolean isGroup) { super(); this.initComponents(isGroup); } public void initComponents(boolean isGroup) { this.setLayout(FRGUIPaneFactory.create1ColumnGridLayout()); // 分组 groupRadioButton = new UIRadioButton(Inter .getLocText("BindColumn-Group(Merger_the_Items_Which_Have_The_Same_Value_in_Column)")); groupRadioButton.addActionListener(checkEnabledActionListener); groupComboBox.addItemListener(new ItemListener() { public void itemStateChanged(ItemEvent e) { checkButtonEnabled(); } }); advancedButton = new UIButton(Inter.getLocText("Custom")); advancedButton.addActionListener(groupAdvancedListener); this.add(GUICoreUtils.createFlowPane( new JComponent[]{new UILabel(InsertText), groupRadioButton, groupComboBox, advancedButton}, FlowLayout.LEFT)); // 列表 listRadioButton = new UIRadioButton(Inter .getLocText("BindColumn-Select(Regardless_of_Having_the_Same_Value,Display_all_Item_in_Column)")); listRadioButton.addActionListener(checkEnabledActionListener); this.add(GUICoreUtils.createFlowPane( new JComponent[]{new UILabel(InsertText), listRadioButton}, FlowLayout.LEFT)); // 汇总 summaryRadioButton = new UIRadioButton(Inter .getLocText("BindColumn-Summary(Including_SUM_,_AVERAGE_,_MAX_,_MIN_And_So_On)"), true); summaryRadioButton.addActionListener(checkEnabledActionListener); functionComboBox = new FunctionComboBox(GUICoreUtils.getFunctionArray()); this.add(GUICoreUtils.createFlowPane( new JComponent[]{new UILabel(InsertText), summaryRadioButton, functionComboBox}, FlowLayout.LEFT)); ButtonGroup resultSetGroupButtonGroup = new ButtonGroup(); resultSetGroupButtonGroup.add(groupRadioButton); if (isGroup) { groupRadioButton.setSelected(true); } else { listRadioButton.setSelected(true); } resultSetGroupButtonGroup.add(listRadioButton); resultSetGroupButtonGroup.add(summaryRadioButton); checkButtonEnabled(); } @Override public void populate(TemplateCellElement cellElement) { this.cellElement = cellElement; if (isNPE(cellElement)) { return; } DSColumn dSColumn = (DSColumn) cellElement.getValue(); // populate groupPane // RecordGrouper recordGrouper = dSColumn.getGrouper(); if (recordGrouper instanceof FunctionGrouper && !((FunctionGrouper) recordGrouper).isCustom()) { int mode = ((FunctionGrouper) recordGrouper).getDivideMode(); if (mode == FunctionGrouper.GROUPING_MODE) { this.groupRadioButton.setSelected(true); this.groupComboBox.setSelectedIndex(COMMON); } else if (mode == FunctionGrouper.CONTINUUM_MODE) { this.groupRadioButton.setSelected(true); this.groupComboBox.setSelectedIndex(CONTINUUM); } else if (mode == FunctionGrouper.LIST_MODE) { this.listRadioButton.setSelected(true); } } else if (recordGrouper instanceof FunctionGrouper && ((FunctionGrouper) recordGrouper).isCustom()) { // 这种情况也放到自定义分组里面 this.groupRadioButton.setSelected(true); this.groupComboBox.setSelectedIndex(ADVANCED); } else if (recordGrouper instanceof SummaryGrouper) { this.summaryRadioButton.setSelected(true); this.functionComboBox.setFunction(((SummaryGrouper) recordGrouper).getFunction()); } else if (recordGrouper instanceof CustomGrouper) { // 自定义分组 or 高级分组 this.groupRadioButton.setSelected(true); this.groupComboBox.setSelectedIndex(ADVANCED); } checkButtonEnabled(); } @Override public void update() { if (isNPE(cellElement)) { return; } DSColumn dSColumn = (DSColumn) cellElement.getValue(); if (this.groupRadioButton.isSelected()) { recordGrouper = updateGroupCombox(); } else if (this.listRadioButton.isSelected()) { FunctionGrouper valueGrouper = new FunctionGrouper(); valueGrouper.setDivideMode(FunctionGrouper.LIST_MODE); valueGrouper.setCustom(false); recordGrouper = valueGrouper; } else if (this.summaryRadioButton.isSelected()) { SummaryGrouper summaryGrouper = new SummaryGrouper(); summaryGrouper.setFunction(functionComboBox.getFunction()); recordGrouper = summaryGrouper; } else { } dSColumn.setGrouper(recordGrouper); } private void checkButtonEnabled() { advancedButton.setEnabled(false); functionComboBox.setEnabled(false); groupComboBox.setEnabled(false); if (summaryRadioButton.isSelected()) { functionComboBox.setEnabled(true); } if (groupRadioButton.isSelected()) { groupComboBox.setEnabled(true); if (groupComboBox.getSelectedIndex() == 2) { advancedButton.setEnabled(true); } } } public boolean isSummaryRadioButtonSelected() { return summaryRadioButton.isSelected(); } public void addListeners(ActionListener summaryListener, ActionListener otherListener, ActionListener sdcListener) { summaryRadioButton.addActionListener(summaryListener); groupRadioButton.addActionListener(otherListener); listRadioButton.addActionListener(otherListener); advancedButton.addActionListener(sdcListener); } ActionListener checkEnabledActionListener = new ActionListener() { public void actionPerformed(ActionEvent evt) { checkButtonEnabled(); } }; @Override public void setRecordGrouper(RecordGrouper recordGrouper) { this.recordGrouper = recordGrouper; } }
[ "develop@finereport.com" ]
develop@finereport.com
3f4ed2f2b4dfbc50966b5e9d6b191bc99a4c3401
00147174fbbbc13d62ff530acf3ac75ce6651efe
/src/main/java/com/customexception/InvalidParameter.java
1f2ee6e8842b82b733c986d8739feb555b9f7fa6
[]
no_license
ismailyildiz/BerlinClock
def59ce254e76c90859667ddad559e7b60575aec
193ddae835767e4f1dca7259ba2fa74ad544b92f
refs/heads/master
2020-03-06T23:09:15.107317
2018-03-28T10:46:35
2018-03-28T10:46:35
127,125,040
0
0
null
null
null
null
UTF-8
Java
false
false
485
java
package com.customexception; public class InvalidParameter extends RuntimeException { private static final long serialVersionUID = -4966045942593316866L; public InvalidParameter() { super(); } public InvalidParameter(final String message) { super(message); } public InvalidParameter(final String message, final Throwable throwable) { super(message, throwable); } public InvalidParameter(final Throwable throwable) { super(throwable); } }
[ "user@DESKTOP-5082JGD" ]
user@DESKTOP-5082JGD
49c6ae0b71146723b99482a2af743216fa9c71b7
e703bb12a0a51ee916ddf14e7bf3ab5acde37c04
/src/main/java/br/terracore/server/address/Address.java
ce6beb47c494b4cde4444477de6f746fc7baafe2
[]
no_license
jesuino/terra-server-forge
e293c8ad8a5e019752edefa438f75309ca64381a
6fdf9c60591aa777d4f18c6db9717105dbaf8f38
refs/heads/master
2021-01-15T10:58:52.587917
2014-11-24T14:26:56
2014-11-24T14:26:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,376
java
package br.terracore.server.address; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; import javax.xml.bind.annotation.XmlRootElement; @Entity @Table(name = "\"address\"") @XmlRootElement public class Address implements Serializable { @Id @GeneratedValue private Integer id; private String name; private String number; private String extra; // complemento private Double coordx; private Double coordy; private String postalCode; private String city; private String state; private String featureId; // O idenfificador da feição (SSQQQNNNN), private String neighborhood; public Address() { // TODO Auto-generated constructor stub } public Address( Integer id, String name, String number, String extra, Double coordx, Double coordy, String postalCode, String city, String state, String featureId) { super(); this.id = id; this.name = name; this.number = number; this.extra = extra; this.coordx = coordx; this.coordy = coordy; this.postalCode = postalCode; this.city = city; this.state = state; this.featureId = featureId; } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getNumber() { return number; } public void setNumber(String number) { this.number = number; } public String getExtra() { return extra; } public void setExtra(String extra) { this.extra = extra; } public Double getCoordx() { return coordx; } public void setCoordx(Double coordx) { this.coordx = coordx; } public Double getCoordy() { return coordy; } public void setCoordy(Double coordy) { this.coordy = coordy; } public String getPostalCode() { return postalCode; } public void setPostalCode(String postalCode) { this.postalCode = postalCode; } public String getCity() { return city; } public void setCity(String city) { this.city = city; } public String getState() { return state; } public void setState(String state) { this.state = state; } public String getFeatureId() { return featureId; } public void setFeatureId(String featureId) { this.featureId = featureId; } public String getNeighborhood() { return neighborhood; } public void setNeighborhood(String neighborhood) { this.neighborhood = neighborhood; } @Override public String toString() { return "Address [id=" + id + ", name=" + name + ", number=" + number + ", extra=" + extra + ", coordx=" + coordx + ", coordy=" + coordy + ", postalCode=" + postalCode + ", city=" + city + ", state=" + state + ", featureId=" + featureId + ", neighborhood=" + neighborhood + "]"; } }
[ "pauloluan.inova@gmail.com" ]
pauloluan.inova@gmail.com
a6d48e31bf26ddd0e1c86b70d394dcfedc3ecc6e
dde5abb5a12b327476551332053f5b0b4c89423a
/DesignMode/src/main/java/大话设计模式/状态模式/case1/Context.java
3f35f0a0a3b979c21f95575e16c5c0657286e768
[ "MIT" ]
permissive
yuzouzhao/DesignModel
58ac399f117927e7c85f0582fd8dfb76ec32aeb0
8ed3670e6772e722bdbc8cd431bd2af199745997
refs/heads/master
2020-04-03T08:32:39.113705
2018-10-29T02:00:50
2018-10-29T02:00:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
454
java
package 大话设计模式.状态模式.case1; /** * Date 2018/10/24 10:56 * * @author : lyc * @Description: 维护ConcreteState 子类的实例,这个实例定义当前的状态 */ public class Context { protected State state; public Context(State state){ this.state = state; } public void Request(){ state.Handle(this); } public State getState() { return state; } public void setState(State state) { this.state = state; } }
[ "178365346@qq.com" ]
178365346@qq.com
c0fed2f1d7c78996096e4d5aff4b1701d51aaf05
9274d260d189e65c003bbd2759536a65e0f8fec3
/Selenium/src/dropdownmenu/dropdownfacebook.java
058d4e341fd314c5925a88bb60e38911c92adb4b
[]
no_license
hoquesalim/github-demo
e427fc580c4632ddbe5b1836b2313761f8e28387
f87522c491094387d68a725ee1f0e6581d18bf75
refs/heads/master
2020-04-21T10:14:23.231542
2019-03-06T18:03:37
2019-03-06T18:03:37
169,480,451
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package dropdownmenu; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class dropdownfacebook { //System.setProperty("webdriver.chrome.driver", "C:\\Users\\Maisoon Fathia\\workspace\\Selenium\\Driver\\chromedriver.exe");S //WebDriver driver = new ChromeD }
[ "47160447+hoquesalim@users.noreply.github.com" ]
47160447+hoquesalim@users.noreply.github.com
ce8484baffa70ef926d4b4a07e45a2485b442823
a1427485fcff758edd75cf7cce37af4be2e0cf0c
/src/main/java/com/vv/vveres/table/TbOrderDetail.java
f2d3027a381fbf69df1d88d6717374039457efe0
[]
no_license
hungpham1998/vveres
bc1a71d3c699d3807e740e047492ed39806525fd
b380ee00134f6a1691a7bc93b1a26d377d92a59b
refs/heads/master
2023-02-15T07:34:04.353484
2020-07-27T09:19:12
2020-07-27T09:19:12
267,668,586
0
0
null
2021-01-06T08:08:08
2020-05-28T18:41:22
Java
UTF-8
Java
false
false
2,271
java
package com.vv.vveres.table; import com.fasterxml.jackson.annotation.JsonBackReference; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonManagedReference; import lombok.*; import javax.persistence.*; import java.util.Date; import java.util.HashSet; import java.util.Set; // author: tranducdang@gmail.com @AllArgsConstructor @NoArgsConstructor @Getter @Setter @Entity @Table(name="tbOrderDetail") public class TbOrderDetail { @Id @Column(name="id", nullable = false, unique= false,length = 10) @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Basic(optional = false) @Column(name = "invoicedate", insertable = false, updatable = false,nullable = false, unique = false) @Temporal(TemporalType.TIMESTAMP) Date invoicedate; @Column(name="number", nullable = false, unique = false,length = 15) private int number ; @Column(name="payment", nullable = false, unique = false,length = 15) private double payment ; @Column(name="discount_per", nullable = false, unique = false,length = 15) private double discount_per ; @Column(name="discount_mo", nullable = false, unique = false,length = 15) private double discount_mo ; @Column(name="total", nullable = true, unique = false,length = 15) private double total ; @Column(name="restaurantId", nullable = false, unique = false,length = 15) private long restaurantId; // Relationship // TbOrder 1-n TbOrderDetail //@JsonBackReference @ManyToOne @JoinColumn(name = "order_id", nullable = false) // thông qua khóa ngoại orderId, nhiều bản ghi Order Detail chỉ liên kết duy nhất 1 bản ghi Order //@JsonIgnoreProperties("orderDetails") private TbOrder tbOrder; // TbProduct 1-n TbOrderDetail //@JsonManagedReference @ManyToOne @JoinColumn(name = "product_id", nullable = false) private TbProduct tbProduct; // LƯU Ý: Không được phép khai báo thêm OrderID trong Entity OrderDetail. Bởi lẽ khi join 2 Entity này với nhau, // Spring Boot đã ngầm định được orderID mang những đặc tính, các thuộc tính cụ thể của trường id (id trong Entity Order) }
[ "hungrost@gmail.com" ]
hungrost@gmail.com
6b894a3ec11b073b9dce445210bf32d075535e57
2093cc481fe324d62bf834473e0e90ef482e27e5
/app/src/main/java/xyz/hasaki/svgparse/MainActivity.java
b0d6d420ce79b350710314ddf96aa40997db4d20
[]
no_license
YWD/SvgParse
fbc87e527b068049702e20c23813197d0c0e5fff
bb3d193f7bdab3983fdaf94870aa0e7a8db18052
refs/heads/master
2021-08-20T05:47:27.389144
2017-11-28T09:39:22
2017-11-28T09:39:22
112,315,808
0
0
null
null
null
null
UTF-8
Java
false
false
549
java
package xyz.hasaki.svgparse; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; public class MainActivity extends AppCompatActivity implements View.OnClickListener { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); findViewById(R.id.text).setOnClickListener(this); } @Override public void onClick(View v) { findViewById(R.id.svg).invalidate(); } }
[ "wendong.yang@fuwo.com" ]
wendong.yang@fuwo.com
0c3bb49209d2e038c772bb1431e734f0f4fcf59b
3b64171aac3099ace432b44f975a1f00abef26dc
/src/palakSJun20/ArrayMaxNameLength.java
b79d37bc36cd19a1339ee16b1817d255818e2b5d
[]
no_license
KrishnaKTechnocredits/JAVATechnoJun20
a80b97c0c80f3a70bd5205bcf1de0db76e1d7b25
197e81594254cd05cb42d576720f473edb446b72
refs/heads/master
2022-12-22T23:48:51.680861
2020-09-24T04:45:23
2020-09-24T04:45:23
272,046,021
0
0
null
2020-09-24T09:02:14
2020-06-13T16:31:43
Java
UTF-8
Java
false
false
851
java
package palakSJun20; import java.util.Scanner; public class ArrayMaxNameLength { void FindNameLength(String[] array){ int maxLength = 0; String name = null; for (int i = 0; i < array.length; i++) { if(array[i].length() > maxLength) maxLength = array[i].length(); name = array[i]; } System.out.println(" Name is "+ name + " and Maximum Length is " +maxLength); } public static void main(String[] args) { Scanner sc = new Scanner(System.in); ArrayMaxNameLength maxNameLength = new ArrayMaxNameLength(); System.out.println("Enter the size of an array"); int size = sc.nextInt(); String[] array = new String[size]; for (int index = 0; index < array.length; index++) { System.out.println("Enter the Name"); array[index] = sc.next(); } maxNameLength.FindNameLength(array); sc.close(); } }
[ "palaksoni1907@gmail.com" ]
palaksoni1907@gmail.com
a80e93b3e5864a84b8fdb86c8cb0ed17c4619894
0597a0a8c06c8d2749f700efb849023e7254975a
/src/main/java/com/hope/domain/QuestionRepository.java
d5c579b0dcd7a2b2d745721784ff7d82cdac47db
[]
no_license
Hanope/spring-webservice
65c95a9821a53f892020ac43000e2a2c5639acd8
cf3a9d509376ca2f8961bd9ec6d0fcf571db6ee4
refs/heads/master
2021-03-24T10:06:47.993785
2018-02-20T13:57:28
2018-02-20T13:57:28
121,856,686
0
0
null
null
null
null
UTF-8
Java
false
false
167
java
package com.hope.domain; import org.springframework.data.jpa.repository.JpaRepository; public interface QuestionRepository extends JpaRepository<Question, Long>{ }
[ "heemanghan@gmail.com" ]
heemanghan@gmail.com
91a763f9500f8cdf09fe5f87174cebf64362ceb6
f2d079ea91016b7d78b48cad504dcc873401712f
/bi-platform-web-servlet/src/org/pentaho/platform/web/servlet/MondrianCatalogPublisher.java
f981c72d6e206bb214a49a1c06a80502f0fedf89
[]
no_license
NikosMantzanaris/pentaho-community
e8547696a5242169c01440e4d61d5479c0204dd9
789454a4b3f5586bf9998d5e4af3beeda72fd660
refs/heads/master
2021-01-14T11:15:47.397155
2012-11-05T18:24:07
2012-11-05T18:24:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,968
java
/* * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software * Foundation. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you can obtain a copy at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html * or from the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * 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 Lesser General Public License for more details. * * Copyright 2008 - 2009 Pentaho Corporation. All rights reserved. * */ package org.pentaho.platform.web.servlet; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import mondrian.xmla.DataSourcesConfig.DataSource; import org.apache.commons.fileupload.FileItem; import org.apache.commons.fileupload.FileUploadException; import org.apache.commons.lang.StringUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.pentaho.platform.api.data.DatasourceServiceException; import org.pentaho.platform.api.data.IDatasourceService; import org.pentaho.platform.api.engine.IPentahoSession; import org.pentaho.platform.api.engine.ObjectFactoryException; import org.pentaho.platform.api.repository.ISolutionRepository; import org.pentaho.platform.engine.core.system.PentahoSessionHolder; import org.pentaho.platform.engine.core.system.PentahoSystem; import org.pentaho.platform.plugin.action.mondrian.catalog.IMondrianCatalogService; import org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalog; import org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogServiceException; import org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCube; import org.pentaho.platform.plugin.action.mondrian.catalog.MondrianDataSource; import org.pentaho.platform.plugin.action.mondrian.catalog.MondrianSchema; import org.pentaho.platform.util.messages.LocaleHelper; import org.pentaho.platform.web.servlet.messages.Messages; public class MondrianCatalogPublisher extends RepositoryFilePublisher { // ~ Static fields/initializers ====================================================================================== private static final Log logger = LogFactory.getLog(MondrianCatalogPublisher.class); private static final long serialVersionUID = -6052692173173633694L; private static final int FILE_ADD_DATASOURCE_PROBLEM = 6; private static final int FILE_ADD_XMLA_SCHEMA_EXISTS = 8; private static final int DATASOURCE_DRIVER_MISSING = 9; // ~ Instance fields ================================================================================================= private IMondrianCatalogService mondrianCatalogService = PentahoSystem.get(IMondrianCatalogService.class, "IMondrianCatalogService", PentahoSessionHolder.getSession()); //$NON-NLS-1$ private String fullyQualifiedServerURL; // ~ Constructors ==================================================================================================== public MondrianCatalogPublisher() { super(); fullyQualifiedServerURL = PentahoSystem.getApplicationContext().getFullyQualifiedServerURL(); } // ~ Methods ========================================================================================================= @Override public Log getLogger() { return MondrianCatalogPublisher.logger; } @Override protected void doGet(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException, IOException { PentahoSystem.systemEntryPoint(); try { resp.setCharacterEncoding(LocaleHelper.getSystemEncoding()); IPentahoSession pentahoSession = PentahoSessionHolder.getSession(); String publishPath = req.getParameter("publishPath"); //$NON-NLS-1$ String publishKey = req.getParameter("publishKey");//$NON-NLS-1$ String jndiName = req.getParameter("jndiName");//$NON-NLS-1$ boolean overwrite = Boolean.valueOf(req.getParameter("overwrite")).booleanValue(); //$NON-NLS-1$ boolean mkdirs = Boolean.valueOf(req.getParameter("mkdirs")).booleanValue(); //$NON-NLS-1$ boolean enableXmla = Boolean.valueOf(req.getParameter("enableXmla")).booleanValue(); //$NON-NLS-1$ List<FileItem> fileItems = Collections.emptyList(); try { fileItems = getFileItems(req); } catch (FileUploadException e) { if (MondrianCatalogPublisher.logger.isErrorEnabled()) { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0002_EXCEPTION_OCCURRED"), e); //$NON-NLS-1$ } resp.getWriter().println(ISolutionRepository.FILE_ADD_FAILED); return; } int status = ISolutionRepository.FILE_ADD_FAILED; try { status = doPublish(fileItems, publishPath, publishKey, null, null, null, null, null, overwrite, mkdirs, pentahoSession); } catch (Exception e) { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0005_PUBLISH_EXCEPTION"), e); //$NON-NLS-1$ } if (status != ISolutionRepository.FILE_ADD_SUCCESSFUL) { resp.getWriter().println(status); return; } if (MondrianCatalogPublisher.logger.isDebugEnabled()) { MondrianCatalogPublisher.logger.debug("publishPath=" + publishPath); //$NON-NLS-1$ } if ((publishPath != null) && (publishPath.endsWith("/") || publishPath.endsWith("\\"))) { //$NON-NLS-1$ //$NON-NLS-2$ publishPath = publishPath.substring(0, publishPath.length() - 1); } if (MondrianCatalogPublisher.logger.isDebugEnabled()) { MondrianCatalogPublisher.logger.debug("jndiName=" + jndiName); //$NON-NLS-1$ } if (StringUtils.isBlank(jndiName)) { throw new ServletException(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0003_JNDINAME_REQUIRED")); //$NON-NLS-1$ } // expecting exactly one file if (fileItems.size() != 1) { // when this is appended, FILE_ADD_SUCCESSFUL has already been appended from super if (MondrianCatalogPublisher.logger.isErrorEnabled()) { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0004_FILE_COUNT", "" + fileItems.size())); //$NON-NLS-1$ //$NON-NLS-2$ } resp.getWriter().println(ISolutionRepository.FILE_ADD_FAILED); return; } FileItem fi = fileItems.iterator().next(); String catDef = "solution:" + publishPath + "/" + fi.getName(); //$NON-NLS-1$//$NON-NLS-2$ MondrianSchema mondrianSchema = mondrianCatalogService.loadMondrianSchema(catDef, pentahoSession); String catName = mondrianSchema.getName(); // verify JNDI // Note: we use the unbound JNDI name here, the PentahoXmlaServlet and PivotViewComponent resolve the JNDI name try { IDatasourceService datasourceService = PentahoSystem.getObjectFactory().get(IDatasourceService.class ,null); datasourceService.getDataSource(jndiName); } catch (ObjectFactoryException objface) { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0006_UNABLE_TO_FACTORY_OBJECT", jndiName), objface); //$NON-NLS-1$ } catch (DatasourceServiceException dse) { if(dse.getCause() instanceof ClassNotFoundException) { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0009_DATASOURCE_DRIVER_MISSING", jndiName), dse); //$NON-NLS-1$ resp.getWriter().println(DATASOURCE_DRIVER_MISSING); } else { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0001_JNDI_NAMING_ERROR", jndiName), dse); //$NON-NLS-1$ resp.getWriter().println(FILE_ADD_DATASOURCE_PROBLEM); } return; } String catConnectStr = "Provider=mondrian;DataSource=" + jndiName; //$NON-NLS-1$ // If XMLA is disabled, set an additional connection parameter if (!enableXmla) { catConnectStr += ";EnableXmla=False"; //$NON-NLS-1$ } // write this catalog to the default Pentaho DataSource String dsUrl = fullyQualifiedServerURL; if (!dsUrl.endsWith("/")) { //$NON-NLS-1$ dsUrl += "/"; //$NON-NLS-1$ } dsUrl += "Xmla"; //$NON-NLS-1$ MondrianDataSource ds = new MondrianDataSource( "Provider=Mondrian;DataSource=Pentaho", "Pentaho BI Platform Datasources", dsUrl, "Provider=Mondrian", // no default jndi datasource should be specified "PentahoXMLA", DataSource.PROVIDER_TYPE_MDP, DataSource.AUTH_MODE_UNAUTHENTICATED, null ); MondrianCatalog cat = new MondrianCatalog( catName, catConnectStr, catDef, ds, new MondrianSchema(catName, new ArrayList<MondrianCube>()) ); try { mondrianCatalogService.addCatalog(cat, overwrite, pentahoSession); } catch (MondrianCatalogServiceException e) { if (MondrianCatalogPublisher.logger.isErrorEnabled()) { MondrianCatalogPublisher.logger.error(Messages.getErrorString("MondrianCatalogPublisher.ERROR_0002_EXCEPTION_OCCURRED"), e); //$NON-NLS-1$ } if (e.getReason().equals(MondrianCatalogServiceException.Reason.XMLA_SCHEMA_NAME_EXISTS)) { // Special case for files that already exists. resp.getWriter().println(FILE_ADD_XMLA_SCHEMA_EXISTS); } else { // Default error code resp.getWriter().println(ISolutionRepository.FILE_ADD_FAILED); } return; } // flush all schemas mondrian.rolap.agg.AggregationManager.instance().getCacheControl(null, null).flushSchemaCache(); resp.getWriter().println(ISolutionRepository.FILE_ADD_SUCCESSFUL); } finally { PentahoSystem.systemExitPoint(); } } @Override protected void doPost(final HttpServletRequest req, final HttpServletResponse resp) throws ServletException, IOException { doGet(req, resp); } public IMondrianCatalogService getMondrianCatalogService() { return mondrianCatalogService; } public void setMondrianCatalogService(final IMondrianCatalogService mondrianCatalogService) { this.mondrianCatalogService = mondrianCatalogService; } public String getFullyQualifiedServerURL() { return fullyQualifiedServerURL; } public void setFullyQualifiedServerURL(final String fullyQualifiedServerURL) { this.fullyQualifiedServerURL = fullyQualifiedServerURL; } }
[ "andre_barradas@hotmail.com" ]
andre_barradas@hotmail.com
7afb4d688ef3ff0bc5f7afd6d724999190bb7169
035cfadc266174507182e085dfaae4ac6169cec4
/src/main/java/no/kristiania/pgr301/exam/service/GeigerCounterService.java
e21245f7fa6556f18aabfe8056bef61ae249f789
[]
no_license
pgr301-eksamen-app/pgr301-application
2342f1d721168e54bd4674c8741f633f4b087fdc
f74a6bc9fd53415fa6820e2cf808083c31be8b72
refs/heads/master
2020-09-02T05:56:35.501035
2019-11-04T08:13:20
2019-11-04T08:13:20
219,148,888
0
2
null
null
null
null
UTF-8
Java
false
false
140
java
package no.kristiania.pgr301.exam.service; import org.springframework.stereotype.Service; @Service public class GeigerCounterService { }
[ "pgr301.eksamen@gmail.com" ]
pgr301.eksamen@gmail.com
bb872d81075bf131745a51425381d63678a795f2
25ca34157583d84decb3edba1af5772b766d9049
/src/model/entity/exercicio5/view/ExcluirGUI.java
d96b144cd79ed47b964f780e09a6605bd30c7e46
[]
no_license
MatheusAHM/senac-dd-20191-matheusahm
fc5b31d609129e9ab7a2a7040427c12be984d7b3
e60f805424fc012961b7986efcf40a0ba07102ff
refs/heads/master
2020-04-28T01:39:29.631483
2019-05-14T19:29:37
2019-05-14T19:29:37
174,865,236
1
0
null
null
null
null
UTF-8
Java
false
false
3,649
java
package model.entity.exercicio5.view; import java.awt.EventQueue; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.List; import javax.swing.DefaultComboBoxModel; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JPasswordField; import javax.swing.JTextField; import javax.swing.border.EmptyBorder; import model.entity.exercicio5.controller.ControladoraPessoa; import model.entity.exercicio5.model.bo.PessoaBO; import model.entity.exercicio5.model.vo.PessoaVO; public class ExcluirGUI extends JFrame { private JPanel contentPane; private JTextField textField; private JPasswordField passwordField; private List<PessoaVO> pessoaVO; /** * Launch the application. */ public static void main(String[] args) { EventQueue.invokeLater(new Runnable() { public void run() { try { ExcluirGUI frame = new ExcluirGUI(); frame.setVisible(true); } catch (Exception e) { e.printStackTrace(); } } }); } /** * Create the frame. */ public ExcluirGUI() { consultarPessoaVO(); setTitle("Tela de exclus\u00E3o"); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(100, 100, 450, 300); contentPane = new JPanel(); contentPane.setBorder(new EmptyBorder(5, 5, 5, 5)); setContentPane(contentPane); contentPane.setLayout(null); JLabel lblSelecionarCampoPara = new JLabel("Selecionar campo para exclus\u00E3o:"); lblSelecionarCampoPara.setBounds(45, 35, 295, 14); contentPane.add(lblSelecionarCampoPara); JComboBox cbxPessoaVO = new JComboBox(); cbxPessoaVO.setModel(new DefaultComboBoxModel(pessoaVO.toArray())); cbxPessoaVO.setSelectedIndex(-1); cbxPessoaVO.setBounds(55, 60, 342, 20); contentPane.add(cbxPessoaVO); JLabel lblAcessoDeAdmin = new JLabel("Acesso de ADMIN para habilitar exclus\u00E3o"); lblAcessoDeAdmin.setBounds(45, 111, 275, 14); contentPane.add(lblAcessoDeAdmin); textField = new JTextField(); textField.setBounds(92, 136, 305, 20); contentPane.add(textField); textField.setColumns(10); JLabel lblEmail = new JLabel("Email:"); lblEmail.setBounds(55, 139, 46, 14); contentPane.add(lblEmail); JLabel lblSenha = new JLabel("Senha:"); lblSenha.setBounds(55, 167, 46, 14); contentPane.add(lblSenha); passwordField = new JPasswordField(); passwordField.setBounds(102, 167, 295, 20); contentPane.add(passwordField); JButton btnExcluir = new JButton("Excluir"); btnExcluir.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent arg0) { String mensagem = ""; ControladoraPessoa controladoraPessoa = new ControladoraPessoa(); String email = textField.getText(); String senha = lblSenha.getText(); if (controladoraPessoa.validarPessoaVO(email, senha) == "validado") { controladoraPessoa.excluirPessoaVOController((PessoaVO) cbxPessoaVO.getSelectedItem()); mensagem = "Usuario excuido com sucesso"; } else { mensagem = controladoraPessoa.validarPessoaVO(email, senha); } JOptionPane.showMessageDialog(null, mensagem); } }); btnExcluir.setBounds(179, 227, 89, 23); contentPane.add(btnExcluir); } private void consultarPessoaVO() { // TODO Auto-generated method stub PessoaBO pessoaBO = new PessoaBO(); pessoaVO = new ArrayList<PessoaVO>(); pessoaVO = pessoaBO.consultarPessoasBO(); } }
[ "matheusassis1998@hotmail.com" ]
matheusassis1998@hotmail.com
033894e2d72985eb1de242ade4898beec1ae249d
b34654bd96750be62556ed368ef4db1043521ff2
/time_tracker_user/tags/version3.0/trunk/src/java/main/com/topcoder/timetracker/common/RateSearchBuilder.java
5ece49468e0e632848e89d9a1a28df98f042da63
[]
no_license
topcoder-platform/tcs-cronos
81fed1e4f19ef60cdc5e5632084695d67275c415
c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6
refs/heads/master
2023-08-03T22:21:52.216762
2019-03-19T08:53:31
2019-03-19T08:53:31
89,589,444
0
1
null
2019-03-19T08:53:32
2017-04-27T11:19:01
null
UTF-8
Java
false
false
9,023
java
/* * Copyright (c) 2006, TopCoder, Inc. All rights reserved. */ package com.topcoder.timetracker.common; import java.util.ArrayList; import java.util.Date; import java.util.List; import com.topcoder.search.builder.filter.AndFilter; import com.topcoder.search.builder.filter.EqualToFilter; import com.topcoder.search.builder.filter.Filter; /** * <p> * This is a convenience class that may be used to build filters for performing searches in the RateDAO. * Users may call the different methods to set the criteria for the filter and finally retrieve the filter for use * via the buildFilter() method. * </p> * <p> * Thread Safety: - This is a stateful class, since it can be modified by the various method calls. It is not * thread safe, and multiple threads should work with their own instance of the search builder. * </p> * * @author ShindouHikaru * @author kr00tki * @version 2.0 */ public class RateSearchBuilder { /** * <p> * An AndFilter that is used to aggregate the different criteria that the user has defined from calling the * different methods of this class. * </p> * <p> * Initialized In: First method call to a method that isn't buildFilter/reset will cause this to be initialized * to a new AndFilter with a List containing the single filter that was built in the respective method call. * </p> * <p> * Accessed In: buildFilter (a clone of the Filter is returned) * </p> * <p> * Modified In: reset() method will make this uninitialized again * </p> * <p> * Utilized In: All methods * </p> * */ private AndFilter andFilter; /** * <p> * Default constructor. * </p> * */ public RateSearchBuilder() { // empty } /** * <p> * This method is called to indicate that the built search filter should restrict the search to Rates * that are related to the company with provided id. * </p> * <p> * Implementation Notes: * - Build the following filter and add it to the andFilter: -> EqualsFilter with * RateDAO.SEARCH_COMPANY_ID as the field name and the provided value as the search value. * - If the andFilter is not initialized, then initialize it with an AndFilter containing the built filter. * </p> * * * @param companyId The related company id to search for. */ public void hasCompanyId(long companyId) { addToFilter(new EqualToFilter(RateDAO.SEARCH_COMPANY_ID, new Long(companyId))); } /** * <p> * This method is called to indicate that the built search filter should restrict the search to Rates * that have the given description. * </p> * <p> * Implementation Notes: - Build the following filter and add it to the andFilter: -> EqualsFilter with * RateDAO.SEARCH_DESCRIPTION as the field name and the provided value as the search value. - If the * andFilter is not initialized, then initialize it with an AndFilter containing the built filter. * </p> * * * * @param description The description to search for. * @throws IllegalArgumentException if the parameter is null or an empty String. */ public void hasDescription(String description) { Utils.checkString(description, "description", false); addToFilter(new EqualToFilter(RateDAO.SEARCH_DESCRIPTION, description)); } /** * <p> * Adds given filter to <code>andFilter</code>. It <code>andFilter</code> is <code>null</code>, new * instance will be created. * </p> * * @param filter the filter to be added. */ private void addToFilter(Filter filter) { if (andFilter == null) { List list = new ArrayList(); list.add(filter); andFilter = new AndFilter(list); } else { andFilter.addFilter(filter); } } /** * <p> * This method is called to indicate that the built search filter should restrict the search to Rates * that were created within the given Date Range. Nulls may be provided to either the upper or lower bounds to * indicate that only one bound needs to be provided. * </p> * <p> * Implementation Notes: - Build the following filter and add it to the andFilter: -> The filter that is built * may either be a GreaterThanFilter, LessThanFilter or BetweenFilter depending on whether the startDate or * endDate or none of them are null. The field name to be used is RateDAO.SEARCH_CREATED_DATE. - If the * andFilter is not initialized, then initialize it with an AndFilter containing the built filter. * </p> * * * * @param startDate The starting date to search for. * @param endDate The end date to search for. * @throws IllegalArgumentException if BOTH parameters are null, or if endDate is less than startDate. */ public void createdWithinDateRange(java.util.Date startDate, java.util.Date endDate) { addToFilter(Utils.createRangerFilter(RateDAO.SEARCH_CREATED_DATE, startDate, endDate)); } /** * <p> * This method is called to indicate that the built search filter should restrict the search to Rates * that were created by the given username. * </p> * <p> * Implementation Notes: - Build the following filter and add it to the andFilter: -> EqualsFilter with * RateDAO.SEARCH_CREATED_USER as the field name and the provided value as the search value. - If the * andFilter is not initialized, then initialize it with an AndFilter containing the built filter. * </p> * * * * @param username The username to search for. * @throws IllegalArgumentException if the parameter is null or an empty String. */ public void createdByUser(String username) { Utils.checkString(username, "username", false); addToFilter(new EqualToFilter(RateDAO.SEARCH_CREATED_USER, username)); } /** * <p> * This method is called to indicate that the built search filter should restrict the search to Rates * that was last modified within the given date range. * </p> * <p> * Implementation Notes: - Build the following filter and add it to the andFilter: -> The filter that is built * may either be a GreaterThanFilter, LessThanFilter or BetweenFilter depending on whether the startDate or * endDate or none of them are null. The field name to be used is RateDAO.SEARCH_MODIFICATION_DATE. - If * the andFilter is not initialized, then initialize it with an AndFilter containing the built filter. * </p> * * * * @param startDate The starting date to search for. * @param endDate The end date to search for. * @throws IllegalArgumentException if BOTH parameters are null, or if endDate is less than startDate. */ public void modifiedWithinDateRange(Date startDate, Date endDate) { addToFilter(Utils.createRangerFilter(RateDAO.SEARCH_MODIFICATION_DATE, startDate, endDate)); } /** * <p> * This method is called to indicate that the built search filter should restrict the search to Rates * that was last modified by the provided user. * </p> * <p> * Implementation Notes: - Build the following filter and add it to the andFilter: -> EqualsFilter with * RateDAO.SEARCH_MODIFICATION_USER as the field name and the provided value as the search value. - If * the andFilter is not initialized, then initialize it with an AndFilter containing the built filter. * </p> * * * * @param username The username to search for. * @throws IllegalArgumentException if the parameter is null or an empty String. */ public void modifiedByUser(String username) { Utils.checkString(username, "username", false); addToFilter(new EqualToFilter(RateDAO.SEARCH_MODIFICATION_USER, username)); } /** * <p> * Retrieves the actual Search Builder filter built according to the previous method calls that defined the * search criterion to use. Note that this doesn't reset the state of the builder, and if a new set of criteria * needs to be used, then a call to reset() will be necessary. * </p> * * @return A Search Filter that may be used in the UserDAO. * @throws IllegalStateException if no criteria has yet been set and the andFilter is null. */ public Filter buildFilter() { if ((andFilter == null) || (andFilter.getFilters().size() == 0)) { throw new IllegalStateException("The filter has no criteries."); } return (Filter) andFilter.clone(); } /** * <p> * Resets any criterion that were specified in the previous method calls. It will be as if the * CompanySearchBuilder was newly constructed. * </p> * */ public void reset() { andFilter = null; } }
[ "mcaughey@fb370eea-3af6-4597-97f7-f7400a59c12a" ]
mcaughey@fb370eea-3af6-4597-97f7-f7400a59c12a
7e0fd68bb33f0adeb8035251895646bfddb55d91
643a299062c6c279643f14aa8f898f89b81e526c
/src/com/jeeplus/common/security/shiro/cache/SessionCacheManager.java
4cff9522c5058d36402eb805334e538ce151e052
[]
no_license
wqh8522/cw
b1103caef027c4e475908b0d985030e98d9e33dc
355cbec9111dd11ab27091b29759bb83a92ff7cb
refs/heads/master
2020-03-28T07:41:43.933123
2018-09-09T09:53:08
2018-09-09T09:53:08
147,918,106
0
0
null
null
null
null
UTF-8
Java
false
false
3,541
java
package com.jeeplus.common.security.shiro.cache; import java.util.Collection; import java.util.Collections; import java.util.Set; import javax.servlet.http.HttpServletRequest; import org.apache.shiro.SecurityUtils; import org.apache.shiro.UnavailableSecurityManagerException; import org.apache.shiro.cache.Cache; import org.apache.shiro.cache.CacheException; import org.apache.shiro.cache.CacheManager; import org.apache.shiro.session.InvalidSessionException; import org.apache.shiro.session.Session; import org.apache.shiro.subject.Subject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.common.collect.Sets; import com.jeeplus.common.web.Servlets; /** * 自定义授权缓存管理类 * * @version 2014-7-21 */ public class SessionCacheManager implements CacheManager { @Override public <K, V> Cache<K, V> getCache(String name) throws CacheException { return new SessionCache<K, V>(name); } /** * SESSION缓存管理类 */ public class SessionCache<K, V> implements Cache<K, V> { private Logger logger = LoggerFactory.getLogger(getClass()); private String cacheKeyName = null; public SessionCache(String cacheKeyName) { this.cacheKeyName = cacheKeyName; } public Session getSession(){ Session session = null; try{ Subject subject = SecurityUtils.getSubject(); session = subject.getSession(false); if (session == null){ session = subject.getSession(); } }catch (InvalidSessionException e){ logger.error("Invalid session error", e); }catch (UnavailableSecurityManagerException e2){ logger.error("Unavailable SecurityManager error", e2); } return session; } @SuppressWarnings("unchecked") @Override public V get(K key) throws CacheException { if (key == null){ return null; } V v = null; HttpServletRequest request = Servlets.getRequest(); if (request != null){ v = (V)request.getAttribute(cacheKeyName); if (v != null){ return v; } } V value = null; value = (V)getSession().getAttribute(cacheKeyName); logger.debug("get {} {} {}", cacheKeyName, key, request != null ? request.getRequestURI() : ""); if (request != null && value != null){ request.setAttribute(cacheKeyName, value); } return value; } @Override public V put(K key, V value) throws CacheException { if (key == null){ return null; } getSession().setAttribute(cacheKeyName, value); if (logger.isDebugEnabled()){ HttpServletRequest request = Servlets.getRequest(); logger.debug("put {} {} {}", cacheKeyName, key, request != null ? request.getRequestURI() : ""); } return value; } @SuppressWarnings("unchecked") @Override public V remove(K key) throws CacheException { V value = null; value = (V)getSession().removeAttribute(cacheKeyName); logger.debug("remove {} {}", cacheKeyName, key); return value; } @Override public void clear() throws CacheException { getSession().removeAttribute(cacheKeyName); logger.debug("clear {}", cacheKeyName); } @Override public int size() { logger.debug("invoke session size abstract size method not supported."); return 0; } @Override public Set<K> keys() { logger.debug("invoke session keys abstract size method not supported."); return Sets.newHashSet(); } @Override public Collection<V> values() { logger.debug("invoke session values abstract size method not supported."); return Collections.emptyList(); } } }
[ "1061185762@qq.com" ]
1061185762@qq.com
f9f1cbcda25365365ec19bff1df15dc19feb1b2d
38a6795a6a384e43b8d1ae8c7fd8c6a40671f83f
/mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/controller/admin/AttributeController.java
e4cdb03267295fe4a54287e7b80740e1f40bd90c
[ "Apache-2.0" ]
permissive
zhlog1024/youlai-mall
43a53c7591ddc1cf1fbc6a644f06e5f42ea3b830
7cd5ebe9f48e2c87e3cb0f15356f1ff95f81e7ea
refs/heads/master
2023-07-11T00:31:20.174578
2021-08-14T12:20:25
2021-08-14T12:20:25
394,536,585
0
0
Apache-2.0
2021-08-14T12:20:26
2021-08-10T05:33:36
null
UTF-8
Java
false
false
2,043
java
package com.youlai.mall.pms.controller.admin; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; import com.youlai.common.result.Result; import com.youlai.mall.pms.pojo.dto.admin.AttributeFormDTO; import com.youlai.mall.pms.pojo.entity.PmsAttribute; import com.youlai.mall.pms.service.IPmsAttributeService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import io.swagger.annotations.ApiOperation; import lombok.AllArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.*; import java.util.List; /** * @author <a href="mailto:xianrui0365@163.com">xianrui</a> */ @Api(tags = "系统管理端-属性信息") @RestController @RequestMapping("/api/v1/attributes") @Slf4j @AllArgsConstructor public class AttributeController { private IPmsAttributeService iPmsAttributeService; @ApiOperation(value = "属性列表") @ApiImplicitParams({ @ApiImplicitParam(name = "categoryId", value = "分类ID", paramType = "query", dataType = "Long"), @ApiImplicitParam(name = "type", value = "属性类型(1:规格;2:属性)", paramType = "query", dataType = "Integer"), }) @GetMapping public Result list(Long categoryId, Integer type) { List<PmsAttribute> list = iPmsAttributeService.list(new LambdaQueryWrapper<PmsAttribute>() .eq(categoryId != null, PmsAttribute::getCategoryId, categoryId) .eq(type != null, PmsAttribute::getType, type) ); return Result.success(list); } @ApiOperation(value = "批量新增/修改") @ApiImplicitParam(name = "attributeForm", value = "实体JSON对象", required = true, paramType = "body", dataType = "AttributeFormDTO") @PostMapping("/batch") public Result saveBatch(@RequestBody AttributeFormDTO attributeForm) { boolean result = iPmsAttributeService.saveBatch(attributeForm); return Result.judge(result); } }
[ "1490493387@qq.com" ]
1490493387@qq.com
928222b573d4191401137a6f9a3a0466c5567a18
ddad6798966313766e728eec3617ed7212f6ccc2
/src/main/java/com/iticket/xml/XSchedulePrice.java
cc9b0f275eaf8fcd4463870785d04876d8b3f652
[ "Apache-2.0" ]
permissive
liqilun/iticket
f6eddcd78d7f67e65b05384d7a552e1696697c8f
b0b9f8e5d25b2322f71b1415e7f81a07e4f39dba
refs/heads/master
2021-01-11T03:38:36.651814
2017-02-26T13:15:52
2017-02-26T13:15:52
69,971,845
0
1
null
null
null
null
UTF-8
Java
false
false
1,590
java
package com.iticket.xml; import com.thoughtworks.xstream.annotations.XStreamAlias; @XStreamAlias("schedulePrice") public class XSchedulePrice { private Long priceId; // 票价ID private Long color; // 价格 private Double price; // 项目id private Long programId; // 场次id private Long scheduleId; // 描述 private String description; //类型 C private String type; // 场次区域Id private Long scheduleAreaId; public XSchedulePrice(){ } public Long getPriceId() { return priceId; } public void setPriceId(Long priceId) { this.priceId = priceId; } public Long getColor() { return color; } public void setColor(Long color) { this.color = color; } public Double getPrice() { return price; } public void setPrice(Double price) { this.price = price; } public Long getProgramId() { return programId; } public void setProgramId(Long programId) { this.programId = programId; } public Long getScheduleId() { return scheduleId; } public void setScheduleId(Long scheduleId) { this.scheduleId = scheduleId; } public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public String getType() { return type; } public void setType(String type) { this.type = type; } public Long getScheduleAreaId() { return scheduleAreaId; } public void setScheduleAreaId(Long scheduleAreaId) { this.scheduleAreaId = scheduleAreaId; } }
[ "408651238@qq.com" ]
408651238@qq.com
d64877ae0949b067fe66a1e7eee751b869e0cb73
03810dbe533b1a89b669ddd905775ea2bd1a0f18
/DiggingGame/app/src/main/java/com/bradleyperkins/digginggame/fragments/GameFragment.java
5043ddb0da78e8aa2122814feaf457a5a9ed9902
[]
no_license
BradleyPerkins/DiggingGame
6ee68ce2370ac268e7883e12bc98615370b8bbb8
9d01a1696cfbe622ae578f605358f2b9701933cc
refs/heads/master
2020-05-04T18:54:23.326742
2019-04-09T19:18:05
2019-04-09T19:18:05
179,371,077
0
0
null
null
null
null
UTF-8
Java
false
false
1,119
java
package com.bradleyperkins.digginggame.fragments; // Date 11/13/18 // Bradley Perkins // MDF3 - 1811 // GameFragment.Java import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.bradleyperkins.digginggame.R; /** * A simple {@link Fragment} subclass. */ public class GameFragment extends Fragment { public static final String TAG = "GameFragment.TAG"; public GameFragment() { } public static GameFragment newInstance() { GameFragment fragment = new GameFragment(); return fragment; } @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate the layout for this fragment return inflater.inflate(R.layout.fragment_game, container, false); } @Override public void onActivityCreated(@Nullable Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); } }
[ "bperkins99@student.fullsail.edu" ]
bperkins99@student.fullsail.edu