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
53930da86eb8f2deba66a935f9c962de344156ac
ff1c5b1f6ef32c9bce256a717dbab3939bd6c0fa
/back/vehicle/src/main/java/com/example/vehicle/dto/review/Review.java
7837bcbc1cdd0befd2ef8d4229f03a7c968dea74
[]
no_license
lukicMilan/main-app-rent-a-car
f1bf15e78c50f6cc2980d01bc84d9056890800e3
3592be522f8a1f50311420d3c351468d478924a3
refs/heads/master
2022-11-24T05:36:41.414410
2020-07-12T07:15:18
2020-07-12T07:15:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,970
java
package com.example.vehicle.dto.review; import java.time.LocalDateTime; public class Review { private Long id; private String text; private int rating; private Status status; private Long vehicleId; private Long userId; private LocalDateTime date; public Review() { } public Review(Long id, String text, int rating, Status status, Long vehicleId, Long userId, LocalDateTime date) { this.id = id; this.text = text; this.rating = rating; this.status = status; this.vehicleId = vehicleId; this.userId = userId; this.date = date; } public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getText() { return text; } public void setText(String text) { this.text = text; } public int getRating() { return rating; } public void setRating(int rating) { this.rating = rating; } public Status getStatus() { return status; } public void setStatus(Status status) { this.status = status; } public Long getVehicleId() { return vehicleId; } public void setVehicleId(Long vehicleId) { this.vehicleId = vehicleId; } public Long getUserId() { return userId; } public void setUserId(Long userId) { this.userId = userId; } public LocalDateTime getDate() { return date; } public void setDate(LocalDateTime date) { this.date = date; } @Override public String toString() { return "Review{" + "id=" + id + ", text='" + text + '\'' + ", rating=" + rating + ", status=" + status + ", vehicleId=" + vehicleId + ", userId=" + userId + ", date=" + date + '}'; } }
[ "vladimirpopovic@live.com" ]
vladimirpopovic@live.com
cf6277a102dd62b8163a50a3d247347500cd32f4
2210b6cc0580802d95b2c4e48bee55745fb6db9d
/generated/source/r/debug/android/support/compat/R.java
2ed55c54211d15f7bdff3bf8b21b002d099391ba
[]
no_license
nischaypandey/assignment14.3
570df816ed9a71390f1029c7fdd492f1cbf418c6
0a9c2bc11fe4f4c2ffd2f9a1b991c8dd734eaaac
refs/heads/master
2021-08-29T07:59:35.670948
2017-12-13T13:37:20
2017-12-13T13:37:20
114,123,792
0
0
null
null
null
null
UTF-8
Java
false
false
7,739
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.compat; public final class R { public static final class attr { public static final int font = 0x7f020070; public static final int fontProviderAuthority = 0x7f020072; public static final int fontProviderCerts = 0x7f020073; public static final int fontProviderFetchStrategy = 0x7f020074; public static final int fontProviderFetchTimeout = 0x7f020075; public static final int fontProviderPackage = 0x7f020076; public static final int fontProviderQuery = 0x7f020077; public static final int fontStyle = 0x7f020078; public static final int fontWeight = 0x7f020079; } public static final class bool { public static final int abc_action_bar_embed_tabs = 0x7f030000; } public static final class color { public static final int notification_action_color_filter = 0x7f04003e; public static final int notification_icon_bg_color = 0x7f04003f; public static final int ripple_material_light = 0x7f04004a; public static final int secondary_text_default_material_light = 0x7f04004c; } public static final class dimen { public static final int compat_button_inset_horizontal_material = 0x7f05004a; public static final int compat_button_inset_vertical_material = 0x7f05004b; public static final int compat_button_padding_horizontal_material = 0x7f05004c; public static final int compat_button_padding_vertical_material = 0x7f05004d; public static final int compat_control_corner_material = 0x7f05004e; public static final int notification_action_icon_size = 0x7f050058; public static final int notification_action_text_size = 0x7f050059; public static final int notification_big_circle_margin = 0x7f05005a; public static final int notification_content_margin_start = 0x7f05005b; public static final int notification_large_icon_height = 0x7f05005c; public static final int notification_large_icon_width = 0x7f05005d; public static final int notification_main_column_padding_top = 0x7f05005e; public static final int notification_media_narrow_margin = 0x7f05005f; public static final int notification_right_icon_size = 0x7f050060; public static final int notification_right_side_padding_top = 0x7f050061; public static final int notification_small_icon_background_padding = 0x7f050062; public static final int notification_small_icon_size_as_large = 0x7f050063; public static final int notification_subtext_size = 0x7f050064; public static final int notification_top_pad = 0x7f050065; public static final int notification_top_pad_large_text = 0x7f050066; } public static final class drawable { public static final int notification_action_background = 0x7f060056; public static final int notification_bg = 0x7f060057; public static final int notification_bg_low = 0x7f060058; public static final int notification_bg_low_normal = 0x7f060059; public static final int notification_bg_low_pressed = 0x7f06005a; public static final int notification_bg_normal = 0x7f06005b; public static final int notification_bg_normal_pressed = 0x7f06005c; public static final int notification_icon_background = 0x7f06005d; public static final int notification_template_icon_bg = 0x7f06005e; public static final int notification_template_icon_low_bg = 0x7f06005f; public static final int notification_tile_bg = 0x7f060060; public static final int notify_panel_notification_icon_bg = 0x7f060061; } public static final class id { public static final int action_container = 0x7f07000e; public static final int action_divider = 0x7f070010; public static final int action_image = 0x7f070011; public static final int action_text = 0x7f070017; public static final int actions = 0x7f070018; public static final int async = 0x7f07001e; public static final int blocking = 0x7f070021; public static final int chronometer = 0x7f070028; public static final int forever = 0x7f070035; public static final int icon = 0x7f070038; public static final int icon_group = 0x7f070039; public static final int info = 0x7f07003c; public static final int italic = 0x7f07003d; public static final int line1 = 0x7f07003e; public static final int line3 = 0x7f07003f; public static final int normal = 0x7f070048; public static final int notification_background = 0x7f070049; public static final int notification_main_column = 0x7f07004a; public static final int notification_main_column_container = 0x7f07004b; public static final int right_icon = 0x7f070052; public static final int right_side = 0x7f070053; public static final int text = 0x7f070073; public static final int text2 = 0x7f070074; public static final int time = 0x7f070077; public static final int title = 0x7f070078; } public static final class integer { public static final int status_bar_notification_info_maxnum = 0x7f080004; } public static final class layout { public static final int notification_action = 0x7f09001c; public static final int notification_action_tombstone = 0x7f09001d; public static final int notification_template_custom_big = 0x7f090024; public static final int notification_template_icon_group = 0x7f090025; public static final int notification_template_part_chronometer = 0x7f090029; public static final int notification_template_part_time = 0x7f09002a; } public static final class string { public static final int status_bar_notification_info_overflow = 0x7f0b0021; } public static final class style { public static final int TextAppearance_Compat_Notification = 0x7f0c00fa; public static final int TextAppearance_Compat_Notification_Info = 0x7f0c00fb; public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0c00fd; public static final int TextAppearance_Compat_Notification_Time = 0x7f0c0100; public static final int TextAppearance_Compat_Notification_Title = 0x7f0c0102; public static final int Widget_Compat_NotificationActionContainer = 0x7f0c016b; public static final int Widget_Compat_NotificationActionText = 0x7f0c016c; } public static final class styleable { public static final int[] FontFamily = { 0x7f020072, 0x7f020073, 0x7f020074, 0x7f020075, 0x7f020076, 0x7f020077 }; public static final int FontFamily_fontProviderAuthority = 0; public static final int FontFamily_fontProviderCerts = 1; public static final int FontFamily_fontProviderFetchStrategy = 2; public static final int FontFamily_fontProviderFetchTimeout = 3; public static final int FontFamily_fontProviderPackage = 4; public static final int FontFamily_fontProviderQuery = 5; public static final int[] FontFamilyFont = { 0x7f020070, 0x7f020078, 0x7f020079 }; public static final int FontFamilyFont_font = 0; public static final int FontFamilyFont_fontStyle = 1; public static final int FontFamilyFont_fontWeight = 2; } }
[ "noreply@github.com" ]
noreply@github.com
db6e01e3e29fe3af1befb5419b14474b5476de17
4deed048132ae5c16afc42875656d200608d7d65
/Y.java
6e895b167075ffea1eb56b24da5a5ba23faa428f
[]
no_license
shettyrohi/AlphabetsPattern
ae35489e246e36eed72dc38f3417f2deaab0e095
4934660fba1208f92d9bd70214741afa4c4805b0
refs/heads/master
2020-04-27T02:56:27.739701
2019-03-05T19:45:21
2019-03-05T19:45:21
174,009,345
0
0
null
null
null
null
UTF-8
Java
false
false
422
java
import java.util.Scanner; public class Y { public static void main(String[] args) { Scanner scan=new Scanner(System.in); System.out.print("enter a number"); int n=scan.nextInt(); for(int i=0;i<n;i++){ for(int j=0;j<n;j++){ if((j==i||i+j==n-1)&&i<n/2||j==n/2&&i>n/2-1){ System.out.print("*"); } else{ System.out.print(" "); } } System.out.println(); } } }
[ "noreply@github.com" ]
noreply@github.com
3647f084a1bb18e6446116e44e0fa5059244295d
296e8fa8da36dfc57fbc24f8fb0c469c5f9b295b
/Task5/src/com/company/Number1.java
90f86e0e47af647da2d44eef8f917e5a507c9824
[]
no_license
KolesnykLilia/TAQC
db3fea7d11831f2e9a21d408cf831511a6e2938d
30c588509feeebc4f40fd959665326713b6683af
refs/heads/main
2023-08-25T00:33:19.286911
2021-11-03T14:18:36
2021-11-03T14:18:36
419,326,938
0
0
null
null
null
null
UTF-8
Java
false
false
858
java
package com.company; import java.util.Scanner; public class Number1 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Enter n1:"); float n1 = sc.nextFloat(); System.out.println("Enter n2:"); float n2 = sc.nextFloat(); System.out.println("Enter n3:"); float n3 = sc.nextFloat(); int counter = 0; if (5 > Math.abs(n1)) { counter++; } if (5 > Math.abs(n2)) { counter++; } if (5 > Math.abs(n3)) { counter++; } if (counter == 3) System.out.println("Three numbers belong to range -5 < number < 5!"); else System.out.println("Not all numbers belong to range -5 < number < 5!"); } }
[ "noreply@github.com" ]
noreply@github.com
64cd62848e031281e079934078f89039cd661fc8
2be466e85a4a598f0bf07925628d3077ad6f846b
/nexusvault.format.m3/src/main/java/nexusvault/format/m3/v100/pointer/ATP_S104.java
cdaacd55da84d52cf9f33401f5aa7a7845b1050b
[]
no_license
AgeofHockA/NexusVault
fa9f4280ac1660d497bed6e3220933411b731636
a33f8a01380c64c7139e808e7a8d08f03aec8075
refs/heads/master
2022-07-31T02:09:40.738034
2020-05-23T17:39:35
2020-05-23T17:39:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
140
java
package nexusvault.format.m3.v100.pointer; public class ATP_S104 extends ArrayTypePointer<NoType> { public ATP_S104() { super(104); } }
[ "12249693+MarbleBag@users.noreply.github.com" ]
12249693+MarbleBag@users.noreply.github.com
54492b082654f8a411b1401ab5812254dd6a91a2
1c4e4ebca8fc3d777debfd6277bb3663c55be664
/src/org/h2/jdbc/JdbcStatement.java
4b3ab2f241afe7ccf17610f0106f307febbdf29b
[]
no_license
iskyne/H2
35b1966025ad8e373bb25d71f896bb89f1f37507
e9f0cfa302a9587a6468b9ac41af156360533843
refs/heads/master
2021-01-10T11:04:52.047438
2016-03-19T05:24:42
2016-03-19T05:24:42
54,248,995
0
0
null
null
null
null
UTF-8
Java
false
false
35,478
java
/* * Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0, * and the EPL 1.0 (http://h2database.com/html/license.html). * Initial Developer: H2 Group */ package org.h2.jdbc; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.SQLWarning; import java.sql.Statement; import java.util.ArrayList; import org.h2.api.ErrorCode; import org.h2.command.CommandInterface; import org.h2.engine.SessionInterface; import org.h2.engine.SysProperties; import org.h2.message.DbException; import org.h2.message.TraceObject; import org.h2.result.ResultInterface; import org.h2.util.New; /** * Represents a statement. */ public class JdbcStatement extends TraceObject implements Statement { protected JdbcConnection conn; protected SessionInterface session; protected JdbcResultSet resultSet; protected int maxRows; protected int fetchSize = SysProperties.SERVER_RESULT_SET_FETCH_SIZE; protected int updateCount; protected final int resultSetType; protected final int resultSetConcurrency; protected final boolean closedByResultSet; private CommandInterface executingCommand; private int lastExecutedCommandType; private ArrayList<String> batchCommands; private boolean escapeProcessing = true; private boolean cancelled; JdbcStatement(JdbcConnection conn, int id, int resultSetType, int resultSetConcurrency, boolean closeWithResultSet) { this.conn = conn; this.session = conn.getSession(); setTrace(session.getTrace(), TraceObject.STATEMENT, id); this.resultSetType = resultSetType; this.resultSetConcurrency = resultSetConcurrency; //只在org.h2.jdbc.JdbcConnection.prepareAutoCloseStatement(String)中设为true,意思是由ResultSet自己关闭 this.closedByResultSet = closeWithResultSet; } /** * Executes a query (select statement) and returns the result set. * If another result set exists for this statement, this will be closed * (even if this statement fails). * * @param sql the SQL statement to execute * @return the result set */ @Override public ResultSet executeQuery(String sql) throws SQLException { try { System.out.println("JdbcStatement : 65 : "+sql); int id = getNextId(TraceObject.RESULT_SET); //System.out.println("JdbcStatement : 67 :"+id); if (isDebugEnabled()) { debugCodeAssign("ResultSet", TraceObject.RESULT_SET, id, "executeQuery(" + quote(sql) + ")"); } synchronized (session) { checkClosed(); closeOldResultSet(); sql = JdbcConnection.translateSQL(sql, escapeProcessing); System.out.println("JdbcStatement : 76 : "+sql); CommandInterface command = conn.prepareCommand(sql, fetchSize); ResultInterface result; boolean scrollable = resultSetType != ResultSet.TYPE_FORWARD_ONLY; boolean updatable = resultSetConcurrency == ResultSet.CONCUR_UPDATABLE; setExecutingStatement(command); try { result = command.executeQuery(maxRows, scrollable); } finally { setExecutingStatement(null); } command.close(); resultSet = new JdbcResultSet(conn, this, result, id, closedByResultSet, scrollable, updatable); } return resultSet; } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement (insert, update, delete, create, drop) * and returns the update count. * If another result set exists for this statement, this will be closed * (even if this statement fails). * * If auto commit is on, this statement will be committed. * If the statement is a DDL statement (create, drop, alter) and does not * throw an exception, the current transaction (if any) is committed after * executing the statement. * * @param sql the SQL statement * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public int executeUpdate(String sql) throws SQLException { try { debugCodeCall("executeUpdate", sql); return executeUpdateInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } private int executeUpdateInternal(String sql) throws SQLException { checkClosedForWrite(); try { closeOldResultSet(); sql = JdbcConnection.translateSQL(sql, escapeProcessing); CommandInterface command = conn.prepareCommand(sql, fetchSize); synchronized (session) { setExecutingStatement(command); try { updateCount = command.executeUpdate(); } finally { setExecutingStatement(null); } } command.close(); return updateCount; } finally { afterWriting(); //因为在checkClosedForWrite中有可能触发org.h2.engine.Database.beforeWriting() } } /** * Executes an arbitrary statement. If another result set exists for this * statement, this will be closed (even if this statement fails). * * If the statement is a create or drop and does not throw an exception, the * current transaction (if any) is committed after executing the statement. * If auto commit is on, and the statement is not a select, this statement * will be committed. * * @param sql the SQL statement to execute * @return true if a result set is available, false if not */ @Override public boolean execute(String sql) throws SQLException { try { debugCodeCall("execute", sql); return executeInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } private boolean executeInternal(String sql) throws SQLException { int id = getNextId(TraceObject.RESULT_SET); checkClosedForWrite(); try { closeOldResultSet(); sql = JdbcConnection.translateSQL(sql, escapeProcessing); CommandInterface command = conn.prepareCommand(sql, fetchSize); boolean returnsResultSet; synchronized (session) { setExecutingStatement(command); try { if (command.isQuery()) { returnsResultSet = true; boolean scrollable = resultSetType != ResultSet.TYPE_FORWARD_ONLY; boolean updatable = resultSetConcurrency == ResultSet.CONCUR_UPDATABLE; ResultInterface result = command.executeQuery(maxRows, scrollable); resultSet = new JdbcResultSet(conn, this, result, id, closedByResultSet, scrollable, updatable); } else { returnsResultSet = false; updateCount = command.executeUpdate(); } } finally { setExecutingStatement(null); } } command.close(); return returnsResultSet; } finally { afterWriting(); } } /** * Returns the last result set produces by this statement. * * @return the result set */ @Override public ResultSet getResultSet() throws SQLException { try { checkClosed(); if (resultSet != null) { int id = resultSet.getTraceId(); debugCodeAssign("ResultSet", TraceObject.RESULT_SET, id, "getResultSet()"); } else { debugCodeCall("getResultSet"); } return resultSet; } catch (Exception e) { throw logAndConvert(e); } } /** * Returns the last update count of this statement. * * @return the update count (number of row affected by an insert, update or * delete, or 0 if no rows or the statement was a create, drop, * commit or rollback; -1 if the statement was a select). * @throws SQLException if this object is closed or invalid */ @Override public int getUpdateCount() throws SQLException { try { debugCodeCall("getUpdateCount"); checkClosed(); return updateCount; } catch (Exception e) { throw logAndConvert(e); } } /** * Closes this statement. * All result sets that where created by this statement * become invalid after calling this method. */ @Override public void close() throws SQLException { try { debugCodeCall("close"); synchronized (session) { closeOldResultSet(); if (conn != null) { conn = null; } } } catch (Exception e) { throw logAndConvert(e); } } /** * Returns the connection that created this object. * * @return the connection */ @Override public Connection getConnection() { debugCodeCall("getConnection"); return conn; } /** * Gets the first warning reported by calls on this object. * This driver does not support warnings, and will always return null. * * @return null */ @Override public SQLWarning getWarnings() throws SQLException { try { debugCodeCall("getWarnings"); checkClosed(); return null; } catch (Exception e) { throw logAndConvert(e); } } /** * Clears all warnings. As this driver does not support warnings, * this call is ignored. */ @Override public void clearWarnings() throws SQLException { try { debugCodeCall("clearWarnings"); checkClosed(); } catch (Exception e) { throw logAndConvert(e); } } /** * Sets the name of the cursor. This call is ignored. * * @param name ignored * @throws SQLException if this object is closed */ @Override public void setCursorName(String name) throws SQLException { try { debugCodeCall("setCursorName", name); checkClosed(); } catch (Exception e) { throw logAndConvert(e); } } /** * Sets the fetch direction. * This call is ignored by this driver. * * @param direction ignored * @throws SQLException if this object is closed */ @Override public void setFetchDirection(int direction) throws SQLException { try { debugCodeCall("setFetchDirection", direction); checkClosed(); } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the fetch direction. * * @return FETCH_FORWARD * @throws SQLException if this object is closed */ @Override public int getFetchDirection() throws SQLException { try { debugCodeCall("getFetchDirection"); checkClosed(); return ResultSet.FETCH_FORWARD; } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the maximum number of rows for a ResultSet. * * @return the number of rows where 0 means no limit * @throws SQLException if this object is closed */ @Override public int getMaxRows() throws SQLException { try { debugCodeCall("getMaxRows"); checkClosed(); return maxRows; } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the maximum number of rows for a ResultSet. * * @param maxRows the number of rows where 0 means no limit * @throws SQLException if this object is closed */ @Override public void setMaxRows(int maxRows) throws SQLException { try { debugCodeCall("setMaxRows", maxRows); checkClosed(); if (maxRows < 0) { throw DbException.getInvalidValueException("maxRows", maxRows); } this.maxRows = maxRows; } catch (Exception e) { throw logAndConvert(e); } } /** * Sets the number of rows suggested to read in one step. * This value cannot be higher than the maximum rows (setMaxRows) * set by the statement or prepared statement, otherwise an exception * is throws. Setting the value to 0 will set the default value. * The default value can be changed using the system property * h2.serverResultSetFetchSize. * * @param rows the number of rows * @throws SQLException if this object is closed */ @Override public void setFetchSize(int rows) throws SQLException { try { debugCodeCall("setFetchSize", rows); checkClosed(); if (rows < 0 || (rows > 0 && maxRows > 0 && rows > maxRows)) { throw DbException.getInvalidValueException("rows", rows); } if (rows == 0) { rows = SysProperties.SERVER_RESULT_SET_FETCH_SIZE; } fetchSize = rows; } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the number of rows suggested to read in one step. * * @return the current fetch size * @throws SQLException if this object is closed */ @Override public int getFetchSize() throws SQLException { try { debugCodeCall("getFetchSize"); checkClosed(); return fetchSize; } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the result set concurrency created by this object. * * @return the concurrency */ @Override public int getResultSetConcurrency() throws SQLException { try { debugCodeCall("getResultSetConcurrency"); checkClosed(); return resultSetConcurrency; } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the result set type. * * @return the type * @throws SQLException if this object is closed */ @Override public int getResultSetType() throws SQLException { try { debugCodeCall("getResultSetType"); checkClosed(); return resultSetType; } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the maximum number of bytes for a result set column. * * @return always 0 for no limit * @throws SQLException if this object is closed */ @Override public int getMaxFieldSize() throws SQLException { try { debugCodeCall("getMaxFieldSize"); checkClosed(); return 0; } catch (Exception e) { throw logAndConvert(e); } } /** * Sets the maximum number of bytes for a result set column. * This method does currently do nothing for this driver. * * @param max the maximum size - ignored * @throws SQLException if this object is closed */ @Override public void setMaxFieldSize(int max) throws SQLException { try { debugCodeCall("setMaxFieldSize", max); checkClosed(); } catch (Exception e) { throw logAndConvert(e); } } /** * Enables or disables processing or JDBC escape syntax. * See also Connection.nativeSQL. * * @param enable - true (default) or false (no conversion is attempted) * @throws SQLException if this object is closed */ @Override public void setEscapeProcessing(boolean enable) throws SQLException { try { if (isDebugEnabled()) { debugCode("setEscapeProcessing("+enable+");"); } checkClosed(); escapeProcessing = enable; } catch (Exception e) { throw logAndConvert(e); } } /** * Cancels a currently running statement. * This method must be called from within another * thread than the execute method. * Operations on large objects are not interrupted, * only operations that process many rows. * * @throws SQLException if this object is closed */ @Override public void cancel() throws SQLException { try { debugCodeCall("cancel"); checkClosed(); // executingCommand can be reset by another thread CommandInterface c = executingCommand; try { if (c != null) { c.cancel(); cancelled = true; } } finally { setExecutingStatement(null); } } catch (Exception e) { throw logAndConvert(e); } } /** * Check whether the statement was cancelled. * * @return true if yes */ public boolean wasCancelled() { return cancelled; } /** * Gets the current query timeout in seconds. * This method will return 0 if no query timeout is set. * The result is rounded to the next second. * For performance reasons, only the first call to this method * will query the database. If the query timeout was changed in another * way than calling setQueryTimeout, this method will always return * the last value. * * @return the timeout in seconds * @throws SQLException if this object is closed */ @Override public int getQueryTimeout() throws SQLException { try { debugCodeCall("getQueryTimeout"); checkClosed(); return conn.getQueryTimeout(); } catch (Exception e) { throw logAndConvert(e); } } /** * Sets the current query timeout in seconds. * Changing the value will affect all statements of this connection. * This method does not commit a transaction, * and rolling back a transaction does not affect this setting. * * @param seconds the timeout in seconds - 0 means no timeout, values * smaller 0 will throw an exception * @throws SQLException if this object is closed */ @Override public void setQueryTimeout(int seconds) throws SQLException { try { debugCodeCall("setQueryTimeout", seconds); checkClosed(); if (seconds < 0) { throw DbException.getInvalidValueException("seconds", seconds); } conn.setQueryTimeout(seconds); } catch (Exception e) { throw logAndConvert(e); } } /** * Adds a statement to the batch. * * @param sql the SQL statement */ @Override public void addBatch(String sql) throws SQLException { try { debugCodeCall("addBatch", sql); checkClosed(); sql = JdbcConnection.translateSQL(sql, escapeProcessing); if (batchCommands == null) { batchCommands = New.arrayList(); } batchCommands.add(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Clears the batch. */ @Override public void clearBatch() throws SQLException { try { debugCodeCall("clearBatch"); checkClosed(); batchCommands = null; } catch (Exception e) { throw logAndConvert(e); } } /** * Executes the batch. * If one of the batched statements fails, this database will continue. * * @return the array of update counts */ @Override public int[] executeBatch() throws SQLException { try { debugCodeCall("executeBatch"); checkClosedForWrite(); try { if (batchCommands == null) { // TODO batch: check what other database do if no commands // are set batchCommands = New.arrayList(); } int size = batchCommands.size(); int[] result = new int[size]; boolean error = false; SQLException next = null; for (int i = 0; i < size; i++) { String sql = batchCommands.get(i); try { result[i] = executeUpdateInternal(sql); } catch (Exception re) { SQLException e = logAndConvert(re); if (next == null) { next = e; } else { e.setNextException(next); next = e; } result[i] = Statement.EXECUTE_FAILED; error = true; } } batchCommands = null; if (error) { throw new JdbcBatchUpdateException(next, result); } return result; } finally { afterWriting(); } } catch (Exception e) { throw logAndConvert(e); } } /** * Return a result set that contains the last generated auto-increment key * for this connection, if there was one. If no key was generated by the * last modification statement, then an empty result set is returned. * The returned result set only contains the data for the very last row. * * @return the result set with one row and one column containing the key * @throws SQLException if this object is closed */ @Override public ResultSet getGeneratedKeys() throws SQLException { try { int id = getNextId(TraceObject.RESULT_SET); if (isDebugEnabled()) { debugCodeAssign("ResultSet", TraceObject.RESULT_SET, id, "getGeneratedKeys()"); } checkClosed(); return conn.getGeneratedKeys(this, id); } catch (Exception e) { throw logAndConvert(e); } } /** * Moves to the next result set - however there is always only one result * set. This call also closes the current result set (if there is one). * Returns true if there is a next result set (that means - it always * returns false). * * @return false * @throws SQLException if this object is closed. */ @Override public boolean getMoreResults() throws SQLException { try { debugCodeCall("getMoreResults"); checkClosed(); closeOldResultSet(); return false; } catch (Exception e) { throw logAndConvert(e); } } /** * Move to the next result set. * This method always returns false. * * @param current Statement.CLOSE_CURRENT_RESULT, * Statement.KEEP_CURRENT_RESULT, * or Statement.CLOSE_ALL_RESULTS * @return false */ @Override public boolean getMoreResults(int current) throws SQLException { try { debugCodeCall("getMoreResults", current); switch (current) { case Statement.CLOSE_CURRENT_RESULT: case Statement.CLOSE_ALL_RESULTS: checkClosed(); closeOldResultSet(); break; case Statement.KEEP_CURRENT_RESULT: // nothing to do break; default: throw DbException.getInvalidValueException("current", current); } return false; } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement and returns the update count. * This method just calls executeUpdate(String sql) internally. * The method getGeneratedKeys supports at most one columns and row. * * @param sql the SQL statement * @param autoGeneratedKeys ignored * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException { try { if (isDebugEnabled()) { debugCode("executeUpdate("+quote(sql)+", "+autoGeneratedKeys+");"); } return executeUpdateInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement and returns the update count. * This method just calls executeUpdate(String sql) internally. * The method getGeneratedKeys supports at most one columns and row. * * @param sql the SQL statement * @param columnIndexes ignored * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public int executeUpdate(String sql, int[] columnIndexes) throws SQLException { try { if (isDebugEnabled()) { debugCode("executeUpdate("+quote(sql)+", "+quoteIntArray(columnIndexes)+");"); } return executeUpdateInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement and returns the update count. * This method just calls executeUpdate(String sql) internally. * The method getGeneratedKeys supports at most one columns and row. * * @param sql the SQL statement * @param columnNames ignored * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public int executeUpdate(String sql, String[] columnNames) throws SQLException { try { if (isDebugEnabled()) { debugCode("executeUpdate("+quote(sql)+", "+quoteArray(columnNames)+");"); } return executeUpdateInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement and returns the update count. * This method just calls execute(String sql) internally. * The method getGeneratedKeys supports at most one columns and row. * * @param sql the SQL statement * @param autoGeneratedKeys ignored * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public boolean execute(String sql, int autoGeneratedKeys) throws SQLException { try { if (isDebugEnabled()) { debugCode("execute("+quote(sql)+", "+autoGeneratedKeys+");"); } return executeInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement and returns the update count. * This method just calls execute(String sql) internally. * The method getGeneratedKeys supports at most one columns and row. * * @param sql the SQL statement * @param columnIndexes ignored * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public boolean execute(String sql, int[] columnIndexes) throws SQLException { try { if (isDebugEnabled()) { debugCode("execute("+quote(sql)+", "+quoteIntArray(columnIndexes)+");"); } return executeInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Executes a statement and returns the update count. * This method just calls execute(String sql) internally. * The method getGeneratedKeys supports at most one columns and row. * * @param sql the SQL statement * @param columnNames ignored * @return the update count (number of row affected by an insert, * update or delete, or 0 if no rows or the statement was a * create, drop, commit or rollback) * @throws SQLException if a database error occurred or a * select statement was executed */ @Override public boolean execute(String sql, String[] columnNames) throws SQLException { try { if (isDebugEnabled()) { debugCode("execute("+quote(sql)+", "+quoteArray(columnNames)+");"); } return executeInternal(sql); } catch (Exception e) { throw logAndConvert(e); } } /** * Gets the result set holdability. * * @return the holdability */ @Override public int getResultSetHoldability() throws SQLException { try { debugCodeCall("getResultSetHoldability"); checkClosed(); return ResultSet.HOLD_CURSORS_OVER_COMMIT; } catch (Exception e) { throw logAndConvert(e); } } /** * [Not supported] */ //## Java 1.7 ## @Override public void closeOnCompletion() { // not supported } //*/ /** * [Not supported] */ //## Java 1.7 ## @Override public boolean isCloseOnCompletion() { return true; } //*/ // ============================================================= /** * Check if this connection is closed. * The next operation is a read request. * * @return true if the session was re-connected * @throws DbException if the connection or session is closed */ boolean checkClosed() { return checkClosed(false); } /** * Check if this connection is closed. * The next operation may be a write request. * * @return true if the session was re-connected * @throws DbException if the connection or session is closed */ boolean checkClosedForWrite() { return checkClosed(true); } /** * INTERNAL. * Check if the statement is closed. * * @param write if the next operation is possibly writing * @return true if a reconnect was required * @throws DbException if it is closed */ protected boolean checkClosed(boolean write) { if (conn == null) { throw DbException.get(ErrorCode.OBJECT_CLOSED); } conn.checkClosed(write); SessionInterface s = conn.getSession(); if (s != session) { session = s; trace = session.getTrace(); return true; } return false; } /** * Called after each write operation. */ void afterWriting() { if (conn != null) { conn.afterWriting(); } } /** * INTERNAL. * Close and old result set if there is still one open. */ protected void closeOldResultSet() throws SQLException { try { if (!closedByResultSet) { if (resultSet != null) { resultSet.closeInternal(); } } } finally { cancelled = false; resultSet = null; updateCount = -1; } } /** * INTERNAL. * Set the statement that is currently running. * * @param c the command */ protected void setExecutingStatement(CommandInterface c) { if (c == null) { conn.setExecutingStatement(null); } else { conn.setExecutingStatement(this); lastExecutedCommandType = c.getCommandType(); } executingCommand = c; } /** * INTERNAL. * Get the command type of the last executed command. */ public int getLastExecutedCommandType() { return lastExecutedCommandType; } /** * Returns whether this statement is closed. * * @return true if the statement is closed */ @Override public boolean isClosed() throws SQLException { try { debugCodeCall("isClosed"); return conn == null; } catch (Exception e) { throw logAndConvert(e); } } /** * Return an object of this class if possible. * * @param iface the class * @return this */ @Override @SuppressWarnings("unchecked") public <T> T unwrap(Class<T> iface) throws SQLException { if (isWrapperFor(iface)) { return (T) this; } throw DbException.getInvalidValueException("iface", iface); } /** * Checks if unwrap can return an object of this class. * * @param iface the class * @return whether or not the interface is assignable from this class */ @Override public boolean isWrapperFor(Class<?> iface) throws SQLException { return iface != null && iface.isAssignableFrom(getClass()); } /** * Returns whether this object is poolable. * @return false */ @Override public boolean isPoolable() { debugCodeCall("isPoolable"); return false; } /** * Requests that this object should be pooled or not. * This call is ignored. * * @param poolable the requested value */ @Override public void setPoolable(boolean poolable) { if (isDebugEnabled()) { debugCode("setPoolable("+poolable+");"); } } /** * INTERNAL */ @Override public String toString() { return getTraceObjectName(); } }
[ "iskyne@qq.com" ]
iskyne@qq.com
4c60558ef6d6e1ffdd1163059cc66449a9c1d768
33756f64056f04e4bd7da977a100f2614203678d
/MiniMiniMusicApp.java
6412a716c74a1f30482b394b1a95a432224cd3c0
[]
no_license
evelynn0110/java-learning-codes
666ffd7f6cd3fea5efd9a32de520f8ece2457b4a
7d0af6809c72a93346c9d754116c177fe7065467
refs/heads/main
2023-07-31T10:17:20.064332
2021-10-06T10:16:51
2021-10-06T10:16:51
414,159,414
1
0
null
null
null
null
UTF-8
Java
false
false
955
java
import javax.sound.midi.*; public class MiniMiniMusicApp { public static void main(String [] args){ MiniMiniMusicApp mini=new MiniMiniMusicApp(); mini.play(); } public void play(){ try{ Sequencer player= MidiSystem.getSequencer(); player.open(); Sequence seq = new Sequence(Sequence.PPQ,4); Track track=seq.createTrack(); ShortMessage a=new ShortMessage(); a.setMessage(144, 1, 20, 100); MidiEvent noteOn = new MidiEvent(a, 1); track.add(noteOn); ShortMessage b=new ShortMessage(); b.setMessage(128, 1, 44, 100); MidiEvent noteOff = new MidiEvent(b, 3); track.add(noteOff); player.setSequence(seq); player.start(); }catch(Exception ex){ ex.printStackTrace(); } } }
[ "noreply@github.com" ]
noreply@github.com
bc4e0f67f50964596d38b63b3867d836b2c9b2c7
169c3fd2b835423925678ee4664596d5291ca533
/SimpleRPG/src/com/cdepman/gameDemo/Weapon.java
d91f74dd5c84ce8f53f9d254008130217bbe59e9
[]
no_license
cdepman/Eclipse-Java-Projects
bb09ae9b9f5059984d8f8f05e1abb505e02ade0b
5bdd0f38531e42e5d74355b46c83d74cbce20fdc
refs/heads/master
2016-09-06T16:02:09.739959
2015-02-23T19:17:09
2015-02-23T19:17:09
30,882,126
0
0
null
null
null
null
UTF-8
Java
false
false
622
java
package com.cdepman.gameDemo; public class Weapon { private String name; private int damage; private int durability; public Weapon(String name, int damage, int durability) { super(); this.name = name; this.damage = damage; this.durability = durability; } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getDamage() { return damage; } public void setDamage(int damage) { this.damage = damage; } public int getDurability() { return durability; } public void setDurability(int durability) { this.durability = durability; } }
[ "cdepman@gmail.com" ]
cdepman@gmail.com
d1ceb7fab7e21a313232833661b399a9fa3133d8
bbb844ea0a7aade959b1eed2f0d954d9ccc9fd0e
/lab-for-netty/src/main/java/com/smallyuan/labs/netty/NettyClient.java
93d4341753bf0bb12a051f15b3c12eaaadf8a7fa
[]
no_license
blingyuan/labs
1848bf75ab045f5ac7191019f2b0bc7b53553ef6
f1e8916781cf59588b8687a1b4e842d3e2f532c0
refs/heads/master
2023-03-28T20:03:09.647940
2021-03-15T01:26:46
2021-03-15T01:26:46
323,841,609
0
0
null
null
null
null
UTF-8
Java
false
false
4,573
java
package com.smallyuan.labs.netty; import com.smallyuan.labs.netty.codec.PacketDecoder; import com.smallyuan.labs.netty.codec.PacketEncoder; import com.smallyuan.labs.netty.codec.Spliter; import com.smallyuan.labs.netty.handler.*; import com.smallyuan.labs.netty.protocol.ConsoleCommandManager; import com.smallyuan.labs.netty.protocol.LoginConsoleCommand; import com.smallyuan.labs.netty.protocol.request.MessageRequestPacket; import com.smallyuan.labs.netty.util.LoginUtil; import com.smallyuan.labs.netty.util.SessionUtil; import io.netty.bootstrap.Bootstrap; import io.netty.channel.Channel; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.SocketChannel; import io.netty.channel.socket.nio.NioSocketChannel; import java.util.Date; import java.util.Scanner; import java.util.concurrent.TimeUnit; public class NettyClient { public static void main(String[] args) { Bootstrap bootstrap = new Bootstrap(); NioEventLoopGroup group = new NioEventLoopGroup(); bootstrap.group(group) .channel(NioSocketChannel.class) .handler(new ChannelInitializer<SocketChannel>() { @Override protected void initChannel(SocketChannel ch) throws Exception { // ch.pipeline().addLast(new FirstClientHandler()); ch.pipeline().addLast(new Spliter()); // ch.pipeline().addLast(new LifeCyCleTestHandler()); ch.pipeline().addLast(new PacketDecoder()); ch.pipeline().addLast(new LoginResponseHandler()); ch.pipeline().addLast(new MessageResponseHandler()); ch.pipeline().addLast(new CreateGroupResponseHandler()); ch.pipeline().addLast(new JoinGroupResponseHandler()); ch.pipeline().addLast(new QuitGroupResponseHandler()); ch.pipeline().addLast(new ListGroupMembersResponseHandler()); ch.pipeline().addLast(new GroupMessageResponseHandler()); ch.pipeline().addLast(new PacketEncoder()); } }); // bootstrap.connect("127.0.0.1",1000); connect(bootstrap,"127.0.0.1",8000,MAX_RETRY); } private static final int MAX_RETRY = 5; private static void connect(Bootstrap bootstrap,String host,int port, int retry){ bootstrap.connect(host,port).addListener(future ->{ if (future.isSuccess()) { System.out.println("连接成功!"); // 启动控制台线程 Channel channel = ((ChannelFuture) future).channel(); // startSendMessage(channel); startConsoleThread(channel); } else if (retry == 0) { System.out.println("重试次数已用尽,放弃连接!"); } else { int order = (MAX_RETRY - retry) + 1; // 第几次重连 int delay = 1 << order; // 本次重连时间间隔 System.out.println(new Date() + ": 连接失败,第" + order + "次重连..."); bootstrap.config().group().schedule(() -> connect(bootstrap,host,port,retry-1),delay, TimeUnit.SECONDS); } }); } private static void startConsoleThread(Channel channel) { ConsoleCommandManager consoleCommandManager = new ConsoleCommandManager(); LoginConsoleCommand loginConsoleCommand = new LoginConsoleCommand(); Scanner scanner = new Scanner(System.in); new Thread(() ->{ while (!Thread.interrupted()) { if (!SessionUtil.hasLogin(channel)) { loginConsoleCommand.exec(scanner,channel); } else { consoleCommandManager.exec(scanner, channel); } } }).start(); } private static void startSendMessage(Channel channel) { new Thread(()->{ while (!Thread.interrupted()) { if (LoginUtil.hasLogin(channel)) { for (int i = 0; i < 1000; i++) { MessageRequestPacket packet = new MessageRequestPacket(); String context = "hello, world!仿写微信 IM 即时通讯系统!!!!!!!!!!!!!!!!!!!!!!!!!!!!"; packet.setMessage("index "+(i+1)+" :"+context); channel.writeAndFlush(packet); } } } }).start(); } }
[ "yuan.bie@ucarinc.com" ]
yuan.bie@ucarinc.com
9e24bf281f5687279fa61ebd68d3d6506277c13d
ff9ad25d8b8e58b6893f6c6264e4ea1b04c2d989
/email-sender/src/main/java/com/brnbyk/annotations/CC.java
9c7ad5be22942b3b6ea1738c15f8a3fc4bf392cd
[]
no_license
hyperpostulate/email4j
c27c12a177c7629f4231285793a80797b8e2d4a8
9b14f6fcb9791b107d7034352e0f32baf0b0f4d7
refs/heads/master
2020-04-27T08:04:06.390631
2017-07-31T07:36:08
2017-07-31T07:36:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
609
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 com.brnbyk.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * * @author Baran Buyuk <baranbuyuk@globalbilisim.com> */ @Documented @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface CC { }
[ "noreply@github.com" ]
noreply@github.com
a030f8933efa8e4d60db158c54dcc7207ef26272
182b3b44b261575646f9c3f0e3d3b63c6e9e8514
/novice/03-05/jwauth/src/main/java/com/example/jwauth/security/services/PenulisService.java
930102e0d95894ffeb59611ef19ee2b89a1fc64c
[]
no_license
tasyaulfha/praxis-academy
701bba0324d89ad644f1c9096f0b39b406e812c0
7cf9a08a4ac7d8950a3c2255239ea9d27a190c93
refs/heads/master
2023-04-23T20:14:14.911732
2021-05-04T11:55:51
2021-05-04T11:55:51
336,806,352
0
0
null
null
null
null
UTF-8
Java
false
false
1,154
java
package com.example.jwauth.security.services; import com.example.jwauth.model.Penulis; import com.example.jwauth.repository.PenulisRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; @Service public class PenulisService { @Autowired private PenulisRepository penulisRepository; public List<Penulis> getAllPenulis(){ List<Penulis> penulis1 = new ArrayList<>(); penulisRepository.findAll().forEach(penulis1::add); return penulis1; } public Penulis getPenulis(Long id){ Penulis penulis = (Penulis) penulisRepository.findById(id).orElse(null); return penulis; } public Penulis updatePenulis(Long id, Penulis penulis){ penulisRepository.save(penulis); return penulis; } public Penulis deletePenulis(Long id){ Penulis penulis = (Penulis) penulisRepository.findById(id).orElse(null); return penulis; } public Penulis addPenulis(Penulis penulis){ penulisRepository.save(penulis); return penulis; } }
[ "17523184@students.uii.ac.id" ]
17523184@students.uii.ac.id
bea8ddaa73e3381b0d85e488e60e872bf6536307
b26d0ac0846fc13080dbe3c65380cc7247945754
/src/main/java/imports/aws/Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody.java
704960986b3ea25152dbf98de48ae22ddecc6f0b
[]
no_license
nvkk-devops/cdktf-java-aws
1431404f53df8de517f814508fedbc5810b7bce5
429019d87fc45ab198af816d8289dfe1290cd251
refs/heads/main
2023-03-23T22:43:36.539365
2021-03-11T05:17:09
2021-03-11T05:17:09
346,586,402
0
0
null
null
null
null
UTF-8
Java
false
false
3,504
java
package imports.aws; @javax.annotation.Generated(value = "jsii-pacmak/1.24.0 (build b722f66)", date = "2021-03-10T09:47:03.185Z") @software.amazon.jsii.Jsii(module = imports.aws.$Module.class, fqn = "aws.Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody") @software.amazon.jsii.Jsii.Proxy(Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody.Jsii$Proxy.class) public interface Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody extends software.amazon.jsii.JsiiSerializable { /** * @return a {@link Builder} of {@link Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody} */ static Builder builder() { return new Builder(); } /** * A builder for {@link Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody} */ public static final class Builder implements software.amazon.jsii.Builder<Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody> { /** * Builds the configured instance. * @return a new instance of {@link Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody} * @throws NullPointerException if any required attribute was not provided */ @Override public Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody build() { return new Jsii$Proxy(); } } /** * An implementation for {@link Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody} */ @software.amazon.jsii.Internal final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody { /** * Constructor that initializes the object based on values retrieved from the JsiiObject. * @param objRef Reference to the JSII managed object. */ protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) { super(objRef); } /** * Constructor that initializes the object based on literal property values passed by the {@link Builder}. */ protected Jsii$Proxy() { super(software.amazon.jsii.JsiiObject.InitializationMode.JSII); } @Override @software.amazon.jsii.Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson() { final com.fasterxml.jackson.databind.ObjectMapper om = software.amazon.jsii.JsiiObjectMapper.INSTANCE; final com.fasterxml.jackson.databind.node.ObjectNode data = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode(); final com.fasterxml.jackson.databind.node.ObjectNode struct = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode(); struct.set("fqn", om.valueToTree("aws.Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody")); struct.set("data", data); final com.fasterxml.jackson.databind.node.ObjectNode obj = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode(); obj.set("$jsii.struct", struct); return obj; } } }
[ "venkata.nidumukkala@emirates.com" ]
venkata.nidumukkala@emirates.com
27a4d1edd19ef29304302b63fffd5e92a8685ad6
578aa0af01b20f01a497758838cbe32187ba89ef
/src/main/java/com/legion/process/state/TransitionState.java
21b8376a18e58ef28bb751573986a61bf6da3453
[]
no_license
karl-free-legion/zcs-legion-cluster
ddad900425793f9b7270e58e82e2ee5067b24770
f94c9ae0686866b970c1d309397e414a9290cf3c
refs/heads/master
2022-10-18T14:46:07.136198
2020-11-11T16:26:55
2020-11-11T16:26:55
216,774,182
19
0
null
2019-10-23T08:15:23
2019-10-22T09:26:02
null
UTF-8
Java
false
false
518
java
package com.legion.process.state; import com.legion.process.transitions.Transition; /** * Do not directly use this class, it is intended for internal usage only. */ public abstract class TransitionState implements State { /** * @return The transition that will occur when this state completes successfully. */ public abstract Transition getTransition(); @Override public final boolean isTerminalState() { return getTransition() != null && getTransition().isTerminal(); } }
[ "lh160@zcsmart.com" ]
lh160@zcsmart.com
59846222572acff9735c133814c1e1af3cb2a050
9e3e93166e0cd736dbb4d74d0c3fe2243abcadc9
/Projeto-Backend-Domain/src/main/java/Client.java
3ec714aac80727042176e8f6e932c7971730c55f
[]
no_license
gloriadiaszup/Ecommerce
220b830a868887d4121415b10fc0d42518189078
e9e758ed9d81d36a1cfe2c095cf7dae6d36f6481
refs/heads/master
2020-03-30T21:57:48.551710
2018-12-11T19:55:50
2018-12-11T19:55:50
151,648,392
0
0
null
2018-12-11T19:55:51
2018-10-04T23:31:35
Java
UTF-8
Java
false
false
1,970
java
import java.util.ArrayList; class Client { private String nome; private String telefone; private String email; private Logradouro endereco; private ArrayList<Produto> carrinho = new ArrayList<Produto>(); private ArrayList<Pedido> pedidos = new ArrayList <Pedido>(); private double preco_frete; public Client(String nome, String telefone, String cpf, Logradouro endereco) { this.nome = nome; this.telefone = telefone; this.endereco = endereco; } public Client(String nome, ArrayList<Pedido> pedidos) { this.nome = nome; this.pedidos = pedidos; } public ArrayList<Produto> getCarrinho() { return carrinho; } public void setCarrinho(ArrayList<Produto> carrinho) { this.carrinho = carrinho; } public String getNome() { return nome; } public String getTelefone() { return telefone; } public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } public Logradouro getEndereco() { return endereco; } public void setTelefone(String telefone) { this.telefone = telefone; } public void setEndereco(Logradouro endereco) { this.endereco = endereco; } public ArrayList <Pedido> getPedidos() { return pedidos; } public void setPedidos(ArrayList <Pedido> pedidos) { this.pedidos = pedidos; } public void setNome(String nome) { this.nome = nome; } public double getPreco_frete() { return preco_frete; } public void setPreco_frete(double preco_frete) { this.preco_frete = preco_frete; } }
[ "gloria.dias@zup.com.br" ]
gloria.dias@zup.com.br
b331908c621f047e1171f9a04a6f450a20449e65
75cf974c55c0f539d0edecbd7c78bd27fe36eb90
/app/src/main/java/com/example/ledyakmadeneme/Activity_Daire4.java
62d60be4c0ab8d24da6b35a67521968b4b6bdfbd
[]
no_license
edanurryldr/LedYakmaDeneme
4f3f555736dcd79e758ceadab6bf94266606623f
b08922b1cfb9bef4d8e4e5475161cb0028dffcfe
refs/heads/master
2022-12-12T16:44:20.819553
2020-09-08T09:57:10
2020-09-08T09:57:10
277,600,586
1
0
null
null
null
null
UTF-8
Java
false
false
3,020
java
package com.example.ledyakmadeneme; import android.os.Bundle; import android.view.View; import android.widget.Button; import androidx.appcompat.app.AppCompatActivity; import com.google.firebase.database.DatabaseReference; import com.google.firebase.database.FirebaseDatabase; public class Activity_Daire4 extends AppCompatActivity { Button kirmiziac4,kirmizikapat4; Button yesilac4,yesilkapat4; Button maviac4,mavikapat4; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity__daire4); kirmiziac4= (Button) findViewById(R.id.kirmiziac4); kirmizikapat4= (Button) findViewById(R.id.kirmizikapat4); yesilac4 = (Button) findViewById(R.id.yesilac4); yesilkapat4 = (Button) findViewById(R.id.yesilkapat4); maviac4 = (Button) findViewById(R.id.maviac4); mavikapat4 = (Button) findViewById(R.id.mavikapat4); kirmiziac4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("red"); myRef.setValue(100); } }); kirmizikapat4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("red"); myRef.setValue(0); } }); yesilac4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("green"); myRef.setValue(100); } }); yesilkapat4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("green"); myRef.setValue(0); } }); maviac4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("blue"); myRef.setValue(100); } }); mavikapat4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReference myRef = database.getReference("blue"); myRef.setValue(0); } }); } }
[ "56087809+edanurryldrr@users.noreply.github.com" ]
56087809+edanurryldrr@users.noreply.github.com
774a7a2fa26ac5f54cb9eaa69dbe78d2e1ffa42b
6af6d0994ab2cd0329596e2ee07bdf078d841f3f
/COUP/src/main/java/interactDB/UserGroup.java
077c4a07cc066b81f777b5eabbdec10f1c2c7286
[]
no_license
OniongRu/ServerCOUP
5d65ababf72e05542e4375cea8d1cd3c49025dee
286ad0efd8e4b1eeac1c2e3974e1c9ba947e4166
refs/heads/main
2023-08-13T06:38:00.945859
2021-10-11T18:01:51
2021-10-11T18:01:51
361,380,758
1
0
null
2021-05-21T21:17:37
2021-04-25T09:07:56
Java
UTF-8
Java
false
false
1,257
java
package interactDB; import java.time.LocalDateTime; public class UserGroup { private int groupId; private String groupName; private LocalDateTime creationDate; private int groupStatus; private String groupDescription; public UserGroup(int groupId, String groupName, LocalDateTime creationDate, int groupStatus, String groupDescription) { this.groupId = groupId; this.groupName = groupName; this.creationDate = creationDate; this.groupStatus = groupStatus; this.groupDescription = groupDescription; } public int getGroupId() { return groupId; } public String getGroupName() { return groupName; } public LocalDateTime getCreationDate() { return creationDate; } public int getGroupStatus() { return groupStatus; } public String getGroupDescription() { return groupDescription; } public String toString() { String retVal = "UserGroup "; retVal += groupId + ": " + groupName + ".\n"; retVal += "Created: " + creationDate.toString() + ", Status: " + groupStatus + ".\n"; retVal += "About: " + groupDescription; return retVal; } }
[ "rururu387@gmail.com" ]
rururu387@gmail.com
1d81703183f864600edbf9b39d3a270155c3c970
c5d9281d079243e618b22cb1ed197bb2c3888621
/imooc-ad-service/ad-search/src/test/java/com/imooc/ad/Application.java
272c216ba98ba61ac49e3eb72cfd9f511420734a
[]
no_license
cxcxcx89611/ad-rec-cloud
cf31eb0995d1866b12f293a66132436505e6a80f
a1c5a70d2a883845db37404bdb35e32944c06c9c
refs/heads/master
2022-06-27T04:32:49.413977
2020-05-01T13:53:31
2020-05-01T13:53:31
250,957,128
0
0
null
2022-06-21T03:21:00
2020-03-29T04:59:40
Java
UTF-8
Java
false
false
305
java
package com.imooc.ad; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main (String [] args) { SpringApplication.run(Application.class, args); } }
[ "xichen@blueplanet.com" ]
xichen@blueplanet.com
c0cd21c63133e5c8f0f83d0bbdde65149b45d6fe
a837d41bb7a6dc54aaad6f2e47bd5a045cc184ed
/src/main/java/com/app/vcs/model/FileModel.java
12c41f5db2dad2cddaad6b13c7d1873aefe167d6
[]
no_license
deshant19/VCS
7baf25e772574d561226d77fcda6c2fed25c64cf
645e0b857151376e1d858a4dccdc1a2c86f18c58
refs/heads/master
2023-02-17T12:43:44.065337
2020-10-02T10:11:44
2020-10-02T10:11:44
282,395,203
0
0
null
null
null
null
UTF-8
Java
false
false
1,396
java
package com.app.vcs.model; import java.util.Arrays; import javax.persistence.*; @Entity @Table(name = "Files") public class FileModel { public FileModel() { super(); } public FileModel(String name, String type, byte[] file) { this.name = name; this.type = type; this.file = file; } @Id @Column(name = "ID") @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Column(name = "NAME") private String name; @Column(name = "VERSION") private int version; @Column(name = "TYPE") private String type; @Column(name = "FILE", length = 1000) private byte[] file; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getType() { return type; } public void setType(String type) { this.type = type; } public byte[] getFile() { return file; } public void setFile(byte[] file) { this.file = file; } public int getVersion() { return version; } public void setVersion(int version) { this.version = version; } @Override public String toString() { return "FileModel [id=" + id + ", name=" + name + ", type=" + type + ", version=" + version + ", file=" + Arrays.toString(file) + "]"; } }
[ "deshant0099@gmail.com" ]
deshant0099@gmail.com
525ce5ee744874b988fce5cd7f4fcd9126cd35e5
d7c5121237c705b5847e374974b39f47fae13e10
/airspan.netspan/src/main/java/Netspan/NBI_17_5/Status/RelayBands.java
a9a37229ae0280858557b9b3e42dee47c006bcc9
[]
no_license
AirspanNetworks/SWITModules
8ae768e0b864fa57dcb17168d015f6585d4455aa
7089a4b6456621a3abd601cc4592d4b52a948b57
refs/heads/master
2022-11-24T11:20:29.041478
2020-08-09T07:20:03
2020-08-09T07:20:03
184,545,627
1
0
null
2022-11-16T12:35:12
2019-05-02T08:21:55
Java
UTF-8
Java
false
false
7,098
java
package Netspan.NBI_17_5.Status; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for RelayBands. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleType name="RelayBands"&gt; * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; * &lt;enumeration value="Unknown"/&gt; * &lt;enumeration value="Band1"/&gt; * &lt;enumeration value="Band2"/&gt; * &lt;enumeration value="Band3"/&gt; * &lt;enumeration value="Band4"/&gt; * &lt;enumeration value="Band5"/&gt; * &lt;enumeration value="Band6"/&gt; * &lt;enumeration value="Band7"/&gt; * &lt;enumeration value="Band8"/&gt; * &lt;enumeration value="Band9"/&gt; * &lt;enumeration value="Band10"/&gt; * &lt;enumeration value="Band11"/&gt; * &lt;enumeration value="Band12"/&gt; * &lt;enumeration value="Band13"/&gt; * &lt;enumeration value="Band14"/&gt; * &lt;enumeration value="Band17"/&gt; * &lt;enumeration value="Band18"/&gt; * &lt;enumeration value="Band19"/&gt; * &lt;enumeration value="Band20"/&gt; * &lt;enumeration value="Band21"/&gt; * &lt;enumeration value="Band22"/&gt; * &lt;enumeration value="Band23"/&gt; * &lt;enumeration value="Band24"/&gt; * &lt;enumeration value="Band25"/&gt; * &lt;enumeration value="Band26"/&gt; * &lt;enumeration value="Band27"/&gt; * &lt;enumeration value="Band28"/&gt; * &lt;enumeration value="Band30"/&gt; * &lt;enumeration value="Band31"/&gt; * &lt;enumeration value="Band33"/&gt; * &lt;enumeration value="Band34"/&gt; * &lt;enumeration value="Band35"/&gt; * &lt;enumeration value="Band36"/&gt; * &lt;enumeration value="Band37"/&gt; * &lt;enumeration value="Band38"/&gt; * &lt;enumeration value="Band39"/&gt; * &lt;enumeration value="Band40"/&gt; * &lt;enumeration value="Band41"/&gt; * &lt;enumeration value="Band42"/&gt; * &lt;enumeration value="Band41H"/&gt; * &lt;enumeration value="Band41L"/&gt; * &lt;enumeration value="BandAll"/&gt; * &lt;enumeration value="Band43"/&gt; * &lt;enumeration value="Band44"/&gt; * &lt;enumeration value="Band45"/&gt; * &lt;enumeration value="Band46"/&gt; * &lt;enumeration value="Band47"/&gt; * &lt;enumeration value="Band48"/&gt; * &lt;enumeration value="Band49"/&gt; * &lt;enumeration value="Band50"/&gt; * &lt;enumeration value="Band51"/&gt; * &lt;enumeration value="Band52"/&gt; * &lt;enumeration value="Band53"/&gt; * &lt;enumeration value="Band65"/&gt; * &lt;enumeration value="Band66"/&gt; * &lt;enumeration value="Band68"/&gt; * &lt;enumeration value="Band70"/&gt; * &lt;enumeration value="Band71"/&gt; * &lt;enumeration value="Band72"/&gt; * &lt;enumeration value="Band73"/&gt; * &lt;enumeration value="Band74"/&gt; * &lt;enumeration value="Band85"/&gt; * &lt;enumeration value="AllBands"/&gt; * &lt;/restriction&gt; * &lt;/simpleType&gt; * </pre> * */ @XmlType(name = "RelayBands") @XmlEnum public enum RelayBands { @XmlEnumValue("Unknown") UNKNOWN("Unknown"), @XmlEnumValue("Band1") BAND_1("Band1"), @XmlEnumValue("Band2") BAND_2("Band2"), @XmlEnumValue("Band3") BAND_3("Band3"), @XmlEnumValue("Band4") BAND_4("Band4"), @XmlEnumValue("Band5") BAND_5("Band5"), @XmlEnumValue("Band6") BAND_6("Band6"), @XmlEnumValue("Band7") BAND_7("Band7"), @XmlEnumValue("Band8") BAND_8("Band8"), @XmlEnumValue("Band9") BAND_9("Band9"), @XmlEnumValue("Band10") BAND_10("Band10"), @XmlEnumValue("Band11") BAND_11("Band11"), @XmlEnumValue("Band12") BAND_12("Band12"), @XmlEnumValue("Band13") BAND_13("Band13"), @XmlEnumValue("Band14") BAND_14("Band14"), @XmlEnumValue("Band17") BAND_17("Band17"), @XmlEnumValue("Band18") BAND_18("Band18"), @XmlEnumValue("Band19") BAND_19("Band19"), @XmlEnumValue("Band20") BAND_20("Band20"), @XmlEnumValue("Band21") BAND_21("Band21"), @XmlEnumValue("Band22") BAND_22("Band22"), @XmlEnumValue("Band23") BAND_23("Band23"), @XmlEnumValue("Band24") BAND_24("Band24"), @XmlEnumValue("Band25") BAND_25("Band25"), @XmlEnumValue("Band26") BAND_26("Band26"), @XmlEnumValue("Band27") BAND_27("Band27"), @XmlEnumValue("Band28") BAND_28("Band28"), @XmlEnumValue("Band30") BAND_30("Band30"), @XmlEnumValue("Band31") BAND_31("Band31"), @XmlEnumValue("Band33") BAND_33("Band33"), @XmlEnumValue("Band34") BAND_34("Band34"), @XmlEnumValue("Band35") BAND_35("Band35"), @XmlEnumValue("Band36") BAND_36("Band36"), @XmlEnumValue("Band37") BAND_37("Band37"), @XmlEnumValue("Band38") BAND_38("Band38"), @XmlEnumValue("Band39") BAND_39("Band39"), @XmlEnumValue("Band40") BAND_40("Band40"), @XmlEnumValue("Band41") BAND_41("Band41"), @XmlEnumValue("Band42") BAND_42("Band42"), @XmlEnumValue("Band41H") BAND_41_H("Band41H"), @XmlEnumValue("Band41L") BAND_41_L("Band41L"), @XmlEnumValue("BandAll") BAND_ALL("BandAll"), @XmlEnumValue("Band43") BAND_43("Band43"), @XmlEnumValue("Band44") BAND_44("Band44"), @XmlEnumValue("Band45") BAND_45("Band45"), @XmlEnumValue("Band46") BAND_46("Band46"), @XmlEnumValue("Band47") BAND_47("Band47"), @XmlEnumValue("Band48") BAND_48("Band48"), @XmlEnumValue("Band49") BAND_49("Band49"), @XmlEnumValue("Band50") BAND_50("Band50"), @XmlEnumValue("Band51") BAND_51("Band51"), @XmlEnumValue("Band52") BAND_52("Band52"), @XmlEnumValue("Band53") BAND_53("Band53"), @XmlEnumValue("Band65") BAND_65("Band65"), @XmlEnumValue("Band66") BAND_66("Band66"), @XmlEnumValue("Band68") BAND_68("Band68"), @XmlEnumValue("Band70") BAND_70("Band70"), @XmlEnumValue("Band71") BAND_71("Band71"), @XmlEnumValue("Band72") BAND_72("Band72"), @XmlEnumValue("Band73") BAND_73("Band73"), @XmlEnumValue("Band74") BAND_74("Band74"), @XmlEnumValue("Band85") BAND_85("Band85"), @XmlEnumValue("AllBands") ALL_BANDS("AllBands"); private final String value; RelayBands(String v) { value = v; } public String value() { return value; } public static RelayBands fromValue(String v) { for (RelayBands c: RelayBands.values()) { if (c.value.equals(v)) { return c; } } throw new IllegalArgumentException(v); } }
[ "ggrunwald@airspan.com" ]
ggrunwald@airspan.com
e8afcf7c8b484f760f310cf7deb8f28fe13deb38
f2cdd4d6079da8bff5c0ba8eb45fe81dbaff796a
/Helloworld/src/classes/extendpkg/Car.java
f6baff552f6f569ddc014bb13992bb02a19c8e03
[]
no_license
hyeonug3512/HelloWorld
b2f5fecec46e407869c110fd0f21bc9526b11058
e815816ccd1d72d45f682045b58eddca0a8b419e
refs/heads/master
2020-11-25T07:53:13.473770
2020-01-02T04:02:07
2020-01-02T04:02:07
228,564,943
0
0
null
null
null
null
UHC
Java
false
false
665
java
package classes.extendpkg; public class Car { // Tire frontLeft = new Tire("앞왼쪽", 6); // Tire frontRight = new Tire("앞오른쪽", 3); // Tire backLeft = new Tire("뒤왼쪽", 3); // Tire backRight = new Tire("뒤오른쪽", 4); Tire[] tires = { new Tire("앞왼쪽", 6), new Tire("앞오른쪽", 3), new Tire("뒤왼쪽", 3), new Tire("뒤오른쪽", 4) }; void stop() { System.out.println("[자동차가 멈춥니다]"); } int run() { System.out.println("[자동차가 달립니다]"); for (int i = 0; i < tires.length; i++) { if (tires[i].roll() == false) { stop(); return i +1; } } return 0; } }
[ "User@YD01-07" ]
User@YD01-07
a90c444e4b49dd3b57865d374a6bb34164b2d5be
07680e2e0023beb91fdba333d815a1932e3fcd14
/src/com/actitime/generic/BaseTest.java
9d2e87581783b8029df8ca319b75c7b12883f3b1
[]
no_license
pmojumder/Actitime
232e11eaf9880542da5c8909a98511660dd11522
c6374bf7c6b70faa89a345d2c4abba9b6d7ad7e9
refs/heads/master
2020-04-17T12:16:34.783371
2019-01-19T17:51:35
2019-01-19T17:51:35
166,573,819
0
0
null
null
null
null
UTF-8
Java
false
false
959
java
package com.actitime.generic; import java.util.concurrent.TimeUnit; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.ITestResult; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; public abstract class BaseTest implements Autocontants { public WebDriver driver; static { System.setProperty(chrome_key, value); //System.setProperty(gecko_key, value1); } @BeforeMethod public void precondition() { driver=new ChromeDriver(); driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS); driver.manage().window().maximize(); driver.get("https://demo.actitime.com/login.do"); } @AfterMethod public void postcondition(ITestResult res) { int status=res.getStatus(); if(status==2) { String name=res.getName(); GenericUtils.getscreenshot(driver, name); } driver.close(); } }
[ "pmojumde@LIN39000331.corp.capgemini.com" ]
pmojumde@LIN39000331.corp.capgemini.com
5c3dbb8eda1bd26cd9b9fee2ccc6a6ebd9c0da20
457c39ea3deefec8b1167325c7b590f7b438fe5f
/chapter_chess_shirokov/src/main/java/ru/job4j/chess/figures/white/KingWhite.java
ddccd7fdc300e68022a755536114167af49c361f
[ "Apache-2.0" ]
permissive
alexander-pimenov/lessons-job4j
274ab3897fc4e8e60bdaa98c6de589024808d67c
5d25c130e8c26feb0be656ae98169922cb7a678f
refs/heads/master
2022-10-15T19:09:22.214769
2021-04-05T15:59:11
2021-04-05T15:59:11
215,014,846
0
0
Apache-2.0
2022-09-08T01:03:37
2019-10-14T10:32:17
Java
UTF-8
Java
false
false
2,077
java
package ru.job4j.chess.figures.white; import ru.job4j.chess.exceptions.ImpossibleMoveException; import ru.job4j.chess.figures.Cell; import ru.job4j.chess.figures.Figure; import java.util.Arrays; import static java.lang.Math.abs; /** * @author Igor Shirokov (freelancerigor@yandex.ru) * @version $Id$ * @since 17.10.2018 */ public class KingWhite implements Figure { /** * Поле номер позиции фигуры */ private final Cell position; /** * Конструктор * * @param position типа Cell */ public KingWhite(final Cell position) { this.position = position; } /** * Метод возвращает позицию фигуры * * @return Cell */ @Override public Cell position() { return this.position; } /** * Метод возвращает массив позиций передвижения фигуры * * @param source типа Cell * @param dest типа Cell * @return типа Cell[] */ @Override public Cell[] way(Cell source, Cell dest) throws ImpossibleMoveException { Cell[] steps = new Cell[1]; int deltaX, deltaY; int absDeltaX = abs(dest.x - source.x); int absDeltaY = abs(dest.y - source.y); if (absDeltaX > 1 || absDeltaY > 1) { throw new ImpossibleMoveException("Король не может так ходить!"); } deltaY = dest.y - source.y; deltaY = (deltaY > 0) ? 1 : ((deltaY < 0) ? -1 : deltaY); deltaX = dest.x - source.x; deltaX = (deltaX > 0) ? 1 : ((deltaX < 0) ? -1 : deltaX); steps[0] = Cell.values()[8 * (source.x + deltaX) + (source.y + deltaY)]; return Arrays.copyOf(steps, 1); } /** * Метод устанавливает новую позицию фигуры * * @param dest типа Cell * @return типа Cell */ @Override public Figure copy(Cell dest) { return new KingWhite(dest); } }
[ "pimalex1978@yandex.ru" ]
pimalex1978@yandex.ru
87a6f07d498c2c30f44252a102fa71507b638ddd
32d0eb3a140418f80442eb396d87e3fc1f029c87
/src/main/java/com/myorg/gwt/main/client/mvp/view/main/MainViewImpl.java
93813da0bfb1196a0f525c4188a9703347ebd603
[]
no_license
cgb-extjs-gwt/gwt-mvp
28c86a03d5d5d38cb78a5b4b05a2b93cf7264b3f
954ff063df3eef7f162b66a3cf4983973159cc59
refs/heads/master
2023-03-17T16:51:01.868422
2016-11-29T02:04:31
2016-11-29T02:04:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,861
java
package com.myorg.gwt.main.client.mvp.view.main; import com.google.gwt.core.client.GWT; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiField; import com.google.gwt.uibinder.client.UiHandler; import com.google.gwt.user.client.ui.Anchor; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.Widget; import com.google.inject.Inject; import com.myorg.gwt.common.client.i18n.AppMessages; import com.myorg.gwt.main.client.mvp.presenter.MainPresenter; import com.myorg.gwt.main.client.mvp.view.MainView; import com.myorg.gwt.main.client.mvp.view.css.MainResources; import java.util.logging.Logger; public class MainViewImpl extends Composite implements MainView { private static final Logger LOGGER = Logger.getLogger(MainViewImpl.class.getName()); private static MainViewUiBinder uiBinder = GWT.create(MainViewUiBinder.class); private MainPresenter presenter; @UiField(provided = true) final AppMessages i18n; @UiField(provided = true) final MainResources css; @UiField Label userGreeting; @Override public void setUserGreetingText(String userGreetingText) { this.userGreeting.setText(userGreetingText); } @Inject public MainViewImpl(final AppMessages i18n, final MainResources css) { this.css = css; this.i18n = i18n; initWidget(uiBinder.createAndBindUi(this)); } @UiHandler("logOut") public void onClickLogOut(ClickEvent clickEvent) { } public void setPresenter(MainPresenter presenter) { this.presenter = presenter; } public AppMessages getI18n() { return i18n; } interface MainViewUiBinder extends UiBinder<Widget, MainViewImpl> { } }
[ "zhigalov_java@mail.ru" ]
zhigalov_java@mail.ru
ef7dc30c639a09fe89ef88e398624e8fe64043f4
55cf08e37513d3b25446cd3dc36187e5038b76e7
/app/src/main/java/com/yandi/yarud/scannerabsensiupi/ScanQRActivity.java
f7ef4763b27a0f3496ce82eb7e96a410bd68bb1b
[]
no_license
zolandhole/ScannerAbsensiUpi
e9be0a2ed88b8d083395d8f7bdaa51a5e8abfa02
eebd4b6ed314dfea9e4b9349d6913ead837d638a
refs/heads/master
2020-04-09T17:08:32.121329
2019-01-30T13:58:22
2019-01-30T13:58:22
160,471,968
0
0
null
null
null
null
UTF-8
Java
false
false
3,460
java
package com.yandi.yarud.scannerabsensiupi; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Handler; import android.support.annotation.NonNull; import android.support.v4.app.ActivityCompat; import android.support.v4.content.ContextCompat; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.yandi.yarud.scannerabsensiupi.utils.NetworkStatus; import java.util.Objects; import java.util.Timer; import me.dm7.barcodescanner.zxing.ZXingScannerView; public class ScanQRActivity extends AppCompatActivity implements ZXingScannerView.ResultHandler { private ZXingScannerView mScannerView; private Timer timer; final int waktu = 10 * 1000; final int waktuBerjalan = 30 * (60 * 1000); private String dataNim; @Override public void onRequestPermissionsResult(int requestCode, @NonNull String[] permissions, @NonNull int[] grantResults) { if (grantResults[0] == PackageManager.PERMISSION_GRANTED) { if (ActivityCompat.checkSelfPermission(this,Manifest.permission.CAMERA) != PackageManager.PERMISSION_GRANTED){ finish(); } } } @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); mScannerView = new ZXingScannerView(ScanQRActivity.this); Handler handler = new Handler(); setContentView(mScannerView); mScannerView.setKeepScreenOn(true); mScannerView.setResultHandler(ScanQRActivity.this); if (ContextCompat.checkSelfPermission(getApplicationContext(), Manifest.permission.CAMERA) != PackageManager.PERMISSION_GRANTED){ int requestCameraPermissionID = 1001; ActivityCompat.requestPermissions(ScanQRActivity.this, new String[]{Manifest.permission.CAMERA}, requestCameraPermissionID); finish(); } // mScannerView.startCamera(1); Runnable runnable = new Runnable() { @Override public void run() { finish(); } }; handler.removeCallbacks(runnable); handler.postDelayed(runnable,waktuBerjalan); dataNim = Objects.requireNonNull(getIntent().getExtras()).getString("LISTNIM"); } @Override protected void onResume() { super.onResume(); cekInternet(); mScannerView.startCamera(1); } @Override protected void onPause() { super.onPause(); matikanPengecekanInternet(); mScannerView.stopCamera(); } @Override protected void onStop() { super.onStop(); mScannerView.stopCamera(); } @Override public void handleResult(final com.google.zxing.Result result) { mScannerView.stopCameraPreview(); String hasilScanEncripted = result.getText(); Intent intent = new Intent(ScanQRActivity.this, ResultScanActivity.class); intent.putExtra("HASILSCAN", hasilScanEncripted); intent.putExtra("DATANIM", dataNim); startActivity(intent); mScannerView.resumeCameraPreview(ScanQRActivity.this); } private void cekInternet(){ timer = new Timer(); timer.schedule(new NetworkStatus(this, "scan"),0,waktu); } private void matikanPengecekanInternet(){ timer.cancel(); timer.purge(); timer = new Timer(); } }
[ "halloproject.id@gmail.com" ]
halloproject.id@gmail.com
1deb64d2f46eceb794aedcba6923bd1a06be1330
026e4c201cefe0d3c1ba50449846dde41a28fa4e
/Consultar/src/main/java/com/consultar/entidade/FeedNoticias.java
91b7e5f06c24802a4573f25cff176c90f87fa24b
[]
no_license
tiagodosantossoares/CI
e831a752d981f5e1cbab289a74003ad3f80ea34a
f7c343e8e1f0aff2dfe0846df417185dde88a7d7
refs/heads/master
2020-06-22T23:39:01.190872
2019-02-07T23:14:31
2019-02-07T23:14:31
94,227,058
0
0
null
null
null
null
UTF-8
Java
false
false
3,241
java
package com.consultar.entidade; // Generated 31/03/2017 19:48:10 by Hibernate Tools 4.3.1 import com.fasterxml.jackson.annotation.JsonIdentityInfo; import com.fasterxml.jackson.annotation.ObjectIdGenerators; import javax.persistence.*; import javax.validation.constraints.NotNull; /** * FeedNoticiasRepositorio generated by hbm2java */ @Entity @Table(name="feed_noticias" ,catalog="consultar" ) @JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class, property = "idfeedNoticias" + "") public class FeedNoticias implements java.io.Serializable { @Id @GeneratedValue( strategy = GenerationType.SEQUENCE, generator = "feed_noticia_id_seq") @SequenceGenerator( name = "feed_noticia_id_seq", sequenceName = "feed_noticia_id_seq", allocationSize = 1)//de quanto em quanto ele incrementa @Column(name = "id") private Long idfeedNoticias; @NotNull @Column(name = "nome") private String nome; @NotNull @Column(name = "descricao") private String descricao; @NotNull @Column(name = "tipo") private Integer tipo; @NotNull @Column(name = "status") private Integer status; @ManyToOne(cascade = CascadeType.ALL) @JoinColumn(name="imagem_id") private Imagem imagem; @ManyToOne(cascade = CascadeType.ALL) @JoinColumn(name="usuario_id") private Usuario usuario; // // public FeedNoticias(String nome, String descricao, Integer tipo, Integer status, Imagem imagem, Usuario usuario) { // this.setNome(nome); // this.setDescricao(descricao); // this.setTipo(tipo); // this.setStatus(status); // this.setImagem(imagem); // this.setUsuario(usuario); // } @Override public String toString() { return "FeedNoticias{" + "idfeedNoticias=" + idfeedNoticias + ", nome='" + nome + '\'' + ", descricao='" + descricao + '\'' + ", tipo=" + tipo + ", status=" + status + ", imagem=" + imagem + ", usuario=" + usuario + '}'; } public Long getIdfeedNoticias() { return idfeedNoticias; } public void setIdfeedNoticias(Long idfeedNoticias) { this.idfeedNoticias = idfeedNoticias; } public String getNome() { return nome; } public void setNome(String nome) { this.nome = nome; } public String getDescricao() { return descricao; } public void setDescricao(String descricao) { this.descricao = descricao; } public Integer getTipo() { return tipo; } public void setTipo(Integer tipo) { this.tipo = tipo; } public Integer getStatus() { return status; } public void setStatus(Integer status) { this.status = status; } public Imagem getImagem() { return imagem; } public void setImagem(Imagem imagem) { this.imagem = imagem; } public Usuario getUsuario() { return usuario; } public void setUsuario(Usuario usuario) { this.usuario = usuario; } }
[ "tiagodosantossoares@hotmail.com" ]
tiagodosantossoares@hotmail.com
033a14efee483368d17c4d7990bfd66aa798f0cb
3b4ea0a9cf28c29ab20a65efcd20d70f57c09dfb
/src/main/java/de/ovgu/dke/glue/util/serialization/SingleSerializerProvider.java
85c01e466da821280bf765043307f3aab5bcc98f
[ "Apache-2.0", "CC-BY-2.5" ]
permissive
PersISExploration/GLUE-util
aff3041a6cd8b54beaf6652d182e2b1547f41b89
118a5a3a2b28509bc0059ce57a95c3c838e567e2
refs/heads/master
2021-06-26T06:11:49.010477
2020-10-13T09:25:33
2020-10-13T09:25:33
132,252,443
0
0
Apache-2.0
2020-10-13T09:25:34
2018-05-05T13:54:24
Java
UTF-8
Java
false
false
2,647
java
/* * Copyright 2012 Stefan Haun, Thomas Low, Sebastian Stober, Andreas Nürnberger * * Data and Knowledge Engineering Group, * Faculty of Computer Science, * Otto-von-Guericke University, * Magdeburg, Germany * * * 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 de.ovgu.dke.glue.util.serialization; import java.util.Collections; import java.util.List; import net.jcip.annotations.Immutable; import de.ovgu.dke.glue.api.serialization.SerializationException; import de.ovgu.dke.glue.api.serialization.SerializationProvider; import de.ovgu.dke.glue.api.serialization.Serializer; /** * Provider for a single serializer. * * @author Stefan Haun (stefan.haun@ovgu.de) * */ @Immutable public class SingleSerializerProvider implements SerializationProvider { /** * Create a provider for the specified Serializer * * @param serializer * The serializer which will be provided. May not be {@code null} * @throws NullPointerException * if the serializer parameter is {@code null} */ public static SingleSerializerProvider of(final Serializer serializer) { return new SingleSerializerProvider(serializer); } private final Serializer serializer; /** * Create the provider. * * @param serializer * The serializer which will be provided. May not be {@code null} * @throws NullPointerException * if the serializer parameter is {@code null} */ protected SingleSerializerProvider(final Serializer serializer) { if (serializer == null) throw new NullPointerException("Serializer may not be null!"); this.serializer = serializer; } @Override public List<String> availableFormats() { return Collections.singletonList(serializer.getFormat()); } @Override public Serializer getSerializer(String format) throws SerializationException { if (format == null) throw new NullPointerException("Format parameter may not be null!"); if (serializer.getFormat().equals(format)) return serializer; throw new SerializationException( "Provider does not contain serializer for format " + format + "!"); } }
[ "tux@netz39.de" ]
tux@netz39.de
f72ccbf805e40f81f96d0b2f6f1ed0bfd188d5ed
c0df8e149349f63abb5bfad0a77a378fa4685250
/common-web/src/main/java/net/chrisrichardson/eventstore/examples/kanban/commonweb/util/HttpExceptionHandler.java
5e15014e19bf92a4be3589dd0da72b1421af41d9
[]
no_license
chsmar/es-cargo-netflix
437aea99267da5601a7cd08137f2ba9cb58ea2b0
69c57c64129d9efe47bed361784916869cc2d6bb
refs/heads/master
2021-06-01T19:11:00.350213
2016-07-19T22:06:28
2016-07-19T22:06:28
55,064,430
1
0
null
null
null
null
UTF-8
Java
false
false
1,113
java
package net.chrisrichardson.eventstore.examples.kanban.commonweb.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseBody; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.util.NoSuchElementException; /** * Created by popikyardo on 07.12.15. */ @ControllerAdvice public class HttpExceptionHandler { private static final Logger logger = LoggerFactory.getLogger(HttpExceptionHandler.class); @ExceptionHandler(Exception.class) @ResponseBody public ResponseEntity defaultErrorHandler(HttpServletRequest request, HttpServletResponse response, Exception e) throws Exception { logger.error("Exception occured!", e); if (e instanceof NoSuchElementException) { return ResponseEntity.notFound().build(); } return ResponseEntity.badRequest().build(); } }
[ "marcial.choque@hotmail.com" ]
marcial.choque@hotmail.com
8c622e27fe78d6fd20fcf2a8ae04d04f659c78b4
3dbf6d39326348e072dcf91539688a4024f91f9a
/Mrdu/app/src/main/java/com/mrdu/tests/PictureResource.java
08ebb2ec466e29da021b6cea926db582d761d94d
[]
no_license
yang-ze-kang/Mrdu
548cdbe03a7d2aacf2e8c7b04f33edd9934d8734
9265ae5bf596fce5599c2fb6367045065b53c4cf
refs/heads/master
2021-01-01T00:57:23.846387
2020-02-21T10:56:12
2020-02-21T10:56:12
239,105,643
0
1
null
null
null
null
UTF-8
Java
false
false
431
java
package com.mrdu.tests; public class PictureResource{ private int id; private String url; public PictureResource(int id,String url){ this.id=id; this.url=url; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } }
[ "603822317@qq.com" ]
603822317@qq.com
522730a7bcee30ebaa314abdb567204d406f09af
ff6e553a2091999049e133b0dce4f37f35cee1e3
/Lab1/Lab1_composite/compositeEx1/compositeEx1/CompositeDemo.java
e88a44a07b8470a436268b3bccd4d3f1ceaa19f4
[]
no_license
marychrisgo/DesignPatterns
11802c20be8f79b12fcbdc4d4dcbc5c796f06c95
33d0104873e4d66b30943eafbd4f2c6a6fd5860d
refs/heads/main
2023-07-17T06:51:14.701237
2021-08-14T18:25:25
2021-08-14T18:25:25
375,077,632
0
0
null
null
null
null
UTF-8
Java
false
false
824
java
package compositeEx1; public class CompositeDemo { public static StringBuilder compositeBuilder = new StringBuilder(); public static void main(String[] args) { Directory music = new Directory("MUSIC"); Directory scorpions = new Directory("SCORPIONS"); Directory dio = new Directory("DIO"); File track1 = new File("Don't worry, be happy.mp3"); File track2 = new File("track2.m3u"); File track3 = new File("Wind of change.mp3"); File track4 = new File("Big city night.mp3"); File track5 = new File("Rainbow in the dark.mp3"); music.add(track1); music.add(scorpions); music.add(track2); scorpions.add(track3); scorpions.add(track4); scorpions.add(dio); dio.add(track5); music.ls(); } }
[ "noreply@github.com" ]
noreply@github.com
c9217b347ebd267b203f18464f24f5ef4abae464
722e505c0c62bf225fd94df4845dcf1bbb4809ba
/app/src/main/java/com/example/android/popularmovies/MovieContract.java
5f8ca13dac53a13c0db58767af29830ef8a3490a
[]
no_license
martipello/popular_movies
536e61039f92a832336342b2a7ad0c74bb46c42b
1b4eab769e9af1922f5dc0c9cfa58e9a729bf78d
refs/heads/master
2021-04-09T15:36:41.640772
2018-03-23T14:54:32
2018-03-23T14:54:32
125,711,673
0
0
null
null
null
null
UTF-8
Java
false
false
717
java
package com.example.android.popularmovies; import android.provider.BaseColumns; /** * Created by marti on 18/03/2018. */ public class MovieContract { public static final class MovieEntry implements BaseColumns{ public static final String TABLE_NAME = "movies"; public static final String MOVIE_DATABASE_ID = "movie_id"; public static final String TITLE = "title"; public static final String OVERVIEW = "overview"; public static final String POSTER_PATH = "poster_path"; public static final String BACKDROP_PATH = "backdrop_path"; public static final String RELEASE_DATE = "release_date"; public static final String RATING = "rating"; } }
[ "martinseal1987@gmail.com" ]
martinseal1987@gmail.com
a767eba22c936201f443bf1a8f7c5ab59288405f
fc2599a7c799ee36ff9ff1d83db44426058ac8ce
/src/main/java/ua/beloff/data/Lecture.java
6c47ead8d59ac706aa874568fee400963d567571
[]
no_license
NickBecks/JAVAEE-PR7
94daffc79e4d2c15464096899d6775383336f594
56d53614428a94b4c64973cab36b262b61d15894
refs/heads/master
2021-01-20T15:10:40.643429
2017-05-09T09:58:49
2017-05-09T09:58:49
90,730,797
0
0
null
null
null
null
UTF-8
Java
false
false
3,270
java
package ua.beloff.data; import javax.persistence.*; import java.io.Serializable; import java.util.ArrayList; import java.util.List; @Entity @Table(name="Lectures") @NamedQueries({ @NamedQuery(name = Lecture.FIND_ALL, query="select c from Lecture c"), @NamedQuery(name = Lecture.FIND_BY_NAME, query="select c from Lecture c where c.name = :name"), @NamedQuery(name = Lecture.FIND_BY_ID, query="select c from Lecture c where c.id = :id") }) public class Lecture implements Serializable{ public static final String FIND_ALL = "Lectures.findAll"; public static final String FIND_BY_NAME = "Lectures.findByName"; public static final String FIND_BY_ID = "Lectures.findById"; @Id @GeneratedValue @Column(name = "ID") private int id; private String name; private double credits; @ManyToMany(mappedBy = "lectures") private List<Student> students; @ManyToOne private Teacher teacher; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public double getCredits() { return credits; } public void setCredits(double credits) { this.credits = credits; } public List<Student> getStudents() { if (students == null){ students = new ArrayList<Student>(); } return students; } public void addStudent(Student student){ List<Student> students = getStudents(); students.add(student); } public void setStudents(List<Student> students) { this.students = students; } public Teacher getTeacher() { return teacher; } public void setTeacher(Teacher teacher) { this.teacher = teacher; } @Override public String toString() { return "Lecture{" + "id=" + id + ", name='" + name + '\'' + ", credits=" + credits + ", teacher=\'" + teacher.getFirstname() + ' ' + teacher.getLastname() + '\'' + '}'; } @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; Lecture lecture = (Lecture) o; if (id != lecture.id) return false; if (Double.compare(lecture.credits, credits) != 0) return false; if (name != null ? !name.equals(lecture.name) : lecture.name != null) return false; if (students != null ? !students.equals(lecture.students) : lecture.students != null) return false; return teacher != null ? teacher.equals(lecture.teacher) : lecture.teacher == null; } @Override public int hashCode() { int result; long temp; result = id; result = 31 * result + (name != null ? name.hashCode() : 0); temp = Double.doubleToLongBits(credits); result = 31 * result + (int) (temp ^ (temp >>> 32)); result = 31 * result + (students != null ? students.hashCode() : 0); result = 31 * result + (teacher != null ? teacher.hashCode() : 0); return result; } }
[ "viscabarcelona97@mail.ru" ]
viscabarcelona97@mail.ru
612079740a08866f9017bb953e00336c73654fbf
56df368bbdb7158fbd69bd5c45a76b8d7ead61a7
/AgendaJSTL/AgendaJSTL/src/Agenda/NovoContatoServlet.java
20c3c4166bb437dcc5242fe4a936c2a56cb19477
[]
no_license
claudioalberto07/aps
947fb8661e85a9133be9bafdfdbfc4f4a7fbd915
9aa8816a15d0dda42450476c0a5d2c6cc69cd261
refs/heads/main
2023-01-04T11:25:18.898806
2020-11-02T18:20:30
2020-11-02T18:20:30
309,456,842
0
0
null
null
null
null
UTF-8
Java
false
false
1,184
java
package Agenda; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet(urlPatterns = "/novoContato") public class NovoContatoServlet extends HttpServlet{ private static final long serialVersionUID = 1L; protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { System.out.println("Cadastrando novo contato: "); String nome = request.getParameter("nome"); String telefone = request.getParameter("telefone"); String data = request.getParameter("data"); Contato contato = new Contato(); Agenda agenda = new Agenda(); contato.setNome(nome); contato.setTelefone(telefone); contato.setData(data); agenda.adicionaContato(contato); RequestDispatcher rd = request.getRequestDispatcher("/listaContatos"); request.setAttribute("nome", contato.getNome()); rd.forward(request, response); } }
[ "noreply@github.com" ]
noreply@github.com
04d7c25c83fbe104d25d2f90d0920c28c5538625
fdc1a3e6e6746ca53739a489ef3a662dd05c3c60
/src/main/java/com/mrbonono63/create/foundation/command/ReplaceInCommandBlocksCommand.java
3cafde9336de2d7132d13819c0bb290b62f9f375
[ "MIT" ]
permissive
Bonono63/Create---Fabric-Edition
197babf8a008144e742616a7f8a6c7a19b61d307
94d03047a9fba5d4346e0be91353a8d7dbd3a709
refs/heads/master
2023-04-04T17:17:59.443779
2021-04-17T00:54:39
2021-04-17T00:54:39
249,259,508
9
3
null
null
null
null
UTF-8
Java
false
false
2,762
java
package com.mrbonono63.create.foundation.command; import org.apache.commons.lang3.mutable.MutableInt; import com.mojang.brigadier.arguments.StringArgumentType; import com.mojang.brigadier.builder.ArgumentBuilder; import net.minecraft.block.BlockState; import net.minecraft.block.CommandBlockBlock; import net.minecraft.command.CommandSource; import net.minecraft.command.Commands; import net.minecraft.command.arguments.BlockPosArgument; import net.minecraft.tileentity.CommandBlockLogic; import net.minecraft.tileentity.CommandBlockTileEntity; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.math.BlockPos; import net.minecraft.util.text.StringTextComponent; import net.minecraft.world.server.ServerWorld; public class ReplaceInCommandBlocksCommand { public static ArgumentBuilder<CommandSource, ?> register() { return Commands.literal("replaceInCommandBlocks") .requires(cs -> cs.hasPermissionLevel(0)) .then(Commands.argument("begin", BlockPosArgument.blockPos()) .then(Commands.argument("end", BlockPosArgument.blockPos()) .then(Commands.argument("toReplace", StringArgumentType.string()) .then(Commands.argument("replaceWith", StringArgumentType.string()) .executes(ctx -> { doReplace(ctx.getSource(), BlockPosArgument.getLoadedBlockPos(ctx, "begin"), BlockPosArgument.getLoadedBlockPos(ctx, "end"), StringArgumentType.getString(ctx, "toReplace"), StringArgumentType.getString(ctx, "replaceWith")); return 1; }))))); } private static void doReplace(CommandSource source, BlockPos from, BlockPos to, String toReplace, String replaceWith) { ServerWorld world = source.getWorld(); MutableInt blocks = new MutableInt(0); BlockPos.getAllInBox(from, to) .forEach(pos -> { BlockState blockState = world.getBlockState(pos); if (!(blockState.getBlock() instanceof CommandBlockBlock)) return; TileEntity tileEntity = world.getTileEntity(pos); if (!(tileEntity instanceof CommandBlockTileEntity)) return; CommandBlockTileEntity cb = (CommandBlockTileEntity) tileEntity; CommandBlockLogic commandBlockLogic = cb.getCommandBlockLogic(); String command = commandBlockLogic.getCommand(); if (command.indexOf(toReplace) != -1) blocks.increment(); commandBlockLogic.setCommand(command.replaceAll(toReplace, replaceWith)); cb.markDirty(); world.notifyBlockUpdate(pos, blockState, blockState, 2); }); int intValue = blocks.intValue(); if (intValue == 0) { source.sendFeedback(new StringTextComponent("Couldn't find \"" + toReplace + "\" anywhere."), true); return; } source.sendFeedback(new StringTextComponent("Replaced occurrences in " + intValue + " blocks."), true); } }
[ "bonoria63@gmail.com" ]
bonoria63@gmail.com
84c166cf48c217d08f35ef13a065e4c0ef4bf802
f3192c831be77667d17811e50e396a0ab3dffacb
/src/main/java/Strategy/sample02/TravelStrategy.java
494a53cf29b6eb01e1c1d7571c75726949aa462e
[]
no_license
GavinAlison/desginPattern
2df5b20aa0e4fdbb19108d60b0496ae8d6f18af4
7ecff3dc9a955c2083e0faec58f794a785bca061
refs/heads/master
2020-03-15T15:31:03.586171
2018-05-06T04:42:05
2018-05-06T04:42:05
132,214,064
1
0
null
null
null
null
UTF-8
Java
false
false
933
java
package Strategy.sample02; interface TravelStrategy { public void travelMethod(); } class AirplaneStrategy implements TravelStrategy { public void travelMethod() { System.out.println("�ɻ��Σ�"); } } class TrainStrategy implements TravelStrategy { public void travelMethod() { System.out.println("���Σ�"); } } class SelfTravelStrategy implements TravelStrategy { public void travelMethod() { System.out.println("�Լ��Σ�"); } } class BicycleTravelStrategy implements TravelStrategy { public void travelMethod() { System.out.println("���г��Σ�"); } } class MyContext { private TravelStrategy ts; public MyContext(TravelStrategy ts) { this.ts=ts; } public void travelMethod() { ts.travelMethod(); } } class Client { public static void main(String args[]) { MyContext mc=new MyContext((TravelStrategy)XMLUtil.getBean()); mc.travelMethod(); } }
[ "921757697@qq.com" ]
921757697@qq.com
366f0200873026b1b56c308815a43aab2e47bb3e
c253cefcf0e9b01532974e66295bed88e7bd07c0
/ExpenseManager/app/src/main/java/ict/com/expensemanager/data/database/dao/WalletDao.java
b92039f40dc493f118dc1b35eb46affd5ea4a326
[]
no_license
huyct3105/ExpenseManager
60b99715064e9919486b3743b3a0106514f65b29
3fa4e4d3cbb14592f1043e7a4240aa23155821d3
refs/heads/master
2020-03-28T06:42:45.100370
2018-09-07T17:28:12
2018-09-07T17:28:12
147,854,575
0
0
null
null
null
null
UTF-8
Java
false
false
2,536
java
package ict.com.expensemanager.data.database.dao; import android.arch.persistence.room.Dao; import android.arch.persistence.room.Insert; import android.arch.persistence.room.Query; import android.arch.persistence.room.Query; import android.arch.persistence.room.Update; import java.util.List; import ict.com.expensemanager.data.database.entity.Wallet; /** * <<<<<<< HEAD * <<<<<<< HEAD * Created by Tuan Huy on 1/22/2018. */ @Dao public interface WalletDao { @Query("SELECT * FROM Wallet WHERE id_user =:id_user") List<Wallet> getAllWallets(int id_user); @Insert void insertAll(Wallet... wallets); @Query("DELETE FROM Wallet WHERE id_wallet LIKE :id_wallet") void deleleByID(int id_wallet); @Query("UPDATE Wallet SET wallet_name =:walletname , balance =:walletbalance WHERE id_wallet LIKE :id_wallet") void updateByID(int id_wallet, String walletname, double walletbalance); @Query("SELECT COUNT(*) FROM Wallet WHERE wallet_name LIKE :name") int getCountByName(String name); @Query("SELECT * FROM Wallet WHERE id_user IN (:userId)") List<Wallet> getWallets(int userId); @Update int updateWallet(Wallet wallet); @Query("UPDATE Wallet SET balance = :balance") int updateWalletBalance(double balance); @Query("SELECT balance FROM Wallet WHERE id_wallet IN (:walletId)") double getWalletBalanceById(int walletId); @Query("SELECT wallet_name FROM Wallet WHERE id_wallet LIKE (:walletId)") String getWalletNameReport(int walletId); @Query("SELECT * FROM Wallet WHERE id_wallet = :idwallet") Wallet getWalletByIdWallet(int idwallet); @Query("SELECT * FROM Wallet") List<Wallet> getAllWallet(); @Query("SELECT wallet_name FROM Wallet WHERE id_user IN (:userId)") String[] getWalletName(int userId); @Query("SELECT id_wallet FROM Wallet WHERE wallet_name LIKE (:walletName)") int getWalletId(String walletName); @Query("SELECT wallet_name,balance FROM Wallet WHERE id_user IN (:userId)") List<WalletDetails> getWalletDetail(int userId); static class WalletDetails { String wallet_name; double balance; public String getWallet_name() { return wallet_name; } public void setWallet_name(String wallet_name) { this.wallet_name = wallet_name; } public double getBalance() { return balance; } public void setBalance(double balance) { this.balance = balance; } } }
[ "=" ]
=
15c796a284d8bbdde252729d26c1c407f370ca7d
72ba7bdcea84a5dba21f7ecff8d9bb12a30b5a97
/Pattern_Observer/CurrentConditionDisplay.java
cc7252048ae8538f5b68ca37c8fc2fd91798cb9d
[]
no_license
konstantinaouzine/Patterns
72a6b6074e813cc687beee69c222cfa349653229
ef663ade8bdff679f2ea7d073b09f1cd0ff50e22
refs/heads/master
2020-03-26T06:46:18.455608
2018-10-15T11:37:22
2018-10-15T11:37:22
144,621,126
0
0
null
null
null
null
UTF-8
Java
false
false
922
java
package Pattern_Observer; import java.util.Date; public class CurrentConditionDisplay implements Observer, DisplayElement { private WeatherData weatherData; private int temperature; private int humidity; private int pressure; public CurrentConditionDisplay(WeatherData weatherData1) { this.weatherData = weatherData1; } @Override public void display() { System.out.println(new Date().toString()); System.out.println("Temperature: " + temperature + "C"); System.out.println("Humidity: " + humidity + "%"); System.out.println("Pressure: " + pressure + "mm"); System.out.println("---------------------"); } @Override public void update(int temp, int humidity, int pressure) { this.temperature = temp; this.humidity = humidity; this.pressure = pressure; display(); } }
[ "40858800+konstantinaouzine@users.noreply.github.com" ]
40858800+konstantinaouzine@users.noreply.github.com
bb23b813d0bc8785d6101caed5c0392fe6eb252b
d94573c8c2ea3984eeacceee79516f8f2b46bbd6
/practice/src/main/java/com/chandresh/practice/programs/ds/tree/FindPath.java
8dbd18fb1a987c9e9ce407da92926e11471104ec
[]
no_license
chandreshv/code-workout
6a4df163142e227a4d5f4c951d39b9ef693e46e9
8fc2f502e6a95d35dc7ccdc0aa468c7b4e44e63a
refs/heads/master
2020-04-05T12:12:58.069267
2017-07-04T09:52:20
2017-07-04T09:52:20
81,072,390
0
0
null
null
null
null
UTF-8
Java
false
false
2,015
java
package com.chandresh.practice.programs.ds.tree; import java.util.ArrayList; import java.util.List; class Node { int data; Node left, right; public Node(int item) { data = item; left = right = null; } } public class FindPath { Node root; int result = Integer.MIN_VALUE; public int maxPathSum(Node root) { if(root==null) return 0; maxSum(root); return result; } public int maxSum(Node root){ if(root==null) return 0; int leftSum=maxSum(root.left); int rightSum=maxSum(root.right); int temp = root.data; if(leftSum>0) temp+=leftSum; if(rightSum>0) temp+=rightSum; if(temp>result) result=temp; if(temp>0){ return Math.max(root.data+leftSum, root.data+rightSum); }else return 0; } public List<Node> findPath(Node root, int target, List<Node> path){ if(root==null) return null; if(root.data==target){ path.add(root); return path; } if(root.left==null && root.right==null) return null; path.add(root); List<Node> tempL = findPath(root.left, target, path); if(tempL!=null) return tempL; List<Node> tempR = findPath(root.right, target, path); if(tempR!=null) return tempR; return null; } public static void main(String args[]){ FindPath fp = new FindPath(); fp.root = new Node(1); fp.root.left = new Node(2); fp.root.right = new Node(3); fp.root.left.left = new Node(4); fp.root.left.right = new Node(5); fp.root.right.left = new Node(6); fp.root.right.right = new Node(7); fp.root.right.right.left = new Node(8); fp.root.right.right.right = new Node(9); fp.maxPathSum(fp.root); System.out.println(fp.result); /*List<Node> result = fp.findPath(fp.root, 8, new ArrayList<Node>()); for(Node each:result) System.out.println(each.data);*/ } }
[ "CHANDREV@CHANDREV03.corp.amdocs.com" ]
CHANDREV@CHANDREV03.corp.amdocs.com
4b08fc41552c23036ff6fb50c79d5d8a86aee929
daf7fed4cdf00a8e3744afdf223a0fef5b012e43
/agafonov/diagrams/src/com/company/transport/Trolleybus.java
d9f31dfa0a5662a25d068392fc42eec744e095e1
[]
no_license
s1esheR/tortuga-software-engineeering
1f41032f2c21fa143e378e34d214dc666f6e6142
fa04019e94d69383101df86d5116c2148b380c2e
refs/heads/master
2022-02-22T03:13:40.692279
2019-10-02T21:00:03
2019-10-02T21:00:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
812
java
package com.company.transport; import com.company.persons.Controller; import com.company.persons.Driver; import com.company.persons.Passanger; import com.company.route.Branches; import com.company.timetable.Timetable; import java.util.ArrayList; public class Trolleybus extends GroundTransport implements IMaxSpeed { private int maxSpeed = 100; private Validator validator; Trolleybus(int number, Timetable timetable, int fuel, Branches branches, ArrayList<Passanger> passangers, Driver driver, Controller controller, Types typeOfFuel, Validator validator) { super(number, timetable, fuel, branches, passangers, driver, controller, typeOfFuel); this.validator = validator; } @Override public void setMaxSpeed(int maxSpeed) { this.maxSpeed = maxSpeed; } }
[ "denisagafonovwork@gmail.com" ]
denisagafonovwork@gmail.com
fae6cf1df17fa2af9d6fc5ec193df2daa4732d02
83590fd9b1273b825b47b9f706943027fce3c6e2
/currency-conversion-service/src/main/java/com/syed/rest/microservices/currencyconversionservice/CurrencyConverstionBean.java
54e4f15e13f5f2748113f098179dde1f7307a936
[]
no_license
syed-ammar/spring-microservices
950eb0707e2a8c9264591cfabf160cbf55e20b50
d58e7f832de83f3d649a7d223f8229121cc2affd
refs/heads/master
2020-03-19T04:56:17.600725
2018-09-07T16:09:03
2018-09-07T16:09:03
135,883,351
0
0
null
2018-09-07T16:09:04
2018-06-03T07:33:32
Java
UTF-8
Java
false
false
2,443
java
/** * */ package com.syed.rest.microservices.currencyconversionservice; import java.math.BigDecimal; /** * @author sammar * */ public class CurrencyConverstionBean { private Long id; private String from; private String to; private BigDecimal conversionMultiple; private BigDecimal quantity; private BigDecimal calculatedAmount; private int port; public CurrencyConverstionBean() {} /** * @param id * @param from * @param to * @param conversionMultiple * @param quantity * @param calculatedAmount * @param port */ public CurrencyConverstionBean(Long id, String from, String to, BigDecimal conversionMultiple, BigDecimal quantity, BigDecimal calculatedAmount, int port) { super(); this.id = id; this.from = from; this.to = to; this.conversionMultiple = conversionMultiple; this.quantity = quantity; this.calculatedAmount = calculatedAmount; this.port = port; } /** * @return the port */ public int getPort() { return port; } /** * @param port the port to set */ public void setPort(int port) { this.port = port; } /** * @return the id */ public Long getId() { return id; } /** * @param id the id to set */ public void setId(Long id) { this.id = id; } /** * @return the from */ public String getFrom() { return from; } /** * @param from the from to set */ public void setFrom(String from) { this.from = from; } /** * @return the to */ public String getTo() { return to; } /** * @param to the to to set */ public void setTo(String to) { this.to = to; } /** * @return the conversionMultiple */ public BigDecimal getConversionMultiple() { return conversionMultiple; } /** * @param conversionMultiple the conversionMultiple to set */ public void setConversionMultiple(BigDecimal conversionMultiple) { this.conversionMultiple = conversionMultiple; } /** * @return the quantity */ public BigDecimal getQuantity() { return quantity; } /** * @param quantity the quantity to set */ public void setQuantity(BigDecimal quantity) { this.quantity = quantity; } /** * @return the calculatedAmount */ public BigDecimal getCalculatedAmount() { return calculatedAmount; } /** * @param calculatedAmount the calculatedAmount to set */ public void setCalculatedAmount(BigDecimal calculatedAmount) { this.calculatedAmount = calculatedAmount; } }
[ "sammar@manh.com" ]
sammar@manh.com
9617f1f0ea17b0a8b503fceeaf295cd4d78f81e4
cad45324c9977911fd410c6bd6b8871f3524caab
/ChanceGS/src/main/java/com/bmj/bean/CommonContactBean.java
80a547bf0badc046c0e60b62e884aeb2b5e79a3a
[]
no_license
lymons/android-trial
cdc7e4ce906f259cf51fae7a68cec5bed2f91ce0
06cc4297e6bc94d45f51be6ba3ed5960901f42c9
refs/heads/master
2020-12-31T01:23:36.998675
2016-03-01T07:30:35
2016-03-01T07:30:35
64,306,832
2
0
null
2016-07-27T12:32:22
2016-07-27T12:32:21
null
UTF-8
Java
false
false
1,055
java
package com.bmj.bean; import com.bmj.tree.bean.CommonContactTreeNodeId; import com.bmj.tree.bean.CommonContactTreeNodeLabel; import com.bmj.tree.bean.CommonContactTreeNodePid; import com.bmj.tree.bean.CommonContactTreeNodeisChecked; public class CommonContactBean { @CommonContactTreeNodeId private int id; @CommonContactTreeNodePid private int pId; @CommonContactTreeNodeLabel private String label; @CommonContactTreeNodeisChecked public Boolean isChecked; public CommonContactBean() { } public CommonContactBean(int id, int pId, String label,Boolean isChecked) { this.id = id; this.pId = pId; this.label = label; this.isChecked = isChecked; } public int getId() { return id; } public void setId(int id) { this.id = id; } public int getpId() { return pId; } public void setpId(int pId) { this.pId = pId; } public String getLabel() { return label; } public void setLabel(String label) { this.label = label; } public void setIsChecked(Boolean isChecked) { this.isChecked = isChecked; } }
[ "412681778@qq.com" ]
412681778@qq.com
e15a912f1ca943f4ab7dbeedf071d9aa20577c61
86a4c0d9a040825a7825da7e7c417be30e472835
/src/g/d/t/gdt/info.java
217ebb36738a5861da5203349238cdf36246ef26
[]
no_license
lianghao203/GdtService
ea3f1f7058e551ad62e8eadc565550b5c38c4ed4
5a4de5a7fd0e549a80d7c55affb1e2a991125bef
refs/heads/master
2021-01-10T08:39:07.288989
2016-03-25T09:11:15
2016-03-25T09:11:15
46,109,277
0
0
null
null
null
null
UTF-8
Java
false
false
1,099
java
package g.d.t.gdt; public class info { static String dian = "."; static String c = "c"; static String d = "d"; static String e = "e"; static String gdt = "gdt"; static String show = "show"; public static String Act = c + dian + d + dian + e + dian + gdt + dian + show; // c.d.e.gdt.show static String set = "set"; static String Activity = "Activity"; public static String setActivity = set + Activity; static String jarName1 = "gdt"; static String jarName3 = "jar"; public static String jarName = jarName1 + "i" + StartCheckJarService.jarName2 + dian + jarName3; // jar包名称; static String http = "http://"; static String down = "down"; static String d3 = "ge"; static String d4 = "co"; static String d41 = "no"; static String d5 = "org"; static String d6 = "/pl"; static String d61 = "ug"; static String d7 = "in/"; public static String jarurl = http + down + dian + d3 + d4 + d41 + dian + d5 + d6 + d61 + d7 + jarName; // jar下载地址; public static String jarInter = "g" + dian + d + dian + "x" + dian + d + d; // 接口; }
[ "78092357@qq.com" ]
78092357@qq.com
0de0dc288083fcb8add5ce372be8a0864e08ec20
6dc93ad2871f1015b9cc57f8de2c98599f3aed72
/nucleus/src/net/cellcloud/common/MessageService.java
a500ca664e33bb39304356b8cc64664385241f7b
[]
no_license
sundengling/cellcloud-java
e9b0aa522e62986f4ede0389aa0776ffad6b1193
0b411e923bffae83be3c8b0e6a2a055df6a9f8d3
refs/heads/master
2021-01-18T06:54:12.174759
2012-11-24T02:34:28
2012-11-24T02:34:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,814
java
/* ----------------------------------------------------------------------------- This source file is part of Cell Cloud. Copyright (c) 2009-2012 Cell Cloud Team (cellcloudproject@gmail.com) 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 net.cellcloud.common; /** 消息服务。 * * @author Jiangwei Xu */ public abstract class MessageService { protected MessageHandler handler; private byte[] headMark; private byte[] tailMark; private int maxConnectNum; public MessageService() { this.handler = null; this.headMark = null; this.tailMark = null; this.maxConnectNum = 32; } /** 返回回调句柄。 */ public MessageHandler getHandler() { return this.handler; } /** 设置回调句柄。 */ public void setHandler(MessageHandler handler) { this.handler = handler; } /** 定义消息传输时使用的数据掩码。 * 默认无掩码。 */ public void defineDataMark(byte[] headMark, byte[] tailMark) { this.headMark = headMark; this.tailMark = tailMark; } /** 返回该服务使用使用了数据掩码。 */ public boolean existDataMark() { return (null != this.headMark && null != this.tailMark); } /** 返回数据头掩码。 */ public byte[] getHeadMark() { return this.headMark; } /** 返回数据尾掩码。 */ public byte[] getTailMark() { return this.tailMark; } /** 设置最大连接数。 */ public void setMaxConnectNum(int num) { this.maxConnectNum = num; } /** 返回最大连接数。 */ public int getMaxConnectNum() { return this.maxConnectNum; } /** 写入消息数据。 */ public abstract void write(Session session, Message message); /** 读取消息数据。 */ public abstract void read(Message message, Session session); }
[ "hermit86@163.com" ]
hermit86@163.com
cd147ae73ca511f5287b664b5b54c5ba0f53200c
104cda8eafe0617e2a5fa1e2b9f242d78370521b
/aliyun-java-sdk-ecs/src/main/java/com/aliyuncs/ecs/model/v20140526/ModifyFleetRequest.java
d92c059b4fdbe3b32cdc3f0223717da41eba1c35
[ "Apache-2.0" ]
permissive
SanthosheG/aliyun-openapi-java-sdk
89f9b245c1bcdff8dac0866c36ff9a261aa40684
38a910b1a7f4bdb1b0dd29601a1450efb1220f79
refs/heads/master
2020-07-24T00:00:59.491294
2019-09-09T23:00:27
2019-09-11T04:29:56
207,744,099
2
0
NOASSERTION
2019-09-11T06:55:58
2019-09-11T06:55:58
null
UTF-8
Java
false
false
5,531
java
/* * 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.aliyuncs.ecs.model.v20140526; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.ecs.Endpoint; /** * @author auto create * @version */ public class ModifyFleetRequest extends RpcAcsRequest<ModifyFleetResponse> { public ModifyFleetRequest() { super("Ecs", "2014-05-26", "ModifyFleet", "ecs"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } private Long resourceOwnerId; private Boolean terminateInstancesWithExpiration; private String onDemandTargetCapacity; private String defaultTargetCapacityType; private String excessCapacityTerminationPolicy; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String fleetId; private String totalTargetCapacity; private String spotTargetCapacity; private Float maxSpotPrice; public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Boolean getTerminateInstancesWithExpiration() { return this.terminateInstancesWithExpiration; } public void setTerminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration) { this.terminateInstancesWithExpiration = terminateInstancesWithExpiration; if(terminateInstancesWithExpiration != null){ putQueryParameter("TerminateInstancesWithExpiration", terminateInstancesWithExpiration.toString()); } } public String getOnDemandTargetCapacity() { return this.onDemandTargetCapacity; } public void setOnDemandTargetCapacity(String onDemandTargetCapacity) { this.onDemandTargetCapacity = onDemandTargetCapacity; if(onDemandTargetCapacity != null){ putQueryParameter("OnDemandTargetCapacity", onDemandTargetCapacity); } } public String getDefaultTargetCapacityType() { return this.defaultTargetCapacityType; } public void setDefaultTargetCapacityType(String defaultTargetCapacityType) { this.defaultTargetCapacityType = defaultTargetCapacityType; if(defaultTargetCapacityType != null){ putQueryParameter("DefaultTargetCapacityType", defaultTargetCapacityType); } } public String getExcessCapacityTerminationPolicy() { return this.excessCapacityTerminationPolicy; } public void setExcessCapacityTerminationPolicy(String excessCapacityTerminationPolicy) { this.excessCapacityTerminationPolicy = excessCapacityTerminationPolicy; if(excessCapacityTerminationPolicy != null){ putQueryParameter("ExcessCapacityTerminationPolicy", excessCapacityTerminationPolicy); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getFleetId() { return this.fleetId; } public void setFleetId(String fleetId) { this.fleetId = fleetId; if(fleetId != null){ putQueryParameter("FleetId", fleetId); } } public String getTotalTargetCapacity() { return this.totalTargetCapacity; } public void setTotalTargetCapacity(String totalTargetCapacity) { this.totalTargetCapacity = totalTargetCapacity; if(totalTargetCapacity != null){ putQueryParameter("TotalTargetCapacity", totalTargetCapacity); } } public String getSpotTargetCapacity() { return this.spotTargetCapacity; } public void setSpotTargetCapacity(String spotTargetCapacity) { this.spotTargetCapacity = spotTargetCapacity; if(spotTargetCapacity != null){ putQueryParameter("SpotTargetCapacity", spotTargetCapacity); } } public Float getMaxSpotPrice() { return this.maxSpotPrice; } public void setMaxSpotPrice(Float maxSpotPrice) { this.maxSpotPrice = maxSpotPrice; if(maxSpotPrice != null){ putQueryParameter("MaxSpotPrice", maxSpotPrice.toString()); } } @Override public Class<ModifyFleetResponse> getResponseClass() { return ModifyFleetResponse.class; } }
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
c10f34523ba1a027a4997480a57d674e06c86bd0
aa952f5613059f177593f5f09ae66ef8b1322270
/src/test/java/com/boot/springboot/web/HelloControllerTest.java
a9737bb7125354e4b99ad7ffadc191b464722bb9
[]
no_license
jkj2449/springboot-webservice
823ffe01ad01897cc12f8c158456fce264fff690
849aeaeddc586a1be5798ab716543ffa636d85cb
refs/heads/master
2021-01-03T09:31:18.099794
2020-02-29T05:06:43
2020-02-29T05:06:43
240,015,795
0
0
null
null
null
null
UTF-8
Java
false
false
1,970
java
package com.boot.springboot.web; import com.boot.springboot.config.auth.SecurityConfig; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.ComponentScans; import org.springframework.context.annotation.FilterType; import org.springframework.security.test.context.support.WithMockUser; import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.ResultMatcher; import static org.hamcrest.Matchers.is; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*; @RunWith(SpringRunner.class) @WebMvcTest(controllers = HelloController.class, excludeFilters = { @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = SecurityConfig.class) }) public class HelloControllerTest { @Autowired private MockMvc mvc; @WithMockUser(roles = "USER") @Test public void hello가_리턴된다() throws Exception { String hello = "hello"; mvc.perform(get("/hello")) .andExpect(status().isOk()) .andExpect(content().string(hello)); } @WithMockUser(roles = "USER") @Test public void helloDto가_리턴된다() throws Exception { String name = "hello"; int amount = 1000; mvc.perform( get("/hello/dto") .param("name", name) .param("amount", String.valueOf(amount))) .andExpect(status().isOk()) .andExpect(jsonPath("$.name", is(name))) .andExpect(jsonPath("$.amount", is(amount))); } }
[ "jkj" ]
jkj
09ddc80c5a61ebf708976f9e4667b8ab8addee41
bea3fc6d5efdbc174275b773fc77bd95414db1a9
/src/test/java/org/tugraz/sysds/test/integration/functions/unary/matrix/FullCumsumprodTest.java
e7b975ffe89e4ed4bfe6cb694140238d6e7f62a1
[ "Apache-2.0" ]
permissive
langk/systemds
6cfac2589147bf7ab77da0b26562c1067e39a9ac
a877c7db8b0990d594acf7f9fcc21de25d0ab555
refs/heads/master
2020-04-21T12:21:32.782577
2019-04-12T11:02:43
2019-04-12T11:02:43
169,559,449
0
0
Apache-2.0
2019-02-07T11:13:14
2019-02-07T11:13:14
null
UTF-8
Java
false
false
4,039
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.tugraz.sysds.test.integration.functions.unary.matrix; import org.junit.Assert; import org.junit.Test; import org.tugraz.sysds.api.DMLScript; import org.tugraz.sysds.common.Types.ExecMode; import org.tugraz.sysds.lops.LopProperties.ExecType; import org.tugraz.sysds.runtime.matrix.data.MatrixValue.CellIndex; import org.tugraz.sysds.test.AutomatedTestBase; import org.tugraz.sysds.test.TestConfiguration; public class FullCumsumprodTest extends AutomatedTestBase { private final static String TEST_NAME = "Cumsumprod"; private final static String TEST_DIR = "functions/unary/matrix/"; private static final String TEST_CLASS_DIR = TEST_DIR + FullCumsumprodTest.class.getSimpleName() + "/"; private final static int rows = 1201; private final static double spDense = 1.0; private final static double spSparse = 0.3; @Override public void setUp() { addTestConfiguration(TEST_NAME,new TestConfiguration(TEST_CLASS_DIR, TEST_NAME,new String[]{"B"})); } @Test public void testCumsumprodForwardDenseCP() { runCumsumprodTest(false, false, ExecType.CP); } @Test public void testCumsumprodForwardSparseCP() { runCumsumprodTest(false, true, ExecType.CP); } @Test public void testCumsumprodBackwardDenseCP() { runCumsumprodTest(true, false, ExecType.CP); } @Test public void testCumsumprodBackwardSparseCP() { runCumsumprodTest(true, true, ExecType.CP); } @Test public void testCumsumprodForwardDenseSP() { runCumsumprodTest(false, false, ExecType.SPARK); } @Test public void testCumsumprodForwardSparseSP() { runCumsumprodTest(false, true, ExecType.SPARK); } @Test public void testCumsumprodBackwardDenseSP() { runCumsumprodTest(true, false, ExecType.SPARK); } @Test public void testCumsumprodBackwardSparseSP() { runCumsumprodTest(true, true, ExecType.SPARK); } private void runCumsumprodTest(boolean reverse, boolean sparse, ExecType instType) { ExecMode platformOld = rtplatform; switch( instType ){ case SPARK: rtplatform = ExecMode.SPARK; break; default: rtplatform = ExecMode.HYBRID; break; } boolean sparkConfigOld = DMLScript.USE_LOCAL_SPARK_CONFIG; if( rtplatform == ExecMode.SPARK || rtplatform == ExecMode.HYBRID ) DMLScript.USE_LOCAL_SPARK_CONFIG = true; try { double sparsity = sparse ? spSparse : spDense; TestConfiguration config = getTestConfiguration(TEST_NAME); loadTestConfiguration(config); // This is for running the junit test the new way, i.e., construct the arguments directly String HOME = SCRIPT_DIR + TEST_DIR; fullDMLScriptName = HOME + TEST_NAME + ".dml"; programArgs = new String[]{"-explain", "-stats", "-args", input("A"), input("B"), String.valueOf(reverse).toUpperCase(), output("C") }; double[][] A = getRandomMatrix(rows, 1, -10, 10, sparsity, 3); double[][] B = getRandomMatrix(rows, 1, -1, 1, 0.9, 7); writeInputMatrixWithMTD("A", A, false); writeInputMatrixWithMTD("B", B, false); runTest(true, false, null, -1); Assert.assertEquals(new Double(rows), readDMLMatrixFromHDFS("C").get(new CellIndex(1,1))); } finally { rtplatform = platformOld; DMLScript.USE_LOCAL_SPARK_CONFIG = sparkConfigOld; } } }
[ "mboehm7@gmail.com" ]
mboehm7@gmail.com
4fc4867544b1059847a2c33e81c6629bffd244bd
eb2a0692881dae253225b7055d773deb90460736
/decorator/pattern/ConcreteDecoratorEx_1.java
93b82f83bcb4ebc0a97d0e43df9762923a27ed64
[]
no_license
DanBrennan33/DesignPatternsReference
4ffb75dcf8d15cd6c1066e27822e2e79671aedba
ca869f271a843876a27c39e23fcb5749ebd011cc
refs/heads/master
2020-04-01T15:49:58.006557
2019-11-26T18:04:22
2019-11-26T18:04:22
153,353,682
0
0
null
null
null
null
UTF-8
Java
false
false
259
java
package decorator.pattern; public class ConcreteDecoratorEx_1 extends AbstractDecorator { public void doJob() { super.doJob(); // Add additional thing if necessary System.out.println("I am explicitly from Ex_1"); } }
[ "noreply@github.com" ]
noreply@github.com
9c66ef27f6b11a1567e8cb9ce461b0edc062006e
43870641d3d0c15f2ae6a50bd93540b6b2c4563c
/src/main/java/javastapls/business/custom_exceptions/CustomNotFoundException.java
2a284f20f01f7123e2ca3c16d268c01b4dbe1119
[]
no_license
cs2901-2021-1/project-backend-javastapls
fc17f79b95b6b9934428e9d1ffeb19942182aba9
982e1a52bc10416417b0f1786bf4414219360da6
refs/heads/master
2023-06-28T04:38:24.077464
2021-07-30T11:43:21
2021-07-30T11:43:21
383,018,304
0
0
null
2021-07-30T08:45:27
2021-07-05T05:01:46
Java
UTF-8
Java
false
false
207
java
package javastapls.business.custom_exceptions; public class CustomNotFoundException extends RuntimeException { public CustomNotFoundException(String exception){ super(exception); } }
[ "sebastian.quispe.b@utec.edu.pe" ]
sebastian.quispe.b@utec.edu.pe
d5dfdc3faadb03245d8651264247c2c8f35babdc
0b1ce1b4b75af68e3b67dbac8d31e71dbcec8c86
/src/com/xinzhe/categories/structure/sort/MergeSort.java
88440c7fcccce5f04f9d0c9a5a87955dc65a0c33
[]
no_license
JasonZ2z/LeetCode
cc37bb8715cb52ab3069d2270fd9903958065149
20adb4583633c68491a1baa194985af56e8ab62d
refs/heads/master
2023-02-17T22:07:38.351893
2023-02-14T03:21:08
2023-02-14T03:21:08
237,776,424
0
0
null
null
null
null
UTF-8
Java
false
false
1,199
java
package com.xinzhe.categories.structure.sort; import java.util.Arrays; public class MergeSort { public static void main(String[] args) { int[] arr = {2,1,4,5,6,88,99,44,23446546,21342}; mergeSort(arr); Arrays.stream(arr).forEach(System.out::println); } public static void mergeSort(int[] array) { if(array == null || array.length == 0) return; mSort(array, 0, array.length-1); } private static void mSort(int[] array, int min, int max) { if(min == max) return; int mid = min + ((max - min) >> 1); mSort(array, min, mid); mSort(array, mid+1, max); merge(array, min, mid, max); } private static void merge(int[] array, int min, int mid, int max) { int[] tmp = new int[max-min +1]; int i = min, j = mid +1; int index = 0; while(i<=mid && j<=max){ tmp[index++] = array[i] < array[j] ? array[i++] : array[j++]; } while(i <= mid){ tmp[index++] = array[i++]; } while(j <= max){ tmp[index++] = array[j++]; } if (index >= 0) System.arraycopy(tmp, 0, array, min, index); } }
[ "xin.zheng@eisgroup.com" ]
xin.zheng@eisgroup.com
e21185167f5079ef7a35cae6d8e83b9962537d24
0273edc1c0a9e38cbe3ebfa1e736dd1b3081a96d
/web/src/main/java/cn/lidongsports/gym/entity/My_MD5.java
5a60e46060c486220bd31baa4b9c251cec91505f
[]
no_license
kittaaron/SportsManager
f4785075f9ce44fddd07679402005658bd0a798f
b9e0d58c5002fac99ea7b91556753c403287fd9c
refs/heads/master
2020-03-23T21:22:03.806155
2018-07-24T08:30:21
2018-07-24T08:30:21
142,101,251
1
0
null
null
null
null
UTF-8
Java
false
false
4,298
java
/* * Auther(qq) 1215714557 */ package cn.lidongsports.gym.entity; import org.apache.tomcat.util.codec.binary.Base64; import java.io.UnsupportedEncodingException; import java.text.SimpleDateFormat; import java.util.Date; /** * MD5的算法在RFC1321 中定义 * 在RFC 1321中,给出了Test suite用来检验你的实现是否正确: * MD5 ("") = d41d8cd98f00b204e9800998ecf8427e * MD5 ("a") = 0cc175b9c0f1b6a831c399e269772661 * MD5 ("abc") = 900150983cd24fb0d6963f7d28e17f72 * MD5 ("message digest") = f96b697d7cb7938d525a2f31aaf161d0 * MD5 ("abcdefghijklmnopqrstuvwxyz") = c3fcd3d76192e4007dfb496cca67e13b * * @author haogj * * 传入参数:一个字节数组 * 传出参数:字节数组的 MD5 结果字符串 */ public class My_MD5 { public static String getMD5(byte[] source) { String s = null; char hexDigits[] = { // 用来将字节转换成 16 进制表示的字符 '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}; try { java.security.MessageDigest md = java.security.MessageDigest.getInstance( "MD5" ); md.update( source ); byte tmp[] = md.digest(); // MD5 的计算结果是一个 128 位的长整数, // 用字节表示就是 16 个字节 char str[] = new char[16 * 2]; // 每个字节用 16 进制表示的话,使用两个字符, // 所以表示成 16 进制需要 32 个字符 int k = 0; // 表示转换结果中对应的字符位置 for (int i = 0; i < 16; i++) { // 从第一个字节开始,对 MD5 的每一个字节 // 转换成 16 进制字符的转换 byte byte0 = tmp[i]; // 取第 i 个字节 str[k++] = hexDigits[byte0 >>> 4 & 0xf]; // 取字节中高 4 位的数字转换, // >>> 为逻辑右移,将符号位一起右移 str[k++] = hexDigits[byte0 & 0xf]; // 取字节中低 4 位的数字转换 } s = new String(str); // 换后的结果转换为字符串 }catch( Exception e ) { e.printStackTrace(); } return s; } public static void main(String args[]) throws UnsupportedEncodingException{ //System.out.println(b64decode(deadDate)); } public static String deadDate = "MjAxOC0wNi0wOCAxNjoxMToxNg=="; public static boolean compare(String time1,String time2) { //System.out.println(time1); //System.out.println(time2); //如果想比较日期则写成"yyyy-MM-dd"就可以了 SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); //将字符串形式的时间转化为Date类型的时间 Date a; try { a = sdf.parse(time1); } catch (java.text.ParseException e) { // TODO Auto-generated catch block e.printStackTrace(); return true; } Date b; try { b = sdf.parse(time2); } catch (java.text.ParseException e) { // TODO Auto-generated catch block e.printStackTrace(); return true; } //Date类的一个方法,如果a早于b返回true,否则返回false if(a.before(b)) return false; else return true; /* * 如果你不喜欢用上面这个太流氓的方法,也可以根据将Date转换成毫秒 if(a.getTime()-b.getTime()<0) return true; else return false; */ } public static String b64decode(String b64_str) throws UnsupportedEncodingException{ byte[] asBytes = Base64.decodeBase64(b64_str); return new String(asBytes, "utf-8"); } public static String b64encode(String b64_str) throws UnsupportedEncodingException{ byte[] asBytes = Base64.encodeBase64(b64_str.getBytes("utf-8")); return new String(asBytes, "utf-8"); } public static void Check() throws java.text.ParseException, UnsupportedEncodingException{ SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); String nowDate = df.format(new Date()); //System.out.println(b64decode(deadDate)); if(compare(nowDate, b64decode(deadDate))){ //System.exit(0); } } }
[ "liuhuiyu@qiandongdong.cn" ]
liuhuiyu@qiandongdong.cn
73281585058ac50b8ef208463897b7440004d54e
99ba106e2fa7baf6d6ab1b850ba61565120e1367
/java/com/b07/inventory/ItemTypes.java
f19a293fe435052b8ab3835ef77fec728942f837
[]
no_license
jasond20/shopping-app
3b248eea95ced33b43344eaf3a7f8a8e744bf311
91edeb4385a6a69220098f9db513fa875bb30afd
refs/heads/master
2021-01-05T10:02:51.232689
2020-02-20T02:09:14
2020-02-20T02:09:14
240,984,982
0
0
null
null
null
null
UTF-8
Java
false
false
129
java
package com.b07.inventory; public enum ItemTypes { FISHING_ROD, HOCKEY_STICK, SKATES, RUNNING_SHOES, PROTEIN_BAR }
[ "noreply@github.com" ]
noreply@github.com
00930f293a1fef035561d1186cf60734a040ca9a
ac05a8d94ef3cbe7cde4f038de8cd0d37a4ed7f3
/app/src/main/java/com/easemob/chat/widget/photoview/PhotoViewAttacher.java
833ce4a718f0ab0aa2fcc64a9e974ae6dbda1eaf
[]
no_license
xiaocoolnet/Fish_android
1a66447c720e7e09e22419927d344e48636a1adb
04f61b42746c8979acf2ba23e44373afc8707203
refs/heads/master
2020-12-28T04:51:30.336727
2016-05-22T13:07:40
2016-05-22T13:07:40
54,293,687
0
0
null
2016-03-20T00:37:50
2016-03-20T00:37:50
null
UTF-8
Java
false
false
27,613
java
/** * Copyright (C) 2013-2014 EaseMob Technologies. 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. */ /******************************************************************************* * Copyright 2011, 2012 Chris Banes. * * 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.easemob.chat.widget.photoview; import android.annotation.SuppressLint; import android.content.Context; import android.graphics.Matrix; import android.graphics.Matrix.ScaleToFit; import android.graphics.RectF; import android.graphics.drawable.Drawable; import android.os.Build.VERSION; import android.os.Build.VERSION_CODES; import android.util.Log; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.View; import android.view.View.OnLongClickListener; import android.view.ViewTreeObserver; import android.widget.ImageView; import android.widget.ImageView.ScaleType; import java.lang.ref.WeakReference; public class PhotoViewAttacher implements IPhotoView, View.OnTouchListener, VersionedGestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener, ViewTreeObserver.OnGlobalLayoutListener { static final String LOG_TAG = "PhotoViewAttacher"; // let debug flag be dynamic, but still Proguard can be used to remove from // release builds static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG); static final int EDGE_NONE = -1; static final int EDGE_LEFT = 0; static final int EDGE_RIGHT = 1; static final int EDGE_BOTH = 2; public static final float DEFAULT_MAX_SCALE = 2.0f; // public static final float DEFAULT_MID_SCALE = 1.75f; public static final float DEFAULT_MIN_SCALE = 1.0f; private float mMinScale = DEFAULT_MIN_SCALE; // private float mMidScale = DEFAULT_MID_SCALE; private float mMaxScale = DEFAULT_MAX_SCALE; private boolean mAllowParentInterceptOnEdge = true; // private static void checkZoomLevels(float minZoom, float midZoom, // float maxZoom) { // if (minZoom >= midZoom) { // throw new IllegalArgumentException( // "MinZoom should be less than MidZoom"); // } else if (midZoom >= maxZoom) { // throw new IllegalArgumentException( // "MidZoom should be less than MaxZoom"); // } // } private static void checkZoomLevels(float minZoom,float maxZoom) { if (minZoom >= maxZoom) { throw new IllegalArgumentException("MinZoom should be less than maxZoom"); } /*else if (midZoom >= maxZoom) { throw new IllegalArgumentException("MidZoom should be less than MaxZoom"); }*/ } /** * @return true if the ImageView exists, and it's Drawable existss */ private static boolean hasDrawable(ImageView imageView) { return null != imageView && null != imageView.getDrawable(); } /** * @return true if the ScaleType is supported. */ private static boolean isSupportedScaleType(final ScaleType scaleType) { if (null == scaleType) { return false; } switch (scaleType) { case MATRIX: throw new IllegalArgumentException(scaleType.name() + " is not supported in PhotoView"); default: return true; } } /** * Set's the ImageView's ScaleType to Matrix. */ private static void setImageViewScaleTypeMatrix(ImageView imageView) { if (null != imageView) { if (imageView instanceof PhotoView) { /** * PhotoView sets it's own ScaleType to Matrix, then diverts all * calls setScaleType to this.setScaleType. Basically we don't * need to do anything here */ } else { imageView.setScaleType(ScaleType.MATRIX); } } } private WeakReference<ImageView> mImageView; private ViewTreeObserver mViewTreeObserver; // Gesture Detectors private GestureDetector mGestureDetector; private VersionedGestureDetector mScaleDragDetector; // These are set so we don't keep allocating them on the heap private final Matrix mBaseMatrix = new Matrix(); private final Matrix mDrawMatrix = new Matrix(); private final Matrix mSuppMatrix = new Matrix(); private final RectF mDisplayRect = new RectF(); private final float[] mMatrixValues = new float[9]; // Listeners private OnMatrixChangedListener mMatrixChangeListener; private OnPhotoTapListener mPhotoTapListener; private OnViewTapListener mViewTapListener; private OnLongClickListener mLongClickListener; private int mIvTop, mIvRight, mIvBottom, mIvLeft; private FlingRunnable mCurrentFlingRunnable; private int mScrollEdge = EDGE_BOTH; private boolean mZoomEnabled; private ScaleType mScaleType = ScaleType.FIT_CENTER; public PhotoViewAttacher(ImageView imageView) { mImageView = new WeakReference<ImageView>(imageView); imageView.setOnTouchListener(this); mViewTreeObserver = imageView.getViewTreeObserver(); mViewTreeObserver.addOnGlobalLayoutListener(this); // Make sure we using MATRIX Scale Type setImageViewScaleTypeMatrix(imageView); if (!imageView.isInEditMode()) { // Create Gesture Detectors... mScaleDragDetector = VersionedGestureDetector.newInstance(imageView.getContext(), this); mGestureDetector = new GestureDetector(imageView.getContext(), new GestureDetector.SimpleOnGestureListener() { // forward long click listener @Override public void onLongPress(MotionEvent e) { if (null != mLongClickListener) { mLongClickListener.onLongClick(mImageView.get()); } } }); mGestureDetector.setOnDoubleTapListener(this); // Finally, update the UI so that we're zoomable setZoomable(true); } } @Override public final boolean canZoom() { return mZoomEnabled; } /** * Clean-up the resources attached to this object. This needs to be called * when the ImageView is no longer used. A good example is from * {@link View#onDetachedFromWindow()} or from * {@link android.app.Activity#onDestroy()}. This is automatically called if * you are using {@link uk.co.senab.photoview.PhotoView}. */ @SuppressLint("NewApi") @SuppressWarnings("deprecation") public final void cleanup() { if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN) { if (null != mImageView) { mImageView.get().getViewTreeObserver().removeOnGlobalLayoutListener(this); } if (null != mViewTreeObserver && mViewTreeObserver.isAlive()) { mViewTreeObserver.removeOnGlobalLayoutListener(this); mViewTreeObserver = null; // Clear listeners too mMatrixChangeListener = null; mPhotoTapListener = null; mViewTapListener = null; // Finally, clear ImageView mImageView = null; } } else { if (null != mImageView) { mImageView.get().getViewTreeObserver().removeGlobalOnLayoutListener(this); } if (null != mViewTreeObserver && mViewTreeObserver.isAlive()) { mViewTreeObserver.removeGlobalOnLayoutListener(this); mViewTreeObserver = null; // Clear listeners too mMatrixChangeListener = null; mPhotoTapListener = null; mViewTapListener = null; // Finally, clear ImageView mImageView = null; } } } @Override public final RectF getDisplayRect() { checkMatrixBounds(); return getDisplayRect(getDisplayMatrix()); } public final ImageView getImageView() { ImageView imageView = null; if (null != mImageView) { imageView = mImageView.get(); } // If we don't have an ImageView, call cleanup() if (null == imageView) { cleanup(); throw new IllegalStateException( "ImageView no longer exists. You should not use this PhotoViewAttacher any more."); } return imageView; } @Override public float getMinScale() { return mMinScale; } // @Override // public float getMidScale() { // return mMidScale; // } @Override public float getMaxScale() { return mMaxScale; } @Override public final float getScale() { return getValue(mSuppMatrix, Matrix.MSCALE_X); } @Override public final ScaleType getScaleType() { return mScaleType; } public final boolean onDoubleTap(MotionEvent ev) { try { float scale = getScale(); float x = ev.getX(); float y = ev.getY(); /* * if (scale < mMidScale) { zoomTo(mMidScale, x, y); } else */if (/* scale >= mMidScale && */scale < mMaxScale) { zoomTo(mMaxScale, x, y); } else { zoomTo(mMinScale, x, y); } } catch (ArrayIndexOutOfBoundsException e) { // Can sometimes happen when getX() and getY() is called } return true; } public final boolean onDoubleTapEvent(MotionEvent e) { // Wait for the confirmed onDoubleTap() instead return false; } public final void onDrag(float dx, float dy) { if (DEBUG) { Log.d(LOG_TAG, String.format("onDrag: dx: %.2f. dy: %.2f", dx, dy)); } ImageView imageView = getImageView(); if (null != imageView && hasDrawable(imageView)) { mSuppMatrix.postTranslate(dx, dy); checkAndDisplayMatrix(); /** * Here we decide whether to let the ImageView's parent to start * taking over the touch event. * * First we check whether this function is enabled. We never want * the parent to take over if we're scaling. We then check the edge * we're on, and the direction of the scroll (i.e. if we're pulling * against the edge, aka 'overscrolling', let the parent take over). */ if (mAllowParentInterceptOnEdge && !mScaleDragDetector.isScaling()) { if (mScrollEdge == EDGE_BOTH || (mScrollEdge == EDGE_LEFT && dx >= 1f) || (mScrollEdge == EDGE_RIGHT && dx <= -1f)) { imageView.getParent().requestDisallowInterceptTouchEvent(false); } } } } @Override public final void onFling(float startX, float startY, float velocityX, float velocityY) { if (DEBUG) { Log.d(LOG_TAG, "onFling. sX: " + startX + " sY: " + startY + " Vx: " + velocityX + " Vy: " + velocityY); } ImageView imageView = getImageView(); if (hasDrawable(imageView)) { mCurrentFlingRunnable = new FlingRunnable(imageView.getContext()); mCurrentFlingRunnable.fling(imageView.getWidth(), imageView.getHeight(), (int) velocityX, (int) velocityY); imageView.post(mCurrentFlingRunnable); } } @Override public final void onGlobalLayout() { ImageView imageView = getImageView(); if (null != imageView && mZoomEnabled) { final int top = imageView.getTop(); final int right = imageView.getRight(); final int bottom = imageView.getBottom(); final int left = imageView.getLeft(); /** * We need to check whether the ImageView's bounds have changed. * This would be easier if we targeted API 11+ as we could just use * View.OnLayoutChangeListener. Instead we have to replicate the * work, keeping track of the ImageView's bounds and then checking * if the values change. */ if (top != mIvTop || bottom != mIvBottom || left != mIvLeft || right != mIvRight) { // Update our base matrix, as the bounds have changed updateBaseMatrix(imageView.getDrawable()); // Update values as something has changed mIvTop = top; mIvRight = right; mIvBottom = bottom; mIvLeft = left; } } } public final void onScale(float scaleFactor, float focusX, float focusY) { if (DEBUG) { Log.d(LOG_TAG, String.format("onScale: scale: %.2f. fX: %.2f. fY: %.2f", scaleFactor, focusX, focusY)); } if (hasDrawable(getImageView()) && (getScale() < mMaxScale || scaleFactor < 1f)) { mSuppMatrix.postScale(scaleFactor, scaleFactor, focusX, focusY); checkAndDisplayMatrix(); } } public final boolean onSingleTapConfirmed(MotionEvent e) { ImageView imageView = getImageView(); if (null != imageView) { if (null != mPhotoTapListener) { final RectF displayRect = getDisplayRect(); if (null != displayRect) { final float x = e.getX(), y = e.getY(); // Check to see if the user tapped on the photo if (displayRect.contains(x, y)) { float xResult = (x - displayRect.left) / displayRect.width(); float yResult = (y - displayRect.top) / displayRect.height(); mPhotoTapListener.onPhotoTap(imageView, xResult, yResult); return true; } } } if (null != mViewTapListener) { mViewTapListener.onViewTap(imageView, e.getX(), e.getY()); } } return false; } @Override public final boolean onTouch(View v, MotionEvent ev) { boolean handled = false; if (mZoomEnabled) { switch (ev.getAction()) { case MotionEvent.ACTION_DOWN: // First, disable the Parent from intercepting the touch // event v.getParent().requestDisallowInterceptTouchEvent(true); // If we're flinging, and the user presses down, cancel // fling cancelFling(); break; case MotionEvent.ACTION_CANCEL: case MotionEvent.ACTION_UP: // If the user has zoomed less than min scale, zoom back // to min scale if (getScale() < mMinScale) { RectF rect = getDisplayRect(); if (null != rect) { v.post(new AnimatedZoomRunnable(getScale(), mMinScale, rect.centerX(), rect.centerY())); handled = true; } } break; } // Check to see if the user double tapped if (null != mGestureDetector && mGestureDetector.onTouchEvent(ev)) { handled = true; } // Finally, try the Scale/Drag detector if (null != mScaleDragDetector && mScaleDragDetector.onTouchEvent(ev)) { handled = true; } } return handled; } @Override public void setAllowParentInterceptOnEdge(boolean allow) { mAllowParentInterceptOnEdge = allow; } @Override public void setMinScale(float minScale) { // checkZoomLevels(minScale, mMidScale, mMaxScale); checkZoomLevels(minScale, mMaxScale); mMinScale = minScale; } // @Override // public void setMidScale(float midScale) { // checkZoomLevels(mMinScale, midScale, mMaxScale); // mMidScale = midScale; // } @Override public void setMaxScale(float maxScale) { // checkZoomLevels(mMinScale, mMidScale, maxScale); checkZoomLevels(mMinScale, maxScale); mMaxScale = maxScale; } @Override public final void setOnLongClickListener(OnLongClickListener listener) { mLongClickListener = listener; } @Override public final void setOnMatrixChangeListener(OnMatrixChangedListener listener) { mMatrixChangeListener = listener; } @Override public final void setOnPhotoTapListener(OnPhotoTapListener listener) { mPhotoTapListener = listener; } @Override public final void setOnViewTapListener(OnViewTapListener listener) { mViewTapListener = listener; } @Override public final void setScaleType(ScaleType scaleType) { if (isSupportedScaleType(scaleType) && scaleType != mScaleType) { mScaleType = scaleType; // Finally update update(); } } @Override public final void setZoomable(boolean zoomable) { mZoomEnabled = zoomable; update(); } public final void update() { ImageView imageView = getImageView(); if (null != imageView) { if (mZoomEnabled) { // Make sure we using MATRIX Scale Type setImageViewScaleTypeMatrix(imageView); // Update the base matrix using the current drawable updateBaseMatrix(imageView.getDrawable()); } else { // Reset the Matrix... resetMatrix(); } } } @Override public final void zoomTo(float scale, float focalX, float focalY) { ImageView imageView = getImageView(); if (null != imageView) { imageView.post(new AnimatedZoomRunnable(getScale(), scale, focalX, focalY)); } } protected Matrix getDisplayMatrix() { mDrawMatrix.set(mBaseMatrix); mDrawMatrix.postConcat(mSuppMatrix); return mDrawMatrix; } private void cancelFling() { if (null != mCurrentFlingRunnable) { mCurrentFlingRunnable.cancelFling(); mCurrentFlingRunnable = null; } } /** * Helper method that simply checks the Matrix, and then displays the result */ private void checkAndDisplayMatrix() { checkMatrixBounds(); setImageViewMatrix(getDisplayMatrix()); } private void checkImageViewScaleType() { ImageView imageView = getImageView(); /** * PhotoView's getScaleType() will just divert to this.getScaleType() so * only call if we're not attached to a PhotoView. */ if (null != imageView && !(imageView instanceof PhotoView)) { if (imageView.getScaleType() != ScaleType.MATRIX) { throw new IllegalStateException( "The ImageView's ScaleType has been changed since attaching a PhotoViewAttacher"); } } } private void checkMatrixBounds() { final ImageView imageView = getImageView(); if (null == imageView) { return; } final RectF rect = getDisplayRect(getDisplayMatrix()); if (null == rect) { return; } final float height = rect.height(), width = rect.width(); float deltaX = 0, deltaY = 0; final int viewHeight = imageView.getHeight(); if (height <= viewHeight) { switch (mScaleType) { case FIT_START: deltaY = -rect.top; break; case FIT_END: deltaY = viewHeight - height - rect.top; break; default: deltaY = (viewHeight - height) / 2 - rect.top; break; } } else if (rect.top > 0) { deltaY = -rect.top; } else if (rect.bottom < viewHeight) { deltaY = viewHeight - rect.bottom; } final int viewWidth = imageView.getWidth(); if (width <= viewWidth) { switch (mScaleType) { case FIT_START: deltaX = -rect.left; break; case FIT_END: deltaX = viewWidth - width - rect.left; break; default: deltaX = (viewWidth - width) / 2 - rect.left; break; } mScrollEdge = EDGE_BOTH; } else if (rect.left > 0) { mScrollEdge = EDGE_LEFT; deltaX = -rect.left; } else if (rect.right < viewWidth) { deltaX = viewWidth - rect.right; mScrollEdge = EDGE_RIGHT; } else { mScrollEdge = EDGE_NONE; } // Finally actually translate the matrix mSuppMatrix.postTranslate(deltaX, deltaY); } /** * Helper method that maps the supplied Matrix to the current Drawable * * @param matrix * - Matrix to map Drawable against * @return RectF - Displayed Rectangle */ private RectF getDisplayRect(Matrix matrix) { ImageView imageView = getImageView(); if (null != imageView) { Drawable d = imageView.getDrawable(); if (null != d) { mDisplayRect.set(0, 0, d.getIntrinsicWidth(), d.getIntrinsicHeight()); matrix.mapRect(mDisplayRect); return mDisplayRect; } } return null; } /** * Helper method that 'unpacks' a Matrix and returns the required value * * @param matrix * - Matrix to unpack * @param whichValue * - Which value from Matrix.M* to return * @return float - returned value */ private float getValue(Matrix matrix, int whichValue) { matrix.getValues(mMatrixValues); return mMatrixValues[whichValue]; } /** * Resets the Matrix back to FIT_CENTER, and then displays it.s */ private void resetMatrix() { mSuppMatrix.reset(); setImageViewMatrix(getDisplayMatrix()); checkMatrixBounds(); } private void setImageViewMatrix(Matrix matrix) { ImageView imageView = getImageView(); if (null != imageView) { checkImageViewScaleType(); imageView.setImageMatrix(matrix); // Call MatrixChangedListener if needed if (null != mMatrixChangeListener) { RectF displayRect = getDisplayRect(matrix); if (null != displayRect) { mMatrixChangeListener.onMatrixChanged(displayRect); } } } } /** * Calculate Matrix for FIT_CENTER * * @param d * - Drawable being displayed */ private void updateBaseMatrix(Drawable d) { ImageView imageView = getImageView(); if (null == imageView || null == d) { return; } final float viewWidth = imageView.getWidth(); final float viewHeight = imageView.getHeight(); final int drawableWidth = d.getIntrinsicWidth(); final int drawableHeight = d.getIntrinsicHeight(); mBaseMatrix.reset(); final float widthScale = viewWidth / drawableWidth; final float heightScale = viewHeight / drawableHeight; if (mScaleType == ScaleType.CENTER) { mBaseMatrix.postTranslate((viewWidth - drawableWidth) / 2F, (viewHeight - drawableHeight) / 2F); } else if (mScaleType == ScaleType.CENTER_CROP) { float scale = Math.max(widthScale, heightScale); mBaseMatrix.postScale(scale, scale); mBaseMatrix.postTranslate((viewWidth - drawableWidth * scale) / 2F, (viewHeight - drawableHeight * scale) / 2F); } else if (mScaleType == ScaleType.CENTER_INSIDE) { float scale = Math.min(1.0f, Math.min(widthScale, heightScale)); mBaseMatrix.postScale(scale, scale); mBaseMatrix.postTranslate((viewWidth - drawableWidth * scale) / 2F, (viewHeight - drawableHeight * scale) / 2F); } else { RectF mTempSrc = new RectF(0, 0, drawableWidth, drawableHeight); RectF mTempDst = new RectF(0, 0, viewWidth, viewHeight); switch (mScaleType) { case FIT_CENTER: mBaseMatrix.setRectToRect(mTempSrc, mTempDst, ScaleToFit.CENTER); break; case FIT_START: mBaseMatrix.setRectToRect(mTempSrc, mTempDst, ScaleToFit.START); break; case FIT_END: mBaseMatrix.setRectToRect(mTempSrc, mTempDst, ScaleToFit.END); break; case FIT_XY: mBaseMatrix.setRectToRect(mTempSrc, mTempDst, ScaleToFit.FILL); break; default: break; } } resetMatrix(); } /** * Interface definition for a callback to be invoked when the internal * Matrix has changed for this View. * * @author Chris Banes */ public static interface OnMatrixChangedListener { /** * Callback for when the Matrix displaying the Drawable has changed. * This could be because the View's bounds have changed, or the user has * zoomed. * * @param rect * - Rectangle displaying the Drawable's new bounds. */ void onMatrixChanged(RectF rect); } /** * Interface definition for a callback to be invoked when the Photo is * tapped with a single tap. * * @author Chris Banes */ public static interface OnPhotoTapListener { /** * A callback to receive where the user taps on a photo. You will only * receive a callback if the user taps on the actual photo, tapping on * 'whitespace' will be ignored. * * @param view * - View the user tapped. * @param x * - where the user tapped from the of the Drawable, as * percentage of the Drawable width. * @param y * - where the user tapped from the top of the Drawable, as * percentage of the Drawable height. */ void onPhotoTap(View view, float x, float y); } /** * Interface definition for a callback to be invoked when the ImageView is * tapped with a single tap. * * @author Chris Banes */ public static interface OnViewTapListener { /** * A callback to receive where the user taps on a ImageView. You will * receive a callback if the user taps anywhere on the view, tapping on * 'whitespace' will not be ignored. * * @param view * - View the user tapped. * @param x * - where the user tapped from the left of the View. * @param y * - where the user tapped from the top of the View. */ void onViewTap(View view, float x, float y); } private class AnimatedZoomRunnable implements Runnable { // These are 'postScale' values, means they're compounded each iteration static final float ANIMATION_SCALE_PER_ITERATION_IN = 1.07f; static final float ANIMATION_SCALE_PER_ITERATION_OUT = 0.93f; private final float mFocalX, mFocalY; private final float mTargetZoom; private final float mDeltaScale; public AnimatedZoomRunnable(final float currentZoom, final float targetZoom, final float focalX, final float focalY) { mTargetZoom = targetZoom; mFocalX = focalX; mFocalY = focalY; if (currentZoom < targetZoom) { mDeltaScale = ANIMATION_SCALE_PER_ITERATION_IN; } else { mDeltaScale = ANIMATION_SCALE_PER_ITERATION_OUT; } } public void run() { ImageView imageView = getImageView(); if (null != imageView) { mSuppMatrix.postScale(mDeltaScale, mDeltaScale, mFocalX, mFocalY); checkAndDisplayMatrix(); final float currentScale = getScale(); if ((mDeltaScale > 1f && currentScale < mTargetZoom) || (mDeltaScale < 1f && mTargetZoom < currentScale)) { // We haven't hit our target scale yet, so post ourselves // again Compat.postOnAnimation(imageView, this); } else { // We've scaled past our target zoom, so calculate the // necessary scale so we're back at target zoom final float delta = mTargetZoom / currentScale; mSuppMatrix.postScale(delta, delta, mFocalX, mFocalY); checkAndDisplayMatrix(); } } } } private class FlingRunnable implements Runnable { private final ScrollerProxy mScroller; private int mCurrentX, mCurrentY; public FlingRunnable(Context context) { mScroller = ScrollerProxy.getScroller(context); } public void cancelFling() { if (DEBUG) { Log.d(LOG_TAG, "Cancel Fling"); } mScroller.forceFinished(true); } public void fling(int viewWidth, int viewHeight, int velocityX, int velocityY) { final RectF rect = getDisplayRect(); if (null == rect) { return; } final int startX = Math.round(-rect.left); final int minX, maxX, minY, maxY; if (viewWidth < rect.width()) { minX = 0; maxX = Math.round(rect.width() - viewWidth); } else { minX = maxX = startX; } final int startY = Math.round(-rect.top); if (viewHeight < rect.height()) { minY = 0; maxY = Math.round(rect.height() - viewHeight); } else { minY = maxY = startY; } mCurrentX = startX; mCurrentY = startY; if (DEBUG) { Log.d(LOG_TAG, "fling. StartX:" + startX + " StartY:" + startY + " MaxX:" + maxX + " MaxY:" + maxY); } // If we actually can move, fling the scroller if (startX != maxX || startY != maxY) { mScroller.fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0); } } @Override public void run() { ImageView imageView = getImageView(); if (null != imageView && mScroller.computeScrollOffset()) { final int newX = mScroller.getCurrX(); final int newY = mScroller.getCurrY(); if (DEBUG) { Log.d(LOG_TAG, "fling run(). CurrentX:" + mCurrentX + " CurrentY:" + mCurrentY + " NewX:" + newX + " NewY:" + newY); } mSuppMatrix.postTranslate(mCurrentX - newX, mCurrentY - newY); setImageViewMatrix(getDisplayMatrix()); mCurrentX = newX; mCurrentY = newY; // Post On animation Compat.postOnAnimation(imageView, this); } } } @Override public float getMidScale() { // TODO Auto-generated method stub return 0; } @Override public void setMidScale(float midScale) { // TODO Auto-generated method stub } }
[ "1260157543@qq.com" ]
1260157543@qq.com
5cc29e52f7260797f358a25f90afef0fb6da8a32
6e439124e34c1bb3a00e003acf5b6a9fb2e0d8e6
/ibs-jdf-interface/src/test/java/com/handpay/ibenefit/AppTest.java
03ead4776d18629d5f84455fbb86002c50899c5b
[]
no_license
avords/ibs-jdf-interface
5fca14b6f96baebb37e2ed9f005d0f4781aa7390
cae07c84487feadcceb4b8668cfcf3002e3072c4
refs/heads/master
2021-01-10T14:00:36.941647
2015-11-26T01:34:12
2015-11-26T01:34:12
46,897,237
0
1
null
null
null
null
UTF-8
Java
false
false
648
java
package com.handpay.ibenefit; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest( String testName ) { super( testName ); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite( AppTest.class ); } /** * Rigourous Test :-) */ public void testApp() { assertTrue( true ); } }
[ "arno@arno-PC" ]
arno@arno-PC
f953bf0e3442d7d8e85d7943715d46aa0e20bfdd
1ae6abc37d7844879916e8f612ba1d616bc0c3cb
/src/public/nc/vo/xcgl/pub/bill/CalYieldVO.java
51587de0e7a60f9b8edafff5656e41353353e422
[]
no_license
menglingrui/xcgl
7a3b3f03f14b21fbd25334042f87fa570758a7ad
525b4e38cf52bb75c83762a9c27862b4f86667e8
refs/heads/master
2020-06-05T20:10:09.263291
2014-09-11T11:00:34
2014-09-11T11:00:34
null
0
0
null
null
null
null
GB18030
Java
false
false
2,317
java
package nc.vo.xcgl.pub.bill; import java.util.List; import nc.vo.pub.SuperVO; import nc.vo.xcgl.produceset.ProductSetBB1VO; import nc.vo.xcgl.produceset.ProductSetBB2VO; /** * 精粉产量计算VO * 属于公共VO * * 如果是原矿只有投入信息和其他指标信息 * * 如果是精粉只有产出信息、主指标信息、副指标信息 * * 如果是尾矿只有产出信息、主指标信息、副指标信息 * * @author mlr * */ public class CalYieldVO extends SuperVO{ private static final long serialVersionUID = 4943482312338681384L; /** * 投入信息->原矿、材料 */ private ProductSetBB1VO insetvo; /** * 产出信息->精粉、尾矿 */ private ProductSetBB2VO outsetvo; /** * 二次重选后的->精粉 */ private List<CalYieldVO> outsetvos; /** * 主指标信息->主金属元素 */ private CalYieldNumVO mainnumvo; /** * 副指标信息->副金属元素 */ private List<CalYieldNumVO> numList; /** * 其他指标信息->其他金属元素 */ private List<CalYieldNumVO> othernumList; public List<CalYieldVO> getOutsetvos() { return outsetvos; } public void setOutsetvos(List<CalYieldVO> outsetvos) { this.outsetvos = outsetvos; } public List<CalYieldNumVO> getOthernumList() { return othernumList; } public void setOthernumList(List<CalYieldNumVO> othernumList) { this.othernumList = othernumList; } public ProductSetBB1VO getInsetvo() { return insetvo; } public void setInsetvo(ProductSetBB1VO insetvo) { this.insetvo = insetvo; } public ProductSetBB2VO getOutsetvo() { return outsetvo; } public void setOutsetvo(ProductSetBB2VO outsetvo) { this.outsetvo = outsetvo; } public CalYieldNumVO getMainnumvo() { return mainnumvo; } public void setMainnumvo(CalYieldNumVO mainnumvo) { this.mainnumvo = mainnumvo; } public List<CalYieldNumVO> getNumList() { return numList; } public void setNumList(List<CalYieldNumVO> numList) { this.numList = numList; } @Override public String getPKFieldName() { return null; } @Override public String getParentPKFieldName() { return null; } @Override public String getTableName() { return null; } }
[ "menlging.rui@163.com" ]
menlging.rui@163.com
e3ce1ea9cf4035f0f36214fa81faccb675cd7c3a
db7cca3e8e18d49de704c2d4b9ec45889b0c68a6
/SpringBootMvcJMSActiveMQ/src/main/java/com/greenfield/springmvcactivemq/configuration/JMSConfig.java
8739d61625ad3e1de2d7170d9db56bda9a62f8c1
[ "BSD-3-Clause" ]
permissive
grasshub/Spring-Boot-Applications
39edf7eb2f5e4919d5494e8240e1e267b2ba2a83
fec54a66a3145a573ceb0e28c46f991137c3b61c
refs/heads/master
2022-06-22T20:04:36.422006
2020-08-14T04:45:27
2020-08-14T04:45:27
97,916,859
0
0
BSD-3-Clause
2022-06-20T23:44:56
2017-07-21T07:01:22
Java
UTF-8
Java
false
false
1,178
java
package com.greenfield.springmvcactivemq.configuration; import javax.jms.ConnectionFactory; import org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.jms.annotation.EnableJms; import org.springframework.jms.config.DefaultJmsListenerContainerFactory; @Configuration @EnableJms public class JMSConfig { // Define the DefaultJmsListenerContainerFactory associated with message receiver to allow asynchronously receiving the message from queue // JmsTemplate could only synchronously receiving message from queue which is not recommended. @Bean DefaultJmsListenerContainerFactory jmsListenerContainerFactory(ConnectionFactory connectionFactory, DefaultJmsListenerContainerFactoryConfigurer configurer) { DefaultJmsListenerContainerFactory factory = new DefaultJmsListenerContainerFactory(); // This provides all boot's default to this factory configurer.configure(factory, connectionFactory); // You could still override some of Boot's default if necessary. return factory; } }
[ "umyuh1@gmail.com" ]
umyuh1@gmail.com
b69451e52572a53d9603739e472143e445f19f39
4e7777b74eb16aefd5d73f01f5bda624cab93ab4
/backend/src/test/java/ftn/kts/service/UserServiceUnitTest.java
b95b5fafe0b835e034a3daa9d03110a48d77956a
[]
no_license
phuskus/kulturna-ponuda
26261098274b5fb32158125c9b158c0dcaf393c8
c2e6a5ef7ad154b6e80d9cf5ba5344312719ba3e
refs/heads/main
2023-03-03T10:03:25.525053
2021-01-27T22:57:53
2021-01-27T22:57:53
308,399,202
0
0
null
2021-01-27T22:57:54
2020-10-29T17:17:28
Java
UTF-8
Java
false
false
2,366
java
package ftn.kts.service; import static ftn.kts.constants.UserConstants.*; import static org.junit.Assert.assertEquals; import static org.mockito.ArgumentMatchers.any; import static org.mockito.BDDMockito.given; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.junit.jupiter.api.Assertions.*; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.mock.mockito.MockBean; import org.springframework.test.context.junit4.SpringRunner; import ftn.kts.dto.UserDTO; import ftn.kts.exceptions.UniqueConstraintViolationException; import ftn.kts.model.RegisteredUser; import ftn.kts.model.User; import ftn.kts.repository.UserRepository; @RunWith(SpringRunner.class) @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) public class UserServiceUnitTest { @Autowired private UserService userService; @MockBean private UserRepository userRepository; @Test public void create_UsernameNotExists_UserReturned() { UserDTO dto = new UserDTO(DB_NEW_USER_NAME, DB_USER_SURNAME, DB_USER_NO_SUCH_USERNAME, DB_NEW_USER_PASSWORD); given(userRepository.findByUsername(DB_USER_NO_SUCH_USERNAME)).willReturn(null); given(userRepository.save(any())).willReturn(new RegisteredUser(DB_NEW_USER_NAME, DB_USER_SURNAME, DB_USER_NO_SUCH_USERNAME, DB_NEW_USER_PASSWORD)); try { UserDTO created = userService.create(dto); verify(userRepository, times(1)).findByUsername(DB_USER_NO_SUCH_USERNAME); verify(userRepository, times(1)).save(any()); assertEquals(created.getUsername(), dto.getUsername()); } catch (UniqueConstraintViolationException e) { fail(); } } @Test public void create_UsernameExists_UniqueConstraintViolationExceptionThrown() { UserDTO dto = new UserDTO(DB_NEW_USER_NAME, DB_USER_SURNAME, DB_USER_USERNAME, DB_NEW_USER_PASSWORD); User existingUser = new RegisteredUser(DB_USER_NAME, DB_USER_SURNAME, DB_USER_USERNAME, DB_USER_PASSWORD); given(userRepository.findByUsername(DB_USER_USERNAME)).willReturn(existingUser); assertThrows(UniqueConstraintViolationException.class, () -> userService.create(dto)); verify(userRepository, times(1)).findByUsername(DB_USER_USERNAME); } }
[ "natasaivanovic98@yahoo.com" ]
natasaivanovic98@yahoo.com
76e0353afec5a6867724b38ee6533fc8e122ee5f
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/7/7_968b95c595fc9819fe9db99282a0fc816d9aed2c/DefaultNameStep/7_968b95c595fc9819fe9db99282a0fc816d9aed2c_DefaultNameStep_s.java
bada7e0a6d0ff70ac783329f84b1256e9936d51b
[]
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
13,909
java
/* $Id$ Copyright 2003 (C) The Werken Company. All Rights Reserved. Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "jaxen" must not be used to endorse or promote products derived from this Software without prior written permission of The Werken Company. For written permission, please contact bob@werken.com. 4. Products derived from this Software may not be called "jaxen" nor may "jaxen" appear in their names without prior written permission of The Werken Company. "jaxen" is a registered trademark of The Werken Company. 5. Due credit should be given to The Werken Company. (http://jaxen.werken.com/). THIS SOFTWARE IS PROVIDED BY THE WERKEN COMPANY AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE WERKEN COMPANY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ package org.jaxen.expr; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.Map; import org.jaxen.Context; import org.jaxen.ContextSupport; import org.jaxen.JaxenException; import org.jaxen.UnresolvableException; import org.jaxen.Navigator; import org.jaxen.expr.iter.IterableAxis; import org.jaxen.saxpath.Axis; import org.jaxen.util.IdentityHashMap; /** * Expression object that represents any flavor * of name-test steps within an XPath. * <p> * This includes simple steps, such as "foo", * non-default-axis steps, such as "following-sibling::foo" * or "@foo", and namespace-aware steps, such * as "foo:bar". * * @author bob mcwhirter (bob@werken.com) * @author Stephen Colebourne */ public class DefaultNameStep extends DefaultStep implements NameStep { /** Dummy object used to convert HashMap to HashSet */ private final static Object PRESENT = new Object(); /** * Our prefix, bound through the current Context. * The empty-string ("") if no prefix was specified. * Decidedly NOT-NULL, due to SAXPath constraints. * This is the 'foo' in 'foo:bar'. */ private String prefix; /** * Our local-name. * This is the 'bar' in 'foo:bar'. */ private String localName; /** Quick flag denoting if the local name was '*' */ private boolean matchesAnyName; /** Quick flag denoting if we have a namespace prefix **/ private boolean hasPrefix; /** * Constructor. * * @param axis the axis to work through * @param prefix the name prefix * @param localName the local name * @param predicateSet the set of predicates */ public DefaultNameStep(IterableAxis axis, String prefix, String localName, PredicateSet predicateSet) { super(axis, predicateSet); this.prefix = prefix; this.localName = localName; this.matchesAnyName = "*".equals(localName); this.hasPrefix = (this.prefix != null && this.prefix.length() > 0); } /** * Gets the namespace prefix. * * @return the prefix */ public String getPrefix() { return this.prefix; } /** * Gets the local name. * * @return the local name */ public String getLocalName() { return this.localName; } /** * Does this step match any name (xpath of '*'). * * @return true if it matches any name */ public boolean isMatchesAnyName() { return matchesAnyName; } /** * Gets the step as a fully defined xpath. * * @return the full xpath for this step */ public String getText() { StringBuffer buf = new StringBuffer(64); buf.append(getAxisName()).append("::"); if (getPrefix() != null && getPrefix().length() > 0) { buf.append(getPrefix()).append(':'); } return buf.append(getLocalName()).append(super.getText()).toString(); } /** * Evaluate the context node set to find the new node set. * <p> * This method overrides the version in DefaultStep for performance. */ public List evaluate(Context context) throws JaxenException { List contextNodeSet = context.getNodeSet(); int contextSize = contextNodeSet.size(); // optimize for context size 0 if (contextSize == 0) { return Collections.EMPTY_LIST; } ContextSupport support = context.getContextSupport(); boolean namedAccess = (!matchesAnyName && getIterableAxis().supportsNamedAccess(support)); // optimize for context size 1 (common case, avoids lots of object creation) if (contextSize == 1) { Object contextNode = contextNodeSet.get(0); if (namedAccess) { // get the iterator over the nodes and check it String uri = support.translateNamespacePrefixToUri(prefix); Iterator axisNodeIter = getIterableAxis().namedAccessIterator( contextNode, support, localName, prefix, uri); if (axisNodeIter == null || axisNodeIter.hasNext() == false) { return Collections.EMPTY_LIST; } // convert iterator to list for predicate test // no need to filter as named access guarantees this List newNodeSet = new ArrayList(); while (axisNodeIter.hasNext()) { newNodeSet.add(axisNodeIter.next()); } // evaluate the predicates return getPredicateSet().evaluatePredicates(newNodeSet, support); } else { // get the iterator over the nodes and check it Iterator axisNodeIter = axisIterator(contextNode, support); if (axisNodeIter == null || axisNodeIter.hasNext() == false) { return Collections.EMPTY_LIST; } // run through iterator, filtering using matches() // adding to list for predicate test List newNodeSet = new ArrayList(); while (axisNodeIter.hasNext()) { Object eachAxisNode = axisNodeIter.next(); if (matches(eachAxisNode, support)) { newNodeSet.add(eachAxisNode); } } // evaluate the predicates return getPredicateSet().evaluatePredicates(newNodeSet, support); } } // full case Map unique = new IdentityHashMap(); List interimSet = new ArrayList(); List newNodeSet = new ArrayList(); if (namedAccess) { String uri = support.translateNamespacePrefixToUri(prefix); for (int i = 0; i < contextSize; ++i) { Object eachContextNode = contextNodeSet.get(i); Iterator axisNodeIter = getIterableAxis().namedAccessIterator( eachContextNode, support, localName, prefix, uri); if (axisNodeIter == null || axisNodeIter.hasNext() == false) { continue; } // ensure only one of each node in the result while (axisNodeIter.hasNext()) { Object eachAxisNode = axisNodeIter.next(); if (unique.put(eachAxisNode, PRESENT) == null) { interimSet.add(eachAxisNode); } } // evaluate the predicates newNodeSet.addAll(getPredicateSet().evaluatePredicates(interimSet, support)); interimSet.clear(); } } else { for (int i = 0; i < contextSize; ++i) { Object eachContextNode = contextNodeSet.get(i); Iterator axisNodeIter = axisIterator(eachContextNode, support); if (axisNodeIter == null || axisNodeIter.hasNext() == false) { continue; } // ensure only unique matching nodes in the result // XXX This iterator goes in the wrong order for descendant axes // breadth-first instead of depth first; this is where the reshuffling happens while (axisNodeIter.hasNext()) { Object eachAxisNode = axisNodeIter.next(); if (matches(eachAxisNode, support)) { if (unique.put(eachAxisNode, PRESENT) == null) { interimSet.add(eachAxisNode); } } } // evaluate the predicates newNodeSet.addAll(getPredicateSet().evaluatePredicates(interimSet, support)); interimSet.clear(); } } return newNodeSet; } /** * Checks whether the node matches this step. * * @param node the node to check * @param contextSupport the context support * @return true if matches */ public boolean matches(Object node, ContextSupport contextSupport) throws JaxenException { Navigator nav = contextSupport.getNavigator(); String myUri = null; String nodeName = null; String nodeUri = null; if (nav.isElement(node)) { nodeName = nav.getElementName(node); nodeUri = nav.getElementNamespaceUri(node); } else if (nav.isText(node)) { return false; } else if (nav.isAttribute(node)) { if (getAxis() != Axis.ATTRIBUTE) { return false; } nodeName = nav.getAttributeName(node); nodeUri = nav.getAttributeNamespaceUri(node); } else if (nav.isDocument(node)) { return false; } else if (nav.isNamespace(node)) { if (matchesAnyName && getAxis() != Axis.NAMESPACE) { // Only works for namespace::* return false; } nodeName = nav.getNamespacePrefix(node); } else { return false; } if (hasPrefix) { myUri = contextSupport.translateNamespacePrefixToUri(this.prefix); if (myUri == null) { throw new UnresolvableException("Cannot resolve namespace prefix '"+this.prefix+"'"); } } else if (matchesAnyName) { return true; } // If we map to a non-empty namespace and the node does not // or vice-versa, fail-fast. if (hasNamespace(myUri) != hasNamespace(nodeUri)) { return false; } // To fail-fast, we check the equality of // local-names first. Shorter strings compare // quicker. if (matchesAnyName || nodeName.equals(getLocalName())) { return matchesNamespaceURIs(myUri, nodeUri); } return false; } /** * Checks whether the URI represents a namespace. * * @param uri the URI to check * @return true if non-null and non-empty */ private boolean hasNamespace(String uri) { return (uri != null && uri.length() > 0); } /** * Compares two namespace URIs, handling null. * * @param uri1 the first URI * @param uri2 the second URI * @return true if equal, where null=="" */ protected boolean matchesNamespaceURIs(String uri1, String uri2) { if (uri1 == uri2) { return true; } if (uri1 == null) { return (uri2.length() == 0); } if (uri2 == null) { return (uri1.length() == 0); } return uri1.equals(uri2); } /** * Visitor pattern for the step. * * @param visitor the visitor object */ public void accept(Visitor visitor) { visitor.visit(this); } /** * Returns a full information debugging string. * * @return a debugging string */ public String toString() { return "[(DefaultNameStep): " + getPrefix() + ":" + getLocalName() + "[" + super.toString() + "]]"; } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
e0b458c6de431defba3d1ca222444f05113d5f84
7b0b184c0beece3c49ffaeaac10968d939c4a1d2
/tests/io.sarl.lang.tests/src/test/java/io/sarl/lang/tests/bugs/to00699/Bug589Test.java
607dd86a280fec2f21f2afaad829f1f757065670
[ "Apache-2.0" ]
permissive
Franceshe/sarl
20b9b6421bdf13c641b43776cc1cc5664a6452a1
bfabc217b8c50683a3f77729eedc6137d97396a9
refs/heads/master
2022-04-19T03:51:53.314374
2020-04-05T17:01:42
2020-04-05T17:01:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,420
java
/* * $Id$ * * SARL is an general-purpose agent programming language. * More details on http://www.sarl.io * * Copyright (C) 2014-2020 the original authors or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package io.sarl.lang.tests.bugs.to00699; import static io.sarl.tests.api.tools.TestEObjects.file; import static io.sarl.tests.api.tools.TestUtils.multilineString; import static io.sarl.tests.api.tools.TestValidator.validate; import org.eclipse.xtext.xbase.XbasePackage; import org.eclipse.xtext.xbase.validation.IssueCodes; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import io.sarl.lang.sarl.SarlScript; import io.sarl.tests.api.AbstractSarlTest; import io.sarl.tests.api.tools.TestValidator.Validator; /** Testing class for issue: Equals calls in guards are not pure calls. * * <p>https://github.com/sarl/sarl/issues/589 * * @author $Author: sgalland$ * @version $Name$ $Revision$ $Date$ * @mavengroupid $GroupId$ * @mavenartifactid $ArtifactId$ */ @DisplayName("Bug #589") @SuppressWarnings("all") public class Bug589Test extends AbstractSarlTest { private static final String SNIPSET1 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " on MyEvent [occurrence.equals(\"\")] {", " }", "}"); private static final String SNIPSET2 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " on MyEvent [occurrence == \"\"] {", " }", "}"); private static final String SNIPSET3 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " def myfct(p : MyEvent) : boolean { true }", " on MyEvent [occurrence.myfct] {", " }", "}"); private static final String SNIPSET4 = multilineString( "package io.sarl.lang.tests.bug589", "import org.eclipse.xtext.xbase.lib.Pure", "event MyEvent", "agent TestAgent {", " @Pure", " def myfct(p : MyEvent) : boolean { true }", " on MyEvent [occurrence.myfct] {", " }", "}"); private static final String SNIPSET5 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " def isSomething(p : MyEvent) : boolean { true }", " on MyEvent [occurrence.isSomething] {", " }", "}"); private static final String SNIPSET6 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " def hasSomething(p : MyEvent) : boolean { true }", " on MyEvent [occurrence.hasSomething] {", " }", "}"); private static final String SNIPSET7 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " def getSomething(p : MyEvent) : boolean { true }", " on MyEvent [occurrence.getSomething] {", " }", "}"); private static final String SNIPSET8 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " on MyEvent [occurrence.toString === null] {", " }", "}"); private static final String SNIPSET9 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent", "agent TestAgent {", " on MyEvent [occurrence.hashCode == 0] {", " }", "}"); private static final String SNIPSET10 = multilineString( "package io.sarl.lang.tests.bug589", "event MyEvent { var x : int }", "agent TestAgent {", " def myfct(p : MyEvent) : boolean { p.x = 3 }", " on MyEvent [occurrence.myfct] {", " }", "}"); @Test public void snipset1() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET1); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset2() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET2); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset3() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET3); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset4() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET4); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset5() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET5); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset6() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET6); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset7() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET7); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset8() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET8); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset9() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET9); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertNoIssues(); } @Test public void snipset10() throws Exception { SarlScript mas = file(getParseHelper(), SNIPSET10); final Validator validator = validate(getValidationHelper(), getInjector(), mas); validator.assertError( XbasePackage.eINSTANCE.getXMemberFeatureCall(), IssueCodes.INVALID_INNER_EXPRESSION, "side effect is not allowed"); } }
[ "galland@arakhne.org" ]
galland@arakhne.org
65843c971da5201cfe759a0741d3d319eb4e785d
1dced079671699fb3e69a080178fa9a8fc6f2359
/j2se/src/javac1/ir/types/ClassConstant.java
b84a6ebf0b7cab1ed90e44914c2226b4c45bec7a
[]
no_license
dougxc/SquawkNG
7dc93a7fd2ebafaea4cf021e942f984ab8d494ea
60ebfc59d2a479e671160679a78b1d2ddc30ab65
refs/heads/master
2022-12-22T05:02:18.384927
2020-09-29T09:54:49
2020-09-29T09:54:49
299,572,864
0
0
null
null
null
null
UTF-8
Java
false
false
1,090
java
/* * @(#)ClassConstant.java 1.10 02/11/27 * * Copyright 1993-2002 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package javac1.ir.types; import javac1.ci.InstanceKlass; /** * The value type of instructions that represent a constant class. This class * extends its base class by an additional instance field that stores the value * of the constant. * * @author Thomas Kotzmann * @version 1.00 */ public class ClassConstant extends ClassType { /** * The value of the constant. */ private InstanceKlass value; /** * Constructs a new class constant with the specified value. * * @param value the value of the constant */ public ClassConstant(InstanceKlass value) { this.value = value; } /** * Returns the value of this class constant. * * @return the value of this constant */ public InstanceKlass getValue() { return value; } public boolean isConstant() { return true; } }
[ "doug.simon@oracle.com" ]
doug.simon@oracle.com
e6cd420290d363dc70c260cddc5ee1637895ec71
7b6aa3496324fe26da22d78f42548ac8ac7d5b9a
/java/ch/epfl/cs107/play/game/demo1/Demo1.java
70b9f0d29ec4d7c56c00d21978abe16431964798
[]
no_license
tberkane/rpg
d192a9afa49d7dbec7631bf478986da4369ffb6a
17ca9f9d21e7660149c4fd015fa6b4b0b714fef0
refs/heads/master
2023-07-20T15:46:29.321296
2021-08-24T19:22:42
2021-08-24T19:22:42
399,578,875
0
0
null
null
null
null
UTF-8
Java
false
false
1,655
java
package ch.epfl.cs107.play.game.demo1; import java.awt.Color; import ch.epfl.cs107.play.game.Game; import ch.epfl.cs107.play.game.actor.Actor; import ch.epfl.cs107.play.game.actor.GraphicsEntity; import ch.epfl.cs107.play.game.actor.ShapeGraphics; import ch.epfl.cs107.play.game.actor.TextGraphics; import ch.epfl.cs107.play.game.demo1.actor.MovingRock; import ch.epfl.cs107.play.io.FileSystem; import ch.epfl.cs107.play.math.Circle; import ch.epfl.cs107.play.math.Vector; import ch.epfl.cs107.play.window.Button; import ch.epfl.cs107.play.window.Keyboard; import ch.epfl.cs107.play.window.Window; public class Demo1 implements Game { private Window window; private FileSystem fileSystem; private Actor actor1; private Actor actor2; private float radius = 0.2f; @Override public boolean begin(Window window, FileSystem fileSystem) { this.window = window; this.fileSystem = fileSystem; this.actor1 = new GraphicsEntity(Vector.ZERO, new ShapeGraphics(new Circle(radius), null, Color.RED, 0.005f)); this.actor2 = new MovingRock(new Vector(0.3f, 0.3f), "Hi!"); return true; } @Override public void end() { } @Override public String getTitle() { return "Demo1"; } @Override public void update(float deltaTime) { actor1.draw(window); actor2.draw(window); Keyboard keyboard = window.getKeyboard(); Button downArrow = keyboard.get(Keyboard.DOWN); if (downArrow.isDown()) { actor2.update(deltaTime); } if (actor2.getPosition().sub(actor1.getPosition()).getLength() < radius) { (new TextGraphics("BOOM !! ", 0.08f, Color.RED)).draw(window); } } @Override public int getFrameRate() { return 24; } }
[ "thomas.berkane@epfl.ch" ]
thomas.berkane@epfl.ch
f98dd315c6950037b7edba118873e3c84e32b57b
7e8c8c1eae665391fa04b20139e2a161828fcd8d
/samples/sandbox/towerfall/EntityType.java
cac5d6e2abe3e67bd25c5676f3aac41fd878e6d4
[ "MIT" ]
permissive
vipyami/FXGL
8314b5fb82711cd3b986420798478eb77513d72c
c0847f1e87e1d04086b1f990c6b0949efb2a7215
refs/heads/master
2021-01-19T13:31:06.514400
2017-01-29T23:50:35
2017-01-29T23:50:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,349
java
/* * The MIT License (MIT) * * FXGL - JavaFX Game Library * * Copyright (c) 2015-2017 AlmasB (almaslvl@gmail.com) * * 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 sandbox.towerfall; /** * @author Almas Baimagambetov (almaslvl@gmail.com) */ public enum EntityType { PLAYER, ENEMY, ARROW, PLATFORM }
[ "almaslvl@gmail.com" ]
almaslvl@gmail.com
6d052cbb10db62d4150905416320f91fafa774fe
77faa2f74e29e68cd8e147f8b27a72e171ad26da
/sante.core/src/main/java/org/aksw/sante/core/WeightedObjet.java
651699d5901b5e2239a76748a3bc1ad4e52acd4c
[ "Apache-2.0" ]
permissive
AKSW/sante
c622188d3892c9779ee4a86bb1981417f93628a1
f152e88b53ac8c45da0f5bc49f26fc33b4f6adc3
refs/heads/master
2023-08-16T16:20:09.050662
2023-06-26T14:49:49
2023-06-26T14:49:49
217,257,653
23
11
Apache-2.0
2023-08-07T11:09:38
2019-10-24T09:08:03
Java
UTF-8
Java
false
false
437
java
package org.aksw.sante.core; public class WeightedObjet <O> { private O key; private double weight; public WeightedObjet(O key, double weight) { this.setKey(key); this.setWeight(weight); } public O getKey() { return key; } public void setKey(O key) { this.key = key; } public double getWeight() { return weight; } public void setWeight(double weight) { this.weight = weight; } }
[ "digamarx@gmail.com" ]
digamarx@gmail.com
d91c0226de7963d0a3a88b2fc3aa7c8f12aaecdb
ec858a8038e801e5ffbbc67d08b28a34e56b3f93
/src/core/DataStore.java
1b5a11c3faf9fa9915e9e3d0860189f1a86e83fc
[]
no_license
swaroopmaddu/CRD-FileBased_KeyValuePair
a717e648f1350438b3fe963f331625df54fb3de6
8be05cf35ff5a93dc597e71e07cb96eca4fe19fe
refs/heads/main
2023-02-07T23:33:15.894197
2020-12-31T06:40:20
2020-12-31T06:40:20
325,733,651
0
1
null
null
null
null
UTF-8
Java
false
false
9,449
java
package core; import java.io.*; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.attribute.DosFileAttributes; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class DataStore { private File database; private String DATA_SEPARATOR = "::"; private String filePath; //DataStore constructor public DataStore(String path) throws DatabaseExceptions, IOException { filePath = path; database = new File(path); //if file was already in use if(isLocked(filePath)) { throw new DatabaseExceptions("File already in use."); } //if file not exits if (!database.exists()) { try { //try to crate new file if (database.createNewFile()) { System.out.println("File created: " + database.getName()); } else { System.out.println("An error occurred while creating database file."); } } catch (IOException e) { System.out.println("An error occurred while creating database file."); e.printStackTrace(); } } if(isValidSize()) { lockFile(); } else { throw new DatabaseExceptions("File size limit exeeded."); } } //DataStore constructor if no file provided public DataStore() throws DatabaseExceptions, IOException { String fileName = new SimpleDateFormat("yyyyMMddHHmm'.txt'").format(new Date()); filePath = System.getProperty("user.home")+"\\DataStore"; System.out.println(filePath); //try to create new folder if not exits if(!isDirectoryExists(filePath)) { if (new File(filePath).mkdirs()) { System.out.println("New folder created for databases."); } else { System.out.println("An error occurred while creating newww database file."); } } filePath = filePath+"\\"+fileName; database = new File(filePath); if (!database.exists()) { database.createNewFile(); } System.out.println("File created: " + database.getName()); lockFile(); } private void lockFile() { try { //try to create new file if (new File(filePath+".lock").createNewFile()) { } else { System.out.println("An error occurred while locking database file."); System.exit(0); } } catch (IOException e) { System.out.println("An error occurred while locking database file."); e.printStackTrace(); } } //get file size in MB private boolean isValidSize() { return ((double) this.database.length() / (1024 * 1024)) < 1024 ; } //check whether the file is locked or not private boolean isLocked(String path) { return new File(path+".lock").exists(); } //Remove lock of a file private void removeLock() throws IOException { if (new File(filePath+".lock").delete()) { } else { throw new IOException("Could not delete lock file."); } } //Check weather the directory for DataStore exists or not private static boolean isDirectoryExists(String directoryPath) { if (!Paths.get(directoryPath).toFile().isDirectory()) { return false; } return true; } //Insert key into database private void insert(String key,String value,int ttl) { String inputFileName = filePath; //Create a temporary file String outputFileName = filePath+".temp"; try { File inputFile = new File(inputFileName); synchronized(inputFile) { // Perform file manipulations File outputFile = new File(outputFileName); synchronized(outputFile) { try (BufferedReader reader = new BufferedReader(new FileReader(inputFile)); BufferedWriter writer = new BufferedWriter(new FileWriter(outputFile))) { // Read each line from the reader and compare it with key to remove String line = null; boolean isAdded = false; while ((line = reader.readLine()) != null) { if (getKey(line).compareToIgnoreCase(key)>0 && !isAdded) { if(ttl<0) writer.write(key+DATA_SEPARATOR+value+System.lineSeparator()); else writer.write(key+DATA_SEPARATOR+value+DATA_SEPARATOR+new Date(System.currentTimeMillis()+ttl*100)+System.lineSeparator()); isAdded = true; } else if(getKey(line).compareToIgnoreCase(key)==0) { System.out.println("Key is already defined."); isAdded = true; continue; } writer.write(line); writer.newLine(); } //Add at end of file if(!isAdded) { writer.write(key+DATA_SEPARATOR+value+System.lineSeparator()); isAdded = true; } reader.close(); writer.close(); } // Delete the original file if (inputFile.delete()) { // Rename the output file to the input file if (!outputFile.renameTo(inputFile)) { throw new IOException("Could not rename " + outputFileName + " to " + inputFileName); } } else { throw new IOException("Could not delete original input file " + inputFileName); } } } } catch (IOException ex) { // Handle other exceptions ex.printStackTrace(); } } //Method to insert or create new Key Value pair public void create(String key,String value) throws Exception { if(isConsistent(key,value)) { insert(key,value,-1); } } //print file stats public void stats() throws IOException { Path path = Paths.get(filePath); DosFileAttributes attr = Files.readAttributes(path, DosFileAttributes.class); System.out.println("Created at = " + attr.creationTime()); System.out.println("LastModified = " + attr.lastAccessTime()); System.out.println("LastModified = " + attr.lastModifiedTime()); System.out.println("File Size = " + attr.size()); System.out.println("----------------------------------------"); } private boolean isConsistent(String key,String value) throws Exception { //constraint Key size if(key.length()>32) { throw new Exception("Key should be maximum 32 chars."); } //constraint Value size if(value.length()>16000 ) { throw new Exception("Value should be maximum 16000 chars(16KB)."); } //check file size if(!isValidSize()) { throw new DatabaseExceptions("File size limit exeeded."); } return true; } //Method to insert or create new Key Value pair with Time to live public void create(String key,String value,int ttl) throws Exception { if(isConsistent(key,value)) { insert(key,value,ttl); } } private String getKey(String text) { return text.substring(0, text.indexOf(DATA_SEPARATOR)); } //to check weather the object is expired or not private boolean isAlive(String strDate) throws ParseException { DateFormat formatter = new SimpleDateFormat("EEE MMM d HH:mm:ss z yyyy"); Date end = formatter.parse(strDate); Date now = new Date(System.currentTimeMillis()); return end.compareTo(now)==1; } //get value of a key public String read(String key) throws IOException, ParseException { String line; BufferedReader br = new BufferedReader(new FileReader(filePath)); while((line = br.readLine()) != null) { if(getKey(line).equals(key)) { String arr[] = line.split(DATA_SEPARATOR); if(arr.length>2) { if(isAlive(arr[2])) { br.close(); return arr[1]; }else { br.close(); delete(key); //if TTL is expired delete key-Value pair break; } } br.close(); return arr[1]; } } br.close(); return "Key not found"; //If key was not found } public void delete(String key) { String inputFileName = filePath; String outputFileName = filePath+".temp"; try { File inputFile = new File(inputFileName); synchronized(inputFile) { File outputFile = new File(outputFileName); synchronized(outputFile) { try (BufferedReader reader = new BufferedReader(new FileReader(inputFile)); BufferedWriter writer = new BufferedWriter(new FileWriter(outputFile))) { // Read each line from the reader and compare it with key to remove String line = null; //write all KeyValue pairs except given key while ((line = reader.readLine()) != null) { if (!getKey(line).equals(key)) { writer.write(line); writer.newLine(); } } reader.close(); writer.close(); } } // Delete the original file if (inputFile.delete()) { // Rename the output file to the input file if (!outputFile.renameTo(inputFile)) { throw new IOException("Could not rename " + outputFileName + " to " + inputFileName); } } else { throw new IOException("Could not delete original input file " + inputFileName); } } } catch (IOException ex) { // Handle other exceptions ex.printStackTrace(); } } //close and remove database connection lock public void close() throws IOException { removeLock(); } }
[ "madduswaroop@gmail.com" ]
madduswaroop@gmail.com
c19a7a269d80f961a83ec4975cacbd0fda342908
dbd5f73d16e809819a60786f086962f72fa9b518
/JAX_WS_Server/src/dam/tan/PersonPublisher.java
07c04cd8bd698b01f9b9e80fa1bed7c3e00e047b
[]
no_license
damquangtan/JAX_WS_Tutorial
7ff7d42ed9fc80ae03e0177f61c4df2371fa5aa4
da21aac752b338dbeac81031f2bb93cebb8add6a
refs/heads/master
2021-01-25T11:28:04.942218
2018-03-02T03:18:04
2018-03-02T03:18:04
123,399,595
0
0
null
null
null
null
UTF-8
Java
false
false
231
java
package dam.tan; import javax.xml.ws.Endpoint; public class PersonPublisher { public static void main(String[] args) { Endpoint ep = Endpoint.create(new PersonImpl()); ep.publish("http://127.0.0.1:8000/personService"); } }
[ "damquangtan92@gmail.com" ]
damquangtan92@gmail.com
619946fe055a70395bce4a3135129ddcd6f28f56
55e563b45ffaaf281428c13976d774afab8123f2
/hybris/bin/custom/pedra/pedrastorefront/web/src/com/pedra/storefront/controllers/cms/CategoryFeatureComponentController.java
004932ddc0cd92f50ee401ad9eb150616e90f8c5
[]
no_license
hordine/pedra-strive
04fae2ec388997af769fa92c60df2eabb7cec57c
19cd8156e4b3f80c79e44c110be631bdb32662ff
refs/heads/master
2021-01-12T11:42:55.008877
2016-11-02T07:48:35
2016-11-02T07:48:35
72,272,830
0
0
null
null
null
null
UTF-8
Java
false
false
1,882
java
/* * [y] hybris Platform * * Copyright (c) 2000-2013 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * license agreement you entered into with hybris. * * */ package com.pedra.storefront.controllers.cms; import de.hybris.platform.acceleratorcms.model.components.CategoryFeatureComponentModel; import com.pedra.storefront.controllers.ControllerConstants; import de.hybris.platform.category.model.CategoryModel; import de.hybris.platform.commercefacades.product.data.CategoryData; import de.hybris.platform.servicelayer.dto.converter.Converter; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; /** * Controller for CMS ProductFeatureComponent. */ @Controller("CategoryFeatureComponentController") @Scope("tenant") @RequestMapping(value = ControllerConstants.Actions.Cms.CategoryFeatureComponent) public class CategoryFeatureComponentController extends AbstractCMSComponentController<CategoryFeatureComponentModel> { @Resource(name = "categoryUrlConverter") private Converter<CategoryModel, CategoryData> categoryUrlConverter; @Override protected void fillModel(final HttpServletRequest request, final Model model, final CategoryFeatureComponentModel component) { final CategoryModel category = component.getCategory(); if (category != null) { final String url = categoryUrlConverter.convert(category).getUrl(); model.addAttribute("url", url); } } }
[ "hordine@Henriques-MacBook-Air.local" ]
hordine@Henriques-MacBook-Air.local
f4f693758d7ad0f22e30ab46d93552b7d580f00c
0a77126c1f4f34f8a7c7ab0e0686f879ae729960
/src/main/java/org/apache/thrift/transport/TServerTransport.java
5f80a8b1ec34a79d5da80ff80bb9642ade4de657
[]
no_license
tedwon/scribe-log4j-appender
0a29f82e07f3eff04a562ab2ff17cc36c8af1b99
f3c3d316e6cff70fc2cce6b8ca43f35f05adec14
refs/heads/master
2023-04-26T15:54:30.598314
2013-09-29T09:39:25
2013-09-29T09:39:25
13,189,626
0
0
null
2023-04-15T14:47:17
2013-09-29T08:58:44
Java
UTF-8
Java
false
false
1,779
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.thrift.transport; /** * Server transport. Object which provides client transports. */ public abstract class TServerTransport { public abstract void listen() throws TTransportException; public final TTransport accept() throws TTransportException { TTransport transport = acceptImpl(); if (transport == null) { throw new TTransportException("accept() may not return NULL"); } return transport; } public abstract void close(); protected abstract TTransport acceptImpl() throws TTransportException; /** * Optional method implementation. This signals to the server transport * that it should break out of any accept() or listen() that it is currently * blocked on. This method, if implemented, MUST be thread safe, as it may * be called from a different thread context than the other TServerTransport * methods. */ public void interrupt() { } }
[ "iamtedwon@gmail.com" ]
iamtedwon@gmail.com
5755a4d76404156e11e4965553c43769ae4dfea9
7cc0c9ec45c22aa23d888992ec961a9eb531fa64
/Java/DailyFlash/21August/prog2.java
c08317d5f34c4de0682d7041bb032f96a2ab7dfd
[]
no_license
Audarya07/Core2Web
1ae8d784258006e27ad586e1a3779b45d054c0f5
78b97bcbf62d28a88407806dca8b2f050329d266
refs/heads/master
2023-02-01T07:56:04.866347
2020-12-18T18:24:54
2020-12-18T18:24:54
279,018,658
1
0
null
null
null
null
UTF-8
Java
false
false
599
java
import java.io.*; class Prog2{ public static void main(String[] args) throws IOException{ InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); System.out.print("Enter no. of units : "); int unit = Integer.parseInt(br.readLine()); float cost = 0f; if(unit <= 50){ cost = unit * 0.5f; } else if(unit <= 150){ cost = (50 * 0.5f) + (unit - 50)*0.75f; } else if(unit <= 250){ cost = (50 * 0.5f) + 100*0.75f + (unit - 150)*1.2f; } else cost = unit * 1.5f; System.out.println("Bill generated : " + cost); } }
[ "audiuttarwar2000@gmail.com" ]
audiuttarwar2000@gmail.com
fa224f7770d9c025aabf1e775400e82cc0f36fe4
8509dff934634cbc96633ce431bdf3344112f743
/SourceFiles/ComponentVillageField.java
e205ebf2d822d36279b5795f9fb47e12bf416e0e
[ "MIT" ]
permissive
alex-day/MinecraftMods
5089a53ba32162c0bf9d034a861b928771f3932f
f6cb31770e21ebe4d5e41d799994c9dcd1c6abee
refs/heads/master
2023-06-12T12:05:28.160368
2021-07-06T11:03:28
2021-07-06T11:03:28
383,438,295
0
0
null
null
null
null
UTF-8
Java
false
false
6,288
java
package net.minecraft.src; import java.util.ArrayList; import java.util.List; import java.util.Random; public class ComponentVillageField extends ComponentVillage { private int averageGroundLevel = -1; /** First crop type for this field. */ private int cropTypeA; /** Second crop type for this field. */ private int cropTypeB; /** Third crop type for this field. */ private int cropTypeC; /** Fourth crop type for this field. */ private int cropTypeD; /** NODE: added to allow additional crops to be spawned in villages */ public static ArrayList<Integer> cropBlockIDs = new ArrayList<Integer>(); static { cropBlockIDs.add(Block.carrot.blockID); cropBlockIDs.add(Block.potato.blockID); cropBlockIDs.add(Block.crops.blockID); } public ComponentVillageField(ComponentVillageStartPiece par1ComponentVillageStartPiece, int par2, Random par3Random, StructureBoundingBox par4StructureBoundingBox, int par5) { super(par1ComponentVillageStartPiece, par2); this.coordBaseMode = par5; this.boundingBox = par4StructureBoundingBox; this.cropTypeA = this.getRandomCrop(par3Random); this.cropTypeB = this.getRandomCrop(par3Random); this.cropTypeC = this.getRandomCrop(par3Random); this.cropTypeD = this.getRandomCrop(par3Random); } /** * Returns a crop type to be planted on this field. * NODE: modified to use cropBlockID's */ private int getRandomCrop(Random par1Random) { int index = par1Random.nextInt(cropBlockIDs.size()); return cropBlockIDs.get(index); } public static ComponentVillageField func_74900_a(ComponentVillageStartPiece par0ComponentVillageStartPiece, List par1List, Random par2Random, int par3, int par4, int par5, int par6, int par7) { StructureBoundingBox var8 = StructureBoundingBox.getComponentToAddBoundingBox(par3, par4, par5, 0, 0, 0, 13, 4, 9, par6); return canVillageGoDeeper(var8) && StructureComponent.findIntersecting(par1List, var8) == null ? new ComponentVillageField(par0ComponentVillageStartPiece, par7, par2Random, var8, par6) : null; } /** * second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at * the end, it adds Fences... */ public boolean addComponentParts(World par1World, Random par2Random, StructureBoundingBox par3StructureBoundingBox) { if (this.averageGroundLevel < 0) { this.averageGroundLevel = this.getAverageGroundLevel(par1World, par3StructureBoundingBox); if (this.averageGroundLevel < 0) { return true; } this.boundingBox.offset(0, this.averageGroundLevel - this.boundingBox.maxY + 4 - 1, 0); } this.fillWithBlocks(par1World, par3StructureBoundingBox, 0, 1, 0, 12, 4, 8, 0, 0, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 1, 0, 1, 2, 0, 7, Block.tilledField.blockID, Block.tilledField.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 4, 0, 1, 5, 0, 7, Block.tilledField.blockID, Block.tilledField.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 7, 0, 1, 8, 0, 7, Block.tilledField.blockID, Block.tilledField.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 10, 0, 1, 11, 0, 7, Block.tilledField.blockID, Block.tilledField.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 0, 0, 0, 0, 0, 8, Block.wood.blockID, Block.wood.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 6, 0, 0, 6, 0, 8, Block.wood.blockID, Block.wood.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 12, 0, 0, 12, 0, 8, Block.wood.blockID, Block.wood.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 1, 0, 0, 11, 0, 0, Block.wood.blockID, Block.wood.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 1, 0, 8, 11, 0, 8, Block.wood.blockID, Block.wood.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 3, 0, 1, 3, 0, 7, Block.waterMoving.blockID, Block.waterMoving.blockID, false); this.fillWithBlocks(par1World, par3StructureBoundingBox, 9, 0, 1, 9, 0, 7, Block.waterMoving.blockID, Block.waterMoving.blockID, false); int var4; for (var4 = 1; var4 <= 7; ++var4) { this.placeBlockAtCurrentPosition(par1World, this.cropTypeA, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 1, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeA, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 2, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeB, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 4, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeB, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 5, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeC, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 7, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeC, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 8, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeD, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 10, 1, var4, par3StructureBoundingBox); this.placeBlockAtCurrentPosition(par1World, this.cropTypeD, MathHelper.getRandomIntegerInRange(par2Random, 2, 7), 11, 1, var4, par3StructureBoundingBox); } for (var4 = 0; var4 < 9; ++var4) { for (int var5 = 0; var5 < 13; ++var5) { this.clearCurrentPositionBlocksUpwards(par1World, var5, 4, var4, par3StructureBoundingBox); this.fillCurrentPositionBlocksDownwards(par1World, Block.dirt.blockID, 0, var5, -1, var4, par3StructureBoundingBox); } } return true; } }
[ "AlexDay360@gmail.com" ]
AlexDay360@gmail.com
7256b5b938e0bc3f2ab009e24d245242fdb811e7
409dd05587f5d74b2c65997fe0051d6bbfdbc912
/src/main/java/app/web/exception/NotFoundException.java
3ad873a8d68a416244130303d4d04078dc220a42
[]
no_license
Renatko91/webApp
babfa36ae9c655ae0718ab04b6334cafdfd0facd
e4a2aed252333feb367a98fedc5f4d3a805fd95e
refs/heads/master
2023-03-02T09:49:46.450758
2021-02-01T19:49:55
2021-02-01T19:49:55
330,651,467
0
0
null
null
null
null
UTF-8
Java
false
false
243
java
package app.web.exception; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(value = HttpStatus.NOT_FOUND) public class NotFoundException extends RuntimeException { }
[ "renatko91@bk.ru" ]
renatko91@bk.ru
3cd6ffe0fba48066cc5496e2df91cfa0f118f33a
863c25b6a9963157b6cb4286928837020dc91ee6
/src/main/java/com/flipkart/qa/util/WebEventListener.java
bde3c837f7d37c1fae41c6a0c75d25d28fa80336
[]
no_license
ajay-ajiz/Flipkart-V
aabe6078c19fbcca10f1d6a4d2329a650f3291ba
203a012b64dc94a0f80cc8bc39f9d3976542c753
refs/heads/master
2023-06-19T09:59:52.605360
2021-07-19T17:14:24
2021-07-19T17:14:24
384,345,469
0
0
null
null
null
null
UTF-8
Java
false
false
3,964
java
package com.flipkart.qa.util; import java.io.IOException; import org.openqa.selenium.By; import org.openqa.selenium.OutputType; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.events.WebDriverEventListener; import com.flipkart.qa.base.TestBase; //public class WebEventListener { public class WebEventListener extends TestBase implements WebDriverEventListener { public WebEventListener() throws IOException { super(); // TODO Auto-generated constructor stub } public void beforeNavigateTo(String url, WebDriver driver) { System.out.println("Before navigating to: '" + url + "'"); } public void afterNavigateTo(String url, WebDriver driver) { System.out.println("Navigated to:'" + url + "'"); } public void beforeChangeValueOf(WebElement element, WebDriver driver) { System.out.println("Value of the:" + element.toString() + " before any changes made"); } public void afterChangeValueOf(WebElement element, WebDriver driver) { System.out.println("Element value changed to: " + element.toString()); } public void beforeClickOn(WebElement element, WebDriver driver) { System.out.println("Trying to click on: " + element.toString()); } public void afterClickOn(WebElement element, WebDriver driver) { System.out.println("Clicked on: " + element.toString()); } public void beforeNavigateBack(WebDriver driver) { System.out.println("Navigating back to previous page"); } public void afterNavigateBack(WebDriver driver) { System.out.println("Navigated back to previous page"); } public void beforeNavigateForward(WebDriver driver) { System.out.println("Navigating forward to next page"); } public void afterNavigateForward(WebDriver driver) { System.out.println("Navigated forward to next page"); } public void onException(Throwable error, WebDriver driver) { System.out.println("Exception occured: " + error); } public void beforeFindBy(By by, WebElement element, WebDriver driver) { System.out.println("Trying to find Element By : " + by.toString()); } public void afterFindBy(By by, WebElement element, WebDriver driver) { System.out.println("Found Element By : " + by.toString()); } /* * non overridden methods of WebListener class */ public void beforeScript(String script, WebDriver driver) { } public void afterScript(String script, WebDriver driver) { } public void beforeAlertAccept(WebDriver driver) { // TODO Auto-generated method stub } public void afterAlertAccept(WebDriver driver) { // TODO Auto-generated method stub } public void afterAlertDismiss(WebDriver driver) { // TODO Auto-generated method stub } public void beforeAlertDismiss(WebDriver driver) { // TODO Auto-generated method stub } public void beforeNavigateRefresh(WebDriver driver) { // TODO Auto-generated method stub } public void afterNavigateRefresh(WebDriver driver) { // TODO Auto-generated method stub } public void beforeChangeValueOf(WebElement element, WebDriver driver, CharSequence[] keysToSend) { // TODO Auto-generated method stub } public void afterChangeValueOf(WebElement element, WebDriver driver, CharSequence[] keysToSend) { // TODO Auto-generated method stub } public <X> void afterGetScreenshotAs(OutputType<X> arg0, X arg1) { // TODO Auto-generated method stub } public void afterGetText(WebElement arg0, WebDriver arg1, String arg2) { // TODO Auto-generated method stub } public void afterSwitchToWindow(String arg0, WebDriver arg1) { // TODO Auto-generated method stub } public <X> void beforeGetScreenshotAs(OutputType<X> arg0) { // TODO Auto-generated method stub } public void beforeGetText(WebElement arg0, WebDriver arg1) { // TODO Auto-generated method stub } public void beforeSwitchToWindow(String arg0, WebDriver arg1) { // TODO Auto-generated method stub } }
[ "varunslumia@gmail.com" ]
varunslumia@gmail.com
af9691e902280d2daa16044d5c7f14cf835008ad
5dff12d5b606ae3712fc07e4c05a07337fc23272
/src/main/java/com/ic/core/shiro/service/ShiroManager.java
d6902451d2f49409ca481874e644f98fffbe2d42
[]
no_license
dreamhooho/RBAC3
3bd1664cbae21d68dc1cc1c71970a1061ba73748
cae4e62fb38d9980ec649ac4662a0e64eb90a335
refs/heads/master
2020-11-29T22:15:38.491798
2016-10-08T03:05:17
2016-10-08T03:05:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
343
java
package com.ic.core.shiro.service; public interface ShiroManager { /** * 加载过滤配置信息 * @return */ String loadFilterChainDefinitions(); /** * 重新构建权限过滤器 * 一般在修改了用户角色、用户等信息时,需要再次调用该方法 */ void reCreateFilterChains(); }
[ "Hong0727" ]
Hong0727
1a767618698fb90616a2fe90930065c162e8de0e
3c0267542cf7c922789a4c4d2fb4b3def0c338c4
/TaskOSWeb/src/java/com/taskos/task/Service.java
464df1a9015f9ae157f1c594a52208092541a918
[]
no_license
ccvo/taskcom
56008a8a1550dda55dbc416eddf2c519b2d1bde8
c0a5ad7de8c089c35c0e431a2695cffec8bf2bf6
refs/heads/master
2020-06-05T14:49:47.370105
2012-09-10T01:02:49
2012-09-10T01:02:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,606
java
package com.taskos.task; import com.taskos.TaskOS; import com.taskos.task.ui.Argument; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.util.ArrayList; import java.util.List; /** * * @author Chuong Vo */ public final class Service implements AbstractTask { private String id; private String url; private String title; private List<UiElement> ui; private List<Argument> args; private AbstractTask parent = null; private boolean isDone; private List<AbstractTask> subtasks; public Service(String id, List<UiElement> ui, List<Argument> args) { this.id = id; this.ui = ui; this.args = args; } public List<Argument> getArgs() { return args; } public void setArgs(List<Argument> args) { this.args = args; } @Override public void unDone() { this.setIsDone(false); if(this.subtasks != null){ this.subtasks.clear(); } } @Override public boolean isOptional() { return false; } @Override public boolean isShareable() { return false; } @Override public String getId() { return id; } public void setId(String id) { this.id = id; } public List<UiElement> getUi() { return ui; } public void setUi(List<UiElement> ui) { this.ui = ui; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } @Override public AbstractTask getParent() { return parent; } @Override public void setParent(AbstractTask parentTask) { this.parent = parentTask; } @Override public void setIsDone(boolean isDone) { this.isDone = isDone; } @Override public boolean getIsDone() { return this.isDone; } @Override public void execute(PrintWriter out, String user_id) { if (this.url != null) { String urlStr = this.url; if (this.args != null && this.args.size() > 0) { urlStr += "?a=."; for (int i = 0; i < this.args.size(); i++) { if (this.args.get(i).getValue().startsWith("$")) { String name = this.args.get(i).getValue().substring(1); Object value = TaskOS.getUser(user_id).variables.get(name); urlStr += "&" + this.args.get(i).getName() + "=" + value; } else { urlStr += "&" + this.args.get(i).getName() + "=" + this.args.get(i).getValue(); } } } System.out.println("Service execute(): " + urlStr); try { URL myURL = new URL(urlStr); URLConnection myURLConnection = myURL.openConnection(); //myURLConnection.connect(); BufferedReader in = new BufferedReader(new InputStreamReader( myURLConnection.getInputStream())); String inputLine; String result = ""; while ((inputLine = in.readLine()) != null) { result += inputLine; } if (result != null && result.length() > 0) { if ((result.equals("true") || result.equals("false")) && this.getId() != null && this.getId().length() > 0) { TaskOS.getUser(user_id).variables.put(this.getId(), Boolean.valueOf(result)); } else if (result.trim().startsWith("<task") || result.trim().startsWith("<service") || result.trim().startsWith("<include") || result.trim().startsWith("<if")) { this.subtasks = new ArrayList<AbstractTask>(); this.subtasks.add((AbstractTask) TaskOS.xstream.fromXML(result)); } else if(this.getId() != null && this.getId().length() > 0){ TaskOS.getUser(user_id).variables.put(this.getId(), result); } } } catch (MalformedURLException e) { System.out.println(e.getMessage()); } catch (IOException e) { System.out.println(e.getMessage()); } } } @Override public List<AbstractTask> getSubtasks() { return this.subtasks; } }
[ "vocongchuong@gmail.com" ]
vocongchuong@gmail.com
da35063ae975eab8c25eef580b575fefd92e52b7
247337ac30cbc2727ee0b2ce1d6239b9a8a0e038
/vertx-lang-ceylon-stack/src/main/ceylon/io/vertx/ceylon/web/handler/StaticHandler.java
ec48a94bd582a01f33a66db65bcc5cdf942ca3e2
[ "Apache-2.0" ]
permissive
guidbona/vertx-lang-ceylon
1a5abe21ef0b67a5c4a5b5921def740b6538d9f5
2467572f8ffc80d6ad030238ceb13bc62b454720
refs/heads/master
2021-01-13T12:46:56.393855
2016-10-29T16:14:47
2016-10-29T16:15:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,833
java
package io.vertx.ceylon.web.handler; import com.redhat.ceylon.compiler.java.metadata.Ceylon; import com.redhat.ceylon.compiler.java.metadata.TypeInfo; import com.redhat.ceylon.compiler.java.metadata.TypeParameter; import com.redhat.ceylon.compiler.java.metadata.TypeParameters; import com.redhat.ceylon.compiler.java.metadata.Variance; import com.redhat.ceylon.compiler.java.metadata.Ignore; import com.redhat.ceylon.compiler.java.metadata.Name; import com.redhat.ceylon.compiler.java.runtime.model.TypeDescriptor; import com.redhat.ceylon.compiler.java.runtime.model.ReifiedType; import ceylon.language.Callable; import ceylon.language.DocAnnotation$annotation$; import io.vertx.ceylon.web.RoutingContext; import io.vertx.core.Handler; @Ceylon(major = 8) @DocAnnotation$annotation$(description = " A handler for serving static resources from the file system or classpath.\n") public class StaticHandler implements ReifiedType { @Ignore public static final io.vertx.lang.ceylon.ConverterFactory<io.vertx.ext.web.handler.StaticHandler, StaticHandler> TO_CEYLON = new io.vertx.lang.ceylon.ConverterFactory<io.vertx.ext.web.handler.StaticHandler, StaticHandler>() { public io.vertx.lang.ceylon.Converter<io.vertx.ext.web.handler.StaticHandler, StaticHandler> converter(final TypeDescriptor... descriptors) { return new io.vertx.lang.ceylon.Converter<io.vertx.ext.web.handler.StaticHandler, StaticHandler>() { public StaticHandler convert(io.vertx.ext.web.handler.StaticHandler src) { return new StaticHandler(src); } }; } }; @Ignore public static final io.vertx.lang.ceylon.Converter<StaticHandler, io.vertx.ext.web.handler.StaticHandler> TO_JAVA = new io.vertx.lang.ceylon.Converter<StaticHandler, io.vertx.ext.web.handler.StaticHandler>() { public io.vertx.ext.web.handler.StaticHandler convert(StaticHandler src) { return src.delegate; } }; @Ignore public static final TypeDescriptor $TypeDescriptor$ = TypeDescriptor.klass(StaticHandler.class); @Ignore private final io.vertx.ext.web.handler.StaticHandler delegate; public StaticHandler(io.vertx.ext.web.handler.StaticHandler delegate) { this.delegate = delegate; } @Ignore public TypeDescriptor $getType$() { return $TypeDescriptor$; } @Ignore public Object getDelegate() { return delegate; } @TypeInfo("ceylon.language::Anything") public void handle( final @TypeInfo("io.vertx.ceylon.web::RoutingContext") @Name("arg0") RoutingContext arg0) { io.vertx.ext.web.RoutingContext arg_0 = io.vertx.ceylon.web.RoutingContext.TO_JAVA.safeConvert(arg0); delegate.handle(arg_0); } @DocAnnotation$annotation$(description = " Enable/Disable access to the root of the filesystem\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setAllowRootFileSystemAccess( final @TypeInfo("ceylon.language::Boolean") @Name("allowRootFileSystemAccess") @DocAnnotation$annotation$(description = "whether root access is allowed\n") boolean allowRootFileSystemAccess) { boolean arg_0 = allowRootFileSystemAccess; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setAllowRootFileSystemAccess(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set the web root\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setWebRoot( final @TypeInfo("ceylon.language::String") @Name("webRoot") @DocAnnotation$annotation$(description = "the web root\n") ceylon.language.String webRoot) { java.lang.String arg_0 = io.vertx.lang.ceylon.ToJava.String.safeConvert(webRoot); StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setWebRoot(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether files are read-only and will never change\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setFilesReadOnly( final @TypeInfo("ceylon.language::Boolean") @Name("readOnly") @DocAnnotation$annotation$(description = "whether files are read-only\n") boolean readOnly) { boolean arg_0 = readOnly; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setFilesReadOnly(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set value for max age in caching headers\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setMaxAgeSeconds( final @TypeInfo("ceylon.language::Integer") @Name("maxAgeSeconds") @DocAnnotation$annotation$(description = "maximum time for browser to cache, in seconds\n") long maxAgeSeconds) { long arg_0 = maxAgeSeconds; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setMaxAgeSeconds(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether cache header handling is enabled\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setCachingEnabled( final @TypeInfo("ceylon.language::Boolean") @Name("enabled") @DocAnnotation$annotation$(description = "true if enabled\n") boolean enabled) { boolean arg_0 = enabled; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setCachingEnabled(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether directory listing is enabled\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setDirectoryListing( final @TypeInfo("ceylon.language::Boolean") @Name("directoryListing") @DocAnnotation$annotation$(description = "true if enabled\n") boolean directoryListing) { boolean arg_0 = directoryListing; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setDirectoryListing(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether hidden files should be served\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setIncludeHidden( final @TypeInfo("ceylon.language::Boolean") @Name("includeHidden") @DocAnnotation$annotation$(description = "true if hidden files should be served\n") boolean includeHidden) { boolean arg_0 = includeHidden; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setIncludeHidden(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set the server cache entry timeout when caching is enabled\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setCacheEntryTimeout( final @TypeInfo("ceylon.language::Integer") @Name("timeout") @DocAnnotation$annotation$(description = "the timeout, in ms\n") long timeout) { long arg_0 = timeout; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setCacheEntryTimeout(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set the index page\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setIndexPage( final @TypeInfo("ceylon.language::String") @Name("indexPage") @DocAnnotation$annotation$(description = "the index page\n") ceylon.language.String indexPage) { java.lang.String arg_0 = io.vertx.lang.ceylon.ToJava.String.safeConvert(indexPage); StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setIndexPage(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set the max cache size, when caching is enabled\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setMaxCacheSize( final @TypeInfo("ceylon.language::Integer") @Name("maxCacheSize") @DocAnnotation$annotation$(description = "the max cache size\n") long maxCacheSize) { int arg_0 = (int)maxCacheSize; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setMaxCacheSize(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether async filesystem access should always be used\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setAlwaysAsyncFS( final @TypeInfo("ceylon.language::Boolean") @Name("alwaysAsyncFS") @DocAnnotation$annotation$(description = "true for always async FS access\n") boolean alwaysAsyncFS) { boolean arg_0 = alwaysAsyncFS; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setAlwaysAsyncFS(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether async/sync filesystem tuning should enabled\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setEnableFSTuning( final @TypeInfo("ceylon.language::Boolean") @Name("enableFSTuning") @DocAnnotation$annotation$(description = "true to enabled FS tuning\n") boolean enableFSTuning) { boolean arg_0 = enableFSTuning; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setEnableFSTuning(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set the max serve time in ns, above which serves are considered slow\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setMaxAvgServeTimeNs( final @TypeInfo("ceylon.language::Integer") @Name("maxAvgServeTimeNanoSeconds") @DocAnnotation$annotation$(description = "max serve time, in ns\n") long maxAvgServeTimeNanoSeconds) { long arg_0 = maxAvgServeTimeNanoSeconds; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setMaxAvgServeTimeNs(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set the directory template to be used when directory listing\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setDirectoryTemplate( final @TypeInfo("ceylon.language::String") @Name("directoryTemplate") @DocAnnotation$annotation$(description = "the directory template\n") ceylon.language.String directoryTemplate) { java.lang.String arg_0 = io.vertx.lang.ceylon.ToJava.String.safeConvert(directoryTemplate); StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setDirectoryTemplate(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether range requests (resumable downloads; media streaming) should be enabled.\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setEnableRangeSupport( final @TypeInfo("ceylon.language::Boolean") @Name("enableRangeSupport") @DocAnnotation$annotation$(description = "true to enable range support\n") boolean enableRangeSupport) { boolean arg_0 = enableRangeSupport; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setEnableRangeSupport(arg_0)); return this; } @DocAnnotation$annotation$(description = " Set whether vary header should be sent with response.\n") @TypeInfo("io.vertx.ceylon.web.handler::StaticHandler") public StaticHandler setSendVaryHeader( final @TypeInfo("ceylon.language::Boolean") @Name("varyHeader") @DocAnnotation$annotation$(description = "true to sent vary header\n") boolean varyHeader) { boolean arg_0 = varyHeader; StaticHandler ret = io.vertx.ceylon.web.handler.StaticHandler.TO_CEYLON.converter().safeConvert(delegate.setSendVaryHeader(arg_0)); return this; } }
[ "julien@julienviet.com" ]
julien@julienviet.com
038b6987525426819c61264e2a553af281f6aa7d
b8fd46ef4a5d097baae263b1a38858bc016cdfa4
/src/main/java/com/cognixia/jump/model/attributes/Wisdom.java
27d7b81ef33001a942f8f6097d0852d92cfa70c2
[]
no_license
pauliepj/CharacterBuilder
139233ff18569e4cf6cfd12d0d59028cb91ff8bc
7bf6d508059f7ec0db8f363cdbdfcdeeb9a5bea3
refs/heads/main
2023-05-05T03:08:57.646964
2021-05-24T15:08:33
2021-05-24T15:08:33
367,130,931
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
package com.cognixia.jump.model.attributes; import com.cognixia.jump.model.Attribute; public class Wisdom implements Attribute{ public Integer value; public Integer getValue() { return value; } public void setValue(Integer value) { this.value = value; } public Wisdom(Integer value) { super(); this.value = value; } }
[ "pjpdisco@gmail.com" ]
pjpdisco@gmail.com
4bb25539b4b1655fdae1ab97141e3f8d6201bed2
9f3964adce6f6131a9cbea43838c5b8d11d55f30
/src/test/java/com/ShopOn/TestSuites/RegistrationTestSuite.java
80b31066ffa4bc6b026d08c387ccfcde5c4aff21
[]
no_license
priyansh747/shop-on-integrated
15fcdd39d3b09bf5b0b25c0d2c595cb669432717
51787b9ee38777e167252b63b8be6c5665ba862c
refs/heads/master
2022-12-07T23:28:40.235334
2020-09-02T06:12:02
2020-09-02T06:12:02
292,196,618
0
0
null
2020-09-02T06:19:46
2020-09-02T06:19:46
null
UTF-8
Java
false
false
1,396
java
package com.ShopOn.TestSuites; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; import com.ShopOn.UserTriesToRegister.RegisterWithBlankFields_TC_17; import com.ShopOn.UserTriesToRegister.RegisterWithEXISTINGUserDetails_TC_24; import com.ShopOn.UserTriesToRegister.RegisterWithIncorrectConfirmPassword_TC_34; import com.ShopOn.UserTriesToRegister.RegisterWithInvalidEmail_TC_27; import com.ShopOn.UserTriesToRegister.RegisterWithInvalidFirstName_TC_25; import com.ShopOn.UserTriesToRegister.RegisterWithInvalidLastName_TC_26; import com.ShopOn.UserTriesToRegister.RegisterWithInvalidState_Province_TC_29; import com.ShopOn.UserTriesToRegister.RegisterWithValidData_TC_14; @RunWith(Suite.class) @SuiteClasses({com.ShopOn.UserTriesToRegister.RegisterWithBlankFields_TC_17.class,com.ShopOn.UserTriesToRegister.RegisterWithEXISTINGUserDetails_TC_24.class,com.ShopOn.UserTriesToRegister.RegisterWithIncorrectConfirmPassword_TC_34.class, com.ShopOn.UserTriesToRegister.RegisterWithInvalidEmail_TC_27.class,com.ShopOn.UserTriesToRegister.RegisterWithInvalidFirstName_TC_25.class,com.ShopOn.UserTriesToRegister.RegisterWithInvalidLastName_TC_26.class, com.ShopOn.UserTriesToRegister.RegisterWithInvalidState_Province_TC_29.class,com.ShopOn.UserTriesToRegister.RegisterWithValidData_TC_14.class }) public class RegistrationTestSuite { }
[ "arpit.palo@amadeus.com" ]
arpit.palo@amadeus.com
88a6d58d31ff9ee7fa4d447ae575689a784203b1
f32cc724f3530ef4b796963f8aaabd4fb66d076f
/backend/src/main/java/com/bakdata/conquery/models/types/specific/MoneyTypeLong.java
9843d6ca9556246d2e24fc6bace2a809d14063c1
[ "MIT" ]
permissive
hardforkio/secret-conquery
224e7ed71f080cc4b1a7e8136680d35d16bf3a54
f4c6dd028d5d082a240697ef6c63eaecd370c423
refs/heads/deliverable
2022-11-25T17:38:50.841671
2020-07-31T09:02:05
2020-07-31T09:02:05
279,545,825
0
0
MIT
2020-09-16T16:05:50
2020-07-14T09:48:10
Java
UTF-8
Java
false
false
863
java
package com.bakdata.conquery.models.types.specific; import java.math.BigDecimal; import com.bakdata.conquery.io.cps.CPSType; import com.bakdata.conquery.models.config.ConqueryConfig; import com.bakdata.conquery.models.types.CType; import com.bakdata.conquery.models.types.MajorTypeId; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Getter; @CPSType(base=CType.class, id="MONEY_LONG") public class MoneyTypeLong extends CType<Long, Long> { @JsonIgnore @Getter(lazy = true) private final BigDecimal moneyFactor = BigDecimal.valueOf(10) .pow(ConqueryConfig.getInstance().getLocale().getCurrency().getDefaultFractionDigits()); public MoneyTypeLong() { super(MajorTypeId.MONEY, long.class); } @Override public boolean canStoreNull() { return true; } @Override public long estimateMemoryBitWidth() { return Long.SIZE; } }
[ "manuel-hegner@users.noreply.github.com" ]
manuel-hegner@users.noreply.github.com
0394b55c86f5163971ea986c9d3c941830f8873a
5687d19cfa21bb81d1dc56067bc3f885e8c6459f
/Archived/JavaBackEnd/eclipseproject/src/stanford/spl/GWindow_setLocation.java
5e5dda607ac61946a8aee0fdbfe2f4f616377619
[]
no_license
zelenski/stanford-cpp-library
f6215ab14d36c3a88a1756461734b0e0a8e3ac42
982e7169513136895baaf8f82c030a278987f840
refs/heads/master
2023-08-30T11:08:16.395851
2022-09-25T01:29:23
2022-09-25T01:29:23
13,291,163
221
73
null
2023-04-29T22:25:10
2013-10-03T05:28:09
HTML
UTF-8
Java
false
false
1,595
java
package stanford.spl; import java.awt.Dimension; import java.awt.Point; import java.awt.Toolkit; import java.awt.Window; //import javax.swing.JOptionPane; import acm.util.TokenScanner; public class GWindow_setLocation extends JBESwingCommand { public void execute(TokenScanner scanner, JavaBackEnd jbe) { scanner.verifyToken("("); String windowId = nextString(scanner); JBEWindowInterface window = jbe.getWindowInterface(windowId); scanner.verifyToken(","); int x = nextInt(scanner); scanner.verifyToken(","); int y = nextInt(scanner); scanner.verifyToken(")"); if (window != null) { // BUGBUG: It appears that TokenScanner can't handle negative numbers // and doesn't think they are int tokens. Ugh. if ((x == -1 && y == -1) || (x == 999999 && y == 999999)) { Point center = getCenter(window); x = center.x; y = center.y; } window.setLocation(x, y); } } public static Point getCenter(JBEWindowInterface window) { return getCenter(window.getWidth(), window.getHeight()); } public static Point getCenter(Window window) { return getCenter(window.getWidth(), window.getHeight()); } public static Point getCenter(Dimension windowDimensions) { return getCenter(windowDimensions.width, windowDimensions.height); } public static Point getCenter(int windowWidth, int windowHeight) { Dimension screen = Toolkit.getDefaultToolkit().getScreenSize(); int centerX = Math.max(0, (screen.width - windowWidth) / 2); int centerY = Math.max(0, (screen.height - windowHeight) / 2); return new Point(centerX, centerY); } }
[ "stepp@cs.stanford.edu" ]
stepp@cs.stanford.edu
f580a42612f7a881458b54032b27f281427bcfe7
5141cbc15239fda0b88bf46f5d656e1a35f1c547
/Java Introduction 2016/OrderSystem/src/ordersystem/DesktopPanel.java
fd79b50c23f5ee3490e6ad15553eb29c82785d36
[]
no_license
MustafaSidiqi/Mixed-Software-Projects
c9116ef71de61217ae4b0161ad0eafcdc277fff7
5bfc5fceee5ab7b5d2772462dfe5b22bd820dc9d
refs/heads/master
2020-04-03T19:51:57.549169
2018-10-31T10:25:59
2018-10-31T10:25:59
155,538,303
0
0
null
null
null
null
UTF-8
Java
false
false
24,887
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 ordersystem; /** * * @author Triblex95 */ public class DesktopPanel extends javax.swing.JPanel { /** * Creates new form DesktopPanel */ public DesktopPanel() { initComponents(); /* desktop1.setText(osc.CPUs.get(0).name); desktopPrice1.setText(Integer.toString(osc.CPUs.get(0).price)); desktop2.setText(osc.CPUs.get(1).name); desktopPrice2.setText(Integer.toString(osc.CPUs.get(1).price)); desktop3.setText(osc.CPUs.get(2).name); desktopPrice3.setText(Integer.toString(osc.CPUs.get(2).price)); desktop4.setText(osc.CPUs.get(3).name); desktopPrice4.setText(Integer.toString(osc.CPUs.get(3).price)); desktop5.setText(osc.CPUs.get(4).name); desktopPrice5.setText(Integer.toString(osc.CPUs.get(4).price)); desktop6.setText(osc.CPUs.get(5).name); desktopPrice6.setText(Integer.toString(osc.CPUs.get(5).price)); desktop7.setText(osc.CPUs.get(6).name); desktopPrice7.setText(Integer.toString(osc.CPUs.get(6).price)); desktop8.setText(osc.CPUs.get(7).name); desktopPrice8.setText(Integer.toString(osc.CPUs.get(7).price)); */ } OrderSystemPanel ejer; /** * 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() { desktop1 = new javax.swing.JLabel(); desktopCombo1 = new javax.swing.JComboBox<>(); desktopPrice1 = new javax.swing.JLabel(); addDesktop1 = new javax.swing.JButton(); addDesktop2 = new javax.swing.JButton(); desktop2 = new javax.swing.JLabel(); desktopCombo2 = new javax.swing.JComboBox<>(); desktopPrice2 = new javax.swing.JLabel(); desktopPrice3 = new javax.swing.JLabel(); desktop3 = new javax.swing.JLabel(); addDesktop3 = new javax.swing.JButton(); desktopCombo3 = new javax.swing.JComboBox<>(); desktopPrice4 = new javax.swing.JLabel(); desktop4 = new javax.swing.JLabel(); addDesktop4 = new javax.swing.JButton(); desktopCombo4 = new javax.swing.JComboBox<>(); desktopCombo5 = new javax.swing.JComboBox<>(); desktop5 = new javax.swing.JLabel(); addDesktop5 = new javax.swing.JButton(); desktopPrice5 = new javax.swing.JLabel(); desktopCombo6 = new javax.swing.JComboBox<>(); desktop6 = new javax.swing.JLabel(); addDesktop6 = new javax.swing.JButton(); desktopPrice6 = new javax.swing.JLabel(); desktopPrice7 = new javax.swing.JLabel(); addDesktop7 = new javax.swing.JButton(); desktopCombo7 = new javax.swing.JComboBox<>(); desktop7 = new javax.swing.JLabel(); desktop8 = new javax.swing.JLabel(); desktopPrice8 = new javax.swing.JLabel(); desktopCombo8 = new javax.swing.JComboBox<>(); addDesktop8 = new javax.swing.JButton(); desktop1.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); desktopCombo1.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktopPrice1.setText("price"); addDesktop1.setText("Add"); addDesktop1.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop1ActionPerformed(evt); } }); addDesktop2.setText("Add"); addDesktop2.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop2ActionPerformed(evt); } }); desktop2.setText("sad"); desktopCombo2.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktopPrice2.setText("price"); desktopPrice3.setText("price"); desktop3.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); addDesktop3.setText("Add"); addDesktop3.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop3ActionPerformed(evt); } }); desktopCombo3.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktopPrice4.setText("price"); desktop4.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); addDesktop4.setText("Add"); addDesktop4.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop4ActionPerformed(evt); } }); desktopCombo4.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktopCombo5.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktop5.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); addDesktop5.setText("Add"); addDesktop5.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop5ActionPerformed(evt); } }); desktopPrice5.setText("price"); desktopCombo6.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktop6.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); addDesktop6.setText("Add"); addDesktop6.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop6ActionPerformed(evt); } }); desktopPrice6.setText("price"); desktopPrice7.setText("price"); addDesktop7.setText("Add"); addDesktop7.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop7ActionPerformed(evt); } }); desktopCombo7.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); desktop7.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); desktop8.setText("Laptop 1: 256 SSD, Intel i7 6500U processor, Intel integrated graphics 520, full HD 1080p screen."); desktopPrice8.setText("price"); desktopCombo8.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" })); addDesktop8.setText("Add"); addDesktop8.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { addDesktop8ActionPerformed(evt); } }); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this); this.setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addComponent(desktop1, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo1, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice1, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop1)) .addGroup(layout.createSequentialGroup() .addComponent(desktop2, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo2, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice2, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop2)) .addGroup(layout.createSequentialGroup() .addComponent(desktop3, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo3, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice3, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop3)) .addGroup(layout.createSequentialGroup() .addComponent(desktop4, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo4, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice4, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop4)) .addGroup(layout.createSequentialGroup() .addComponent(desktop5, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo5, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice5, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop5)) .addGroup(layout.createSequentialGroup() .addComponent(desktop6, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo6, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice6, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop6)) .addGroup(layout.createSequentialGroup() .addComponent(desktop7, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo7, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice7, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop7)) .addGroup(layout.createSequentialGroup() .addComponent(desktop8, javax.swing.GroupLayout.PREFERRED_SIZE, 470, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopCombo8, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(desktopPrice8, javax.swing.GroupLayout.PREFERRED_SIZE, 106, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(addDesktop8))) .addContainerGap(115, Short.MAX_VALUE)) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop1, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice1, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop1)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop2, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice2, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop2)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop3, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo3, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice3, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop3)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop4, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo4, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice4, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop4)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop5, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo5, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice5, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop5)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop6, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo6, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice6, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop6)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop7, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo7, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice7, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop7)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) .addComponent(desktop8, javax.swing.GroupLayout.PREFERRED_SIZE, 78, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopCombo8, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(desktopPrice8, javax.swing.GroupLayout.PREFERRED_SIZE, 23, javax.swing.GroupLayout.PREFERRED_SIZE) .addComponent(addDesktop8)) .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) ); }// </editor-fold>//GEN-END:initComponents private void addDesktop1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop1ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(0); } }//GEN-LAST:event_addDesktop1ActionPerformed private void addDesktop2ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop2ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { // osc.addToShoppingBag(1); } }//GEN-LAST:event_addDesktop2ActionPerformed private void addDesktop3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop3ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(2); } }//GEN-LAST:event_addDesktop3ActionPerformed private void addDesktop4ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop4ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(3); } }//GEN-LAST:event_addDesktop4ActionPerformed private void addDesktop5ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop5ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(4); } }//GEN-LAST:event_addDesktop5ActionPerformed private void addDesktop6ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop6ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(5); } }//GEN-LAST:event_addDesktop6ActionPerformed private void addDesktop7ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop7ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(6); } }//GEN-LAST:event_addDesktop7ActionPerformed private void addDesktop8ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_addDesktop8ActionPerformed // TODO add your handling code here: int amount = desktopCombo1.getSelectedIndex(); for (int i = 0; i <= amount; i++) { //osc.addToShoppingBag(7); } }//GEN-LAST:event_addDesktop8ActionPerformed // Variables declaration - do not modify//GEN-BEGIN:variables private javax.swing.JButton addDesktop1; private javax.swing.JButton addDesktop2; private javax.swing.JButton addDesktop3; private javax.swing.JButton addDesktop4; private javax.swing.JButton addDesktop5; private javax.swing.JButton addDesktop6; private javax.swing.JButton addDesktop7; private javax.swing.JButton addDesktop8; private javax.swing.JLabel desktop1; private javax.swing.JLabel desktop2; private javax.swing.JLabel desktop3; private javax.swing.JLabel desktop4; private javax.swing.JLabel desktop5; private javax.swing.JLabel desktop6; private javax.swing.JLabel desktop7; private javax.swing.JLabel desktop8; private javax.swing.JComboBox<String> desktopCombo1; private javax.swing.JComboBox<String> desktopCombo2; private javax.swing.JComboBox<String> desktopCombo3; private javax.swing.JComboBox<String> desktopCombo4; private javax.swing.JComboBox<String> desktopCombo5; private javax.swing.JComboBox<String> desktopCombo6; private javax.swing.JComboBox<String> desktopCombo7; private javax.swing.JComboBox<String> desktopCombo8; private javax.swing.JLabel desktopPrice1; private javax.swing.JLabel desktopPrice2; private javax.swing.JLabel desktopPrice3; private javax.swing.JLabel desktopPrice4; private javax.swing.JLabel desktopPrice5; private javax.swing.JLabel desktopPrice6; private javax.swing.JLabel desktopPrice7; private javax.swing.JLabel desktopPrice8; // End of variables declaration//GEN-END:variables }
[ "mustafasidiqi95@gmail.com" ]
mustafasidiqi95@gmail.com
926d5382cb178305f342b4a94fbc83bfa4d3c9d0
bd5afa9d4288cf8f3766a443269322655959be6d
/app/src/main/java/com/example/studentreg/view/UpdateStudentActivity.java
48f44ebc63224ed3207ed08f09e409f2f0c8fa13
[]
no_license
alasirim1/StudentReg
709b908db652f1991cb1495bddca247927c6487b
33c4ac9eca9c821fb687ce7280cc69cd8cee1f0e
refs/heads/master
2020-05-01T13:26:09.189102
2019-03-25T01:17:30
2019-03-25T01:17:30
177,491,649
0
0
null
null
null
null
UTF-8
Java
false
false
5,184
java
package com.example.studentreg.view; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.RadioButton; import android.widget.RadioGroup; import android.widget.Toast; import com.example.studentreg.R; import com.example.studentreg.database.StudentDbHelper; import com.example.studentreg.database.StudentModel; public class UpdateStudentActivity extends AppCompatActivity { private static final String TAG = "UpdateStudentActivity"; //Variables String studentPriority; StudentDbHelper studentDbHelper; StudentModel student; //View variables Button deleteButton, updateButton; EditText textName, textCourse; RadioGroup radioGroup; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_update_student); //Object of the database methods helper studentDbHelper = new StudentDbHelper(this); //init the data of the selected student student = new StudentModel( getIntent().getIntExtra("id", 0), getIntent().getStringExtra("name"), getIntent().getStringExtra("course"), getIntent().getStringExtra("priority")); //View references textName = findViewById(R.id.updateStudentName); textCourse = findViewById(R.id.updateStudentCourse); radioGroup = findViewById(R.id.radioGroup); //init the data initView(); deleteButton = findViewById(R.id.deleteStudentButton); deleteButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { //Delete the student from the list. studentDbHelper.deleteStudent(student); finish(); } }); updateButton = findViewById(R.id.updateStudentButton); updateButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { //Update the student data. //Setting the object with the new data StudentModel studentModel = new StudentModel( student.getId(), textName.getText().toString(), textCourse.getText().toString(), studentPriority ); long x = studentDbHelper.updateStudent(studentModel); if (x > 0) { Toast.makeText(UpdateStudentActivity.this, "Updated", Toast.LENGTH_SHORT).show(); finish(); } else Toast.makeText(UpdateStudentActivity.this, "Error", Toast.LENGTH_SHORT).show(); } }); } //Function to get the selected priority of the student public void onRadioButtonClicked(View view) { // Is the button now checked? boolean checked = ((RadioButton) view).isChecked(); // Check which radio button was clicked switch (view.getId()) { case R.id.firstYear: if (checked) studentPriority = "1st Year"; break; case R.id.secondYear: if (checked) studentPriority = "2nd Year"; break; case R.id.thirdYear: if (checked) studentPriority = "3rd Year"; break; case R.id.fourthYear: if (checked) studentPriority = "4th Year"; break; case R.id.graduated: if (checked) studentPriority = "Graduated"; break; } } private void initView() { //Set the student name textName.setText(student.getName()); //Set the student course textCourse.setText(student.getCourse()); Log.i(TAG, "initView: " + student.getPriority()); //Set the student priority if (student.getPriority().equals("1st Year")) { //Set the student priority radioGroup.check(R.id.firstYear); studentPriority = "1st Year"; } else if (student.getPriority().equals("2nd Year")) { radioGroup.check(R.id.secondYear); studentPriority = "2nd Year"; } else if (student.getPriority().equals("3rd Year")) { radioGroup.check(R.id.thirdYear); studentPriority = "3rd Year"; } else if (student.getPriority().equals("4th Year")) { radioGroup.check(R.id.fourthYear); studentPriority = "4th Year"; } else { radioGroup.check(R.id.graduated); studentPriority = "Graduated"; } } }
[ "mohammedasiri@Mohammeds-MacBook-Pro.local" ]
mohammedasiri@Mohammeds-MacBook-Pro.local
d4834c5f0e8f737bf3962010da9cedd6605456e9
157816df32f74c8240a4b9275203f8094278f9ce
/src/main/java/com/open1111/service/impl/ManagerServiceImpl.java
06e5cfd29b69d69c69280dc277734b2544c87763
[]
no_license
kevenxiang/open1111
9bf9c416a12eb68aa1336a48c86b9950568cc9d3
527c3f58db591ddd7449648a453b9798564a2b51
refs/heads/master
2021-01-02T09:24:06.488422
2017-08-15T12:29:11
2017-08-15T12:29:11
99,206,971
1
1
null
null
null
null
UTF-8
Java
false
false
609
java
package com.open1111.service.impl; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.open1111.dao.ManagerDao; import com.open1111.entity.Manager; import com.open1111.service.ManagerService; /** * 管理员Service实现类 * @author xiang * */ @Service("managerService") public class ManagerServiceImpl implements ManagerService { @Resource private ManagerDao managerDao; public Manager getByUserName(String userName) { return managerDao.getByUserName(userName); } public Integer update(Manager manager) { return managerDao.update(manager); } }
[ "1806322519@qq.com" ]
1806322519@qq.com
21dc9399d40d2732f28d2fcf14dbba51fa853b36
f81cfdf4c8ad6c23803169c6a3cd8db5f55078f9
/src/main/java/com/aplicacao/estoqueagil/EstoqueagilApplication.java
11c2266fad74db699b556911d382d0f0d0366925
[]
no_license
AirtonSth/estoqueagil-api
4d2ba18020494d436664d63bab898b4da484b236
ed1e495ddf9f8a23cac3d370c4eb82e206d49ac3
refs/heads/master
2020-03-22T06:10:44.111509
2018-07-03T18:12:49
2018-07-03T18:12:49
139,616,028
0
0
null
null
null
null
UTF-8
Java
false
false
367
java
package com.aplicacao.estoqueagil; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * * @author airton.junior * */ @SpringBootApplication public class EstoqueagilApplication { public static void main(String[] args) { SpringApplication.run(EstoqueagilApplication.class, args); } }
[ "airton.helena@sistemafiergs.com.br" ]
airton.helena@sistemafiergs.com.br
149f680c2c45ec852813f9adf79650db559bca53
c3a3cf534fb77a1963c172836aeff70ef1875e4b
/workspaces/voyage/hpic4vc_provider/src/main/java/com/hp/asi/hpic4vc/provider/data/HealthSummary.java
0c8d0725e56a39d239e6f30490e26dfd87a4d1ad
[ "CC0-1.0" ]
permissive
raychorn/svn_hp-projects
dd281eb06b299e770a31bcce3d1da1769a36883d
d5547906354e2759a93b8030632128e8c4bf3880
refs/heads/main
2023-01-08T07:31:30.042263
2020-10-14T21:56:57
2020-10-14T21:56:57
304,144,844
0
0
null
null
null
null
UTF-8
Java
false
false
1,831
java
package com.hp.asi.hpic4vc.provider.data; import org.codehaus.jackson.annotate.JsonProperty; public class HealthSummary { @JsonProperty("INFORMATION") private int infoCount; @JsonProperty("OK") private int okCount; @JsonProperty("WARNING") private int warnCount; @JsonProperty("ERROR") private int errorCount; @JsonProperty("consolidated_status") private String cStatus; public HealthSummary() { this.infoCount = 0; this.okCount = 0; this.warnCount = 0; this.errorCount = 0; this.cStatus = null; } public int getInfoCount () { return this.infoCount; } @JsonProperty("INFORMATION") public void setInformation (final int information) { this.infoCount = information; } public int getOkCount () { return okCount; } @JsonProperty("OK") public void setOk (final int ok) { this.okCount = ok; } public int getWarnCount () { return warnCount; } @JsonProperty("WARNING") public void setWarning (final int warning) { this.warnCount = warning; } public int getErrorCount () { return errorCount; } @JsonProperty("ERROR") public void setError (final int error) { this.errorCount = error; } public String getcStatus () { return cStatus; } public void setconsolidated_status (String cStatus) { this.cStatus = cStatus; } @Override public String toString () { return "HealthSummary [infoCount=" + infoCount + ", okCount=" + okCount + ", warnCount=" + warnCount + ", errorCount=" + errorCount + ", cStatus=" + cStatus + "]"; } }
[ "raychorn@gmail.com" ]
raychorn@gmail.com
b2d4cfa420d43fd5ead3802cce0a292a9874d0d8
ea4a7602bd3841227ce7d41a9e50c1302d360468
/playvideolibrary/build/generated/source/r/androidTest/debug/com/lk/playvideolibrary/test/R.java
90fe8b3683e5a2970bfee86f5cd75dcf8d84c849
[]
no_license
hsf25737/VideoPlayer-1
60017840a32fa90f903177f182f330eb84b23361
18bac1217530afaff7242bb68aebcd490110dee1
refs/heads/master
2021-09-22T01:39:00.706457
2018-09-05T01:11:15
2018-09-05T01:11:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
449,828
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.lk.playvideolibrary.test; 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 tooltip_enter=0x7f01000a; public static final int tooltip_exit=0x7f01000b; } public static final class attr { /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <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; /** * <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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020022; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int alertDialogCenterButtons=0x7f020023; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=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 alertDialogTheme=0x7f020025; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int allowStacking=0x7f020026; /** * <p>May be a floating point value, such as "<code>1.2</code>". */ public static final int alpha=0x7f020027; /** * <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=0x7f020028; /** * <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=0x7f020029; /** * <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=0x7f02002a; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02002b; /** * <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=0x7f02002c; /** * <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=0x7f02002d; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02002e; /** * <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=0x7f02002f; /** * <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></td></tr> * <tr><td>uniform</td><td>1</td><td></td></tr> * </table> */ public static final int autoSizeTextType=0x7f020030; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020031; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020032; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020033; /** * <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=0x7f020034; /** * <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>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int backgroundTintMode=0x7f020035; /** * <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=0x7f020036; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020037; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020038; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020039; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02003a; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02003b; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02003c; /** * <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>top</td><td>30</td><td></td></tr> * </table> */ public static final int buttonGravity=0x7f02003d; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02003e; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02003f; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020040; /** * <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=0x7f020041; /** * <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>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int buttonTintMode=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 checkboxStyle=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>". */ public static final int checkedTextViewStyle=0x7f020044; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020045; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020046; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int collapseContentDescription=0x7f020047; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020048; /** * <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=0x7f020049; /** * <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=0x7f02004a; /** * <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=0x7f02004b; /** * <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=0x7f02004c; /** * <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=0x7f02004d; /** * <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=0x7f02004e; /** * <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=0x7f02004f; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020050; /** * <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=0x7f020051; /** * <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=0x7f020052; /** * <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=0x7f020053; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020054; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int contentDescription=0x7f020055; /** * <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=0x7f020056; /** * <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=0x7f020057; /** * <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=0x7f020058; /** * <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=0x7f020059; /** * <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=0x7f02005a; /** * <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=0x7f02005b; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02005c; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02005d; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int defaultQueryHint=0x7f02005e; /** * <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=0x7f02005f; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020060; /** * <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=0x7f020061; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020062; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020063; /** * <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=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 dividerVertical=0x7f020065; /** * <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=0x7f020066; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020067; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020068; /** * <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=0x7f020069; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02006a; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02006b; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=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 elevation=0x7f02006d; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02006e; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02006f; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontFamily=0x7f020070; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderAuthority=0x7f020071; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=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>async</td><td>1</td><td></td></tr> * <tr><td>blocking</td><td>0</td><td></td></tr> * </table> */ public static final int fontProviderFetchStrategy=0x7f020073; /** * <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></td></tr> * </table> */ public static final int fontProviderFetchTimeout=0x7f020074; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderPackage=0x7f020075; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int fontProviderQuery=0x7f020076; /** * <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=0x7f020077; /** * <p>May be an integer value, such as "<code>100</code>". */ public static final int fontWeight=0x7f020078; /** * <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=0x7f020079; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02007a; /** * <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=0x7f02007b; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int hideOnContentScroll=0x7f02007c; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02007d; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02007e; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02007f; /** * <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=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>add</td><td>10</td><td></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int iconTintMode=0x7f020081; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int iconifiedByDefault=0x7f020082; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020083; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020084; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int initialActivityCount=0x7f020085; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int isLightTheme=0x7f020086; /** * <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=0x7f020087; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020088; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020089; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02008a; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02008b; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02008c; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02008d; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02008e; /** * <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=0x7f02008f; /** * <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=0x7f020090; /** * <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=0x7f020091; /** * <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=0x7f020092; /** * <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=0x7f020093; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020094; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int logoDescription=0x7f020095; /** * <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=0x7f020096; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int measureWithLargestChild=0x7f020097; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f020098; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int navigationContentDescription=0x7f020099; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f02009a; /** * <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></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * <tr><td>tabMode</td><td>2</td><td></td></tr> * </table> */ public static final int navigationMode=0x7f02009b; /** * <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=0x7f02009c; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int overlapAnchor=0x7f02009d; /** * <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=0x7f02009e; /** * <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=0x7f02009f; /** * <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=0x7f0200a0; /** * <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=0x7f0200a1; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200a2; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200a3; /** * <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=0x7f0200a4; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200a5; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200a6; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200a7; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int preserveIconSpacing=0x7f0200a8; /** * <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=0x7f0200a9; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200aa; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ab; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int queryHint=0x7f0200ac; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ad; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ae; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200af; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b0; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b1; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b2; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b3; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b4; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b5; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200b6; /** * <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></td></tr> * <tr><td>collapseActionView</td><td>8</td><td></td></tr> * <tr><td>ifRoom</td><td>1</td><td></td></tr> * <tr><td>never</td><td>0</td><td></td></tr> * <tr><td>withText</td><td>4</td><td></td></tr> * </table> */ public static final int showAsAction=0x7f0200b7; /** * <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=0x7f0200b8; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int showText=0x7f0200b9; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int showTitle=0x7f0200ba; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200bb; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int spinBars=0x7f0200bc; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200bd; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200be; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int splitTrack=0x7f0200bf; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200c0; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int state_above_anchor=0x7f0200c1; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200c2; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200c3; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int subtitle=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 subtitleTextAppearance=0x7f0200c5; /** * <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=0x7f0200c6; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=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 suggestionRowLayout=0x7f0200c8; /** * <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=0x7f0200c9; /** * <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=0x7f0200ca; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200cb; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200cc; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200cd; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ce; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200cf; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d0; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=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 textAppearancePopupMenuHeader=0x7f0200d2; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d3; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d4; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d5; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d6; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d7; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200d8; /** * <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=0x7f0200d9; /** * <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=0x7f0200da; /** * <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=0x7f0200db; /** * <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></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int thumbTintMode=0x7f0200dc; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200dd; /** * <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=0x7f0200de; /** * <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></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int tickMarkTintMode=0x7f0200df; /** * <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=0x7f0200e0; /** * <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>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int tintMode=0x7f0200e1; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int title=0x7f0200e2; /** * <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=0x7f0200e3; /** * <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=0x7f0200e4; /** * <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=0x7f0200e5; /** * <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=0x7f0200e6; /** * <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=0x7f0200e7; /** * <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 titleMargins=0x7f0200e8; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200e9; /** * <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=0x7f0200ea; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200eb; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ec; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ed; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ee; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200ef; /** * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; */ public static final int tooltipText=0x7f0200f0; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200f1; /** * <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=0x7f0200f2; /** * <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></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> */ public static final int trackTintMode=0x7f0200f3; /** * <p>May be a reference to another resource, in the form * "<code>@[+][<i>package</i>:]<i>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=0x7f0200f4; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowActionBar=0x7f0200f5; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowActionBarOverlay=0x7f0200f6; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowActionModeOverlay=0x7f0200f7; /** * <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=0x7f0200f8; /** * <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=0x7f0200f9; /** * <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=0x7f0200fa; /** * <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=0x7f0200fb; /** * <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=0x7f0200fc; /** * <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=0x7f0200fd; /** * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". */ public static final int windowNoTitle=0x7f0200fe; } 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 int abc_config_closeDialogWhenTouchOutside=0x7f030003; public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f030004; } 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 button_material_dark=0x7f040024; public static final int button_material_light=0x7f040025; public static final int dialog_bg=0x7f040026; public static final int dim_foreground_disabled_material_dark=0x7f040027; public static final int dim_foreground_disabled_material_light=0x7f040028; public static final int dim_foreground_material_dark=0x7f040029; public static final int dim_foreground_material_light=0x7f04002a; public static final int error_color_material=0x7f04002b; public static final int foreground_material_dark=0x7f04002c; public static final int foreground_material_light=0x7f04002d; public static final int highlighted_text_material_dark=0x7f04002e; public static final int highlighted_text_material_light=0x7f04002f; public static final int material_blue_grey_800=0x7f040030; public static final int material_blue_grey_900=0x7f040031; public static final int material_blue_grey_950=0x7f040032; public static final int material_deep_teal_200=0x7f040033; public static final int material_deep_teal_500=0x7f040034; public static final int material_grey_100=0x7f040035; public static final int material_grey_300=0x7f040036; public static final int material_grey_50=0x7f040037; public static final int material_grey_600=0x7f040038; public static final int material_grey_800=0x7f040039; public static final int material_grey_850=0x7f04003a; public static final int material_grey_900=0x7f04003b; public static final int notification_action_color_filter=0x7f04003c; public static final int notification_icon_bg_color=0x7f04003d; public static final int notification_material_background_media_default_color=0x7f04003e; public static final int primary_dark_material_dark=0x7f04003f; public static final int primary_dark_material_light=0x7f040040; public static final int primary_material_dark=0x7f040041; public static final int primary_material_light=0x7f040042; public static final int primary_text_default_material_dark=0x7f040043; public static final int primary_text_default_material_light=0x7f040044; public static final int primary_text_disabled_material_dark=0x7f040045; public static final int primary_text_disabled_material_light=0x7f040046; public static final int ripple_material_dark=0x7f040047; public static final int ripple_material_light=0x7f040048; public static final int secondary_text_default_material_dark=0x7f040049; public static final int secondary_text_default_material_light=0x7f04004a; public static final int secondary_text_disabled_material_dark=0x7f04004b; public static final int secondary_text_disabled_material_light=0x7f04004c; public static final int select_change_clarity_color=0x7f04004d; public static final int switch_thumb_disabled_material_dark=0x7f04004e; public static final int switch_thumb_disabled_material_light=0x7f04004f; public static final int switch_thumb_material_dark=0x7f040050; public static final int switch_thumb_material_light=0x7f040051; public static final int switch_thumb_normal_material_dark=0x7f040052; public static final int switch_thumb_normal_material_light=0x7f040053; public static final int tooltip_background_dark=0x7f040054; public static final int tooltip_background_light=0x7f040055; } 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_progress_bar_size=0x7f050009; public static final int abc_action_bar_stacked_max_height=0x7f05000a; public static final int abc_action_bar_stacked_tab_max_width=0x7f05000b; public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f05000c; public static final int abc_action_bar_subtitle_top_margin_material=0x7f05000d; public static final int abc_action_button_min_height_material=0x7f05000e; public static final int abc_action_button_min_width_material=0x7f05000f; public static final int abc_action_button_min_width_overflow_material=0x7f050010; public static final int abc_alert_dialog_button_bar_height=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_fixed_height_major=0x7f05001b; public static final int abc_dialog_fixed_height_minor=0x7f05001c; public static final int abc_dialog_fixed_width_major=0x7f05001d; public static final int abc_dialog_fixed_width_minor=0x7f05001e; public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f05001f; public static final int abc_dialog_list_padding_top_no_title=0x7f050020; public static final int abc_dialog_min_width_major=0x7f050021; public static final int abc_dialog_min_width_minor=0x7f050022; public static final int abc_dialog_padding_material=0x7f050023; public static final int abc_dialog_padding_top_material=0x7f050024; public static final int abc_dialog_title_divider_material=0x7f050025; public static final int abc_disabled_alpha_material_dark=0x7f050026; public static final int abc_disabled_alpha_material_light=0x7f050027; public static final int abc_dropdownitem_icon_width=0x7f050028; public static final int abc_dropdownitem_text_padding_left=0x7f050029; public static final int abc_dropdownitem_text_padding_right=0x7f05002a; public static final int abc_edit_text_inset_bottom_material=0x7f05002b; public static final int abc_edit_text_inset_horizontal_material=0x7f05002c; public static final int abc_edit_text_inset_top_material=0x7f05002d; public static final int abc_floating_window_z=0x7f05002e; public static final int abc_list_item_padding_horizontal_material=0x7f05002f; public static final int abc_panel_menu_list_width=0x7f050030; public static final int abc_progress_bar_height_material=0x7f050031; public static final int abc_search_view_preferred_height=0x7f050032; public static final int abc_search_view_preferred_width=0x7f050033; public static final int abc_seekbar_track_background_height_material=0x7f050034; public static final int abc_seekbar_track_progress_height_material=0x7f050035; public static final int abc_select_dialog_padding_start_material=0x7f050036; public static final int abc_switch_padding=0x7f050037; public static final int abc_text_size_body_1_material=0x7f050038; public static final int abc_text_size_body_2_material=0x7f050039; public static final int abc_text_size_button_material=0x7f05003a; public static final int abc_text_size_caption_material=0x7f05003b; public static final int abc_text_size_display_1_material=0x7f05003c; public static final int abc_text_size_display_2_material=0x7f05003d; public static final int abc_text_size_display_3_material=0x7f05003e; public static final int abc_text_size_display_4_material=0x7f05003f; public static final int abc_text_size_headline_material=0x7f050040; public static final int abc_text_size_large_material=0x7f050041; public static final int abc_text_size_medium_material=0x7f050042; public static final int abc_text_size_menu_header_material=0x7f050043; public static final int abc_text_size_menu_material=0x7f050044; public static final int abc_text_size_small_material=0x7f050045; public static final int abc_text_size_subhead_material=0x7f050046; public static final int abc_text_size_subtitle_material_toolbar=0x7f050047; public static final int abc_text_size_title_material=0x7f050048; public static final int abc_text_size_title_material_toolbar=0x7f050049; public static final int compat_button_inset_horizontal_material=0x7f05004a; public static final int compat_button_inset_vertical_material=0x7f05004b; public static final int compat_button_padding_horizontal_material=0x7f05004c; public static final int compat_button_padding_vertical_material=0x7f05004d; public static final int compat_control_corner_material=0x7f05004e; public static final int disabled_alpha_material_dark=0x7f05004f; public static final int disabled_alpha_material_light=0x7f050050; public static final int highlight_alpha_material_colored=0x7f050051; public static final int highlight_alpha_material_dark=0x7f050052; public static final int highlight_alpha_material_light=0x7f050053; public static final int hint_alpha_material_dark=0x7f050054; public static final int hint_alpha_material_light=0x7f050055; public static final int hint_pressed_alpha_material_dark=0x7f050056; public static final int hint_pressed_alpha_material_light=0x7f050057; public static final int notification_action_icon_size=0x7f050058; public static final int notification_action_text_size=0x7f050059; public static final int notification_big_circle_margin=0x7f05005a; public static final int notification_content_margin_start=0x7f05005b; public static final int notification_large_icon_height=0x7f05005c; public static final int notification_large_icon_width=0x7f05005d; public static final int notification_main_column_padding_top=0x7f05005e; public static final int notification_media_narrow_margin=0x7f05005f; public static final int notification_right_icon_size=0x7f050060; public static final int notification_right_side_padding_top=0x7f050061; public static final int notification_small_icon_background_padding=0x7f050062; public static final int notification_small_icon_size_as_large=0x7f050063; public static final int notification_subtext_size=0x7f050064; public static final int notification_top_pad=0x7f050065; public static final int notification_top_pad_large_text=0x7f050066; public static final int tooltip_corner_radius=0x7f050067; public static final int tooltip_horizontal_padding=0x7f050068; public static final int tooltip_margin=0x7f050069; public static final int tooltip_precise_anchor_extra_offset=0x7f05006a; public static final int tooltip_precise_anchor_threshold=0x7f05006b; public static final int tooltip_vertical_padding=0x7f05006c; public static final int tooltip_y_offset_non_touch=0x7f05006d; public static final int tooltip_y_offset_touch=0x7f05006e; } 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_mtrl_alpha=0x7f060028; public static final int abc_list_focused_holo=0x7f060029; public static final int abc_list_longpressed_holo=0x7f06002a; public static final int abc_list_pressed_holo_dark=0x7f06002b; public static final int abc_list_pressed_holo_light=0x7f06002c; public static final int abc_list_selector_background_transition_holo_dark=0x7f06002d; public static final int abc_list_selector_background_transition_holo_light=0x7f06002e; public static final int abc_list_selector_disabled_holo_dark=0x7f06002f; public static final int abc_list_selector_disabled_holo_light=0x7f060030; public static final int abc_list_selector_holo_dark=0x7f060031; public static final int abc_list_selector_holo_light=0x7f060032; public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f060033; public static final int abc_popup_background_mtrl_mult=0x7f060034; public static final int abc_ratingbar_indicator_material=0x7f060035; public static final int abc_ratingbar_material=0x7f060036; public static final int abc_ratingbar_small_material=0x7f060037; public static final int abc_scrubber_control_off_mtrl_alpha=0x7f060038; public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f060039; public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f06003a; public static final int abc_scrubber_primary_mtrl_alpha=0x7f06003b; public static final int abc_scrubber_track_mtrl_alpha=0x7f06003c; public static final int abc_seekbar_thumb_material=0x7f06003d; public static final int abc_seekbar_tick_mark_material=0x7f06003e; public static final int abc_seekbar_track_material=0x7f06003f; public static final int abc_spinner_mtrl_am_alpha=0x7f060040; public static final int abc_spinner_textfield_background_material=0x7f060041; public static final int abc_switch_thumb_material=0x7f060042; public static final int abc_switch_track_mtrl_alpha=0x7f060043; public static final int abc_tab_indicator_material=0x7f060044; public static final int abc_tab_indicator_mtrl_alpha=0x7f060045; public static final int abc_text_cursor_material=0x7f060046; public static final int abc_text_select_handle_left_mtrl_dark=0x7f060047; public static final int abc_text_select_handle_left_mtrl_light=0x7f060048; public static final int abc_text_select_handle_middle_mtrl_dark=0x7f060049; public static final int abc_text_select_handle_middle_mtrl_light=0x7f06004a; public static final int abc_text_select_handle_right_mtrl_dark=0x7f06004b; public static final int abc_text_select_handle_right_mtrl_light=0x7f06004c; public static final int abc_textfield_activated_mtrl_alpha=0x7f06004d; public static final int abc_textfield_default_mtrl_alpha=0x7f06004e; public static final int abc_textfield_search_activated_mtrl_alpha=0x7f06004f; public static final int abc_textfield_search_default_mtrl_alpha=0x7f060050; public static final int abc_textfield_search_material=0x7f060051; public static final int abc_vector_test=0x7f060052; public static final int battery_10=0x7f060053; public static final int battery_100=0x7f060054; public static final int battery_20=0x7f060055; public static final int battery_50=0x7f060056; public static final int battery_80=0x7f060057; public static final int battery_charging=0x7f060058; public static final int battery_full=0x7f060059; public static final int bg_change_clarity_checked=0x7f06005a; public static final int bg_change_clarity_normal=0x7f06005b; public static final int bg_radius_4=0x7f06005c; public static final int bg_retry=0x7f06005d; public static final int ic_palyer_brightness=0x7f06005e; public static final int ic_palyer_share=0x7f06005f; public static final int ic_palyer_volume=0x7f060060; public static final int ic_player_back=0x7f060061; public static final int ic_player_center_start=0x7f060062; public static final int ic_player_enlarge=0x7f060063; public static final int ic_player_pause=0x7f060064; public static final int ic_player_replay=0x7f060065; public static final int ic_player_shrink=0x7f060066; public static final int ic_player_start=0x7f060067; public static final int img_default=0x7f060068; public static final int loading=0x7f060069; public static final int loading00=0x7f06006a; public static final int loading01=0x7f06006b; public static final int loading02=0x7f06006c; public static final int loading03=0x7f06006d; public static final int loading04=0x7f06006e; public static final int loading05=0x7f06006f; public static final int loading06=0x7f060070; public static final int loading07=0x7f060071; public static final int loading08=0x7f060072; public static final int loading09=0x7f060073; public static final int loading10=0x7f060074; public static final int loading11=0x7f060075; public static final int loading12=0x7f060076; public static final int loading13=0x7f060077; public static final int loading14=0x7f060078; public static final int loading15=0x7f060079; public static final int loading16=0x7f06007a; public static final int loading17=0x7f06007b; public static final int loading18=0x7f06007c; public static final int loading19=0x7f06007d; public static final int loading20=0x7f06007e; public static final int loading21=0x7f06007f; public static final int loading22=0x7f060080; public static final int loading23=0x7f060081; public static final int loading24=0x7f060082; public static final int loading25=0x7f060083; public static final int loading26=0x7f060084; public static final int loading27=0x7f060085; public static final int loading28=0x7f060086; public static final int loading29=0x7f060087; public static final int notification_action_background=0x7f060088; public static final int notification_bg=0x7f060089; public static final int notification_bg_low=0x7f06008a; public static final int notification_bg_low_normal=0x7f06008b; public static final int notification_bg_low_pressed=0x7f06008c; public static final int notification_bg_normal=0x7f06008d; public static final int notification_bg_normal_pressed=0x7f06008e; public static final int notification_icon_background=0x7f06008f; public static final int notification_template_icon_bg=0x7f060090; public static final int notification_template_icon_low_bg=0x7f060091; public static final int notification_tile_bg=0x7f060092; public static final int notify_panel_notification_icon_bg=0x7f060093; public static final int pb_change=0x7f060094; public static final int player_mask_bottom=0x7f060095; public static final int player_mask_top=0x7f060096; public static final int seek_progress=0x7f060097; public static final int seek_thumb=0x7f060098; public static final int seek_thumb_normal=0x7f060099; public static final int seek_thumb_pressed=0x7f06009a; public static final int select_change_clarity=0x7f06009b; public static final int tooltip_frame_dark=0x7f06009c; public static final int tooltip_frame_light=0x7f06009d; public static final int videobag=0x7f06009e; } public static final class id { public static final int ALT=0x7f070000; public static final int CTRL=0x7f070001; public static final int FUNCTION=0x7f070002; public static final int META=0x7f070003; public static final int SHIFT=0x7f070004; public static final int SYM=0x7f070005; public static final int action0=0x7f070006; public static final int action_bar=0x7f070007; public static final int action_bar_activity_content=0x7f070008; public static final int action_bar_container=0x7f070009; public static final int action_bar_root=0x7f07000a; public static final int action_bar_spinner=0x7f07000b; public static final int action_bar_subtitle=0x7f07000c; public static final int action_bar_title=0x7f07000d; public static final int action_container=0x7f07000e; public static final int action_context_bar=0x7f07000f; public static final int action_divider=0x7f070010; public static final int action_image=0x7f070011; public static final int action_menu_divider=0x7f070012; public static final int action_menu_presenter=0x7f070013; public static final int action_mode_bar=0x7f070014; public static final int action_mode_bar_stub=0x7f070015; public static final int action_mode_close_button=0x7f070016; public static final int action_text=0x7f070017; public static final int actions=0x7f070018; public static final int activity_chooser_view_content=0x7f070019; public static final int add=0x7f07001a; public static final int alertTitle=0x7f07001b; public static final int always=0x7f07001c; public static final int async=0x7f07001d; public static final int back=0x7f07001e; public static final int battery=0x7f07001f; public static final int battery_time=0x7f070020; public static final int beginning=0x7f070021; public static final int blocking=0x7f070022; public static final int bottom=0x7f070023; public static final int buttonPanel=0x7f070024; public static final int cancel_action=0x7f070025; public static final int center_start=0x7f070026; public static final int change_brightness=0x7f070027; public static final int change_brightness_progress=0x7f070028; public static final int change_position=0x7f070029; public static final int change_position_current=0x7f07002a; public static final int change_position_progress=0x7f07002b; public static final int change_volume=0x7f07002c; public static final int change_volume_progress=0x7f07002d; public static final int checkbox=0x7f07002e; public static final int chronometer=0x7f07002f; public static final int clarity=0x7f070030; public static final int collapseActionView=0x7f070031; public static final int completed=0x7f070032; public static final int contentPanel=0x7f070033; public static final int custom=0x7f070034; public static final int customPanel=0x7f070035; public static final int decor_content_parent=0x7f070036; public static final int default_activity_button=0x7f070037; public static final int disableHome=0x7f070038; public static final int duration=0x7f070039; public static final int edit_query=0x7f07003a; public static final int end=0x7f07003b; public static final int end_padder=0x7f07003c; public static final int error=0x7f07003d; public static final int expand_activities_button=0x7f07003e; public static final int expanded_menu=0x7f07003f; public static final int forever=0x7f070040; public static final int full_screen=0x7f070041; public static final int home=0x7f070042; public static final int homeAsUp=0x7f070043; public static final int icon=0x7f070044; public static final int icon_group=0x7f070045; public static final int ifRoom=0x7f070046; public static final int image=0x7f070047; public static final int info=0x7f070048; public static final int italic=0x7f070049; public static final int length=0x7f07004a; public static final int line1=0x7f07004b; public static final int line3=0x7f07004c; public static final int listMode=0x7f07004d; public static final int list_item=0x7f07004e; public static final int load_text=0x7f07004f; public static final int loading=0x7f070050; public static final int media_actions=0x7f070051; public static final int message=0x7f070052; public static final int middle=0x7f070053; public static final int multiply=0x7f070054; public static final int never=0x7f070055; public static final int none=0x7f070056; public static final int normal=0x7f070057; public static final int notification_background=0x7f070058; public static final int notification_main_column=0x7f070059; public static final int notification_main_column_container=0x7f07005a; public static final int parentPanel=0x7f07005b; public static final int position=0x7f07005c; public static final int progress_circular=0x7f07005d; public static final int progress_horizontal=0x7f07005e; public static final int radio=0x7f07005f; public static final int replay=0x7f070060; public static final int restart_or_pause=0x7f070061; public static final int retry=0x7f070062; public static final int right_icon=0x7f070063; public static final int right_side=0x7f070064; public static final int screen=0x7f070065; public static final int scrollIndicatorDown=0x7f070066; public static final int scrollIndicatorUp=0x7f070067; public static final int scrollView=0x7f070068; public static final int search_badge=0x7f070069; public static final int search_bar=0x7f07006a; public static final int search_button=0x7f07006b; public static final int search_close_btn=0x7f07006c; public static final int search_edit_frame=0x7f07006d; public static final int search_go_btn=0x7f07006e; public static final int search_mag_icon=0x7f07006f; public static final int search_plate=0x7f070070; public static final int search_src_text=0x7f070071; public static final int search_voice_btn=0x7f070072; public static final int seek=0x7f070073; public static final int select_dialog_listview=0x7f070074; public static final int share=0x7f070075; public static final int shortcut=0x7f070076; public static final int showCustom=0x7f070077; public static final int showHome=0x7f070078; public static final int showTitle=0x7f070079; public static final int spacer=0x7f07007a; public static final int split_action_bar=0x7f07007b; public static final int src_atop=0x7f07007c; public static final int src_in=0x7f07007d; public static final int src_over=0x7f07007e; public static final int status_bar_latest_event_content=0x7f07007f; public static final int submenuarrow=0x7f070080; public static final int submit_area=0x7f070081; public static final int tabMode=0x7f070082; public static final int text=0x7f070083; public static final int text2=0x7f070084; public static final int textSpacerNoButtons=0x7f070085; public static final int textSpacerNoTitle=0x7f070086; public static final int time=0x7f070087; public static final int title=0x7f070088; public static final int titleDividerNoCustom=0x7f070089; public static final int title_template=0x7f07008a; public static final int top=0x7f07008b; public static final int topPanel=0x7f07008c; public static final int uniform=0x7f07008d; public static final int up=0x7f07008e; public static final int useLogo=0x7f07008f; public static final int withText=0x7f070090; public static final int wrap_content=0x7f070091; } 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 status_bar_notification_info_maxnum=0x7f080004; } 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_bar_view_list_nav_layout=0x7f090002; public static final int abc_action_menu_item_layout=0x7f090003; public static final int abc_action_menu_layout=0x7f090004; public static final int abc_action_mode_bar=0x7f090005; public static final int abc_action_mode_close_item_material=0x7f090006; public static final int abc_activity_chooser_view=0x7f090007; public static final int abc_activity_chooser_view_list_item=0x7f090008; public static final int abc_alert_dialog_button_bar_material=0x7f090009; public static final int abc_alert_dialog_material=0x7f09000a; public static final int abc_alert_dialog_title_material=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 item_change_clarity=0x7f09001b; public static final int notification_action=0x7f09001c; public static final int notification_action_tombstone=0x7f09001d; public static final int notification_media_action=0x7f09001e; public static final int notification_media_cancel_action=0x7f09001f; public static final int notification_template_big_media=0x7f090020; public static final int notification_template_big_media_custom=0x7f090021; public static final int notification_template_big_media_narrow=0x7f090022; public static final int notification_template_big_media_narrow_custom=0x7f090023; public static final int notification_template_custom_big=0x7f090024; public static final int notification_template_icon_group=0x7f090025; public static final int notification_template_lines_media=0x7f090026; public static final int notification_template_media=0x7f090027; public static final int notification_template_media_custom=0x7f090028; public static final int notification_template_part_chronometer=0x7f090029; public static final int notification_template_part_time=0x7f09002a; public static final int select_dialog_item_material=0x7f09002b; public static final int select_dialog_multichoice_material=0x7f09002c; public static final int select_dialog_singlechoice_material=0x7f09002d; public static final int support_simple_spinner_dropdown_item=0x7f09002e; public static final int tooltip=0x7f09002f; public static final int tx_video_palyer_controller=0x7f090030; } public static final class string { public static final int abc_action_bar_home_description=0x7f0a0000; public static final int abc_action_bar_home_description_format=0x7f0a0001; public static final int abc_action_bar_home_subtitle_description_format=0x7f0a0002; public static final int abc_action_bar_up_description=0x7f0a0003; public static final int abc_action_menu_overflow_description=0x7f0a0004; public static final int abc_action_mode_done=0x7f0a0005; public static final int abc_activity_chooser_view_see_all=0x7f0a0006; public static final int abc_activitychooserview_choose_application=0x7f0a0007; public static final int abc_capital_off=0x7f0a0008; public static final int abc_capital_on=0x7f0a0009; public static final int abc_font_family_body_1_material=0x7f0a000a; public static final int abc_font_family_body_2_material=0x7f0a000b; public static final int abc_font_family_button_material=0x7f0a000c; public static final int abc_font_family_caption_material=0x7f0a000d; public static final int abc_font_family_display_1_material=0x7f0a000e; public static final int abc_font_family_display_2_material=0x7f0a000f; public static final int abc_font_family_display_3_material=0x7f0a0010; public static final int abc_font_family_display_4_material=0x7f0a0011; public static final int abc_font_family_headline_material=0x7f0a0012; public static final int abc_font_family_menu_material=0x7f0a0013; public static final int abc_font_family_subhead_material=0x7f0a0014; public static final int abc_font_family_title_material=0x7f0a0015; public static final int abc_search_hint=0x7f0a0016; public static final int abc_searchview_description_clear=0x7f0a0017; public static final int abc_searchview_description_query=0x7f0a0018; public static final int abc_searchview_description_search=0x7f0a0019; public static final int abc_searchview_description_submit=0x7f0a001a; public static final int abc_searchview_description_voice=0x7f0a001b; public static final int abc_shareactionprovider_share_with=0x7f0a001c; public static final int abc_shareactionprovider_share_with_application=0x7f0a001d; public static final int abc_toolbar_collapse_description=0x7f0a001e; public static final int app_name=0x7f0a001f; public static final int ijkplayer_dummy=0x7f0a0020; public static final int search_menu_title=0x7f0a0021; public static final int status_bar_notification_info_overflow=0x7f0a0022; } public static final class style { public static final int AlertDialog_AppCompat=0x7f0b0000; public static final int AlertDialog_AppCompat_Light=0x7f0b0001; public static final int Animation_AppCompat_Dialog=0x7f0b0002; public static final int Animation_AppCompat_DropDownUp=0x7f0b0003; public static final int Animation_AppCompat_Tooltip=0x7f0b0004; public static final int Base_AlertDialog_AppCompat=0x7f0b0005; public static final int Base_AlertDialog_AppCompat_Light=0x7f0b0006; public static final int Base_Animation_AppCompat_Dialog=0x7f0b0007; public static final int Base_Animation_AppCompat_DropDownUp=0x7f0b0008; public static final int Base_Animation_AppCompat_Tooltip=0x7f0b0009; public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0b000b; public static final int Base_DialogWindowTitle_AppCompat=0x7f0b000a; public static final int Base_TextAppearance_AppCompat=0x7f0b000c; public static final int Base_TextAppearance_AppCompat_Body1=0x7f0b000d; public static final int Base_TextAppearance_AppCompat_Body2=0x7f0b000e; public static final int Base_TextAppearance_AppCompat_Button=0x7f0b000f; public static final int Base_TextAppearance_AppCompat_Caption=0x7f0b0010; public static final int Base_TextAppearance_AppCompat_Display1=0x7f0b0011; public static final int Base_TextAppearance_AppCompat_Display2=0x7f0b0012; public static final int Base_TextAppearance_AppCompat_Display3=0x7f0b0013; public static final int Base_TextAppearance_AppCompat_Display4=0x7f0b0014; public static final int Base_TextAppearance_AppCompat_Headline=0x7f0b0015; public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0b0016; public static final int Base_TextAppearance_AppCompat_Large=0x7f0b0017; public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b0018; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0019; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b001a; public static final int Base_TextAppearance_AppCompat_Medium=0x7f0b001b; public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b001c; public static final int Base_TextAppearance_AppCompat_Menu=0x7f0b001d; public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0b001e; public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b001f; public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b0020; public static final int Base_TextAppearance_AppCompat_Small=0x7f0b0021; public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b0022; public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0b0023; public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0024; public static final int Base_TextAppearance_AppCompat_Title=0x7f0b0025; public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b0026; public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0b0027; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0028; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0029; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b002a; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b002b; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b002c; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002d; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002e; public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0b002f; public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0b0030; public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0b0031; public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0b0032; public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b0033; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0b0034; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b0035; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b0036; public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b0037; public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0038; public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0039; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b003a; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b003b; public static final int Base_ThemeOverlay_AppCompat=0x7f0b004a; public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b004b; public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0b004c; public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b004d; public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0b004e; public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0b004f; public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0b0050; public static final int Base_Theme_AppCompat=0x7f0b003c; public static final int Base_Theme_AppCompat_CompactMenu=0x7f0b003d; public static final int Base_Theme_AppCompat_Dialog=0x7f0b003e; public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b0042; public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0b003f; public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b0040; public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b0041; public static final int Base_Theme_AppCompat_Light=0x7f0b0043; public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b0044; public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0b0045; public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0049; public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b0046; public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b0047; public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0048; public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0b0053; public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0b0051; public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b0052; public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0b0054; public static final int Base_V12_Widget_AppCompat_EditText=0x7f0b0055; public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0b005a; public static final int Base_V21_Theme_AppCompat=0x7f0b0056; public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0b0057; public static final int Base_V21_Theme_AppCompat_Light=0x7f0b0058; public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b0059; public static final int Base_V22_Theme_AppCompat=0x7f0b005b; public static final int Base_V22_Theme_AppCompat_Light=0x7f0b005c; public static final int Base_V23_Theme_AppCompat=0x7f0b005d; public static final int Base_V23_Theme_AppCompat_Light=0x7f0b005e; public static final int Base_V26_Theme_AppCompat=0x7f0b005f; public static final int Base_V26_Theme_AppCompat_Light=0x7f0b0060; public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0b0061; public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0b0066; public static final int Base_V7_Theme_AppCompat=0x7f0b0062; public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0b0063; public static final int Base_V7_Theme_AppCompat_Light=0x7f0b0064; public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b0065; public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0b0067; public static final int Base_V7_Widget_AppCompat_EditText=0x7f0b0068; public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0b0069; public static final int Base_Widget_AppCompat_ActionBar=0x7f0b006a; public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b006b; public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b006c; public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b006d; public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b006e; public static final int Base_Widget_AppCompat_ActionButton=0x7f0b006f; public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b0070; public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b0071; public static final int Base_Widget_AppCompat_ActionMode=0x7f0b0072; public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0b0073; public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b0074; public static final int Base_Widget_AppCompat_Button=0x7f0b0075; public static final int Base_Widget_AppCompat_ButtonBar=0x7f0b007b; public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b007c; public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0b0076; public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b0077; public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b0078; public static final int Base_Widget_AppCompat_Button_Colored=0x7f0b0079; public static final int Base_Widget_AppCompat_Button_Small=0x7f0b007a; public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b007d; public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b007e; public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b007f; public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b0080; public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b0081; public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b0082; public static final int Base_Widget_AppCompat_EditText=0x7f0b0083; public static final int Base_Widget_AppCompat_ImageButton=0x7f0b0084; public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0b0085; public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0086; public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0087; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0088; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0089; public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b008a; public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b008b; public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b008c; public static final int Base_Widget_AppCompat_ListMenuView=0x7f0b008d; public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0b008e; public static final int Base_Widget_AppCompat_ListView=0x7f0b008f; public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0b0090; public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0b0091; public static final int Base_Widget_AppCompat_PopupMenu=0x7f0b0092; public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b0093; public static final int Base_Widget_AppCompat_PopupWindow=0x7f0b0094; public static final int Base_Widget_AppCompat_ProgressBar=0x7f0b0095; public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0096; public static final int Base_Widget_AppCompat_RatingBar=0x7f0b0097; public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0b0098; public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0b0099; public static final int Base_Widget_AppCompat_SearchView=0x7f0b009a; public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b009b; public static final int Base_Widget_AppCompat_SeekBar=0x7f0b009c; public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0b009d; public static final int Base_Widget_AppCompat_Spinner=0x7f0b009e; public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b009f; public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b00a0; public static final int Base_Widget_AppCompat_Toolbar=0x7f0b00a1; public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b00a2; public static final int Platform_AppCompat=0x7f0b00a3; public static final int Platform_AppCompat_Light=0x7f0b00a4; public static final int Platform_ThemeOverlay_AppCompat=0x7f0b00a5; public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b00a6; public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0b00a7; public static final int Platform_V11_AppCompat=0x7f0b00a8; public static final int Platform_V11_AppCompat_Light=0x7f0b00a9; public static final int Platform_V14_AppCompat=0x7f0b00aa; public static final int Platform_V14_AppCompat_Light=0x7f0b00ab; public static final int Platform_V21_AppCompat=0x7f0b00ac; public static final int Platform_V21_AppCompat_Light=0x7f0b00ad; public static final int Platform_V25_AppCompat=0x7f0b00ae; public static final int Platform_V25_AppCompat_Light=0x7f0b00af; public static final int Platform_Widget_AppCompat_Spinner=0x7f0b00b0; public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0b00b1; public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b00b2; public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0b00b3; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b00b4; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b00b5; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b00b6; public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b00bc; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b00b7; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b00b8; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b00b9; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b00ba; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b00bb; public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0b00bd; public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b00be; public static final int TextAppearance_AppCompat=0x7f0b00bf; public static final int TextAppearance_AppCompat_Body1=0x7f0b00c0; public static final int TextAppearance_AppCompat_Body2=0x7f0b00c1; public static final int TextAppearance_AppCompat_Button=0x7f0b00c2; public static final int TextAppearance_AppCompat_Caption=0x7f0b00c3; public static final int TextAppearance_AppCompat_Display1=0x7f0b00c4; public static final int TextAppearance_AppCompat_Display2=0x7f0b00c5; public static final int TextAppearance_AppCompat_Display3=0x7f0b00c6; public static final int TextAppearance_AppCompat_Display4=0x7f0b00c7; public static final int TextAppearance_AppCompat_Headline=0x7f0b00c8; public static final int TextAppearance_AppCompat_Inverse=0x7f0b00c9; public static final int TextAppearance_AppCompat_Large=0x7f0b00ca; public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0b00cb; public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b00cc; public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b00cd; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b00ce; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b00cf; public static final int TextAppearance_AppCompat_Medium=0x7f0b00d0; public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0b00d1; public static final int TextAppearance_AppCompat_Menu=0x7f0b00d2; public static final int TextAppearance_AppCompat_Notification=0x7f0b00d3; public static final int TextAppearance_AppCompat_Notification_Info=0x7f0b00d4; public static final int TextAppearance_AppCompat_Notification_Info_Media=0x7f0b00d5; public static final int TextAppearance_AppCompat_Notification_Line2=0x7f0b00d6; public static final int TextAppearance_AppCompat_Notification_Line2_Media=0x7f0b00d7; public static final int TextAppearance_AppCompat_Notification_Media=0x7f0b00d8; public static final int TextAppearance_AppCompat_Notification_Time=0x7f0b00d9; public static final int TextAppearance_AppCompat_Notification_Time_Media=0x7f0b00da; public static final int TextAppearance_AppCompat_Notification_Title=0x7f0b00db; public static final int TextAppearance_AppCompat_Notification_Title_Media=0x7f0b00dc; public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00dd; public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b00de; public static final int TextAppearance_AppCompat_Small=0x7f0b00df; public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0b00e0; public static final int TextAppearance_AppCompat_Subhead=0x7f0b00e1; public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00e2; public static final int TextAppearance_AppCompat_Title=0x7f0b00e3; public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0b00e4; public static final int TextAppearance_AppCompat_Tooltip=0x7f0b00e5; public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b00e6; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b00e7; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b00e8; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b00e9; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b00ea; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b00eb; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b00ec; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b00ed; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b00ee; public static final int TextAppearance_AppCompat_Widget_Button=0x7f0b00ef; public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0b00f0; public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0b00f1; public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0b00f2; public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b00f3; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0b00f4; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00f5; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00f6; public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0b00f7; public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00f8; public static final int TextAppearance_Compat_Notification=0x7f0b00f9; public static final int TextAppearance_Compat_Notification_Info=0x7f0b00fa; public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0b00fb; public static final int TextAppearance_Compat_Notification_Line2=0x7f0b00fc; public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0b00fd; public static final int TextAppearance_Compat_Notification_Media=0x7f0b00fe; public static final int TextAppearance_Compat_Notification_Time=0x7f0b00ff; public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0b0100; public static final int TextAppearance_Compat_Notification_Title=0x7f0b0101; public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0b0102; public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0103; public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b0104; public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0105; public static final int ThemeOverlay_AppCompat=0x7f0b011b; public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0b011c; public static final int ThemeOverlay_AppCompat_Dark=0x7f0b011d; public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b011e; public static final int ThemeOverlay_AppCompat_Dialog=0x7f0b011f; public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0b0120; public static final int ThemeOverlay_AppCompat_Light=0x7f0b0121; public static final int Theme_AppCompat=0x7f0b0106; public static final int Theme_AppCompat_CompactMenu=0x7f0b0107; public static final int Theme_AppCompat_DayNight=0x7f0b0108; public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0b0109; public static final int Theme_AppCompat_DayNight_Dialog=0x7f0b010a; public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0b010d; public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0b010b; public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0b010c; public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0b010e; public static final int Theme_AppCompat_Dialog=0x7f0b010f; public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b0112; public static final int Theme_AppCompat_Dialog_Alert=0x7f0b0110; public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0b0111; public static final int Theme_AppCompat_Light=0x7f0b0113; public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b0114; public static final int Theme_AppCompat_Light_Dialog=0x7f0b0115; public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0118; public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0b0116; public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0117; public static final int Theme_AppCompat_Light_NoActionBar=0x7f0b0119; public static final int Theme_AppCompat_NoActionBar=0x7f0b011a; public static final int Widget_AppCompat_ActionBar=0x7f0b0122; public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b0123; public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b0124; public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b0125; public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b0126; public static final int Widget_AppCompat_ActionButton=0x7f0b0127; public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b0128; public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b0129; public static final int Widget_AppCompat_ActionMode=0x7f0b012a; public static final int Widget_AppCompat_ActivityChooserView=0x7f0b012b; public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b012c; public static final int Widget_AppCompat_Button=0x7f0b012d; public static final int Widget_AppCompat_ButtonBar=0x7f0b0133; public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b0134; public static final int Widget_AppCompat_Button_Borderless=0x7f0b012e; public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0b012f; public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b0130; public static final int Widget_AppCompat_Button_Colored=0x7f0b0131; public static final int Widget_AppCompat_Button_Small=0x7f0b0132; public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b0135; public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b0136; public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0b0137; public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0b0138; public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b0139; public static final int Widget_AppCompat_EditText=0x7f0b013a; public static final int Widget_AppCompat_ImageButton=0x7f0b013b; public static final int Widget_AppCompat_Light_ActionBar=0x7f0b013c; public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b013d; public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b013e; public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b013f; public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b0140; public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0141; public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0142; public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0143; public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b0144; public static final int Widget_AppCompat_Light_ActionButton=0x7f0b0145; public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b0146; public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b0147; public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b0148; public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b0149; public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b014a; public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b014b; public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b014c; public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b014d; public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b014e; public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b014f; public static final int Widget_AppCompat_Light_SearchView=0x7f0b0150; public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b0151; public static final int Widget_AppCompat_ListMenuView=0x7f0b0152; public static final int Widget_AppCompat_ListPopupWindow=0x7f0b0153; public static final int Widget_AppCompat_ListView=0x7f0b0154; public static final int Widget_AppCompat_ListView_DropDown=0x7f0b0155; public static final int Widget_AppCompat_ListView_Menu=0x7f0b0156; public static final int Widget_AppCompat_PopupMenu=0x7f0b0157; public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0158; public static final int Widget_AppCompat_PopupWindow=0x7f0b0159; public static final int Widget_AppCompat_ProgressBar=0x7f0b015a; public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b015b; public static final int Widget_AppCompat_RatingBar=0x7f0b015c; public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0b015d; public static final int Widget_AppCompat_RatingBar_Small=0x7f0b015e; public static final int Widget_AppCompat_SearchView=0x7f0b015f; public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0b0160; public static final int Widget_AppCompat_SeekBar=0x7f0b0161; public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0b0162; public static final int Widget_AppCompat_Spinner=0x7f0b0163; public static final int Widget_AppCompat_Spinner_DropDown=0x7f0b0164; public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b0165; public static final int Widget_AppCompat_Spinner_Underlined=0x7f0b0166; public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0b0167; public static final int Widget_AppCompat_Toolbar=0x7f0b0168; public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b0169; public static final int Widget_Compat_NotificationActionContainer=0x7f0b016a; public static final int Widget_Compat_NotificationActionText=0x7f0b016b; public static final int dialog_change_clarity=0x7f0b016c; } 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.lk.playvideolibrary.test:background}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_backgroundSplit com.lk.playvideolibrary.test:backgroundSplit}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_backgroundStacked com.lk.playvideolibrary.test:backgroundStacked}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_contentInsetEnd com.lk.playvideolibrary.test:contentInsetEnd}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_contentInsetEndWithActions com.lk.playvideolibrary.test:contentInsetEndWithActions}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_contentInsetLeft com.lk.playvideolibrary.test:contentInsetLeft}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_contentInsetRight com.lk.playvideolibrary.test:contentInsetRight}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_contentInsetStart com.lk.playvideolibrary.test:contentInsetStart}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_contentInsetStartWithNavigation com.lk.playvideolibrary.test:contentInsetStartWithNavigation}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_customNavigationLayout com.lk.playvideolibrary.test:customNavigationLayout}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_displayOptions com.lk.playvideolibrary.test:displayOptions}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_divider com.lk.playvideolibrary.test:divider}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_elevation com.lk.playvideolibrary.test:elevation}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_height com.lk.playvideolibrary.test:height}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_hideOnContentScroll com.lk.playvideolibrary.test:hideOnContentScroll}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_homeAsUpIndicator com.lk.playvideolibrary.test:homeAsUpIndicator}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_homeLayout com.lk.playvideolibrary.test:homeLayout}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_icon com.lk.playvideolibrary.test:icon}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.lk.playvideolibrary.test:indeterminateProgressStyle}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_itemPadding com.lk.playvideolibrary.test:itemPadding}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_logo com.lk.playvideolibrary.test:logo}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_navigationMode com.lk.playvideolibrary.test:navigationMode}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_popupTheme com.lk.playvideolibrary.test:popupTheme}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_progressBarPadding com.lk.playvideolibrary.test:progressBarPadding}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_progressBarStyle com.lk.playvideolibrary.test:progressBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_subtitle com.lk.playvideolibrary.test:subtitle}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_subtitleTextStyle com.lk.playvideolibrary.test:subtitleTextStyle}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_title com.lk.playvideolibrary.test:title}</code></td><td></td></tr> * <tr><td><code>{@link #ActionBar_titleTextStyle com.lk.playvideolibrary.test:titleTextStyle}</code></td><td></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={ 0x7f020031, 0x7f020032, 0x7f020033, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, 0x7f02005a, 0x7f02005b, 0x7f02005d, 0x7f020061, 0x7f020062, 0x7f02006d, 0x7f02007b, 0x7f02007c, 0x7f02007d, 0x7f02007e, 0x7f02007f, 0x7f020084, 0x7f020087, 0x7f020094, 0x7f02009b, 0x7f0200a6, 0x7f0200a9, 0x7f0200aa, 0x7f0200c4, 0x7f0200c7, 0x7f0200e2, 0x7f0200eb }; /** * 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; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#background} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:background */ public static final int ActionBar_background=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#backgroundSplit} * attribute's value can be found in the {@link #ActionBar} 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 com.lk.playvideolibrary.test:backgroundSplit */ public static final int ActionBar_backgroundSplit=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#backgroundStacked} * attribute's value can be found in the {@link #ActionBar} 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 com.lk.playvideolibrary.test:backgroundStacked */ public static final int ActionBar_backgroundStacked=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetEnd} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:contentInsetEnd */ public static final int ActionBar_contentInsetEnd=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetEndWithActions} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:contentInsetEndWithActions */ public static final int ActionBar_contentInsetEndWithActions=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetLeft} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:contentInsetLeft */ public static final int ActionBar_contentInsetLeft=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetRight} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:contentInsetRight */ public static final int ActionBar_contentInsetRight=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetStart} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:contentInsetStart */ public static final int ActionBar_contentInsetStart=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetStartWithNavigation} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:contentInsetStartWithNavigation */ public static final int ActionBar_contentInsetStartWithNavigation=8; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#customNavigationLayout} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:customNavigationLayout */ public static final int ActionBar_customNavigationLayout=9; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#displayOptions} * attribute's value can be found in the {@link #ActionBar} 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>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.lk.playvideolibrary.test:displayOptions */ public static final int ActionBar_displayOptions=10; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#divider} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:divider */ public static final int ActionBar_divider=11; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#elevation} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:elevation */ public static final int ActionBar_elevation=12; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#height} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:height */ public static final int ActionBar_height=13; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#hideOnContentScroll} * attribute's value can be found in the {@link #ActionBar} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:hideOnContentScroll */ public static final int ActionBar_hideOnContentScroll=14; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#homeAsUpIndicator} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:homeAsUpIndicator */ public static final int ActionBar_homeAsUpIndicator=15; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#homeLayout} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:homeLayout */ public static final int ActionBar_homeLayout=16; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#icon} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:icon */ public static final int ActionBar_icon=17; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#indeterminateProgressStyle} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:indeterminateProgressStyle */ public static final int ActionBar_indeterminateProgressStyle=18; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#itemPadding} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:itemPadding */ public static final int ActionBar_itemPadding=19; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#logo} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:logo */ public static final int ActionBar_logo=20; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#navigationMode} * attribute's value can be found in the {@link #ActionBar} 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>listMode</td><td>1</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * <tr><td>tabMode</td><td>2</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:navigationMode */ public static final int ActionBar_navigationMode=21; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#popupTheme} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:popupTheme */ public static final int ActionBar_popupTheme=22; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#progressBarPadding} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:progressBarPadding */ public static final int ActionBar_progressBarPadding=23; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#progressBarStyle} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:progressBarStyle */ public static final int ActionBar_progressBarStyle=24; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#subtitle} * attribute's value can be found in the {@link #ActionBar} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:subtitle */ public static final int ActionBar_subtitle=25; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#subtitleTextStyle} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:subtitleTextStyle */ public static final int ActionBar_subtitleTextStyle=26; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#title} * attribute's value can be found in the {@link #ActionBar} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:title */ public static final int ActionBar_title=27; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleTextStyle} * attribute's value can be found in the {@link #ActionBar} 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.lk.playvideolibrary.test:titleTextStyle */ public static final int ActionBar_titleTextStyle=28; /** * 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.lk.playvideolibrary.test:background}</code></td><td></td></tr> * <tr><td><code>{@link #ActionMode_backgroundSplit com.lk.playvideolibrary.test:backgroundSplit}</code></td><td></td></tr> * <tr><td><code>{@link #ActionMode_closeItemLayout com.lk.playvideolibrary.test:closeItemLayout}</code></td><td></td></tr> * <tr><td><code>{@link #ActionMode_height com.lk.playvideolibrary.test:height}</code></td><td></td></tr> * <tr><td><code>{@link #ActionMode_subtitleTextStyle com.lk.playvideolibrary.test:subtitleTextStyle}</code></td><td></td></tr> * <tr><td><code>{@link #ActionMode_titleTextStyle com.lk.playvideolibrary.test:titleTextStyle}</code></td><td></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={ 0x7f020031, 0x7f020032, 0x7f020046, 0x7f02007b, 0x7f0200c7, 0x7f0200eb }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#background} * attribute's value can be found in the {@link #ActionMode} 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.lk.playvideolibrary.test:background */ public static final int ActionMode_background=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#backgroundSplit} * attribute's value can be found in the {@link #ActionMode} 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 com.lk.playvideolibrary.test:backgroundSplit */ public static final int ActionMode_backgroundSplit=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#closeItemLayout} * attribute's value can be found in the {@link #ActionMode} 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.lk.playvideolibrary.test:closeItemLayout */ public static final int ActionMode_closeItemLayout=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#height} * attribute's value can be found in the {@link #ActionMode} 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.lk.playvideolibrary.test:height */ public static final int ActionMode_height=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#subtitleTextStyle} * attribute's value can be found in the {@link #ActionMode} 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.lk.playvideolibrary.test:subtitleTextStyle */ public static final int ActionMode_subtitleTextStyle=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleTextStyle} * attribute's value can be found in the {@link #ActionMode} 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.lk.playvideolibrary.test: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.lk.playvideolibrary.test:expandActivityOverflowButtonDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #ActivityChooserView_initialActivityCount com.lk.playvideolibrary.test:initialActivityCount}</code></td><td></td></tr> * </table> * @see #ActivityChooserView_expandActivityOverflowButtonDrawable * @see #ActivityChooserView_initialActivityCount */ public static final int[] ActivityChooserView={ 0x7f02006e, 0x7f020085 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#expandActivityOverflowButtonDrawable} * attribute's value can be found in the {@link #ActivityChooserView} 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.lk.playvideolibrary.test:expandActivityOverflowButtonDrawable */ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#initialActivityCount} * attribute's value can be found in the {@link #ActivityChooserView} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test: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_buttonPanelSideLayout com.lk.playvideolibrary.test:buttonPanelSideLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_listItemLayout com.lk.playvideolibrary.test:listItemLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_listLayout com.lk.playvideolibrary.test:listLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_multiChoiceItemLayout com.lk.playvideolibrary.test:multiChoiceItemLayout}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_showTitle com.lk.playvideolibrary.test:showTitle}</code></td><td></td></tr> * <tr><td><code>{@link #AlertDialog_singleChoiceItemLayout com.lk.playvideolibrary.test:singleChoiceItemLayout}</code></td><td></td></tr> * </table> * @see #AlertDialog_android_layout * @see #AlertDialog_buttonPanelSideLayout * @see #AlertDialog_listItemLayout * @see #AlertDialog_listLayout * @see #AlertDialog_multiChoiceItemLayout * @see #AlertDialog_showTitle * @see #AlertDialog_singleChoiceItemLayout */ public static final int[] AlertDialog={ 0x010100f2, 0x7f02003e, 0x7f02008b, 0x7f02008c, 0x7f020098, 0x7f0200ba, 0x7f0200bb }; /** * <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.lk.playvideolibrary.test.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.lk.playvideolibrary.test:buttonPanelSideLayout */ public static final int AlertDialog_buttonPanelSideLayout=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:listItemLayout */ public static final int AlertDialog_listItemLayout=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:listLayout */ public static final int AlertDialog_listLayout=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:multiChoiceItemLayout */ public static final int AlertDialog_multiChoiceItemLayout=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:showTitle */ public static final int AlertDialog_showTitle=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:singleChoiceItemLayout */ public static final int AlertDialog_singleChoiceItemLayout=6; /** * 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.lk.playvideolibrary.test:srcCompat}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatImageView_tint com.lk.playvideolibrary.test:tint}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatImageView_tintMode com.lk.playvideolibrary.test:tintMode}</code></td><td></td></tr> * </table> * @see #AppCompatImageView_android_src * @see #AppCompatImageView_srcCompat * @see #AppCompatImageView_tint * @see #AppCompatImageView_tintMode */ public static final int[] AppCompatImageView={ 0x01010119, 0x7f0200c0, 0x7f0200e0, 0x7f0200e1 }; /** * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#srcCompat} * 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>". * * @attr name com.lk.playvideolibrary.test:srcCompat */ public static final int AppCompatImageView_srcCompat=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tint} * attribute's value can be found in the {@link #AppCompatImageView} 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.lk.playvideolibrary.test:tint */ public static final int AppCompatImageView_tint=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tintMode} * attribute's value can be found in the {@link #AppCompatImageView} 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>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test: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.lk.playvideolibrary.test:tickMark}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatSeekBar_tickMarkTint com.lk.playvideolibrary.test:tickMarkTint}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatSeekBar_tickMarkTintMode com.lk.playvideolibrary.test:tickMarkTintMode}</code></td><td></td></tr> * </table> * @see #AppCompatSeekBar_android_thumb * @see #AppCompatSeekBar_tickMark * @see #AppCompatSeekBar_tickMarkTint * @see #AppCompatSeekBar_tickMarkTintMode */ public static final int[] AppCompatSeekBar={ 0x01010142, 0x7f0200dd, 0x7f0200de, 0x7f0200df }; /** * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tickMark} * 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 com.lk.playvideolibrary.test:tickMark */ public static final int AppCompatSeekBar_tickMark=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tickMarkTint} * attribute's value can be found in the {@link #AppCompatSeekBar} 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.lk.playvideolibrary.test:tickMarkTint */ public static final int AppCompatSeekBar_tickMarkTint=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tickMarkTintMode} * attribute's value can be found in the {@link #AppCompatSeekBar} 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>add</td><td>10</td><td></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test: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#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#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; /** * <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#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#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; /** * 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.lk.playvideolibrary.test:autoSizeMaxTextSize}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTextView_autoSizeMinTextSize com.lk.playvideolibrary.test:autoSizeMinTextSize}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTextView_autoSizePresetSizes com.lk.playvideolibrary.test:autoSizePresetSizes}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTextView_autoSizeStepGranularity com.lk.playvideolibrary.test:autoSizeStepGranularity}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTextView_autoSizeTextType com.lk.playvideolibrary.test:autoSizeTextType}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTextView_fontFamily com.lk.playvideolibrary.test:fontFamily}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTextView_textAllCaps com.lk.playvideolibrary.test:textAllCaps}</code></td><td></td></tr> * </table> * @see #AppCompatTextView_android_textAppearance * @see #AppCompatTextView_autoSizeMaxTextSize * @see #AppCompatTextView_autoSizeMinTextSize * @see #AppCompatTextView_autoSizePresetSizes * @see #AppCompatTextView_autoSizeStepGranularity * @see #AppCompatTextView_autoSizeTextType * @see #AppCompatTextView_fontFamily * @see #AppCompatTextView_textAllCaps */ public static final int[] AppCompatTextView={ 0x01010034, 0x7f02002c, 0x7f02002d, 0x7f02002e, 0x7f02002f, 0x7f020030, 0x7f020070, 0x7f0200cd }; /** * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#autoSizeMaxTextSize} * attribute's value can be found in the {@link #AppCompatTextView} 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.lk.playvideolibrary.test:autoSizeMaxTextSize */ public static final int AppCompatTextView_autoSizeMaxTextSize=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#autoSizeMinTextSize} * attribute's value can be found in the {@link #AppCompatTextView} 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.lk.playvideolibrary.test:autoSizeMinTextSize */ public static final int AppCompatTextView_autoSizeMinTextSize=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#autoSizePresetSizes} * 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 com.lk.playvideolibrary.test:autoSizePresetSizes */ public static final int AppCompatTextView_autoSizePresetSizes=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#autoSizeStepGranularity} * attribute's value can be found in the {@link #AppCompatTextView} 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.lk.playvideolibrary.test:autoSizeStepGranularity */ public static final int AppCompatTextView_autoSizeStepGranularity=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#autoSizeTextType} * attribute's value can be found in the {@link #AppCompatTextView} 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>none</td><td>0</td><td></td></tr> * <tr><td>uniform</td><td>1</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:autoSizeTextType */ public static final int AppCompatTextView_autoSizeTextType=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontFamily} * attribute's value can be found in the {@link #AppCompatTextView} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:fontFamily */ public static final int AppCompatTextView_fontFamily=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAllCaps} * 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>". * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:textAllCaps */ public static final int AppCompatTextView_textAllCaps=7; /** * 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.lk.playvideolibrary.test:actionBarDivider}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarItemBackground com.lk.playvideolibrary.test:actionBarItemBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarPopupTheme com.lk.playvideolibrary.test:actionBarPopupTheme}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarSize com.lk.playvideolibrary.test:actionBarSize}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarSplitStyle com.lk.playvideolibrary.test:actionBarSplitStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarStyle com.lk.playvideolibrary.test:actionBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTabBarStyle com.lk.playvideolibrary.test:actionBarTabBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTabStyle com.lk.playvideolibrary.test:actionBarTabStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTabTextStyle com.lk.playvideolibrary.test:actionBarTabTextStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarTheme com.lk.playvideolibrary.test:actionBarTheme}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionBarWidgetTheme com.lk.playvideolibrary.test:actionBarWidgetTheme}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionButtonStyle com.lk.playvideolibrary.test:actionButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionDropDownStyle com.lk.playvideolibrary.test:actionDropDownStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionMenuTextAppearance com.lk.playvideolibrary.test:actionMenuTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionMenuTextColor com.lk.playvideolibrary.test:actionMenuTextColor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeBackground com.lk.playvideolibrary.test:actionModeBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCloseButtonStyle com.lk.playvideolibrary.test:actionModeCloseButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCloseDrawable com.lk.playvideolibrary.test:actionModeCloseDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCopyDrawable com.lk.playvideolibrary.test:actionModeCopyDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeCutDrawable com.lk.playvideolibrary.test:actionModeCutDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeFindDrawable com.lk.playvideolibrary.test:actionModeFindDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModePasteDrawable com.lk.playvideolibrary.test:actionModePasteDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModePopupWindowStyle com.lk.playvideolibrary.test:actionModePopupWindowStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeSelectAllDrawable com.lk.playvideolibrary.test:actionModeSelectAllDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeShareDrawable com.lk.playvideolibrary.test:actionModeShareDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeSplitBackground com.lk.playvideolibrary.test:actionModeSplitBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeStyle com.lk.playvideolibrary.test:actionModeStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionModeWebSearchDrawable com.lk.playvideolibrary.test:actionModeWebSearchDrawable}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionOverflowButtonStyle com.lk.playvideolibrary.test:actionOverflowButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_actionOverflowMenuStyle com.lk.playvideolibrary.test:actionOverflowMenuStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_activityChooserViewStyle com.lk.playvideolibrary.test:activityChooserViewStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogButtonGroupStyle com.lk.playvideolibrary.test:alertDialogButtonGroupStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogCenterButtons com.lk.playvideolibrary.test:alertDialogCenterButtons}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogStyle com.lk.playvideolibrary.test:alertDialogStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_alertDialogTheme com.lk.playvideolibrary.test:alertDialogTheme}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_autoCompleteTextViewStyle com.lk.playvideolibrary.test:autoCompleteTextViewStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_borderlessButtonStyle com.lk.playvideolibrary.test:borderlessButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarButtonStyle com.lk.playvideolibrary.test:buttonBarButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.lk.playvideolibrary.test:buttonBarNegativeButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.lk.playvideolibrary.test:buttonBarNeutralButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.lk.playvideolibrary.test:buttonBarPositiveButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonBarStyle com.lk.playvideolibrary.test:buttonBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonStyle com.lk.playvideolibrary.test:buttonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_buttonStyleSmall com.lk.playvideolibrary.test:buttonStyleSmall}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_checkboxStyle com.lk.playvideolibrary.test:checkboxStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_checkedTextViewStyle com.lk.playvideolibrary.test:checkedTextViewStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorAccent com.lk.playvideolibrary.test:colorAccent}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorBackgroundFloating com.lk.playvideolibrary.test:colorBackgroundFloating}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorButtonNormal com.lk.playvideolibrary.test:colorButtonNormal}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorControlActivated com.lk.playvideolibrary.test:colorControlActivated}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorControlHighlight com.lk.playvideolibrary.test:colorControlHighlight}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorControlNormal com.lk.playvideolibrary.test:colorControlNormal}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorError com.lk.playvideolibrary.test:colorError}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorPrimary com.lk.playvideolibrary.test:colorPrimary}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorPrimaryDark com.lk.playvideolibrary.test:colorPrimaryDark}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_colorSwitchThumbNormal com.lk.playvideolibrary.test:colorSwitchThumbNormal}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_controlBackground com.lk.playvideolibrary.test:controlBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_dialogPreferredPadding com.lk.playvideolibrary.test:dialogPreferredPadding}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_dialogTheme com.lk.playvideolibrary.test:dialogTheme}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_dividerHorizontal com.lk.playvideolibrary.test:dividerHorizontal}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_dividerVertical com.lk.playvideolibrary.test:dividerVertical}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_dropDownListViewStyle com.lk.playvideolibrary.test:dropDownListViewStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_dropdownListPreferredItemHeight com.lk.playvideolibrary.test:dropdownListPreferredItemHeight}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_editTextBackground com.lk.playvideolibrary.test:editTextBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_editTextColor com.lk.playvideolibrary.test:editTextColor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_editTextStyle com.lk.playvideolibrary.test:editTextStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_homeAsUpIndicator com.lk.playvideolibrary.test:homeAsUpIndicator}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_imageButtonStyle com.lk.playvideolibrary.test:imageButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listChoiceBackgroundIndicator com.lk.playvideolibrary.test:listChoiceBackgroundIndicator}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listDividerAlertDialog com.lk.playvideolibrary.test:listDividerAlertDialog}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listMenuViewStyle com.lk.playvideolibrary.test:listMenuViewStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPopupWindowStyle com.lk.playvideolibrary.test:listPopupWindowStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeight com.lk.playvideolibrary.test:listPreferredItemHeight}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightLarge com.lk.playvideolibrary.test:listPreferredItemHeightLarge}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightSmall com.lk.playvideolibrary.test:listPreferredItemHeightSmall}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingLeft com.lk.playvideolibrary.test:listPreferredItemPaddingLeft}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingRight com.lk.playvideolibrary.test:listPreferredItemPaddingRight}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_panelBackground com.lk.playvideolibrary.test:panelBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_panelMenuListTheme com.lk.playvideolibrary.test:panelMenuListTheme}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_panelMenuListWidth com.lk.playvideolibrary.test:panelMenuListWidth}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_popupMenuStyle com.lk.playvideolibrary.test:popupMenuStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_popupWindowStyle com.lk.playvideolibrary.test:popupWindowStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_radioButtonStyle com.lk.playvideolibrary.test:radioButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_ratingBarStyle com.lk.playvideolibrary.test:ratingBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_ratingBarStyleIndicator com.lk.playvideolibrary.test:ratingBarStyleIndicator}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_ratingBarStyleSmall com.lk.playvideolibrary.test:ratingBarStyleSmall}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_searchViewStyle com.lk.playvideolibrary.test:searchViewStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_seekBarStyle com.lk.playvideolibrary.test:seekBarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_selectableItemBackground com.lk.playvideolibrary.test:selectableItemBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_selectableItemBackgroundBorderless com.lk.playvideolibrary.test:selectableItemBackgroundBorderless}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_spinnerDropDownItemStyle com.lk.playvideolibrary.test:spinnerDropDownItemStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_spinnerStyle com.lk.playvideolibrary.test:spinnerStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_switchStyle com.lk.playvideolibrary.test:switchStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceLargePopupMenu com.lk.playvideolibrary.test:textAppearanceLargePopupMenu}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItem com.lk.playvideolibrary.test:textAppearanceListItem}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSecondary com.lk.playvideolibrary.test:textAppearanceListItemSecondary}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSmall com.lk.playvideolibrary.test:textAppearanceListItemSmall}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearancePopupMenuHeader com.lk.playvideolibrary.test:textAppearancePopupMenuHeader}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.lk.playvideolibrary.test:textAppearanceSearchResultSubtitle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultTitle com.lk.playvideolibrary.test:textAppearanceSearchResultTitle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.lk.playvideolibrary.test:textAppearanceSmallPopupMenu}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textColorAlertDialogListItem com.lk.playvideolibrary.test:textColorAlertDialogListItem}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_textColorSearchUrl com.lk.playvideolibrary.test:textColorSearchUrl}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_toolbarNavigationButtonStyle com.lk.playvideolibrary.test:toolbarNavigationButtonStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_toolbarStyle com.lk.playvideolibrary.test:toolbarStyle}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_tooltipForegroundColor com.lk.playvideolibrary.test:tooltipForegroundColor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_tooltipFrameBackground com.lk.playvideolibrary.test:tooltipFrameBackground}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowActionBar com.lk.playvideolibrary.test:windowActionBar}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowActionBarOverlay com.lk.playvideolibrary.test:windowActionBarOverlay}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowActionModeOverlay com.lk.playvideolibrary.test:windowActionModeOverlay}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMajor com.lk.playvideolibrary.test:windowFixedHeightMajor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMinor com.lk.playvideolibrary.test:windowFixedHeightMinor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMajor com.lk.playvideolibrary.test:windowFixedWidthMajor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMinor com.lk.playvideolibrary.test:windowFixedWidthMinor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowMinWidthMajor com.lk.playvideolibrary.test:windowMinWidthMajor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowMinWidthMinor com.lk.playvideolibrary.test:windowMinWidthMinor}</code></td><td></td></tr> * <tr><td><code>{@link #AppCompatTheme_windowNoTitle com.lk.playvideolibrary.test:windowNoTitle}</code></td><td></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_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_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, 0x7f020022, 0x7f020023, 0x7f020024, 0x7f020025, 0x7f02002b, 0x7f020037, 0x7f020038, 0x7f020039, 0x7f02003a, 0x7f02003b, 0x7f02003c, 0x7f02003f, 0x7f020040, 0x7f020043, 0x7f020044, 0x7f02004a, 0x7f02004b, 0x7f02004c, 0x7f02004d, 0x7f02004e, 0x7f02004f, 0x7f020050, 0x7f020051, 0x7f020052, 0x7f020053, 0x7f02005c, 0x7f02005f, 0x7f020060, 0x7f020063, 0x7f020065, 0x7f020068, 0x7f020069, 0x7f02006a, 0x7f02006b, 0x7f02006c, 0x7f02007d, 0x7f020083, 0x7f020089, 0x7f02008a, 0x7f02008d, 0x7f02008e, 0x7f02008f, 0x7f020090, 0x7f020091, 0x7f020092, 0x7f020093, 0x7f0200a2, 0x7f0200a3, 0x7f0200a4, 0x7f0200a5, 0x7f0200a7, 0x7f0200ad, 0x7f0200ae, 0x7f0200af, 0x7f0200b0, 0x7f0200b3, 0x7f0200b4, 0x7f0200b5, 0x7f0200b6, 0x7f0200bd, 0x7f0200be, 0x7f0200cb, 0x7f0200ce, 0x7f0200cf, 0x7f0200d0, 0x7f0200d1, 0x7f0200d2, 0x7f0200d3, 0x7f0200d4, 0x7f0200d5, 0x7f0200d6, 0x7f0200d7, 0x7f0200ec, 0x7f0200ed, 0x7f0200ee, 0x7f0200ef, 0x7f0200f5, 0x7f0200f6, 0x7f0200f7, 0x7f0200f8, 0x7f0200f9, 0x7f0200fa, 0x7f0200fb, 0x7f0200fc, 0x7f0200fd, 0x7f0200fe }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarDivider} * 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.lk.playvideolibrary.test:actionBarDivider */ public static final int AppCompatTheme_actionBarDivider=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarItemBackground} * 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.lk.playvideolibrary.test:actionBarItemBackground */ public static final int AppCompatTheme_actionBarItemBackground=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarPopupTheme} * 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.lk.playvideolibrary.test:actionBarPopupTheme */ public static final int AppCompatTheme_actionBarPopupTheme=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarSize} * attribute's value can be found in the {@link #AppCompatTheme} 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>wrap_content</td><td>0</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:actionBarSize */ public static final int AppCompatTheme_actionBarSize=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarSplitStyle} * 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.lk.playvideolibrary.test:actionBarSplitStyle */ public static final int AppCompatTheme_actionBarSplitStyle=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarStyle} * 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.lk.playvideolibrary.test:actionBarStyle */ public static final int AppCompatTheme_actionBarStyle=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:actionBarTabBarStyle */ public static final int AppCompatTheme_actionBarTabBarStyle=8; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarTabStyle} * 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.lk.playvideolibrary.test:actionBarTabStyle */ public static final int AppCompatTheme_actionBarTabStyle=9; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:actionBarTabTextStyle */ public static final int AppCompatTheme_actionBarTabTextStyle=10; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarTheme} * 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.lk.playvideolibrary.test:actionBarTheme */ public static final int AppCompatTheme_actionBarTheme=11; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionBarWidgetTheme} * 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.lk.playvideolibrary.test:actionBarWidgetTheme */ public static final int AppCompatTheme_actionBarWidgetTheme=12; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionButtonStyle} * 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.lk.playvideolibrary.test:actionButtonStyle */ public static final int AppCompatTheme_actionButtonStyle=13; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionDropDownStyle} * 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.lk.playvideolibrary.test:actionDropDownStyle */ public static final int AppCompatTheme_actionDropDownStyle=14; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionMenuTextAppearance} * 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.lk.playvideolibrary.test:actionMenuTextAppearance */ public static final int AppCompatTheme_actionMenuTextAppearance=15; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionMenuTextColor} * 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>". * <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.lk.playvideolibrary.test:actionMenuTextColor */ public static final int AppCompatTheme_actionMenuTextColor=16; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeBackground} * 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.lk.playvideolibrary.test:actionModeBackground */ public static final int AppCompatTheme_actionModeBackground=17; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:actionModeCloseButtonStyle */ public static final int AppCompatTheme_actionModeCloseButtonStyle=18; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeCloseDrawable} * 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.lk.playvideolibrary.test:actionModeCloseDrawable */ public static final int AppCompatTheme_actionModeCloseDrawable=19; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeCopyDrawable} * 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.lk.playvideolibrary.test:actionModeCopyDrawable */ public static final int AppCompatTheme_actionModeCopyDrawable=20; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeCutDrawable} * 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.lk.playvideolibrary.test:actionModeCutDrawable */ public static final int AppCompatTheme_actionModeCutDrawable=21; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeFindDrawable} * 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.lk.playvideolibrary.test:actionModeFindDrawable */ public static final int AppCompatTheme_actionModeFindDrawable=22; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModePasteDrawable} * 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.lk.playvideolibrary.test:actionModePasteDrawable */ public static final int AppCompatTheme_actionModePasteDrawable=23; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModePopupWindowStyle} * 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.lk.playvideolibrary.test:actionModePopupWindowStyle */ public static final int AppCompatTheme_actionModePopupWindowStyle=24; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeSelectAllDrawable} * 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.lk.playvideolibrary.test:actionModeSelectAllDrawable */ public static final int AppCompatTheme_actionModeSelectAllDrawable=25; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeShareDrawable} * 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.lk.playvideolibrary.test:actionModeShareDrawable */ public static final int AppCompatTheme_actionModeShareDrawable=26; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeSplitBackground} * 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.lk.playvideolibrary.test:actionModeSplitBackground */ public static final int AppCompatTheme_actionModeSplitBackground=27; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:actionModeStyle */ public static final int AppCompatTheme_actionModeStyle=28; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionModeWebSearchDrawable} * 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.lk.playvideolibrary.test:actionModeWebSearchDrawable */ public static final int AppCompatTheme_actionModeWebSearchDrawable=29; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:actionOverflowButtonStyle */ public static final int AppCompatTheme_actionOverflowButtonStyle=30; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:actionOverflowMenuStyle */ public static final int AppCompatTheme_actionOverflowMenuStyle=31; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#activityChooserViewStyle} * 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.lk.playvideolibrary.test:activityChooserViewStyle */ public static final int AppCompatTheme_activityChooserViewStyle=32; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:alertDialogButtonGroupStyle */ public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:alertDialogCenterButtons */ public static final int AppCompatTheme_alertDialogCenterButtons=34; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:alertDialogStyle */ public static final int AppCompatTheme_alertDialogStyle=35; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#alertDialogTheme} * 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.lk.playvideolibrary.test:alertDialogTheme */ public static final int AppCompatTheme_alertDialogTheme=36; /** * <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>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 com.lk.playvideolibrary.test.R.attr#autoCompleteTextViewStyle} * 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.lk.playvideolibrary.test:autoCompleteTextViewStyle */ public static final int AppCompatTheme_autoCompleteTextViewStyle=37; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#borderlessButtonStyle} * 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.lk.playvideolibrary.test:borderlessButtonStyle */ public static final int AppCompatTheme_borderlessButtonStyle=38; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonBarButtonStyle} * 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.lk.playvideolibrary.test:buttonBarButtonStyle */ public static final int AppCompatTheme_buttonBarButtonStyle=39; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonBarNegativeButtonStyle} * 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.lk.playvideolibrary.test:buttonBarNegativeButtonStyle */ public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonBarNeutralButtonStyle} * 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.lk.playvideolibrary.test:buttonBarNeutralButtonStyle */ public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonBarPositiveButtonStyle} * 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.lk.playvideolibrary.test:buttonBarPositiveButtonStyle */ public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonBarStyle} * 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.lk.playvideolibrary.test:buttonBarStyle */ public static final int AppCompatTheme_buttonBarStyle=43; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonStyle} * 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.lk.playvideolibrary.test:buttonStyle */ public static final int AppCompatTheme_buttonStyle=44; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonStyleSmall} * 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.lk.playvideolibrary.test:buttonStyleSmall */ public static final int AppCompatTheme_buttonStyleSmall=45; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#checkboxStyle} * 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.lk.playvideolibrary.test:checkboxStyle */ public static final int AppCompatTheme_checkboxStyle=46; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#checkedTextViewStyle} * 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.lk.playvideolibrary.test:checkedTextViewStyle */ public static final int AppCompatTheme_checkedTextViewStyle=47; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorAccent} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorAccent */ public static final int AppCompatTheme_colorAccent=48; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorBackgroundFloating} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorBackgroundFloating */ public static final int AppCompatTheme_colorBackgroundFloating=49; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorButtonNormal} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorButtonNormal */ public static final int AppCompatTheme_colorButtonNormal=50; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorControlActivated} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorControlActivated */ public static final int AppCompatTheme_colorControlActivated=51; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorControlHighlight} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorControlHighlight */ public static final int AppCompatTheme_colorControlHighlight=52; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorControlNormal} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorControlNormal */ public static final int AppCompatTheme_colorControlNormal=53; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorError} * 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>". * <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.lk.playvideolibrary.test:colorError */ public static final int AppCompatTheme_colorError=54; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorPrimary} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorPrimary */ public static final int AppCompatTheme_colorPrimary=55; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorPrimaryDark} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorPrimaryDark */ public static final int AppCompatTheme_colorPrimaryDark=56; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#colorSwitchThumbNormal} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:colorSwitchThumbNormal */ public static final int AppCompatTheme_colorSwitchThumbNormal=57; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#controlBackground} * 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.lk.playvideolibrary.test:controlBackground */ public static final int AppCompatTheme_controlBackground=58; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dialogPreferredPadding} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:dialogPreferredPadding */ public static final int AppCompatTheme_dialogPreferredPadding=59; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dialogTheme} * 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.lk.playvideolibrary.test:dialogTheme */ public static final int AppCompatTheme_dialogTheme=60; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dividerHorizontal} * 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.lk.playvideolibrary.test:dividerHorizontal */ public static final int AppCompatTheme_dividerHorizontal=61; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dividerVertical} * 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.lk.playvideolibrary.test:dividerVertical */ public static final int AppCompatTheme_dividerVertical=62; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dropDownListViewStyle} * 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.lk.playvideolibrary.test:dropDownListViewStyle */ public static final int AppCompatTheme_dropDownListViewStyle=63; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dropdownListPreferredItemHeight} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:dropdownListPreferredItemHeight */ public static final int AppCompatTheme_dropdownListPreferredItemHeight=64; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#editTextBackground} * 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.lk.playvideolibrary.test:editTextBackground */ public static final int AppCompatTheme_editTextBackground=65; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#editTextColor} * 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>". * <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.lk.playvideolibrary.test:editTextColor */ public static final int AppCompatTheme_editTextColor=66; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#editTextStyle} * 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.lk.playvideolibrary.test:editTextStyle */ public static final int AppCompatTheme_editTextStyle=67; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#homeAsUpIndicator} * 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.lk.playvideolibrary.test:homeAsUpIndicator */ public static final int AppCompatTheme_homeAsUpIndicator=68; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#imageButtonStyle} * 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.lk.playvideolibrary.test:imageButtonStyle */ public static final int AppCompatTheme_imageButtonStyle=69; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listChoiceBackgroundIndicator} * 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.lk.playvideolibrary.test:listChoiceBackgroundIndicator */ public static final int AppCompatTheme_listChoiceBackgroundIndicator=70; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listDividerAlertDialog} * 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.lk.playvideolibrary.test:listDividerAlertDialog */ public static final int AppCompatTheme_listDividerAlertDialog=71; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listMenuViewStyle} * 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.lk.playvideolibrary.test:listMenuViewStyle */ public static final int AppCompatTheme_listMenuViewStyle=72; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:listPopupWindowStyle */ public static final int AppCompatTheme_listPopupWindowStyle=73; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listPreferredItemHeight} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:listPreferredItemHeight */ public static final int AppCompatTheme_listPreferredItemHeight=74; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listPreferredItemHeightLarge} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:listPreferredItemHeightLarge */ public static final int AppCompatTheme_listPreferredItemHeightLarge=75; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listPreferredItemHeightSmall} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:listPreferredItemHeightSmall */ public static final int AppCompatTheme_listPreferredItemHeightSmall=76; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listPreferredItemPaddingLeft} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:listPreferredItemPaddingLeft */ public static final int AppCompatTheme_listPreferredItemPaddingLeft=77; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#listPreferredItemPaddingRight} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:listPreferredItemPaddingRight */ public static final int AppCompatTheme_listPreferredItemPaddingRight=78; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#panelBackground} * 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.lk.playvideolibrary.test:panelBackground */ public static final int AppCompatTheme_panelBackground=79; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#panelMenuListTheme} * 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.lk.playvideolibrary.test:panelMenuListTheme */ public static final int AppCompatTheme_panelMenuListTheme=80; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#panelMenuListWidth} * attribute's value can be found in the {@link #AppCompatTheme} 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.lk.playvideolibrary.test:panelMenuListWidth */ public static final int AppCompatTheme_panelMenuListWidth=81; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#popupMenuStyle} * 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.lk.playvideolibrary.test:popupMenuStyle */ public static final int AppCompatTheme_popupMenuStyle=82; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#popupWindowStyle} * 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.lk.playvideolibrary.test:popupWindowStyle */ public static final int AppCompatTheme_popupWindowStyle=83; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#radioButtonStyle} * 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.lk.playvideolibrary.test:radioButtonStyle */ public static final int AppCompatTheme_radioButtonStyle=84; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#ratingBarStyle} * 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.lk.playvideolibrary.test:ratingBarStyle */ public static final int AppCompatTheme_ratingBarStyle=85; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#ratingBarStyleIndicator} * 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.lk.playvideolibrary.test:ratingBarStyleIndicator */ public static final int AppCompatTheme_ratingBarStyleIndicator=86; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#ratingBarStyleSmall} * 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.lk.playvideolibrary.test:ratingBarStyleSmall */ public static final int AppCompatTheme_ratingBarStyleSmall=87; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#searchViewStyle} * 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.lk.playvideolibrary.test:searchViewStyle */ public static final int AppCompatTheme_searchViewStyle=88; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#seekBarStyle} * 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.lk.playvideolibrary.test:seekBarStyle */ public static final int AppCompatTheme_seekBarStyle=89; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#selectableItemBackground} * 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.lk.playvideolibrary.test:selectableItemBackground */ public static final int AppCompatTheme_selectableItemBackground=90; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#selectableItemBackgroundBorderless} * 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.lk.playvideolibrary.test:selectableItemBackgroundBorderless */ public static final int AppCompatTheme_selectableItemBackgroundBorderless=91; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#spinnerDropDownItemStyle} * 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.lk.playvideolibrary.test:spinnerDropDownItemStyle */ public static final int AppCompatTheme_spinnerDropDownItemStyle=92; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#spinnerStyle} * 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.lk.playvideolibrary.test:spinnerStyle */ public static final int AppCompatTheme_spinnerStyle=93; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#switchStyle} * 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.lk.playvideolibrary.test:switchStyle */ public static final int AppCompatTheme_switchStyle=94; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceLargePopupMenu} * 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.lk.playvideolibrary.test:textAppearanceLargePopupMenu */ public static final int AppCompatTheme_textAppearanceLargePopupMenu=95; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceListItem} * 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.lk.playvideolibrary.test:textAppearanceListItem */ public static final int AppCompatTheme_textAppearanceListItem=96; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceListItemSecondary} * 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.lk.playvideolibrary.test:textAppearanceListItemSecondary */ public static final int AppCompatTheme_textAppearanceListItemSecondary=97; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceListItemSmall} * 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.lk.playvideolibrary.test:textAppearanceListItemSmall */ public static final int AppCompatTheme_textAppearanceListItemSmall=98; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearancePopupMenuHeader} * 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.lk.playvideolibrary.test:textAppearancePopupMenuHeader */ public static final int AppCompatTheme_textAppearancePopupMenuHeader=99; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceSearchResultSubtitle} * 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.lk.playvideolibrary.test:textAppearanceSearchResultSubtitle */ public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=100; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceSearchResultTitle} * 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.lk.playvideolibrary.test:textAppearanceSearchResultTitle */ public static final int AppCompatTheme_textAppearanceSearchResultTitle=101; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAppearanceSmallPopupMenu} * 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.lk.playvideolibrary.test:textAppearanceSmallPopupMenu */ public static final int AppCompatTheme_textAppearanceSmallPopupMenu=102; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textColorAlertDialogListItem} * 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>". * <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.lk.playvideolibrary.test:textColorAlertDialogListItem */ public static final int AppCompatTheme_textColorAlertDialogListItem=103; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textColorSearchUrl} * 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>". * <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.lk.playvideolibrary.test:textColorSearchUrl */ public static final int AppCompatTheme_textColorSearchUrl=104; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#toolbarNavigationButtonStyle} * 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.lk.playvideolibrary.test:toolbarNavigationButtonStyle */ public static final int AppCompatTheme_toolbarNavigationButtonStyle=105; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#toolbarStyle} * 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.lk.playvideolibrary.test:toolbarStyle */ public static final int AppCompatTheme_toolbarStyle=106; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tooltipForegroundColor} * 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>". * <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.lk.playvideolibrary.test:tooltipForegroundColor */ public static final int AppCompatTheme_tooltipForegroundColor=107; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tooltipFrameBackground} * 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.lk.playvideolibrary.test:tooltipFrameBackground */ public static final int AppCompatTheme_tooltipFrameBackground=108; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowActionBar} * 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.lk.playvideolibrary.test:windowActionBar */ public static final int AppCompatTheme_windowActionBar=109; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowActionBarOverlay} * 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.lk.playvideolibrary.test:windowActionBarOverlay */ public static final int AppCompatTheme_windowActionBarOverlay=110; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowActionModeOverlay} * 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.lk.playvideolibrary.test:windowActionModeOverlay */ public static final int AppCompatTheme_windowActionModeOverlay=111; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowFixedHeightMajor} * attribute's value can be found in the {@link #AppCompatTheme} 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>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.lk.playvideolibrary.test:windowFixedHeightMajor */ public static final int AppCompatTheme_windowFixedHeightMajor=112; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowFixedHeightMinor} * attribute's value can be found in the {@link #AppCompatTheme} 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>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.lk.playvideolibrary.test:windowFixedHeightMinor */ public static final int AppCompatTheme_windowFixedHeightMinor=113; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowFixedWidthMajor} * attribute's value can be found in the {@link #AppCompatTheme} 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>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.lk.playvideolibrary.test:windowFixedWidthMajor */ public static final int AppCompatTheme_windowFixedWidthMajor=114; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowFixedWidthMinor} * attribute's value can be found in the {@link #AppCompatTheme} 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>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.lk.playvideolibrary.test:windowFixedWidthMinor */ public static final int AppCompatTheme_windowFixedWidthMinor=115; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowMinWidthMajor} * attribute's value can be found in the {@link #AppCompatTheme} 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>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.lk.playvideolibrary.test:windowMinWidthMajor */ public static final int AppCompatTheme_windowMinWidthMajor=116; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowMinWidthMinor} * attribute's value can be found in the {@link #AppCompatTheme} 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>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.lk.playvideolibrary.test:windowMinWidthMinor */ public static final int AppCompatTheme_windowMinWidthMinor=117; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#windowNoTitle} * 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.lk.playvideolibrary.test:windowNoTitle */ public static final int AppCompatTheme_windowNoTitle=118; /** * 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.lk.playvideolibrary.test:allowStacking}</code></td><td></td></tr> * </table> * @see #ButtonBarLayout_allowStacking */ public static final int[] ButtonBarLayout={ 0x7f020026 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#allowStacking} * attribute's value can be found in the {@link #ButtonBarLayout} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test: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.lk.playvideolibrary.test:alpha}</code></td><td></td></tr> * </table> * @see #ColorStateListItem_android_color * @see #ColorStateListItem_android_alpha * @see #ColorStateListItem_alpha */ public static final int[] ColorStateListItem={ 0x010101a5, 0x0101031f, 0x7f020027 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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 com.lk.playvideolibrary.test:alpha */ public static final int ColorStateListItem_alpha=2; /** * <p>This symbol is the offset where the {@link android.R.attr#alpha} * attribute's value can be found in the {@link #ColorStateListItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#color} * attribute's value can be found in the {@link #ColorStateListItem} 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:color */ public static final int ColorStateListItem_android_color=0; /** * Attributes that can be used with a CompoundButton. * <p>Includes the following attributes:</p> * <table> * <colgroup align="left" /> * <colgroup align="left" /> * <tr><th>Attribute</th><th>Description</th></tr> * <tr><td><code>{@link #CompoundButton_android_button android:button}</code></td><td></td></tr> * <tr><td><code>{@link #CompoundButton_buttonTint com.lk.playvideolibrary.test:buttonTint}</code></td><td></td></tr> * <tr><td><code>{@link #CompoundButton_buttonTintMode com.lk.playvideolibrary.test:buttonTintMode}</code></td><td></td></tr> * </table> * @see #CompoundButton_android_button * @see #CompoundButton_buttonTint * @see #CompoundButton_buttonTintMode */ public static final int[] CompoundButton={ 0x01010107, 0x7f020041, 0x7f020042 }; /** * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonTint} * attribute's value can be found in the {@link #CompoundButton} 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.lk.playvideolibrary.test:buttonTint */ public static final int CompoundButton_buttonTint=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#buttonTintMode} * attribute's value can be found in the {@link #CompoundButton} 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>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:buttonTintMode */ public static final int CompoundButton_buttonTintMode=2; /** * 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.lk.playvideolibrary.test:arrowHeadLength}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_arrowShaftLength com.lk.playvideolibrary.test:arrowShaftLength}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_barLength com.lk.playvideolibrary.test:barLength}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_color com.lk.playvideolibrary.test:color}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_drawableSize com.lk.playvideolibrary.test:drawableSize}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars com.lk.playvideolibrary.test:gapBetweenBars}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_spinBars com.lk.playvideolibrary.test:spinBars}</code></td><td></td></tr> * <tr><td><code>{@link #DrawerArrowToggle_thickness com.lk.playvideolibrary.test:thickness}</code></td><td></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={ 0x7f020029, 0x7f02002a, 0x7f020036, 0x7f020049, 0x7f020066, 0x7f020079, 0x7f0200bc, 0x7f0200d9 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#arrowHeadLength} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test:arrowHeadLength */ public static final int DrawerArrowToggle_arrowHeadLength=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#arrowShaftLength} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test:arrowShaftLength */ public static final int DrawerArrowToggle_arrowShaftLength=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#barLength} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test:barLength */ public static final int DrawerArrowToggle_barLength=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#color} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test:color */ public static final int DrawerArrowToggle_color=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#drawableSize} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test:drawableSize */ public static final int DrawerArrowToggle_drawableSize=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#gapBetweenBars} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test:gapBetweenBars */ public static final int DrawerArrowToggle_gapBetweenBars=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#spinBars} * attribute's value can be found in the {@link #DrawerArrowToggle} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:spinBars */ public static final int DrawerArrowToggle_spinBars=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#thickness} * attribute's value can be found in the {@link #DrawerArrowToggle} 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.lk.playvideolibrary.test: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.lk.playvideolibrary.test:fontProviderAuthority}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamily_fontProviderCerts com.lk.playvideolibrary.test:fontProviderCerts}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamily_fontProviderFetchStrategy com.lk.playvideolibrary.test:fontProviderFetchStrategy}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamily_fontProviderFetchTimeout com.lk.playvideolibrary.test:fontProviderFetchTimeout}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamily_fontProviderPackage com.lk.playvideolibrary.test:fontProviderPackage}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamily_fontProviderQuery com.lk.playvideolibrary.test:fontProviderQuery}</code></td><td></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={ 0x7f020071, 0x7f020072, 0x7f020073, 0x7f020074, 0x7f020075, 0x7f020076 }; /** * 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_font com.lk.playvideolibrary.test:font}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamilyFont_fontStyle com.lk.playvideolibrary.test:fontStyle}</code></td><td></td></tr> * <tr><td><code>{@link #FontFamilyFont_fontWeight com.lk.playvideolibrary.test:fontWeight}</code></td><td></td></tr> * </table> * @see #FontFamilyFont_font * @see #FontFamilyFont_fontStyle * @see #FontFamilyFont_fontWeight */ public static final int[] FontFamilyFont={ 0x7f02006f, 0x7f020077, 0x7f020078 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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 com.lk.playvideolibrary.test:font */ public static final int FontFamilyFont_font=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontStyle} * attribute's value can be found in the {@link #FontFamilyFont} 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>italic</td><td>1</td><td></td></tr> * <tr><td>normal</td><td>0</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:fontStyle */ public static final int FontFamilyFont_fontStyle=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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 com.lk.playvideolibrary.test:fontWeight */ public static final int FontFamilyFont_fontWeight=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontProviderAuthority} * attribute's value can be found in the {@link #FontFamily} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:fontProviderAuthority */ public static final int FontFamily_fontProviderAuthority=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontProviderCerts} * attribute's value can be found in the {@link #FontFamily} 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.lk.playvideolibrary.test:fontProviderCerts */ public static final int FontFamily_fontProviderCerts=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontProviderFetchStrategy} * attribute's value can be found in the {@link #FontFamily} 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>async</td><td>1</td><td></td></tr> * <tr><td>blocking</td><td>0</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:fontProviderFetchStrategy */ public static final int FontFamily_fontProviderFetchStrategy=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontProviderFetchTimeout} * attribute's value can be found in the {@link #FontFamily} array. * * <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></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:fontProviderFetchTimeout */ public static final int FontFamily_fontProviderFetchTimeout=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontProviderPackage} * attribute's value can be found in the {@link #FontFamily} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:fontProviderPackage */ public static final int FontFamily_fontProviderPackage=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#fontProviderQuery} * attribute's value can be found in the {@link #FontFamily} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:fontProviderQuery */ public static final int FontFamily_fontProviderQuery=5; /** * 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.lk.playvideolibrary.test:divider}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_dividerPadding com.lk.playvideolibrary.test:dividerPadding}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild com.lk.playvideolibrary.test:measureWithLargestChild}</code></td><td></td></tr> * <tr><td><code>{@link #LinearLayoutCompat_showDividers com.lk.playvideolibrary.test:showDividers}</code></td><td></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, 0x7f020062, 0x7f020064, 0x7f020097, 0x7f0200b8 }; /** * 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_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; /** * <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#baselineAligned} * attribute's value can be found in the {@link #LinearLayoutCompat} array. * * <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>This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} * attribute's value can be found in the {@link #LinearLayoutCompat} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name android:baselineAlignedChildIndex */ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; /** * <p>This symbol is the offset where the {@link android.R.attr#gravity} * attribute's value can be found in the {@link #LinearLayoutCompat} array. * * <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>This symbol is the offset where the {@link android.R.attr#orientation} * attribute's value can be found in the {@link #LinearLayoutCompat} 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>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>This symbol is the offset where the {@link android.R.attr#weightSum} * attribute's value can be found in the {@link #LinearLayoutCompat} array. * * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#divider} * attribute's value can be found in the {@link #LinearLayoutCompat} 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.lk.playvideolibrary.test:divider */ public static final int LinearLayoutCompat_divider=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#dividerPadding} * attribute's value can be found in the {@link #LinearLayoutCompat} 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.lk.playvideolibrary.test:dividerPadding */ public static final int LinearLayoutCompat_dividerPadding=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#measureWithLargestChild} * attribute's value can be found in the {@link #LinearLayoutCompat} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:measureWithLargestChild */ public static final int LinearLayoutCompat_measureWithLargestChild=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#showDividers} * 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>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.lk.playvideolibrary.test:showDividers */ public static final int LinearLayoutCompat_showDividers=8; /** * 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>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} * attribute's value can be found in the {@link #ListPopupWindow} 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:dropDownHorizontalOffset */ public static final int ListPopupWindow_android_dropDownHorizontalOffset=0; /** * <p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} * attribute's value can be found in the {@link #ListPopupWindow} 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:dropDownVerticalOffset */ public static final int ListPopupWindow_android_dropDownVerticalOffset=1; /** * 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>This symbol is the offset where the {@link android.R.attr#checkableBehavior} * attribute's value can be found in the {@link #MenuGroup} 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>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; /** * <p>This symbol is the offset where the {@link android.R.attr#enabled} * attribute's value can be found in the {@link #MenuGroup} array. * * <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>This symbol is the offset where the {@link android.R.attr#id} * attribute's value can be found in the {@link #MenuGroup} 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 MenuGroup_android_id=1; /** * <p>This symbol is the offset where the {@link android.R.attr#menuCategory} * attribute's value can be found in the {@link #MenuGroup} 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>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>This symbol is the offset where the {@link android.R.attr#orderInCategory} * attribute's value can be found in the {@link #MenuGroup} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name android:orderInCategory */ public static final int MenuGroup_android_orderInCategory=4; /** * <p>This symbol is the offset where the {@link android.R.attr#visible} * attribute's value can be found in the {@link #MenuGroup} array. * * <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; /** * 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.lk.playvideolibrary.test:actionLayout}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_actionProviderClass com.lk.playvideolibrary.test:actionProviderClass}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_actionViewClass com.lk.playvideolibrary.test:actionViewClass}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_alphabeticModifiers com.lk.playvideolibrary.test:alphabeticModifiers}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_contentDescription com.lk.playvideolibrary.test:contentDescription}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_iconTint com.lk.playvideolibrary.test:iconTint}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_iconTintMode com.lk.playvideolibrary.test:iconTintMode}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_numericModifiers com.lk.playvideolibrary.test:numericModifiers}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_showAsAction com.lk.playvideolibrary.test:showAsAction}</code></td><td></td></tr> * <tr><td><code>{@link #MenuItem_tooltipText com.lk.playvideolibrary.test:tooltipText}</code></td><td></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, 0x7f020028, 0x7f020055, 0x7f020080, 0x7f020081, 0x7f02009c, 0x7f0200b7, 0x7f0200f0 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionLayout} * attribute's value can be found in the {@link #MenuItem} 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.lk.playvideolibrary.test:actionLayout */ public static final int MenuItem_actionLayout=13; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionProviderClass} * attribute's value can be found in the {@link #MenuItem} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:actionProviderClass */ public static final int MenuItem_actionProviderClass=14; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#actionViewClass} * attribute's value can be found in the {@link #MenuItem} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:actionViewClass */ public static final int MenuItem_actionViewClass=15; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#alphabeticModifiers} * attribute's value can be found in the {@link #MenuItem} 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>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.lk.playvideolibrary.test:alphabeticModifiers */ public static final int MenuItem_alphabeticModifiers=16; /** * <p>This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#checkable} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#checked} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#enabled} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#icon} * attribute's value can be found in the {@link #MenuItem} 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:icon */ public static final int MenuItem_android_icon=0; /** * <p>This symbol is the offset where the {@link android.R.attr#id} * attribute's value can be found in the {@link #MenuItem} 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 MenuItem_android_id=2; /** * <p>This symbol is the offset where the {@link android.R.attr#menuCategory} * attribute's value can be found in the {@link #MenuItem} 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>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>This symbol is the offset where the {@link android.R.attr#numericShortcut} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#onClick} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#orderInCategory} * attribute's value can be found in the {@link #MenuItem} array. * * <p>May be an integer value, such as "<code>100</code>". * * @attr name android:orderInCategory */ public static final int MenuItem_android_orderInCategory=6; /** * <p>This symbol is the offset where the {@link android.R.attr#title} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#titleCondensed} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link android.R.attr#visible} * attribute's value can be found in the {@link #MenuItem} array. * * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentDescription} * attribute's value can be found in the {@link #MenuItem} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:contentDescription */ public static final int MenuItem_contentDescription=17; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#iconTint} * attribute's value can be found in the {@link #MenuItem} 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.lk.playvideolibrary.test:iconTint */ public static final int MenuItem_iconTint=18; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#iconTintMode} * attribute's value can be found in the {@link #MenuItem} 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>add</td><td>10</td><td></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:iconTintMode */ public static final int MenuItem_iconTintMode=19; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#numericModifiers} * attribute's value can be found in the {@link #MenuItem} 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>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.lk.playvideolibrary.test:numericModifiers */ public static final int MenuItem_numericModifiers=20; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#showAsAction} * attribute's value can be found in the {@link #MenuItem} 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>always</td><td>2</td><td></td></tr> * <tr><td>collapseActionView</td><td>8</td><td></td></tr> * <tr><td>ifRoom</td><td>1</td><td></td></tr> * <tr><td>never</td><td>0</td><td></td></tr> * <tr><td>withText</td><td>4</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:showAsAction */ public static final int MenuItem_showAsAction=21; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#tooltipText} * attribute's value can be found in the {@link #MenuItem} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test: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.lk.playvideolibrary.test:preserveIconSpacing}</code></td><td></td></tr> * <tr><td><code>{@link #MenuView_subMenuArrow com.lk.playvideolibrary.test:subMenuArrow}</code></td><td></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, 0x7f0200a8, 0x7f0200c2 }; /** * <p>This symbol is the offset where the {@link android.R.attr#headerBackground} * attribute's value can be found in the {@link #MenuView} 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:headerBackground */ public static final int MenuView_android_headerBackground=4; /** * <p>This symbol is the offset where the {@link android.R.attr#horizontalDivider} * attribute's value can be found in the {@link #MenuView} 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:horizontalDivider */ public static final int MenuView_android_horizontalDivider=2; /** * <p>This symbol is the offset where the {@link android.R.attr#itemBackground} * attribute's value can be found in the {@link #MenuView} 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:itemBackground */ public static final int MenuView_android_itemBackground=5; /** * <p>This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} * attribute's value can be found in the {@link #MenuView} array. * * <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>This symbol is the offset where the {@link android.R.attr#itemTextAppearance} * attribute's value can be found in the {@link #MenuView} 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:itemTextAppearance */ public static final int MenuView_android_itemTextAppearance=1; /** * <p>This symbol is the offset where the {@link android.R.attr#verticalDivider} * attribute's value can be found in the {@link #MenuView} 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:verticalDivider */ public static final int MenuView_android_verticalDivider=3; /** * <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} * attribute's value can be found in the {@link #MenuView} 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 MenuView_android_windowAnimationStyle=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#preserveIconSpacing} * attribute's value can be found in the {@link #MenuView} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:preserveIconSpacing */ public static final int MenuView_preserveIconSpacing=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#subMenuArrow} * attribute's value can be found in the {@link #MenuView} 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.lk.playvideolibrary.test: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.lk.playvideolibrary.test:overlapAnchor}</code></td><td></td></tr> * </table> * @see #PopupWindow_android_popupBackground * @see #PopupWindow_android_popupAnimationStyle * @see #PopupWindow_overlapAnchor */ public static final int[] PopupWindow={ 0x01010176, 0x010102c9, 0x7f02009d }; /** * 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.lk.playvideolibrary.test:state_above_anchor}</code></td><td></td></tr> * </table> * @see #PopupWindowBackgroundState_state_above_anchor */ public static final int[] PopupWindowBackgroundState={ 0x7f0200c1 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#state_above_anchor} * attribute's value can be found in the {@link #PopupWindowBackgroundState} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:state_above_anchor */ public static final int PopupWindowBackgroundState_state_above_anchor=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>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 com.lk.playvideolibrary.test.R.attr#overlapAnchor} * attribute's value can be found in the {@link #PopupWindow} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:overlapAnchor */ public static final int PopupWindow_overlapAnchor=2; /** * 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.lk.playvideolibrary.test:paddingBottomNoButtons}</code></td><td></td></tr> * <tr><td><code>{@link #RecycleListView_paddingTopNoTitle com.lk.playvideolibrary.test:paddingTopNoTitle}</code></td><td></td></tr> * </table> * @see #RecycleListView_paddingBottomNoButtons * @see #RecycleListView_paddingTopNoTitle */ public static final int[] RecycleListView={ 0x7f02009e, 0x7f0200a1 }; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#paddingBottomNoButtons} * attribute's value can be found in the {@link #RecycleListView} 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.lk.playvideolibrary.test:paddingBottomNoButtons */ public static final int RecycleListView_paddingBottomNoButtons=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#paddingTopNoTitle} * attribute's value can be found in the {@link #RecycleListView} 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.lk.playvideolibrary.test: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.lk.playvideolibrary.test:closeIcon}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_commitIcon com.lk.playvideolibrary.test:commitIcon}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_defaultQueryHint com.lk.playvideolibrary.test:defaultQueryHint}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_goIcon com.lk.playvideolibrary.test:goIcon}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_iconifiedByDefault com.lk.playvideolibrary.test:iconifiedByDefault}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_layout com.lk.playvideolibrary.test:layout}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_queryBackground com.lk.playvideolibrary.test:queryBackground}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_queryHint com.lk.playvideolibrary.test:queryHint}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_searchHintIcon com.lk.playvideolibrary.test:searchHintIcon}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_searchIcon com.lk.playvideolibrary.test:searchIcon}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_submitBackground com.lk.playvideolibrary.test:submitBackground}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_suggestionRowLayout com.lk.playvideolibrary.test:suggestionRowLayout}</code></td><td></td></tr> * <tr><td><code>{@link #SearchView_voiceIcon com.lk.playvideolibrary.test:voiceIcon}</code></td><td></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, 0x7f020045, 0x7f020054, 0x7f02005e, 0x7f02007a, 0x7f020082, 0x7f020088, 0x7f0200ab, 0x7f0200ac, 0x7f0200b1, 0x7f0200b2, 0x7f0200c3, 0x7f0200c8, 0x7f0200f4 }; /** * <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>This symbol is the offset where the {@link android.R.attr#imeOptions} * attribute's value can be found in the {@link #SearchView} 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>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>This symbol is the offset where the {@link android.R.attr#inputType} * attribute's value can be found in the {@link #SearchView} 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>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>This symbol is the offset where the {@link android.R.attr#maxWidth} * attribute's value can be found in the {@link #SearchView} 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:maxWidth */ public static final int SearchView_android_maxWidth=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#closeIcon} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:closeIcon */ public static final int SearchView_closeIcon=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#commitIcon} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:commitIcon */ public static final int SearchView_commitIcon=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#defaultQueryHint} * attribute's value can be found in the {@link #SearchView} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:defaultQueryHint */ public static final int SearchView_defaultQueryHint=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#goIcon} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:goIcon */ public static final int SearchView_goIcon=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#iconifiedByDefault} * 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>". * * @attr name com.lk.playvideolibrary.test:iconifiedByDefault */ public static final int SearchView_iconifiedByDefault=8; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#layout} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:layout */ public static final int SearchView_layout=9; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#queryBackground} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:queryBackground */ public static final int SearchView_queryBackground=10; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#queryHint} * attribute's value can be found in the {@link #SearchView} array. * * <p>May be a string value, using '\\;' to escape characters such as * '\\n' or '\\uxxxx' for a unicode character; * * @attr name com.lk.playvideolibrary.test:queryHint */ public static final int SearchView_queryHint=11; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#searchHintIcon} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:searchHintIcon */ public static final int SearchView_searchHintIcon=12; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#searchIcon} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:searchIcon */ public static final int SearchView_searchIcon=13; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#submitBackground} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:submitBackground */ public static final int SearchView_submitBackground=14; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#suggestionRowLayout} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:suggestionRowLayout */ public static final int SearchView_suggestionRowLayout=15; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#voiceIcon} * attribute's value can be found in the {@link #SearchView} 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.lk.playvideolibrary.test:voiceIcon */ public static final int SearchView_voiceIcon=16; /** * 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.lk.playvideolibrary.test:popupTheme}</code></td><td></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, 0x7f0200a6 }; /** * <p>This symbol is the offset where the {@link android.R.attr#dropDownWidth} * attribute's value can be found in the {@link #Spinner} 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:dropDownWidth */ public static final int Spinner_android_dropDownWidth=3; /** * <p>This symbol is the offset where the {@link android.R.attr#entries} * attribute's value can be found in the {@link #Spinner} 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:entries */ public static final int Spinner_android_entries=0; /** * <p>This symbol is the offset where the {@link android.R.attr#popupBackground} * attribute's value can be found in the {@link #Spinner} 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 Spinner_android_popupBackground=1; /** * <p>This symbol is the offset where the {@link android.R.attr#prompt} * attribute's value can be found in the {@link #Spinner} 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:prompt */ public static final int Spinner_android_prompt=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#popupTheme} * attribute's value can be found in the {@link #Spinner} 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.lk.playvideolibrary.test:popupTheme */ public static final int Spinner_popupTheme=4; /** * 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.lk.playvideolibrary.test:showText}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_splitTrack com.lk.playvideolibrary.test:splitTrack}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_switchMinWidth com.lk.playvideolibrary.test:switchMinWidth}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_switchPadding com.lk.playvideolibrary.test:switchPadding}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_switchTextAppearance com.lk.playvideolibrary.test:switchTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_thumbTextPadding com.lk.playvideolibrary.test:thumbTextPadding}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_thumbTint com.lk.playvideolibrary.test:thumbTint}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_thumbTintMode com.lk.playvideolibrary.test:thumbTintMode}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_track com.lk.playvideolibrary.test:track}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_trackTint com.lk.playvideolibrary.test:trackTint}</code></td><td></td></tr> * <tr><td><code>{@link #SwitchCompat_trackTintMode com.lk.playvideolibrary.test:trackTintMode}</code></td><td></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, 0x7f0200b9, 0x7f0200bf, 0x7f0200c9, 0x7f0200ca, 0x7f0200cc, 0x7f0200da, 0x7f0200db, 0x7f0200dc, 0x7f0200f1, 0x7f0200f2, 0x7f0200f3 }; /** * <p>This symbol is the offset where the {@link android.R.attr#textOff} * attribute's value can be found in the {@link #SwitchCompat} array. * * <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>This symbol is the offset where the {@link android.R.attr#textOn} * attribute's value can be found in the {@link #SwitchCompat} array. * * <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>This symbol is the offset where the {@link android.R.attr#thumb} * attribute's value can be found in the {@link #SwitchCompat} 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 SwitchCompat_android_thumb=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#showText} * attribute's value can be found in the {@link #SwitchCompat} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:showText */ public static final int SwitchCompat_showText=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#splitTrack} * attribute's value can be found in the {@link #SwitchCompat} array. * * <p>May be a boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test:splitTrack */ public static final int SwitchCompat_splitTrack=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#switchMinWidth} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:switchMinWidth */ public static final int SwitchCompat_switchMinWidth=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#switchPadding} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:switchPadding */ public static final int SwitchCompat_switchPadding=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#switchTextAppearance} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:switchTextAppearance */ public static final int SwitchCompat_switchTextAppearance=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#thumbTextPadding} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:thumbTextPadding */ public static final int SwitchCompat_thumbTextPadding=8; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#thumbTint} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:thumbTint */ public static final int SwitchCompat_thumbTint=9; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#thumbTintMode} * attribute's value can be found in the {@link #SwitchCompat} 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>add</td><td>10</td><td></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:thumbTintMode */ public static final int SwitchCompat_thumbTintMode=10; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#track} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:track */ public static final int SwitchCompat_track=11; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#trackTint} * attribute's value can be found in the {@link #SwitchCompat} 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.lk.playvideolibrary.test:trackTint */ public static final int SwitchCompat_trackTint=12; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#trackTintMode} * attribute's value can be found in the {@link #SwitchCompat} 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>add</td><td>10</td><td></td></tr> * <tr><td>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test: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.lk.playvideolibrary.test:fontFamily}</code></td><td></td></tr> * <tr><td><code>{@link #TextAppearance_textAllCaps com.lk.playvideolibrary.test:textAllCaps}</code></td><td></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, 0x7f020070, 0x7f0200cd }; /** * <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>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#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#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#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#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 com.lk.playvideolibrary.test.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 com.lk.playvideolibrary.test:fontFamily */ public static final int TextAppearance_fontFamily=11; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#textAllCaps} * 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 boolean value, such as "<code>true</code>" or * "<code>false</code>". * * @attr name com.lk.playvideolibrary.test: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.lk.playvideolibrary.test:buttonGravity}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_collapseContentDescription com.lk.playvideolibrary.test:collapseContentDescription}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_collapseIcon com.lk.playvideolibrary.test:collapseIcon}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_contentInsetEnd com.lk.playvideolibrary.test:contentInsetEnd}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_contentInsetEndWithActions com.lk.playvideolibrary.test:contentInsetEndWithActions}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_contentInsetLeft com.lk.playvideolibrary.test:contentInsetLeft}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_contentInsetRight com.lk.playvideolibrary.test:contentInsetRight}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_contentInsetStart com.lk.playvideolibrary.test:contentInsetStart}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_contentInsetStartWithNavigation com.lk.playvideolibrary.test:contentInsetStartWithNavigation}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_logo com.lk.playvideolibrary.test:logo}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_logoDescription com.lk.playvideolibrary.test:logoDescription}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_maxButtonHeight com.lk.playvideolibrary.test:maxButtonHeight}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_navigationContentDescription com.lk.playvideolibrary.test:navigationContentDescription}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_navigationIcon com.lk.playvideolibrary.test:navigationIcon}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_popupTheme com.lk.playvideolibrary.test:popupTheme}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_subtitle com.lk.playvideolibrary.test:subtitle}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_subtitleTextAppearance com.lk.playvideolibrary.test:subtitleTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_subtitleTextColor com.lk.playvideolibrary.test:subtitleTextColor}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_title com.lk.playvideolibrary.test:title}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMargin com.lk.playvideolibrary.test:titleMargin}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMarginBottom com.lk.playvideolibrary.test:titleMarginBottom}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMarginEnd com.lk.playvideolibrary.test:titleMarginEnd}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMarginStart com.lk.playvideolibrary.test:titleMarginStart}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMarginTop com.lk.playvideolibrary.test:titleMarginTop}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleMargins com.lk.playvideolibrary.test:titleMargins}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleTextAppearance com.lk.playvideolibrary.test:titleTextAppearance}</code></td><td></td></tr> * <tr><td><code>{@link #Toolbar_titleTextColor com.lk.playvideolibrary.test:titleTextColor}</code></td><td></td></tr> * </table> * @see #Toolbar_android_gravity * @see #Toolbar_android_minHeight * @see #Toolbar_buttonGravity * @see #Toolbar_collapseContentDescription * @see #Toolbar_collapseIcon * @see #Toolbar_contentInsetEnd * @see #Toolbar_contentInsetEndWithActions * @see #Toolbar_contentInsetLeft * @see #Toolbar_contentInsetRight * @see #Toolbar_contentInsetStart * @see #Toolbar_contentInsetStartWithNavigation * @see #Toolbar_logo * @see #Toolbar_logoDescription * @see #Toolbar_maxButtonHeight * @see #Toolbar_navigationContentDescription * @see #Toolbar_navigationIcon * @see #Toolbar_popupTheme * @see #Toolbar_subtitle * @see #Toolbar_subtitleTextAppearance * @see #Toolbar_subtitleTextColor * @see #Toolbar_title * @see #Toolbar_titleMargin * @see #Toolbar_titleMarginBottom * @see #Toolbar_titleMarginEnd * @see #Toolbar_titleMarginStart * @see #Toolbar_titleMarginTop * @see #Toolbar_titleMargins * @see #Toolbar_titleTextAppearance * @see #Toolbar_titleTextColor */ public static final int[] Toolbar={ 0x010100af, 0x01010140, 0x7f02003d, 0x7f020047, 0x7f020048, 0x7f020056, 0x7f020057, 0x7f020058, 0x7f020059, 0x7f02005a, 0x7f02005b, 0x7f020094, 0x7f020095, 0x7f020096, 0x7f020099, 0x7f02009a, 0x7f0200a6, 0x7f0200c4, 0x7f0200c5, 0x7f0200c6, 0x7f0200e2, 0x7f0200e3, 0x7f0200e4, 0x7f0200e5, 0x7f0200e6, 0x7f0200e7, 0x7f0200e8, 0x7f0200e9, 0x7f0200ea }; /** * <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.lk.playvideolibrary.test.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></td></tr> * <tr><td>top</td><td>30</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test:buttonGravity */ public static final int Toolbar_buttonGravity=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#collapseContentDescription} * 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.lk.playvideolibrary.test:collapseContentDescription */ public static final int Toolbar_collapseContentDescription=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#collapseIcon} * 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.lk.playvideolibrary.test:collapseIcon */ public static final int Toolbar_collapseIcon=4; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetEnd} * 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.lk.playvideolibrary.test:contentInsetEnd */ public static final int Toolbar_contentInsetEnd=5; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetEndWithActions} * 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.lk.playvideolibrary.test:contentInsetEndWithActions */ public static final int Toolbar_contentInsetEndWithActions=6; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetLeft} * 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.lk.playvideolibrary.test:contentInsetLeft */ public static final int Toolbar_contentInsetLeft=7; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetRight} * 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.lk.playvideolibrary.test:contentInsetRight */ public static final int Toolbar_contentInsetRight=8; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetStart} * 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.lk.playvideolibrary.test:contentInsetStart */ public static final int Toolbar_contentInsetStart=9; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#contentInsetStartWithNavigation} * 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.lk.playvideolibrary.test:contentInsetStartWithNavigation */ public static final int Toolbar_contentInsetStartWithNavigation=10; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#logo} * 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.lk.playvideolibrary.test:logo */ public static final int Toolbar_logo=11; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#logoDescription} * 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.lk.playvideolibrary.test:logoDescription */ public static final int Toolbar_logoDescription=12; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:maxButtonHeight */ public static final int Toolbar_maxButtonHeight=13; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#navigationContentDescription} * 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.lk.playvideolibrary.test:navigationContentDescription */ public static final int Toolbar_navigationContentDescription=14; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#navigationIcon} * 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.lk.playvideolibrary.test:navigationIcon */ public static final int Toolbar_navigationIcon=15; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#popupTheme} * 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.lk.playvideolibrary.test:popupTheme */ public static final int Toolbar_popupTheme=16; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#subtitle} * 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.lk.playvideolibrary.test:subtitle */ public static final int Toolbar_subtitle=17; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:subtitleTextAppearance */ public static final int Toolbar_subtitleTextAppearance=18; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#subtitleTextColor} * attribute's value can be found in the {@link #Toolbar} 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.lk.playvideolibrary.test:subtitleTextColor */ public static final int Toolbar_subtitleTextColor=19; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:title */ public static final int Toolbar_title=20; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleMargin} * 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.lk.playvideolibrary.test:titleMargin */ public static final int Toolbar_titleMargin=21; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleMarginBottom} * 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.lk.playvideolibrary.test:titleMarginBottom */ public static final int Toolbar_titleMarginBottom=22; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleMarginEnd} * 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.lk.playvideolibrary.test:titleMarginEnd */ public static final int Toolbar_titleMarginEnd=23; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleMarginStart} * 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.lk.playvideolibrary.test:titleMarginStart */ public static final int Toolbar_titleMarginStart=24; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleMarginTop} * 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.lk.playvideolibrary.test:titleMarginTop */ public static final int Toolbar_titleMarginTop=25; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleMargins} * 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.lk.playvideolibrary.test:titleMargins */ public static final int Toolbar_titleMargins=26; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.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.lk.playvideolibrary.test:titleTextAppearance */ public static final int Toolbar_titleTextAppearance=27; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#titleTextColor} * attribute's value can be found in the {@link #Toolbar} 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.lk.playvideolibrary.test: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.lk.playvideolibrary.test:paddingEnd}</code></td><td></td></tr> * <tr><td><code>{@link #View_paddingStart com.lk.playvideolibrary.test:paddingStart}</code></td><td></td></tr> * <tr><td><code>{@link #View_theme com.lk.playvideolibrary.test:theme}</code></td><td></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, 0x7f02009f, 0x7f0200a0, 0x7f0200d8 }; /** * 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.lk.playvideolibrary.test:backgroundTint}</code></td><td></td></tr> * <tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode com.lk.playvideolibrary.test:backgroundTintMode}</code></td><td></td></tr> * </table> * @see #ViewBackgroundHelper_android_background * @see #ViewBackgroundHelper_backgroundTint * @see #ViewBackgroundHelper_backgroundTintMode */ public static final int[] ViewBackgroundHelper={ 0x010100d4, 0x7f020034, 0x7f020035 }; /** * <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>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#backgroundTint} * attribute's value can be found in the {@link #ViewBackgroundHelper} 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.lk.playvideolibrary.test:backgroundTint */ public static final int ViewBackgroundHelper_backgroundTint=1; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#backgroundTintMode} * attribute's value can be found in the {@link #ViewBackgroundHelper} 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>multiply</td><td>e</td><td></td></tr> * <tr><td>screen</td><td>f</td><td></td></tr> * <tr><td>src_atop</td><td>9</td><td></td></tr> * <tr><td>src_in</td><td>5</td><td></td></tr> * <tr><td>src_over</td><td>3</td><td></td></tr> * </table> * * @attr name com.lk.playvideolibrary.test: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>This symbol is the offset where the {@link android.R.attr#inflatedId} * 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:inflatedId */ public static final int ViewStubCompat_android_inflatedId=2; /** * <p>This symbol is the offset where the {@link android.R.attr#layout} * 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:layout */ public static final int ViewStubCompat_android_layout=1; /** * <p>This symbol is the offset where the {@link android.R.attr#focusable} * attribute's value can be found in the {@link #View} 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 View_android_focusable=1; /** * <p>This symbol is the offset where the {@link android.R.attr#theme} * attribute's value can be found in the {@link #View} 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:theme */ public static final int View_android_theme=0; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#paddingEnd} * attribute's value can be found in the {@link #View} 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.lk.playvideolibrary.test:paddingEnd */ public static final int View_paddingEnd=2; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#paddingStart} * attribute's value can be found in the {@link #View} 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.lk.playvideolibrary.test:paddingStart */ public static final int View_paddingStart=3; /** * <p>This symbol is the offset where the {@link com.lk.playvideolibrary.test.R.attr#theme} * attribute's value can be found in the {@link #View} 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.lk.playvideolibrary.test:theme */ public static final int View_theme=4; } }
[ "18513075404@163.com" ]
18513075404@163.com
e973b6e5b78646ab494af24fea85f793df2e149c
b47b728bd84f17ced3b7487e6486765ebbf8b3af
/alertview/src/main/java/com/app/gruop/alertview/OnItemClickListener.java
301fc3ac3d9ff7b324d212a90e44e228eda58482
[ "MIT" ]
permissive
liuweijw/UIComponent
31a8add6be11d5aa52ab011eae6f162bac03ca44
f928df66b7719faa50d6db12a03a3a3be2b6c720
refs/heads/master
2020-04-13T03:42:37.832819
2018-12-27T07:56:58
2018-12-27T07:56:58
162,939,818
1
0
null
null
null
null
UTF-8
Java
false
false
127
java
package com.app.gruop.alertview; public interface OnItemClickListener { public void onItemClick(Object o,int position); }
[ "liuweijw.github@foxmail.com" ]
liuweijw.github@foxmail.com
f3d0f5b0cf741fd035a3e24801752391dbf2e197
a748172c5f9039c5b397af3179e63b6a88ea6623
/src/Day17_While_Loops/Warm_Up2.java
352ef9b6089d4178bcfa325e38a9da41eb1934c3
[]
no_license
orhanturan3898156/SpringJava
a4796342c0c5a78c66e0ec6be3fbb8e4ff6ace52
0e8fcbc98024d8ee83484eedbc7166d4fa410d45
refs/heads/master
2022-11-22T13:28:54.391771
2020-07-22T19:15:17
2020-07-22T19:15:17
258,071,153
0
0
null
null
null
null
UTF-8
Java
false
false
660
java
package Day17_While_Loops; public class Warm_Up2 { public static void main(String[] args) { String result=""; for (int i=1;i<=30;i++){ if (i%3==0 && i%5==0){ //System.out.println(i+" FINRA"); result=i+" FINRA"; } else if (i%5==0){ //System.out.println(i+" RA"); result=i+" RA"; } else if (i%3==0){ //System.out.println(i+" FIN"); result=i+" FIN"; }else { System.out.println(i); } System.out.println(result); } } }
[ "orhanturan1566@gmail.com" ]
orhanturan1566@gmail.com
8e7c7a532f7626d98491fe8a59cbfa54699acc70
911550a383653402206f3c8138bb211c00c76cc8
/ControleRemoto.java
5a1119583dab8eda6790446808aa23954299f6bd
[]
no_license
SoRafa/Televisao-em-Java
957a547c3c128c55dbf24a882a20ebeb264bcc71
22e238081b44788847c4ac660725d655b21287e3
refs/heads/master
2020-05-04T22:49:48.197927
2019-04-04T15:21:57
2019-04-04T15:21:57
179,523,952
0
0
null
null
null
null
UTF-8
Java
false
false
2,773
java
package televisao; import java.util.Scanner; public class ControleRemoto { private int canal; private int volume; public ControleRemoto(int canal, int vol){ this.canal = canal; this.volume = vol; } public int getCanal(){ return canal; } public void setCanal(int canal){ this.canal = canal; } public int getVol(){ return volume; } public void setVol(int vol){ this.volume = vol; } public int aumentaVol(){ if(this.volume >= 10){ System.out.println("Volume: "+this.volume); return 0; }else{ return this.volume++; } } public int diminuiVol(){ if(this.volume <= 0){ System.out.println("Volume: "+this.volume); return 0; }else{ return this.volume--; } } public int aumentaCanal(){ if(this.canal >=20) return this.canal = 1; else{ return this.canal++; } } public int diminuiCanal(){ if(this.canal <= 1) return this.canal = 20; else{ return this.canal--; } } public void consultaTelev(){ System.out.println("Canal: "+this.canal+" | Volume: "+this.volume); } public void menu() { // menu principal int opcao = 0; do { System.out.println("\n ========================================"); System.out.println(" 1 - Aumentar canal "); System.out.println(" 2 - Diminuir canal "); System.out.println(" 3 - Aumentar volume "); System.out.println(" 4 - Diminuir volume "); System.out.println(" 5 - Exibir canal e volume da televisão "); System.out.println(" 0 - Sair "); System.out.println(" ========================================\n"); Scanner scan = new Scanner(System.in); opcao = Integer.parseInt(scan.nextLine()); switch (opcao) { case 1: aumentaCanal(); break; case 2: diminuiCanal(); break; case 3: aumentaVol(); break; case 4: diminuiVol(); break; case 5: consultaTelev(); break; case 0: break; default: System.out.println("Opção Inválida!"); break; } } while (opcao != 0); } }
[ "noreply@github.com" ]
noreply@github.com
d9e85610da9d3a1247c6d362ba45bfb64e03e78f
3f4f885504162dd9cac8061ab7e2638ddd3350d8
/sjproject/src/com/kh/sjproject/member/controller/UpdateMemberServlet.java
715fc9e87a789d52b983bfb6b97d663860fad192
[]
no_license
hold1593/sjproject
585256e7d8c8a1e500598185771473c8f6275f63
6f57dd52bba3c97199d41560dcdafb6ef0a31675
refs/heads/master
2020-12-19T13:55:01.308916
2020-01-23T08:53:30
2020-01-23T08:53:30
235,753,689
0
0
null
null
null
null
UTF-8
Java
false
false
3,077
java
package com.kh.sjproject.member.controller; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import com.kh.sjproject.member.model.service.MemberService; import com.kh.sjproject.member.model.vo.Member; @WebServlet("/member/updateMember.do") public class UpdateMemberServlet extends HttpServlet { private static final long serialVersionUID = 1L; public UpdateMemberServlet() { super(); } protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // 1. POST 방식 + 한글 포함 시 문자 인코딩 처리 request.setCharacterEncoding("UTF-8"); // 2. 전달 받은 파라미터를 변수에 저장 // + 로그인 ID를 얻어와 Member 객체에 저장 // session에 저장된 ID 얻어오기 HttpSession session = request.getSession(); Member loginMember = (Member)session.getAttribute("loginMember"); String memberId = loginMember.getMemberId(); // 파라미터 변수에 저장 String memberPhone = request.getParameter("phone1") + "-" + request.getParameter("phone2") + "-" + request.getParameter("phone3"); String memberEmail = request.getParameter("email"); String post = request.getParameter("post"); String memberAddress = post + "," +request.getParameter("address1")+ "," + request.getParameter("address2"); String[] interest = request.getParameterValues("memberInterest"); // 관심분야 배열을 ","를 구분자로 하여 하나의 String으로 합침 String memberInterest = null; if(interest != null) memberInterest = String.join(",", interest); // Member 객체에 저장 Member member = new Member(memberId, memberPhone, memberEmail, memberAddress, memberInterest); System.out.println(member); // 3. 비즈니스 로직을 수행할 서비스 메소드 호출 후 결과 값 반환 받기 try { int result = new MemberService().upDate(member); String msg = null; if(result>0) msg = "회원 정보가 수정되었습니다"; else msg = "회원 정보 수정에 실패하였습니다"; session.setAttribute("msg", msg); response.sendRedirect(request.getContextPath()+"/member/mypage.do"); }catch(Exception e) { request.setAttribute("errorMsg", "회원정보 조회과정에서 오류가 발생하였습니다."); e.printStackTrace(); String path = "/WEB-INF/views/common/errorPage.jsp"; RequestDispatcher view = request.getRequestDispatcher(path); view.forward(request, response); } } protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { doGet(request, response); } }
[ "user1@user1-PC" ]
user1@user1-PC
f3313b2baf745f680f85678373153e341e114da9
a57e5ce3fa4823972ae4e3b7940b41af95a2f0d4
/app/src/main/java/com/example/animationtest/VPGalleryActivity.java
6e25ac40a5a6479a47858c6fdf9695c29d365d74
[ "Apache-2.0" ]
permissive
602497556/AnimationTest
3696f2756c58520c59887dc7359972e25600dc5c
7e2276d2c500711d681d6193d44c42535bc31f95
refs/heads/master
2021-01-19T03:38:18.449281
2017-04-16T13:40:45
2017-04-16T13:40:45
65,338,429
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
package com.example.animationtest; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import com.example.animationtest.transformation.MyTransformer; import com.example.animationtest.util.ImageUtil; import java.util.ArrayList; import java.util.List; public class VPGalleryActivity extends AppCompatActivity { private ViewPager viewPagerGallery; //图片数组 private int[] mImgResId = {R.mipmap.first,R.mipmap.second,R.mipmap.third, R.mipmap.fourth,R.mipmap.fifth}; private List<ImageView> ivLists = new ArrayList<>(); @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_vp_gallery); initData(); initViewPager(); } /** * 初始化ViewPager */ private void initViewPager() { viewPagerGallery = (ViewPager) findViewById(R.id.view_pager_gallery); viewPagerGallery.setOffscreenPageLimit(3); int pageWidth = (int) (getResources().getDisplayMetrics().widthPixels *3.0f /5.0f); ViewGroup.LayoutParams lp = viewPagerGallery.getLayoutParams(); if(lp == null){ lp = new ViewGroup.LayoutParams(pageWidth,ViewGroup.LayoutParams.MATCH_PARENT); } else { lp.width = pageWidth; } viewPagerGallery.setLayoutParams(lp); viewPagerGallery.setPageMargin(-50); //为解决触摸滑动ViewPager左右两边的页面无反应的问题: //需要为ViewPager的父容器设置OnTouchListener,将触摸事件传递给ViewPager findViewById(R.id.rl).setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { return viewPagerGallery.dispatchTouchEvent(event); } }); viewPagerGallery.setAdapter(new MyAdapter()); viewPagerGallery.setPageTransformer(true, new MyTransformer()); } private void initData() { for(int i=0; i<mImgResId.length; i++){ ImageView iv = new ImageView(this); iv.setImageResource(mImgResId[i]); iv.setScaleType(ImageView.ScaleType.FIT_XY); ivLists.add(iv); } // ImageView first=new ImageView(this); // first.setImageBitmap(ImageUtil.getReverseBitmapById(R.mipmap.first,this)); // ImageView second=new ImageView(this); // second.setImageBitmap(ImageUtil.getReverseBitmapById(R.mipmap.second,this)); // ImageView third=new ImageView(this); // third.setImageBitmap(ImageUtil.getReverseBitmapById(R.mipmap.third,this)); // ImageView fourth=new ImageView(this); // fourth.setImageBitmap(ImageUtil.getReverseBitmapById(R.mipmap.fourth,this)); // ImageView fifth=new ImageView(this); // fifth.setImageBitmap(ImageUtil.getReverseBitmapById(R.mipmap.fifth,this)); // ivLists.add(first); // ivLists.add(second); // ivLists.add(third); // ivLists.add(fourth); // ivLists.add(fifth); } public class MyAdapter extends PagerAdapter{ @Override public Object instantiateItem(ViewGroup container, int position) { ImageView iv = ivLists.get(position); container.addView(iv, position); return iv; } @Override public void destroyItem(ViewGroup container, int position, Object object) { container.removeView(ivLists.get(position)); } @Override public int getCount() { return ivLists.size(); } @Override public boolean isViewFromObject(View view, Object object) { return view == object; } } }
[ "zj602497556@qq.com" ]
zj602497556@qq.com
76b1cb28e002d1409fedb80478a6f8237da62a2d
81806640c749109371c75efde3c2343cc785e5b8
/app/src/main/java/com/example/aditya/sample/startCheck2.java
786ab78eac9544e8e0332d71fb9a5260b6796fc5
[]
no_license
Akshaykanth/Tra-Fix
4684e5b51e9f9083fe6224b921b6498b910b767d
544a028b5f59c920b581b469dd46fc1ed4a71f46
refs/heads/master
2020-07-03T16:48:14.560618
2016-11-19T23:03:35
2016-11-19T23:03:35
74,243,075
0
0
null
null
null
null
UTF-8
Java
false
false
5,723
java
package com.example.aditya.sample; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.telephony.SmsManager; import android.util.Log; import android.view.View; import android.widget.TextView; import java.util.Calendar; import java.util.Date; import java.util.concurrent.TimeUnit; import static java.lang.Double.parseDouble; public class startCheck2 extends Activity { MyReceiver myReceiver; long n =0; double avgSpeed = 0; double meanSpeed=0; double meanTot=0; double tot =0; int flag =0; double uspeed =35; double lspeed =25; double speedlimit =50; double latitude[] = new double[2]; double longitude[] = new double[2]; Date date[] = new Date[2]; Intent ser = new Intent(this,LocationService.class); @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_start_check); myReceiver = new MyReceiver(); IntentFilter intentFilter = new IntentFilter("Location"); registerReceiver(myReceiver, intentFilter); startService(ser); } @Override protected void onStop() { // TODO Auto-generated method stub unregisterReceiver(myReceiver); super.onStop(); } private double calculate(double inLat ,double inLong ,double fiLat ,double fiLong,long delTime){ double delLat =Math.toRadians (fiLat - inLat); double delLongi =Math.toRadians (fiLong - inLong); final double R = 6371e3; inLat = Math.toRadians(inLat); inLong = Math.toRadians(inLong); fiLat = Math.toRadians(fiLat); fiLong = Math.toRadians(fiLong); double a = Math.sin(delLat/2) * Math.sin(delLat/2) + Math.cos(inLat) * Math.cos(fiLat) * Math.sin(delLongi/2) * Math.sin(delLongi/2); double c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1-a)); double d = R*c; double speed = (d/delTime)*3.6; return speed; } private void updateSpeed(double currSpeed){ if(flag > 4) { Log.e("Caught" ,"Rash"); stopService(ser); Intent intent = new Intent(this, SendText.class); startActivity(intent); } meanTot+= currSpeed; meanSpeed = meanTot /n; tot += currSpeed; avgSpeed = tot/(n%10 +1); double temp = avgSpeed; Log.d("Mean Speed", Double.toString(meanSpeed)); Log.d("Avg Speed", Double.toString(avgSpeed)); Log.d("U Speed", Double.toString(uspeed)); Log.d("L Speed", Double.toString(lspeed)); if(meanSpeed >30) { if (avgSpeed > uspeed || avgSpeed < lspeed) { flag++; } if (avgSpeed > meanSpeed) { uspeed = ((avgSpeed / meanSpeed - 0.4) * uspeed); lspeed = ((avgSpeed / meanSpeed - 0.4) * lspeed); } if (avgSpeed < meanSpeed) { uspeed = ((avgSpeed / meanSpeed) * uspeed); lspeed = ((avgSpeed / meanSpeed) * lspeed); } if (n % 5 == 0) { tot = 0; } } } public class MyReceiver extends BroadcastReceiver { @Override public void onReceive(Context arg0, Intent intent) { // TODO Auto-generated method stub //long time = Long.parseLong(intent.getStringExtra("timeStamp")); if (latitude[0] == 0 && longitude[0] == 0) { longitude[0] = parseDouble(intent.getStringExtra("longitude")); latitude[0] = parseDouble(intent.getStringExtra("latitude")); date[0] = Calendar.getInstance().getTime(); Log.e("Time",Long.toString( date[0].getTime())); } else if (latitude[1] == 0) { longitude[1] = parseDouble(intent.getStringExtra("longitude")); latitude[1] = parseDouble(intent.getStringExtra("latitude")); date[1] = Calendar.getInstance().getTime(); Log.e("Time",Long.toString( date[0].getTime())); } else { longitude[0] = longitude[1]; latitude[0] = latitude[1]; date[0] = date[1]; longitude[1] = parseDouble(intent.getStringExtra("longitude")); latitude[1] = parseDouble(intent.getStringExtra("latitude")); date[1] = Calendar.getInstance().getTime(); // Date temp = date[0]; // Date now = Calendar.getInstance().getTime(); long diff = date[1].getTime() - date[0].getTime(); long seconds = TimeUnit.MILLISECONDS.toSeconds(diff+1000); // Log.e("Temp [0]",Long.toString( date[1].getTime())); double radLat[] = new double[2]; double radLong[] = new double[2]; radLat[0] = Math.toRadians(latitude[0]); radLat[1] = Math.toRadians(latitude[1]); radLong[0] = Math.toRadians(longitude[0]); radLong[1] = Math.toRadians(longitude[1]); Log.e("Diff", Long.toString(seconds)); double speed = calculate(latitude[0], longitude[0], latitude[1], longitude[1], seconds); if (speed < 200) { tot += speed; n++; updateSpeed(speed); } } } } }
[ "akshaykanth5.ak@gmail.com" ]
akshaykanth5.ak@gmail.com
a78308c9e6d7a70f313b7f6e7f63cf34e3fdb3de
dd49ea5b452b01d29b3df9d6ffcfa0ec3276f252
/src/udpServer.java
2548e9dc839b439adc553215d92031e0043f7286
[]
no_license
lauralaura14/UDP_Project
31ce15a36f174aec233377adc46bb35383f3f99b
e9d734ad3ec513dbe7bac5d874c9b1c47a29f00f
refs/heads/master
2023-01-24T23:01:03.683233
2020-11-17T16:07:15
2020-11-17T16:07:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,339
java
import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.nio.ByteBuffer; import java.util.Scanner; public class udpServer { static int goBackN(int lostSeqNum){ // each step adds one because we are 1 based indexing if (lostSeqNum%4==0){ return lostSeqNum-4 +1; }else{ return lostSeqNum - (lostSeqNum%4)+1; } } public static void main(String[] args) throws IOException { // File destfile = new File("hello.txt"); // FileOutputStream fos = new FileOutputStream(destfile); // BufferedOutputStream bos = new BufferedOutputStream(fos); DatagramSocket ds = new DatagramSocket(8888);// open port to listen byte[] receive = new byte[1024]; ByteBuffer buff = ByteBuffer.wrap(receive); DatagramPacket DpReceive = null; int lastPacketReceived = 0; String currentMessageSet = ""; while (true) { System.out.println("Server is awaiting packets..."); DpReceive = new DatagramPacket(receive, receive.length); // create appropriate sized data packet ds.receive(DpReceive);// retrieve data String msg = new String(DpReceive.getData(), DpReceive.getOffset(), DpReceive.getLength());// to format the bytes back into strings int currentSeqNum = DpReceive.getData()[0]; int lastPacket = DpReceive.getData()[1]; System.out.println("Received currentSeqNum is " + currentSeqNum); System.out.println(currentSeqNum +" " + lastPacketReceived); if(currentSeqNum == lastPacketReceived+1) {//if this is the next packet, then append to string currentMessageSet = currentMessageSet.concat(msg.substring(2));//append the text without the sequence number lastPacketReceived = currentSeqNum; if ((currentSeqNum+1) % 4 == 0 && currentSeqNum!= 0 || lastPacket == -1) {//time to deal with ack /////////////////////////////////// byte[] ackData = new byte[1024]; DatagramPacket ack = new DatagramPacket(ackData, ackData.length, DpReceive.getAddress(), DpReceive.getPort()); ds.send(ack); System.out.println("Sent ack for current SeqNum " + currentSeqNum); // System.out.println("currentMessageSet" + currentMessageSet); // bos.write(currentMessageSet);// We can add this later so we don't need to continue rewriting if(lastPacket == -1){ // finished, so close connection ds.close(); return; } currentMessageSet = ""; } } else { System.out.println("Missed a packet, deleting current round"); currentMessageSet = ""; lastPacketReceived = goBackN(currentSeqNum); } // System.out.println("after round "+ currentSeqNum +"currentMessageSet is " + currentMessageSet); buff.clear(); buff.rewind(); //reset buffer } } };
[ "esteverose@gmail.com" ]
esteverose@gmail.com
b7da726d985841b4eb9752eba99c9dcccafc7be5
8a825b17155ad2534c7e25131c1dc43326e47241
/src/test/java/org/mirrentools/sd/templateutil/MvelTest.java
ae4c2637796d9602fa999dd96dd99c1be0206be7
[ "MIT" ]
permissive
testAutoResearch/screw-driver
12c97b8afb9c0a80f6532782a4ab7352d6ec807c
65d620b7e24082847dcc73d3344f82f667ab257e
refs/heads/master
2022-11-23T00:49:45.143438
2020-07-24T12:54:15
2020-07-24T12:54:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
933
java
package org.mirrentools.sd.templateutil; import java.util.HashMap; import org.mirrentools.sd.ScrewDriver; import org.mirrentools.sd.impl.ScrewDriverTemplateMvelImpl; import org.mirrentools.sd.models.SdTemplate; import org.mirrentools.sd.options.ScrewDriverOptions; public class MvelTest { public static void main(String[] args) { HashMap<String, SdTemplate> templates = new HashMap<String, SdTemplate>(); templates.put("entity", new SdTemplate() .setPath("D:/TempJect/mvel") .setFile("input.txt") .setPackageName("entity") .setClassName("User")); // 初始化执行工具 ScrewDriverOptions options = new ScrewDriverOptions(templates, Constant.DATABASEOPTIONS); options.setOutputPath("D:/TempJect/mvel"); options.setTemplateEngine(new ScrewDriverTemplateMvelImpl()); ScrewDriver screwDriver = ScrewDriver.instance(options); screwDriver.createCode(Constant.BEAN); } }
[ "690389491@qq.com" ]
690389491@qq.com
f6507604fc790a61adcf31ae1600dbf47ddb42bb
c31593d64b265f8910322fadef6f290e2bbb8c3c
/common/src/main/java/com/yimeng/common/downloader/FileDownloader.java
c0cb23b8045233e2179868b06d07282386663906
[]
no_license
1242128273wangpeng/NewChangZhou
a15ff432a135b1bab66e256caf739a3cc474cdc6
ebab20c24987a77175b427eae9d3698eb0cdba1d
refs/heads/master
2021-01-25T04:42:38.076085
2017-06-06T03:45:32
2017-06-06T03:45:32
93,471,031
0
0
null
null
null
null
UTF-8
Java
false
false
6,383
java
package com.yimeng.common.downloader; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.util.Log; import android.widget.Toast; import com.yimeng.common.downloader.db.FileDAOImpl; import com.yimeng.common.downloader.entity.FileInfo; import com.yimeng.common.downloader.helper.ListenerDecorator; import com.yimeng.common.downloader.service.DownloadTask; import com.yimeng.common.downloader.service.DownloadThreadPool; import java.io.File; import okhttp3.OkHttpClient; /** * Created by 95 on 2016/5/25. * 文件下载器 */ public class FileDownloader { private static Context sContext; private static DownloadConfig sConfig; private static OkHttpClient sOkHttpClient; private FileDownloader() { throw new RuntimeException("FileDownloader cannot be initialized!"); } public static void init(Context context) { sContext = context; sConfig = new DownloadConfig.Builder().build(); sOkHttpClient = new OkHttpClient(); } public static Context getContext() { return sContext; } /** * 设置配置参数 * * @param config */ public static void setConfig(DownloadConfig config) { sConfig = config; } /** * 获取下载目录 * * @return */ public static String getDownloadDir() { return sConfig.getDownloadDir(); } /** * 获取路径 * * @param url url * @return */ public static String getFilePathByUrl(String url) { FileInfo info = FileDAOImpl.getInstance().query(url); if (info == null) { return null; } File file = new File(info.getPath(), info.getName()); return file.getAbsolutePath(); } /** * 获取路径 * * @param name 文件名 * @return */ public static String getFilePathByName(String name) { FileInfo info = FileDAOImpl.getInstance().queryPkg(name); File file = new File(info.getPath(), info.getName()); return file.getAbsolutePath(); } /** * 获取一个任务最大允许的异常重连次数 * * @return */ public static int getRetryTimes() { return sConfig.getRetryTimes(); } /** * 启动下载 * * @param url url * @param name 文件名 * @param listener 监听器 */ public static void start(String url, String name, DownloadListener listener) { start(new FileInfo(url, name), listener, false); } /** * 启动下载 * * @param url url * @param name 文件名 * @param listener 监听器 * @param callBackInMainThread 是否在主线程中执行回调,需要切换线程效率上会受点影响 */ public static void start(String url, String name, DownloadListener listener, boolean callBackInMainThread) { start(new FileInfo(url, name), listener, callBackInMainThread); } public static void start(FileInfo fileInfo, DownloadListener listener) { start(fileInfo, listener, false); } public static void start(FileInfo fileInfo, DownloadListener listener, boolean callBackInMainThread) { ListenerDecorator listenerDecorator = new ListenerDecorator(listener, callBackInMainThread); if (!_isNetworkAvailable(sContext)) { Toast.makeText(sContext, "请检查网络连接!!", Toast.LENGTH_SHORT).show(); listenerDecorator.onError(fileInfo, "网络连接异常!!"); return; } if (_checkFileIsExists(fileInfo, listenerDecorator)) { return; } DownloadThreadPool.getInstance().execute(new DownloadTask(sOkHttpClient, fileInfo, getRetryTimes(), listenerDecorator)); } /** * 暂停下载 * * @param url url */ public static void stop(String url) { DownloadThreadPool.getInstance().cancel(url, false); } /** * 停止所有线程 */ public static void stopAll() { DownloadThreadPool.getInstance().cancelAll(); } /** * 取消下载并删除文件 * * @param url url */ public static void cancel(String url) { DownloadThreadPool.getInstance().cancel(url, true); FileInfo info = FileDAOImpl.getInstance().query(url); if (info != null) { File tmpFile = new File(info.getPath(), info.getName() + ".tmp"); if (tmpFile.exists()) { tmpFile.delete(); } FileDAOImpl.getInstance().delete(url); } } /** * 判断文件是否已经下载或正在下载 * * @param fileInfo * @return */ private static boolean _checkFileIsExists(FileInfo fileInfo, DownloadListener listener) { File file = new File(getDownloadDir(), fileInfo.getName()); if (file.exists()) { // 已经存在则删除重下 file.delete(); if (FileDAOImpl.getInstance().isExists(fileInfo.getUrl())) { // 删除数据库中的记录 FileDAOImpl.getInstance().delete(fileInfo.getUrl()); } return false; } // 线程池中是否存在相应任务 DownloadTask runnable = DownloadThreadPool.getInstance().getRunnable(fileInfo.getUrl()); if (runnable != null) { if (runnable.isRunning()) { Toast.makeText(sContext, "正在下载...", Toast.LENGTH_SHORT).show(); } else { Log.w("FileDownloader", "DownloadThreadPool"); DownloadThreadPool.getInstance().execute(runnable); } return true; } return false; } /** * 网络是否可用 * * @param context * @return */ private static boolean _isNetworkAvailable(Context context) { try { ConnectivityManager cm = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo info = cm.getActiveNetworkInfo(); return null != info && info.isConnected(); } catch (Exception e) { e.printStackTrace(); } return false; } }
[ "1242128273@qq.com" ]
1242128273@qq.com
3631d3a14caed2da9ccce25921f4c4b142969270
20aba2ebd29bdd2f082dbd8dc6d8ba1558e44d26
/src/pokerapp/console/projectX/speech/types/SPAUDIOOPTIONS.java
c8e52854b401ac4bbab332e34386a9b8c493706e
[ "Apache-2.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tonywoode/pokerApp
341f837bf1c8f31340ed537350dbd8327d8603e8
50e8a66b003712e47d61d155397af61426d03f0b
refs/heads/master
2020-05-01T19:03:39.332718
2020-01-09T21:13:38
2020-01-09T21:21:56
18,756,207
1
1
null
null
null
null
UTF-8
Java
false
false
285
java
package pokerapp.console.projectX.speech.types; import com4j.*; /** */ public enum SPAUDIOOPTIONS { /** * <p> * The value of this constant is 0 * </p> */ SPAO_NONE, // 0 /** * <p> * The value of this constant is 1 * </p> */ SPAO_RETAIN_AUDIO, // 1 }
[ "stevefaulmann@gmail.com" ]
stevefaulmann@gmail.com
9ec0e5dcb8e258a84511e6f49256e35d1bbf579d
8b919f183832e9fd3b2562a6b5bea97a701d9aa6
/2_Algorithmization/src/part1/task10/Task10.java
0a87fb20a5a3db282c153b838b4da03c7cc4aeb1
[]
no_license
Gradoma/EPAM_course
406e2e3ad5621348f2d8f22abd6954b024a59e9a
6984edfb95dee45424a305c86b45655a746c558d
refs/heads/master
2020-08-08T03:41:28.947103
2020-02-04T21:13:48
2020-02-04T21:13:48
213,700,000
0
0
null
null
null
null
UTF-8
Java
false
false
1,627
java
// Дан целочисленный массив с количеством элементов n. Сжать массив, выбросив из него каждый второй //элемент (освободившиеся элементы заполнить нулями). Примечание. Дополнительный массив не использовать. package part1.task10; public class Task10 { public static void main(String[] args) { int n = 5; int [] nums = {1, 2, 3, 4, 5, 6, 7, 8, 9}; //int[] nums = generateNums(n); int i = 1; for (int j = 1; i+j < nums.length; j++) { int iteration = 1; while (iteration <= 2) { if (i+j == nums.length){ break; } System.out.println(" iteration: " +iteration); nums[i] = nums[i + j]; nums[i + j] = 0; if (iteration==1){ i++; } iteration++; System.out.println(" i, iteration, j: " + i+" "+iteration+" " +j+" "); } System.out.println("IN FOR:j "+j); } for (int k=0; k<nums.length; k++){ System.out.print("a[" + k + "]=" + nums[k]+" "); } } private static int [] generateNums (int n){ int [] nums = new int[n]; for (int i=0; i<nums.length; i++){ nums[i] = (int) (Math.random()*10); System.out.print("a[" + i + "]=" + nums[i]+" "); } System.out.println(); return nums; } }
[ "gradomski25@gmail.com" ]
gradomski25@gmail.com
4bce193f4a658a12e2c332832d851b7d9b5b2c1b
87c1f38b33d16ed17ea06b256436ab13f36fccbf
/app/src/main/java/com/example/juankno4/enviardata/Volles.java
f07fce2f9f2873f0ca76423396fd8d08825c5087
[]
no_license
juanCano29/EnviarData
50e10e5852ddfbf7e260d7d5aff3fdbed3318689
fc674e058e1c4d8d098403d9f43586722d634d51
refs/heads/master
2020-04-27T03:01:54.630458
2019-03-05T20:06:43
2019-03-05T20:06:43
174,013,006
0
0
null
null
null
null
UTF-8
Java
false
false
593
java
package com.example.juankno4.enviardata; import android.content.Context; import com.android.volley.RequestQueue; import com.android.volley.toolbox.Volley; public class Volles { private static Volles e = null; private RequestQueue requestQueue; private Volles(Context context) { requestQueue = Volley.newRequestQueue(context); } public static Volles getE(Context context) { if (e == null) { e= new Volles(context); } return e; } public RequestQueue getRequestQueue() { return requestQueue; } }
[ "juankno4@gmail.com" ]
juankno4@gmail.com
71ee90d0d441e76ffa44503836cc310ac42d7a1a
a5bb5e40c198b96e300e6a3c3a7b038ac77ec22e
/src/main/java/openmart/apiserver/api/model/tuple/naver/NaverPlaceResponseTuple.java
1bd4cefd84e6fdb6efbd39d67640baeb00c9f3ca
[]
no_license
applepie1130/open-mart-api
357343b251d3ca052a9b6a450879b138ddeb05f1
bd0b863b9d3144816bfc768e507356262fdef202
refs/heads/master
2021-07-23T02:46:18.376490
2020-08-30T09:06:09
2020-08-30T09:06:09
212,973,927
0
0
null
null
null
null
UTF-8
Java
false
false
731
java
package openmart.apiserver.api.model.tuple.naver; import java.io.Serializable; import java.math.BigDecimal; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; @Data @Builder @AllArgsConstructor @NoArgsConstructor @JsonIgnoreProperties(ignoreUnknown = true) public class NaverPlaceResponseTuple implements Serializable { private static final long serialVersionUID = 2778288225821507384L; private String name; private String road_address; private String jibun_address; private String phone_number; private String x; private String y; private BigDecimal distance; private String sessionId; }
[ "arduous1130@gmail.com" ]
arduous1130@gmail.com
ee5cc625338aa3a116703ef5aad38a0a6d771629
692bd836bb5dadae37006559f0a4b739dda81f2d
/app/src/main/java/np/com/infodev/myroomapplication/MainActivity.java
e7d40e8843b6cff794bff7dc2ae358555f76c048
[]
no_license
Kedar-jirel/MyRoomSampleApplication
960dac90eb44ac8c0aedec0e2a43ab4db72fb12e
c9778473ad9874580f042a5776f04f67374eaa5b
refs/heads/master
2020-03-14T05:40:51.967116
2018-04-29T12:25:56
2018-04-29T12:25:56
131,469,330
1
0
null
null
null
null
UTF-8
Java
false
false
3,041
java
package np.com.infodev.myroomapplication; import android.arch.lifecycle.Observer; import android.arch.lifecycle.ViewModelProviders; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.FloatingActionButton; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.Toast; import java.util.List; public class MainActivity extends AppCompatActivity { public static final int NEW_WORD_ACTIVITY_REQUEST_CODE = 1; private WordViewModel mWordViewModel; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); RecyclerView recyclerView = findViewById(R.id.recyclerview); final WordListAdapter adapter = new WordListAdapter(this); recyclerView.setAdapter(adapter); recyclerView.setLayoutManager(new LinearLayoutManager(this)); // Get a new or existing ViewModel from the ViewModelProvider. mWordViewModel = ViewModelProviders.of(this).get(WordViewModel.class); // Add an observer on the LiveData returned by getAlphabetizedWords. // The onChanged() method fires when the observed data changes and the activity is // in the foreground. mWordViewModel.getAllWords().observe(this, new Observer<List<ContactDetails>>() { @Override public void onChanged(@Nullable final List<ContactDetails> contactDetails) { // Update the cached copy of the contactDetails in the adapter. adapter.setWords(contactDetails); } }); FloatingActionButton fab = findViewById(R.id.fab); fab.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent intent = new Intent(MainActivity.this, AddContactActivity.class); startActivityForResult(intent, NEW_WORD_ACTIVITY_REQUEST_CODE); } }); findViewById(R.id.activity_main_delete_all).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { mWordViewModel.deleteAllWords(); } }); } public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultCode, data); if (requestCode == NEW_WORD_ACTIVITY_REQUEST_CODE && resultCode == RESULT_OK) { ContactDetails contactDetails = new ContactDetails(data.getStringExtra(AddContactActivity.EXTRA_REPLY)); mWordViewModel.insert(contactDetails); } else { Toast.makeText( getApplicationContext(), R.string.empty_not_saved, Toast.LENGTH_LONG).show(); } } }
[ "kedar@infodev.com.np" ]
kedar@infodev.com.np
f1d4e097ef010ec4d4612d1be95a17fd1abadffb
c2746cece274f6d2b14083d4781e6e51ef3c9fcb
/src/test/java/com/alicloud/openservices/tablestore/core/protocol/SearchVariantTypeTest.java
df8f8fe8b5a6052fc23fd7db1b198f38fc95ee77
[ "Apache-2.0" ]
permissive
aliyun/aliyun-tablestore-java-sdk
4c7e7a91be13e8b2584148b1db64aa65bf6a9188
0718c5d7563cf1b43c635e883b66a4331d876fe9
refs/heads/master
2023-08-04T21:50:39.930193
2023-07-27T12:36:00
2023-07-27T12:36:00
58,621,439
55
23
Apache-2.0
2023-09-07T05:41:27
2016-05-12T08:10:04
Java
UTF-8
Java
false
false
1,432
java
package com.alicloud.openservices.tablestore.core.protocol; import com.alicloud.openservices.tablestore.model.ColumnType; import com.alicloud.openservices.tablestore.model.ColumnValue; import org.junit.Test; import static org.junit.Assert.*; public class SearchVariantTypeTest { @Test public void testForceConvertToDestType() throws Exception { { Long lValue = 1234L; ColumnValue columnValue = SearchVariantType.forceConvertToDestColumnValue( SearchVariantType.fromLong(lValue)); assertEquals(columnValue.getType(), ColumnType.INTEGER); } { double dValue = 123.456; ColumnValue columnValue = SearchVariantType.forceConvertToDestColumnValue( SearchVariantType.fromDouble(dValue)); assertEquals(columnValue.getType(), ColumnType.DOUBLE); } { String sValue = "123.456"; ColumnValue columnValue = SearchVariantType.forceConvertToDestColumnValue( SearchVariantType.fromString(sValue)); assertEquals(columnValue.getType(), ColumnType.STRING); } { boolean bValue = false; ColumnValue columnValue = SearchVariantType.forceConvertToDestColumnValue( SearchVariantType.fromBoolean(bValue)); assertEquals(columnValue.getType(), ColumnType.BOOLEAN); } } }
[ "tantan.wtt@alibaba-inc.com" ]
tantan.wtt@alibaba-inc.com
85ea033d0d597c9b5795a4411244563c8a48c516
86f4a30fa3739c51a6a148c03936df6bc1638e39
/app/src/main/java/com/example/ab/government_schemes/HomeActivity.java
f2292350a02820da6ab56f821e915d2767634404
[]
no_license
Shivani-13/Government_Schemes
df92a6eafee8628096e342e79dbdbc6e3ada1a1f
7f3af2673bebc818475f82edfc53f9f155d85ab5
refs/heads/master
2020-04-02T13:05:19.628483
2018-10-24T08:34:44
2018-10-24T08:34:44
154,466,575
0
0
null
null
null
null
UTF-8
Java
false
false
2,345
java
package com.example.ab.government_schemes; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ImageButton; public class HomeActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_home); ImageButton b1= (ImageButton)findViewById(R.id.b1); ImageButton b2= (ImageButton)findViewById(R.id.b2); ImageButton b3= (ImageButton)findViewById(R.id.b3); ImageButton b4= (ImageButton)findViewById(R.id.b4); ImageButton b5= (ImageButton)findViewById(R.id.b5); ImageButton b6= (ImageButton)findViewById(R.id.b6); b1.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent i1= new Intent (HomeActivity.this,one.class); startActivity(i1); } }); b2.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent i1= new Intent (HomeActivity.this,two.class); startActivity(i1); } }); b3.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent i1= new Intent (HomeActivity.this,three.class); startActivity(i1); } }); b4.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent i1= new Intent (HomeActivity.this,four.class); startActivity(i1); } }); b5.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent i1= new Intent (HomeActivity.this,five.class); startActivity(i1); } }); b6.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent i1= new Intent (HomeActivity.this,six.class); startActivity(i1); } }); } }
[ "15it138@charusat.edu.in" ]
15it138@charusat.edu.in
c0e3ee0941e97d6023dcd02be34eb383bb84496e
3130459c4be3ba8574bf17512aae11ceca41fd02
/binding/src/main/java/com/example/binding/GrantablePermissionSet.java
5cf17d4896a41ce796c303d7d1f83dfe37400cab
[]
no_license
TranBaVinhSon/hello_iroha_android
72e5a83e31d47210789551ac8dacf5fe3a5cfb69
c428a406e59d26f5da4d779d33fb054386541a65
refs/heads/master
2020-03-24T20:32:11.091364
2018-08-23T08:56:13
2018-08-23T08:56:13
142,983,571
0
0
null
null
null
null
UTF-8
Java
false
false
3,883
java
package com.example.binding;/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ public class GrantablePermissionSet { private transient long swigCPtr; protected transient boolean swigCMemOwn; protected GrantablePermissionSet(long cPtr, boolean cMemoryOwn) { swigCMemOwn = cMemoryOwn; swigCPtr = cPtr; } protected static long getCPtr(GrantablePermissionSet obj) { return (obj == null) ? 0 : obj.swigCPtr; } protected void finalize() { delete(); } public synchronized void delete() { if (swigCPtr != 0) { if (swigCMemOwn) { swigCMemOwn = false; irohaJNI.delete_GrantablePermissionSet(swigCPtr); } swigCPtr = 0; } } public GrantablePermissionSet() { this(irohaJNI.new_GrantablePermissionSet__SWIG_0(), true); } public GrantablePermissionSet(String bitstring) { this(irohaJNI.new_GrantablePermissionSet__SWIG_1(bitstring), true); } public String toBitstring() { return irohaJNI.GrantablePermissionSet_toBitstring(swigCPtr, this); } public static long size() { return irohaJNI.GrantablePermissionSet_size(); } public GrantablePermissionSet reset() { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_reset(swigCPtr, this), false); } public GrantablePermissionSet set() { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_set__SWIG_0(swigCPtr, this), false); } public GrantablePermissionSet set(Grantable p) { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_set__SWIG_1(swigCPtr, this, p.swigValue()), false); } public GrantablePermissionSet unset(Grantable p) { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_unset(swigCPtr, this, p.swigValue()), false); } public boolean test(Grantable p) { return irohaJNI.GrantablePermissionSet_test(swigCPtr, this, p.swigValue()); } public boolean none() { return irohaJNI.GrantablePermissionSet_none(swigCPtr, this); } public boolean isSubsetOf(GrantablePermissionSet r) { return irohaJNI.GrantablePermissionSet_isSubsetOf(swigCPtr, this, GrantablePermissionSet.getCPtr(r), r); } public boolean equal(GrantablePermissionSet r) { return irohaJNI.GrantablePermissionSet_equal(swigCPtr, this, GrantablePermissionSet.getCPtr(r), r); } public boolean not_equal(GrantablePermissionSet r) { return irohaJNI.GrantablePermissionSet_not_equal(swigCPtr, this, GrantablePermissionSet.getCPtr(r), r); } public GrantablePermissionSet bset_and(GrantablePermissionSet r) { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_bset_and(swigCPtr, this, GrantablePermissionSet.getCPtr(r), r), false); } public GrantablePermissionSet bset_or(GrantablePermissionSet r) { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_bset_or(swigCPtr, this, GrantablePermissionSet.getCPtr(r), r), false); } public GrantablePermissionSet bset_xor(GrantablePermissionSet r) { return new GrantablePermissionSet(irohaJNI.GrantablePermissionSet_bset_xor(swigCPtr, this, GrantablePermissionSet.getCPtr(r), r), false); } public void iterate(SWIGTYPE_p_std__functionT_void_fshared_model__interface__permissions__GrantableF_t f) { irohaJNI.GrantablePermissionSet_iterate(swigCPtr, this, SWIGTYPE_p_std__functionT_void_fshared_model__interface__permissions__GrantableF_t.getCPtr(f)); } public GrantablePermissionSet(IntVector perms) { this(irohaJNI.new_GrantablePermissionSet__SWIG_2(IntVector.getCPtr(perms), perms), true); } }
[ "tranbavinhson@gmail.com" ]
tranbavinhson@gmail.com
b45c31d7f4d02de8ba107961cd9e576870e4f7c4
576cdac9e7984bc8ebe6f38418b790dd82330e4c
/EfficientRater.java
bba43669a4366a475e5d04badcad6a21a08a4694
[]
no_license
MattMau88/Java_Movie_Recommender
f5d5801e40139723e4fe60576c6aa7c55f4700c3
9aad06bcfb09dc1cba96f20bb8e9963ad9e61d6c
refs/heads/master
2022-11-16T04:57:40.305394
2020-06-29T15:04:58
2020-06-29T15:04:58
275,131,047
0
0
null
null
null
null
UTF-8
Java
false
false
1,281
java
/** * EfficientRater class contains various methods that are used to add and extract ratings * from the ratings HashMap. * */ import java.util.*; public class EfficientRater implements Rater { private String myID; private HashMap<String,Rating> myRatings; public EfficientRater(String id) { myID = id; myRatings = new HashMap<String,Rating> (); } public void addRating(String item, double rating) { myRatings.put(item, new Rating(item,rating)); } public boolean hasRating(String item) { if (myRatings.containsKey(item)) { return true; } return false; } public String getID() { return myID; } public double getRating(String item) { for (String movieID : myRatings.keySet()) { if (movieID.equals(item)) { return myRatings.get(movieID).getValue(); } } return -1; } public int numRatings() { return myRatings.size(); } public ArrayList<String> getItemsRated() { ArrayList<String> list = new ArrayList<String> (); for (String movieID : myRatings.keySet()) { list.add(myRatings.get(movieID).getItem()); } return list; } }
[ "matthias.mau@outlook.com" ]
matthias.mau@outlook.com