blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 7
410
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
51
| license_type
stringclasses 2
values | repo_name
stringlengths 5
132
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringlengths 4
80
| visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 5.85k
684M
⌀ | star_events_count
int64 0
209k
| fork_events_count
int64 0
110k
| gha_license_id
stringclasses 22
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 132
values | src_encoding
stringclasses 34
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 2
classes | length_bytes
int64 3
9.45M
| extension
stringclasses 28
values | content
stringlengths 3
9.45M
| authors
listlengths 1
1
| author_id
stringlengths 0
352
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cb32ec2ae01febc2e0441edcd92799f24bcc5cd4
|
df60e83aab3b9d6e9c9611b492092385b98fe799
|
/Android MMWallet/HockeySDK-Android-3.0.1/src/main/java/net/hockeyapp/android/utils/UiThreadUtil.java
|
f1a48492df320005b32be3ae0b16f55518a1fde1
|
[
"MIT"
] |
permissive
|
cobras9/Test
|
38e70d751029f1e581f95b2c337902cd6f895cea
|
3f4411ad4f9b963dbe972632bc8df944d4f07bb0
|
refs/heads/master
| 2021-03-12T19:21:51.030457
| 2015-01-22T21:48:40
| 2015-01-22T21:48:40
| 29,699,039
| 1
| 0
| null | 2015-01-22T21:48:40
| 2015-01-22T20:39:56
|
Java
|
UTF-8
|
Java
| false
| false
| 2,272
|
java
|
package net.hockeyapp.android.utils;
import java.lang.ref.WeakReference;
import android.app.Activity;
import android.app.ProgressDialog;
import android.widget.Toast;
public class UiThreadUtil {
/** Private constructor prevents instantiation from other classes */
private UiThreadUtil() {
}
/**
* UiThreadUtilHolder is loaded on the first execution of UiThreadUtil.getInstance()
* or the first access to UiThreadUtilHolder.INSTANCE, not before.
*/
private static class WbUtilHolder {
public static final UiThreadUtil INSTANCE = new UiThreadUtil();
}
public static UiThreadUtil getInstance() {
return WbUtilHolder.INSTANCE;
}
public void dismissLoadingDialogAndDisplayError(WeakReference<Activity> weakActivity, final ProgressDialog progressDialog,
final int errorDialogId) {
if (weakActivity != null) {
final Activity activity = weakActivity.get();
if (activity != null) {
activity.runOnUiThread(new Runnable() {
@SuppressWarnings("deprecation")
@Override
public void run() {
if (progressDialog != null && progressDialog.isShowing()) {
progressDialog.dismiss();
}
activity.showDialog(errorDialogId);
}
});
}
}
}
public void dismissLoading(WeakReference<Activity> weakActivity, final ProgressDialog progressDialog) {
if (weakActivity != null) {
final Activity activity = weakActivity.get();
if (activity != null) {
activity.runOnUiThread(new Runnable() {
@Override
public void run() {
if (progressDialog != null && progressDialog.isShowing()) {
progressDialog.dismiss();
}
}
});
}
}
}
public void displayToastMessage(WeakReference<Activity> weakActivity, final String message,
final int flags) {
if (weakActivity != null) {
final Activity activity = weakActivity.get();
if (activity != null) {
activity.runOnUiThread(new Runnable() {
@Override
public void run() {
Toast.makeText(activity, message, flags).show();
}
});
}
}
}
}
|
[
"cobras9@gmail.com"
] |
cobras9@gmail.com
|
ff8162e1e6e6add4b19798d514b97fa040855568
|
3b91ed788572b6d5ac4db1bee814a74560603578
|
/com/tencent/mm/protocal/c/ant.java
|
f9a36bbdffdbb691c2a607c7dad1690d1ea4a786
|
[] |
no_license
|
linsir6/WeChat_java
|
a1deee3035b555fb35a423f367eb5e3e58a17cb0
|
32e52b88c012051100315af6751111bfb6697a29
|
refs/heads/master
| 2020-05-31T05:40:17.161282
| 2018-08-28T02:07:02
| 2018-08-28T02:07:02
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,394
|
java
|
package com.tencent.mm.protocal.c;
import com.tencent.mm.bk.a;
public final class ant extends a {
public int rQv;
public int rQw;
protected final int a(int i, Object... objArr) {
if (i == 0) {
f.a.a.c.a aVar = (f.a.a.c.a) objArr[0];
aVar.fT(1, this.rQv);
aVar.fT(2, this.rQw);
return 0;
} else if (i == 1) {
return (f.a.a.a.fQ(1, this.rQv) + 0) + f.a.a.a.fQ(2, this.rQw);
} else {
if (i == 2) {
f.a.a.a.a aVar2 = new f.a.a.a.a((byte[]) objArr[0], unknownTagHandler);
for (int a = a.a(aVar2); a > 0; a = a.a(aVar2)) {
if (!super.a(aVar2, this, a)) {
aVar2.cJS();
}
}
return 0;
} else if (i != 3) {
return -1;
} else {
f.a.a.a.a aVar3 = (f.a.a.a.a) objArr[0];
ant ant = (ant) objArr[1];
switch (((Integer) objArr[2]).intValue()) {
case 1:
ant.rQv = aVar3.vHC.rY();
return 0;
case 2:
ant.rQw = aVar3.vHC.rY();
return 0;
default:
return -1;
}
}
}
}
}
|
[
"707194831@qq.com"
] |
707194831@qq.com
|
9199564010ae1be27ff5e37cd3d616880c7b9547
|
4be510f6159cdde18a3faba25bb5c89be676745a
|
/gtas-parent/gtas-commons/src/main/java/gov/gtas/vo/passenger/EmailVo.java
|
b7ce54efc9cb2b409072076bf2179e7ec6181085
|
[] |
no_license
|
ml-git/CoreG
|
830d4d6cd3c99b6a353785d8a69ac740d289615b
|
526771efced800f71771945233b0f2c9fc9c61df
|
refs/heads/master
| 2020-04-02T07:23:49.409045
| 2018-10-25T17:32:22
| 2018-10-25T17:32:22
| 154,193,913
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 594
|
java
|
/*
* All GTAS code is Copyright 2016, The Department of Homeland Security (DHS), U.S. Customs and Border Protection (CBP).
*
* Please see LICENSE.txt for details.
*/
package gov.gtas.vo.passenger;
public class EmailVo {
private String address;
private String domain;
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
public String getDomain() {
return domain;
}
public void setDomain(String domain) {
this.domain = domain;
}
}
|
[
"ml-git"
] |
ml-git
|
48ad6e5b3d5b537f98dd715e6194d17640a50aef
|
4472660c01114736831fcfce7c7331355ed96578
|
/src/main/java/com/user/service/RelationService.java
|
cc6bd04eea4b34b8c3da6f452a547f75a8772df9
|
[] |
no_license
|
AppleAndOrange/SpringBoot
|
1fc59153d7278e78ac830402c3a2375ca9b044cf
|
a4025d6ef954f5427c7eae6d122e132113f444d6
|
refs/heads/master
| 2021-10-25T20:00:36.433477
| 2019-04-06T19:42:34
| 2019-04-06T19:42:34
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 182
|
java
|
package com.user.service;
import com.user.bean.Relation;
public interface RelationService {
boolean update(int userId,int roleId);
boolean insert(int userId,int roleId);
}
|
[
"1301550100@qq.com"
] |
1301550100@qq.com
|
42836d9d5686f044fcd464f2e6c22d76d7c63e24
|
2122d24de66635b64ec2b46a7c3f6f664297edc4
|
/dp/src/main/java/com/lee/dp/state/example3/RepeatVoteState.java
|
85a01b0560d30b637d43ba109243b899407be35e
|
[] |
no_license
|
yiminyangguang520/Java-Learning
|
8cfecc1b226ca905c4ee791300e9b025db40cc6a
|
87ec6c09228f8ad3d154c96bd2a9e65c80fc4b25
|
refs/heads/master
| 2023-01-10T09:56:29.568765
| 2022-08-29T05:56:27
| 2022-08-29T05:56:27
| 92,575,777
| 5
| 1
| null | 2023-01-05T05:21:02
| 2017-05-27T06:16:40
|
Java
|
UTF-8
|
Java
| false
| false
| 264
|
java
|
package com.lee.dp.state.example3;
public class RepeatVoteState implements VoteState {
public void vote(String user, String voteItem, VoteManager voteManager) {
//重复投票
//暂时不做处理
System.out.println("请不要重复投票");
}
}
|
[
"litz-a@glodon.com"
] |
litz-a@glodon.com
|
39db7cfffe80954063b88b67af2f2089c92e7ac8
|
fa6f84f26aa096f8c5dd8ea6c0f234959a0e183f
|
/app/src/main/java/com/example/administrator/qway/RegisterActivity.java
|
96090c12bf30b8242d6f3c6c2a30e6aab7f1540d
|
[] |
no_license
|
laitignwei/SZQway
|
ddb0445b5478b15af36f2dbb6a2b66d0fca0b82e
|
acee3ba94013493eba1ec7c31e5a4780d3bac02c
|
refs/heads/master
| 2020-03-18T08:59:57.519579
| 2018-05-24T03:15:34
| 2018-05-24T03:15:34
| 134,539,266
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 6,560
|
java
|
package com.example.administrator.qway;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Looper;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.Toast;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
public class RegisterActivity extends AppCompatActivity {
private EditText mUser;
private EditText mPassword;
private Button mRegister;
private Spinner sp;
String department;
ArrayAdapter<String> adapter;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_register);
initView();
List<String> list = new ArrayList<String>();
list.add("财务部");
list.add("外贸部");
list.add("市场部");
list.add("制造部");
list.add("生产部");
list.add("OEM事业部");
list.add("开发部");
adapter=new ArrayAdapter<String>(this, android.R.layout.simple_spinner_item,list);
sp.setAdapter(adapter);
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
sp.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
// parent: 为控件Spinner view:显示文字的TextView position:下拉选项的位置从0开始
public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
//获取Spinner控件的适配器
department=adapter.getItem(position);
}
//没有选中时的处理
public void onNothingSelected(AdapterView<?> parent) {
}
});
mRegister.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
new Thread(new Runnable() {
@Override
public void run() {
try {
int result = register();
//login()为向php服务器提交请求的函数,返回数据类型为int
if (result == 1) {
Log.e("log_tag", "注册成功!");
//Toast toast=null;
Looper.prepare();
Toast.makeText(RegisterActivity.this, "注册成功!", Toast.LENGTH_SHORT).show();
finish();
Looper.loop();
} else if (result == -2) {
Log.e("log_tag", "注册失败!");
//Toast toast=null;
Looper.prepare();
Toast.makeText(RegisterActivity.this, "注册失败!", Toast.LENGTH_SHORT).show();
Looper.loop();
} else if (result == -1) {
Log.e("log_tag", "已存在该用户!");
//Toast toast=null;
Looper.prepare();
Toast.makeText(RegisterActivity.this, "已存在该用户!", Toast.LENGTH_SHORT).show();
Looper.loop();
}
} catch (IOException e) {
System.out.println(e.getMessage());
}
}
}).start();
}
});
}
private int register() throws IOException {
int returnResult=0;
/*获取用户名和密码*/
String username=mUser.getText().toString();
String password=mPassword.getText().toString();
if(username==null||username.length()<=0){
Looper.prepare();
Toast.makeText(RegisterActivity.this,"请输入账号", Toast.LENGTH_LONG).show();
Looper.loop();
return 0;
}
if(password==null||password.length()<=0){
Looper.prepare();
Toast.makeText(RegisterActivity.this,"请输入密码", Toast.LENGTH_LONG).show();
Looper.loop();
return 0;
}
String urlstr="http://szqwayoa.dns0755.net:82/Qwayserver/Register.php";
//建立网络连接
URL url = new URL(urlstr);
HttpURLConnection http= (HttpURLConnection) url.openConnection();
//往网页写入POST数据,和网页POST方法类似,参数间用‘&’连接
String params="username="+username+'&'+"password="+password+'&'+"department="+department;
http.setDoOutput(true);
http.setRequestMethod("POST");
OutputStream out=http.getOutputStream();
out.write(params.getBytes());//post提交参数
out.flush();
out.close();
//读取网页返回的数据
BufferedReader bufferedReader=new BufferedReader(new InputStreamReader(http.getInputStream()));//获得输入流
String line="";
StringBuilder sb=new StringBuilder();//建立输入缓冲区
while (null!=(line=bufferedReader.readLine())){//结束会读入一个null值
sb.append(line);//写缓冲区
}
String result= sb.toString();//返回结果
try {
/*获取服务器返回的JSON数据*/
Log.i("ddd",result);
JSONObject jsonObject= new JSONObject(result);
returnResult=jsonObject.getInt("status");//获取JSON数据中status字段值
} catch (Exception e) {
// TODO: handle exception
Log.e("log_tag", "the Error parsing data "+e.toString());
}
return returnResult;
}
private void initView() {
mUser= (EditText) findViewById(R.id.user_register);
mPassword= (EditText) findViewById(R.id.password_register);
mRegister= (Button) findViewById(R.id.registerBtn);
sp=(Spinner) findViewById(R.id.spinner);
}
}
|
[
"994583127@qq.com"
] |
994583127@qq.com
|
ba8cd633d9d45d3f570367ab703ef2775eb96035
|
bedf5f6f4700a0c8f7f0d259b3a1056a5fb55643
|
/src/MatrixMultiDP.java
|
f95a8b4c1f3d97779203e66fa20d51f883eb762b
|
[] |
no_license
|
sumitdvlp/PS
|
ececa1e5631d968cbc0c3acb085c9d14888480c2
|
3fa2728d9832c19f6615eedde7cdaab2dd37a342
|
refs/heads/master
| 2021-06-19T22:21:56.269657
| 2019-08-19T17:24:22
| 2019-08-19T17:24:22
| 101,348,810
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 533
|
java
|
public class MatrixMultiDP {
public static void main(String []args){
int arr[]=new int[]{40,20,30,10,30};
System.out.println(MatrixMulti(arr,1,arr.length-1));
}
public static int MatrixMulti(int []arr,int i,int p){
if(i==p)return 0;
int cnt=0;
int min=Integer.MAX_VALUE;
for(int k=i;k<p;k++){
cnt=MatrixMulti(arr,i,k)+MatrixMulti(arr,k+1,p)+arr[i-1]*arr[k]*arr[p];
}
if(min>cnt){
min=cnt;
}
return min;
}
}
|
[
"skuma115@asu.edu"
] |
skuma115@asu.edu
|
967c418dc27ad740f28f1e392c878dd4f270aa07
|
075cf1b380d58795e6d27939e6bc7cc8bf9b6946
|
/src/main/java/org/achtern/AchternEngine/core/rendering/texture/Texture.java
|
9fea64d89f8defeb54cb2332ec841f55d6afaecb
|
[
"MIT"
] |
permissive
|
achtern/AchternEngine
|
f743af52ca8506eaa474000c444062b4d04eeddf
|
75514c83cdb70b40634c3904ca088f42fcf56906
|
refs/heads/master
| 2021-01-13T02:15:22.913991
| 2015-10-04T15:50:32
| 2015-10-04T15:50:32
| 23,397,468
| 0
| 0
| null | 2015-07-27T18:37:57
| 2014-08-27T16:42:13
|
Java
|
UTF-8
|
Java
| false
| false
| 5,552
|
java
|
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Christian Gärtner
*
* 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 org.achtern.AchternEngine.core.rendering.texture;
import org.achtern.AchternEngine.core.bootstrap.Native;
import org.achtern.AchternEngine.core.rendering.Dimension;
import org.achtern.AchternEngine.core.util.UBuffer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.awt.image.BufferedImage;
import java.nio.ByteBuffer;
import static org.achtern.AchternEngine.core.resource.ResourceConverter.toByteBuffer;
public class Texture extends Dimension implements TexturableData, Native {
public static final Logger LOGGER = LoggerFactory.getLogger(Texture.class);
protected int id = INVALID_ID;
protected Type type;
protected Filter minFilter;
protected Filter magFilter;
protected InternalFormat internalFormat;
protected Format format;
protected boolean alpha;
protected ByteBuffer data;
public Texture(
Dimension dimension,
Type type,
Filter minFilter,
Filter magFilter,
InternalFormat internalFormat,
Format format,
boolean alpha,
ByteBuffer data) {
super(dimension);
this.type = type;
this.minFilter = minFilter;
this.magFilter = magFilter;
this.internalFormat = internalFormat;
this.format = format;
if (this.format == null) {
this.format = alpha ? Format.RGBA : Format.RGB;
}
this.alpha = alpha;
this.data = data;
}
public Texture(Dimension dimension, Filter minFilter, Filter magFilter, InternalFormat internalFormat, Format format, boolean alpha) {
this(
dimension,
Type.TWO_DIMENSIONAL,
minFilter,
magFilter,
internalFormat,
format,
alpha,
UBuffer.createByteBuffer(dimension.getWidth() * dimension.getHeight() * 4)
);
}
public Texture(Dimension dimension) {
this(
dimension,
Filter.NEAREST,
Filter.NEAREST,
InternalFormat.RGBA8,
Format.RGBA,
true
);
}
public Texture(final BufferedImage image) {
this(
Dimension.fromBufferedImage(image),
Type.TWO_DIMENSIONAL,
Filter.NEAREST,
Filter.NEAREST,
InternalFormat.RGBA8,
null,
image.getColorModel().hasAlpha(),
toByteBuffer(image)
);
}
public Texture(BufferedImage image, Dimension dimension) {
this(
Dimension.fromBufferedImage(image),
Type.TWO_DIMENSIONAL,
Filter.NEAREST,
Filter.NEAREST,
InternalFormat.RGBA8,
null,
image.getColorModel().hasAlpha(),
toByteBuffer(image, dimension)
);
}
public Texture(TexturableData data) {
this(
data.getDimension(),
data.getType(),
data.getMinFilter(),
data.getMagFilter(),
data.getInternalFormat(),
data.getFormat(),
data.hasAlpha(),
data.getData()
);
}
public int getID() {
return id;
}
public Type getType() {
return type;
}
@Override
public Filter getMinFilter() {
return minFilter;
}
@Override
public Filter getMagFilter() {
return magFilter;
}
@Override
public Format getFormat() {
return format;
}
@Override
public InternalFormat getInternalFormat() {
return internalFormat;
}
/**
* Width & Height
*
* @return the dimensions
*/
@Override
public Dimension getDimension() {
return this;
}
/**
* Has the image Alpha
*
* @return Whether alpha components are present in the buffer
*/
@Override
public boolean hasAlpha() {
return alpha;
}
/**
* The main image data
*
* @return image data
*/
@Override
public ByteBuffer getData() {
return data;
}
/**
* internal use only
*/
public void setID(int id) {
this.id = id;
}
}
|
[
"chrisdagardner@gmail.com"
] |
chrisdagardner@gmail.com
|
1340f2544a538bce2b8121409edbe548068ad168
|
e44192294e46ea8fe380ae7062890431ac9036e9
|
/FotoDestinoApp/FotoDestinoApp.Android/obj/Debug/android/src/android/support/coreutils/R.java
|
91152c61c900ab83cedfe0ae207998b9336062d2
|
[] |
no_license
|
guilhermebreed/FotoDestinoApp
|
d7c831fcb109a5eb4790cfd785803738e7145979
|
886c42f1029fc4b67dee434980adaac0993a8d24
|
refs/heads/master
| 2020-09-15T13:14:35.443698
| 2017-06-19T11:24:24
| 2017-06-19T11:24:24
| 94,478,649
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 673,446
|
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 android.support.coreutils;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f040000;
public static final int abc_fade_out=0x7f040001;
public static final int abc_grow_fade_in_from_bottom=0x7f040002;
public static final int abc_popup_enter=0x7f040003;
public static final int abc_popup_exit=0x7f040004;
public static final int abc_shrink_fade_out_from_bottom=0x7f040005;
public static final int abc_slide_in_bottom=0x7f040006;
public static final int abc_slide_in_top=0x7f040007;
public static final int abc_slide_out_bottom=0x7f040008;
public static final int abc_slide_out_top=0x7f040009;
public static final int design_bottom_sheet_slide_in=0x7f04000a;
public static final int design_bottom_sheet_slide_out=0x7f04000b;
public static final int design_fab_in=0x7f04000c;
public static final int design_fab_out=0x7f04000d;
public static final int design_snackbar_in=0x7f04000e;
public static final int design_snackbar_out=0x7f04000f;
}
public static final class animator {
public static final int design_appbar_state_list_animator=0x7f050000;
}
public static final class attr {
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarDivider=0x7f010074;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarItemBackground=0x7f010075;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarPopupTheme=0x7f01006e;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
*/
public static final int actionBarSize=0x7f010073;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarSplitStyle=0x7f010070;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarStyle=0x7f01006f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabBarStyle=0x7f01006a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabStyle=0x7f010069;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTabTextStyle=0x7f01006b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarTheme=0x7f010071;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionBarWidgetTheme=0x7f010072;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionButtonStyle=0x7f01008f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionDropDownStyle=0x7f01008b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionLayout=0x7f0100e0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionMenuTextAppearance=0x7f010076;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int actionMenuTextColor=0x7f010077;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeBackground=0x7f01007a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCloseButtonStyle=0x7f010079;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCloseDrawable=0x7f01007c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCopyDrawable=0x7f01007e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeCutDrawable=0x7f01007d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeFindDrawable=0x7f010082;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModePasteDrawable=0x7f01007f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModePopupWindowStyle=0x7f010084;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeSelectAllDrawable=0x7f010080;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeShareDrawable=0x7f010081;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeSplitBackground=0x7f01007b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeStyle=0x7f010078;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionModeWebSearchDrawable=0x7f010083;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionOverflowButtonStyle=0x7f01006c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int actionOverflowMenuStyle=0x7f01006d;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int actionProviderClass=0x7f0100e2;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int actionViewClass=0x7f0100e1;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int activityChooserViewStyle=0x7f010097;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int alertDialogButtonGroupStyle=0x7f0100bb;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int alertDialogCenterButtons=0x7f0100bc;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int alertDialogStyle=0x7f0100ba;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int alertDialogTheme=0x7f0100bd;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int allowStacking=0x7f0100d0;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int alpha=0x7f0100d1;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int ambientEnabled=0x7f010010;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int arrowHeadLength=0x7f0100d8;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int arrowShaftLength=0x7f0100d9;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int autoCompleteTextViewStyle=0x7f0100c2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int background=0x7f01003f;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundSplit=0x7f010041;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int backgroundStacked=0x7f010040;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int backgroundTint=0x7f010115;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
*/
public static final int backgroundTintMode=0x7f010116;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int barLength=0x7f0100da;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int behavior_autoHide=0x7f010140;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int behavior_hideable=0x7f01011d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int behavior_overlapTop=0x7f010149;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>-1</td><td></td></tr>
</table>
*/
public static final int behavior_peekHeight=0x7f01011c;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int behavior_skipCollapsed=0x7f01011e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int borderWidth=0x7f01013e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int borderlessButtonStyle=0x7f010094;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int bottomSheetDialogTheme=0x7f010138;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int bottomSheetStyle=0x7f010139;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarButtonStyle=0x7f010091;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarNegativeButtonStyle=0x7f0100c0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarNeutralButtonStyle=0x7f0100c1;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarPositiveButtonStyle=0x7f0100bf;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonBarStyle=0x7f010090;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
</table>
*/
public static final int buttonGravity=0x7f01010a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonPanelSideLayout=0x7f010054;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>standard</code></td><td>0</td><td></td></tr>
<tr><td><code>wide</code></td><td>1</td><td></td></tr>
<tr><td><code>icon_only</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int buttonSize=0x7f010014;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonStyle=0x7f0100c3;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int buttonStyleSmall=0x7f0100c4;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int buttonTint=0x7f0100d2;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
*/
public static final int buttonTintMode=0x7f0100d3;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cameraBearing=0x7f010001;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cameraTargetLat=0x7f010002;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cameraTargetLng=0x7f010003;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cameraTilt=0x7f010004;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cameraZoom=0x7f010005;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cardBackgroundColor=0x7f010028;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cardCornerRadius=0x7f010029;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cardElevation=0x7f01002a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cardMaxElevation=0x7f01002b;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cardPreventCornerOverlap=0x7f01002d;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cardUseCompatPadding=0x7f01002c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int checkboxStyle=0x7f0100c5;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int checkedTextViewStyle=0x7f0100c6;
/**
Whether or not this view should have a circular clip applied
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int circleCrop=0x7f010013;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int closeIcon=0x7f0100ed;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int closeItemLayout=0x7f010051;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int collapseContentDescription=0x7f01010c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int collapseIcon=0x7f01010b;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int collapsedTitleGravity=0x7f01012b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int collapsedTitleTextAppearance=0x7f010125;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int color=0x7f0100d4;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorAccent=0x7f0100b2;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorBackgroundFloating=0x7f0100b9;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorButtonNormal=0x7f0100b6;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlActivated=0x7f0100b4;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlHighlight=0x7f0100b5;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorControlNormal=0x7f0100b3;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorPrimary=0x7f0100b0;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorPrimaryDark=0x7f0100b1;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>dark</code></td><td>0</td><td></td></tr>
<tr><td><code>light</code></td><td>1</td><td></td></tr>
<tr><td><code>auto</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int colorScheme=0x7f010015;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int colorSwitchThumbNormal=0x7f0100b7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int commitIcon=0x7f0100f2;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetEnd=0x7f01004a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetEndWithActions=0x7f01004e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetLeft=0x7f01004b;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetRight=0x7f01004c;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetStart=0x7f010049;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentInsetStartWithNavigation=0x7f01004d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentPadding=0x7f01002e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentPaddingBottom=0x7f010032;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentPaddingLeft=0x7f01002f;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentPaddingRight=0x7f010030;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentPaddingTop=0x7f010031;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentScrim=0x7f010126;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int controlBackground=0x7f0100b8;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int counterEnabled=0x7f01015f;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int counterMaxLength=0x7f010160;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int counterOverflowTextAppearance=0x7f010162;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int counterTextAppearance=0x7f010161;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int customNavigationLayout=0x7f010042;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int defaultQueryHint=0x7f0100ec;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dialogPreferredPadding=0x7f010089;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dialogTheme=0x7f010088;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table>
*/
public static final int displayOptions=0x7f010038;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int divider=0x7f01003e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dividerHorizontal=0x7f010096;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dividerPadding=0x7f0100de;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dividerVertical=0x7f010095;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int drawableSize=0x7f0100d6;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int drawerArrowStyle=0x7f010033;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int dropDownListViewStyle=0x7f0100a8;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dropdownListPreferredItemHeight=0x7f01008c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int editTextBackground=0x7f01009d;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int editTextColor=0x7f01009c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int editTextStyle=0x7f0100c7;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int elevation=0x7f01004f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int errorEnabled=0x7f01015d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int errorTextAppearance=0x7f01015e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int expandActivityOverflowButtonDrawable=0x7f010053;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expanded=0x7f010117;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int expandedTitleGravity=0x7f01012c;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMargin=0x7f01011f;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginBottom=0x7f010123;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginEnd=0x7f010122;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginStart=0x7f010120;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int expandedTitleMarginTop=0x7f010121;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int expandedTitleTextAppearance=0x7f010124;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int externalRouteEnabledDrawable=0x7f010027;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>-1</td><td></td></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>mini</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int fabSize=0x7f01013c;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int foregroundInsidePadding=0x7f010141;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int gapBetweenBars=0x7f0100d7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int goIcon=0x7f0100ee;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int headerLayout=0x7f010147;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int height=0x7f010034;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hideOnContentScroll=0x7f010048;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hintAnimationEnabled=0x7f010163;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hintEnabled=0x7f01015c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int hintTextAppearance=0x7f01015b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int homeAsUpIndicator=0x7f01008e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int homeLayout=0x7f010043;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int icon=0x7f01003c;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int iconifiedByDefault=0x7f0100ea;
/**
The fixed aspect ratio to use in aspect ratio adjustments.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int imageAspectRatio=0x7f010012;
/**
What kind of aspect ratio adjustment to do. It must be one of "none", "adjust_width",
or "adjust_height".
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>adjust_width</code></td><td>1</td><td></td></tr>
<tr><td><code>adjust_height</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int imageAspectRatioAdjust=0x7f010011;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int imageButtonStyle=0x7f01009e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int indeterminateProgressStyle=0x7f010045;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int initialActivityCount=0x7f010052;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int insetForeground=0x7f010148;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int isLightTheme=0x7f010035;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int itemBackground=0x7f010145;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemIconTint=0x7f010143;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemPadding=0x7f010047;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int itemTextAppearance=0x7f010146;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int itemTextColor=0x7f010144;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int keylines=0x7f010130;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout=0x7f0100e9;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layoutManager=0x7f010017;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout_anchor=0x7f010133;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>fill_horizontal</code></td><td>0x07</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>fill</code></td><td>0x77</td><td></td></tr>
<tr><td><code>clip_vertical</code></td><td>0x80</td><td></td></tr>
<tr><td><code>clip_horizontal</code></td><td>0x08</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int layout_anchorGravity=0x7f010135;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layout_behavior=0x7f010132;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>pin</code></td><td>1</td><td></td></tr>
<tr><td><code>parallax</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int layout_collapseMode=0x7f01012e;
/** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layout_collapseParallaxMultiplier=0x7f01012f;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x0</td><td></td></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x03</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
<tr><td><code>all</code></td><td>0x77</td><td></td></tr>
</table>
*/
public static final int layout_dodgeInsetEdges=0x7f010137;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x0</td><td></td></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x03</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
*/
public static final int layout_insetEdge=0x7f010136;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int layout_keyline=0x7f010134;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scroll</code></td><td>0x1</td><td></td></tr>
<tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr>
<tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr>
<tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr>
<tr><td><code>snap</code></td><td>0x10</td><td></td></tr>
</table>
*/
public static final int layout_scrollFlags=0x7f01011a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layout_scrollInterpolator=0x7f01011b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listChoiceBackgroundIndicator=0x7f0100af;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listDividerAlertDialog=0x7f01008a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listItemLayout=0x7f010058;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listLayout=0x7f010055;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listMenuViewStyle=0x7f0100cf;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listPopupWindowStyle=0x7f0100a9;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeight=0x7f0100a3;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeightLarge=0x7f0100a5;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemHeightSmall=0x7f0100a4;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemPaddingLeft=0x7f0100a6;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int listPreferredItemPaddingRight=0x7f0100a7;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int liteMode=0x7f010006;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int logo=0x7f01003d;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int logoDescription=0x7f01010f;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>normal</code></td><td>1</td><td></td></tr>
<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
</table>
*/
public static final int mapType=0x7f010000;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int maxActionInlineWidth=0x7f01014a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int maxButtonHeight=0x7f010109;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int measureWithLargestChild=0x7f0100dc;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteAudioTrackDrawable=0x7f01001b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteButtonStyle=0x7f01001c;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteCloseDrawable=0x7f01001d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteControlPanelThemeOverlay=0x7f01001e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteDefaultIconDrawable=0x7f01001f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRoutePauseDrawable=0x7f010020;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRoutePlayDrawable=0x7f010021;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteSpeakerGroupIconDrawable=0x7f010022;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteSpeakerIconDrawable=0x7f010023;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteStopDrawable=0x7f010024;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteTheme=0x7f010025;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int mediaRouteTvIconDrawable=0x7f010026;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int menu=0x7f010142;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int multiChoiceItemLayout=0x7f010056;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int navigationContentDescription=0x7f01010e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int navigationIcon=0x7f01010d;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table>
*/
public static final int navigationMode=0x7f010037;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int overlapAnchor=0x7f0100e5;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingBottomNoButtons=0x7f0100e7;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingEnd=0x7f010113;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingStart=0x7f010112;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingTopNoTitle=0x7f0100e8;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int panelBackground=0x7f0100ac;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int panelMenuListTheme=0x7f0100ae;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int panelMenuListWidth=0x7f0100ad;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int passwordToggleContentDescription=0x7f010166;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int passwordToggleDrawable=0x7f010165;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int passwordToggleEnabled=0x7f010164;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int passwordToggleTint=0x7f010167;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
*/
public static final int passwordToggleTintMode=0x7f010168;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupMenuStyle=0x7f01009a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupTheme=0x7f010050;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int popupWindowStyle=0x7f01009b;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int preserveIconSpacing=0x7f0100e3;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int pressedTranslationZ=0x7f01013d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int progressBarPadding=0x7f010046;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int progressBarStyle=0x7f010044;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int queryBackground=0x7f0100f4;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int queryHint=0x7f0100eb;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int radioButtonStyle=0x7f0100c8;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int ratingBarStyle=0x7f0100c9;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int ratingBarStyleIndicator=0x7f0100ca;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int ratingBarStyleSmall=0x7f0100cb;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int reverseLayout=0x7f010019;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int rippleColor=0x7f01013b;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
*/
public static final int scopeUris=0x7f010016;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrimAnimationDuration=0x7f01012a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrimVisibleHeightTrigger=0x7f010129;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchHintIcon=0x7f0100f0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchIcon=0x7f0100ef;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int searchViewStyle=0x7f0100a2;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int seekBarStyle=0x7f0100cc;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int selectableItemBackground=0x7f010092;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int selectableItemBackgroundBorderless=0x7f010093;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table>
*/
public static final int showAsAction=0x7f0100df;
/** <p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table>
*/
public static final int showDividers=0x7f0100dd;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int showText=0x7f010100;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int showTitle=0x7f010059;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int singleChoiceItemLayout=0x7f010057;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int spanCount=0x7f010018;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int spinBars=0x7f0100d5;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int spinnerDropDownItemStyle=0x7f01008d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int spinnerStyle=0x7f0100cd;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int splitTrack=0x7f0100ff;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int srcCompat=0x7f01005a;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int stackFromEnd=0x7f01001a;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int state_above_anchor=0x7f0100e6;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int state_collapsed=0x7f010118;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int state_collapsible=0x7f010119;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int statusBarBackground=0x7f010131;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int statusBarScrim=0x7f010127;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subMenuArrow=0x7f0100e4;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int submitBackground=0x7f0100f5;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int subtitle=0x7f010039;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subtitleTextAppearance=0x7f010102;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int subtitleTextColor=0x7f010111;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int subtitleTextStyle=0x7f01003b;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int suggestionRowLayout=0x7f0100f3;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int switchMinWidth=0x7f0100fd;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int switchPadding=0x7f0100fe;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int switchStyle=0x7f0100ce;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int switchTextAppearance=0x7f0100fc;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int tabBackground=0x7f01014e;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabContentStart=0x7f01014d;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>fill</code></td><td>0</td><td></td></tr>
<tr><td><code>center</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int tabGravity=0x7f010150;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabIndicatorColor=0x7f01014b;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabIndicatorHeight=0x7f01014c;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabMaxWidth=0x7f010152;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabMinWidth=0x7f010151;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scrollable</code></td><td>0</td><td></td></tr>
<tr><td><code>fixed</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int tabMode=0x7f01014f;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPadding=0x7f01015a;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingBottom=0x7f010159;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingEnd=0x7f010158;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingStart=0x7f010156;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabPaddingTop=0x7f010157;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabSelectedTextColor=0x7f010155;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int tabTextAppearance=0x7f010153;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tabTextColor=0x7f010154;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
*/
public static final int textAllCaps=0x7f01005e;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceLargePopupMenu=0x7f010085;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceListItem=0x7f0100aa;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceListItemSmall=0x7f0100ab;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearancePopupMenuHeader=0x7f010087;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSearchResultSubtitle=0x7f0100a0;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSearchResultTitle=0x7f01009f;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int textAppearanceSmallPopupMenu=0x7f010086;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorAlertDialogListItem=0x7f0100be;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int textColorError=0x7f01013a;
/** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int textColorSearchUrl=0x7f0100a1;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int theme=0x7f010114;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thickness=0x7f0100db;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thumbTextPadding=0x7f0100fb;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int thumbTint=0x7f0100f6;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
<tr><td><code>add</code></td><td>16</td><td></td></tr>
</table>
*/
public static final int thumbTintMode=0x7f0100f7;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int tickMark=0x7f01005b;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tickMarkTint=0x7f01005c;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
<tr><td><code>add</code></td><td>16</td><td></td></tr>
</table>
*/
public static final int tickMarkTintMode=0x7f01005d;
/** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int title=0x7f010036;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleEnabled=0x7f01012d;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMargin=0x7f010103;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginBottom=0x7f010107;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginEnd=0x7f010105;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginStart=0x7f010104;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMarginTop=0x7f010106;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleMargins=0x7f010108;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int titleTextAppearance=0x7f010101;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int titleTextColor=0x7f010110;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int titleTextStyle=0x7f01003a;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarId=0x7f010128;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarNavigationButtonStyle=0x7f010099;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int toolbarStyle=0x7f010098;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int track=0x7f0100f8;
/** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int trackTint=0x7f0100f9;
/** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
<tr><td><code>add</code></td><td>16</td><td></td></tr>
</table>
*/
public static final int trackTintMode=0x7f0100fa;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiCompass=0x7f010007;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiMapToolbar=0x7f01000f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiRotateGestures=0x7f010008;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiScrollGestures=0x7f010009;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiTiltGestures=0x7f01000a;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiZoomControls=0x7f01000b;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int uiZoomGestures=0x7f01000c;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int useCompatPadding=0x7f01013f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int useViewLifecycle=0x7f01000d;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int voiceIcon=0x7f0100f1;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionBar=0x7f01005f;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionBarOverlay=0x7f010061;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowActionModeOverlay=0x7f010062;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedHeightMajor=0x7f010066;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedHeightMinor=0x7f010064;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedWidthMajor=0x7f010063;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowFixedWidthMinor=0x7f010065;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowMinWidthMajor=0x7f010067;
/** <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowMinWidthMinor=0x7f010068;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int windowNoTitle=0x7f010060;
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int zOrderOnTop=0x7f01000e;
}
public static final class bool {
public static final int abc_action_bar_embed_tabs=0x7f0d0000;
public static final int abc_allow_stacked_button_bar=0x7f0d0001;
public static final int abc_config_actionMenuItemAllCaps=0x7f0d0002;
public static final int abc_config_closeDialogWhenTouchOutside=0x7f0d0003;
public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f0d0004;
}
public static final class color {
public static final int abc_background_cache_hint_selector_material_dark=0x7f09005b;
public static final int abc_background_cache_hint_selector_material_light=0x7f09005c;
public static final int abc_btn_colored_borderless_text_material=0x7f09005d;
public static final int abc_btn_colored_text_material=0x7f09005e;
public static final int abc_color_highlight_material=0x7f09005f;
public static final int abc_hint_foreground_material_dark=0x7f090060;
public static final int abc_hint_foreground_material_light=0x7f090061;
public static final int abc_input_method_navigation_guard=0x7f090016;
public static final int abc_primary_text_disable_only_material_dark=0x7f090062;
public static final int abc_primary_text_disable_only_material_light=0x7f090063;
public static final int abc_primary_text_material_dark=0x7f090064;
public static final int abc_primary_text_material_light=0x7f090065;
public static final int abc_search_url_text=0x7f090066;
public static final int abc_search_url_text_normal=0x7f090017;
public static final int abc_search_url_text_pressed=0x7f090018;
public static final int abc_search_url_text_selected=0x7f090019;
public static final int abc_secondary_text_material_dark=0x7f090067;
public static final int abc_secondary_text_material_light=0x7f090068;
public static final int abc_tint_btn_checkable=0x7f090069;
public static final int abc_tint_default=0x7f09006a;
public static final int abc_tint_edittext=0x7f09006b;
public static final int abc_tint_seek_thumb=0x7f09006c;
public static final int abc_tint_spinner=0x7f09006d;
public static final int abc_tint_switch_thumb=0x7f09006e;
public static final int abc_tint_switch_track=0x7f09006f;
public static final int accent_material_dark=0x7f09001a;
public static final int accent_material_light=0x7f09001b;
public static final int background_floating_material_dark=0x7f09001c;
public static final int background_floating_material_light=0x7f09001d;
public static final int background_material_dark=0x7f09001e;
public static final int background_material_light=0x7f09001f;
public static final int bright_foreground_disabled_material_dark=0x7f090020;
public static final int bright_foreground_disabled_material_light=0x7f090021;
public static final int bright_foreground_inverse_material_dark=0x7f090022;
public static final int bright_foreground_inverse_material_light=0x7f090023;
public static final int bright_foreground_material_dark=0x7f090024;
public static final int bright_foreground_material_light=0x7f090025;
public static final int button_material_dark=0x7f090026;
public static final int button_material_light=0x7f090027;
public static final int cardview_dark_background=0x7f090011;
public static final int cardview_light_background=0x7f090012;
public static final int cardview_shadow_end_color=0x7f090013;
public static final int cardview_shadow_start_color=0x7f090014;
public static final int common_action_bar_splitter=0x7f090008;
public static final int common_google_signin_btn_text_dark=0x7f090070;
/** Google Sign-in Button Colors
*/
public static final int common_google_signin_btn_text_dark_default=0x7f090009;
public static final int common_google_signin_btn_text_dark_disabled=0x7f09000b;
public static final int common_google_signin_btn_text_dark_focused=0x7f09000c;
public static final int common_google_signin_btn_text_dark_pressed=0x7f09000a;
public static final int common_google_signin_btn_text_light=0x7f090071;
public static final int common_google_signin_btn_text_light_default=0x7f09000d;
public static final int common_google_signin_btn_text_light_disabled=0x7f09000f;
public static final int common_google_signin_btn_text_light_focused=0x7f090010;
public static final int common_google_signin_btn_text_light_pressed=0x7f09000e;
public static final int common_plus_signin_btn_text_dark=0x7f090072;
/** Google Plus Sign-in Button Colors
*/
public static final int common_plus_signin_btn_text_dark_default=0x7f090000;
public static final int common_plus_signin_btn_text_dark_disabled=0x7f090002;
public static final int common_plus_signin_btn_text_dark_focused=0x7f090003;
public static final int common_plus_signin_btn_text_dark_pressed=0x7f090001;
public static final int common_plus_signin_btn_text_light=0x7f090073;
public static final int common_plus_signin_btn_text_light_default=0x7f090004;
public static final int common_plus_signin_btn_text_light_disabled=0x7f090006;
public static final int common_plus_signin_btn_text_light_focused=0x7f090007;
public static final int common_plus_signin_btn_text_light_pressed=0x7f090005;
public static final int design_bottom_navigation_shadow_color=0x7f090050;
public static final int design_error=0x7f090074;
public static final int design_fab_shadow_end_color=0x7f090051;
public static final int design_fab_shadow_mid_color=0x7f090052;
public static final int design_fab_shadow_start_color=0x7f090053;
public static final int design_fab_stroke_end_inner_color=0x7f090054;
public static final int design_fab_stroke_end_outer_color=0x7f090055;
public static final int design_fab_stroke_top_inner_color=0x7f090056;
public static final int design_fab_stroke_top_outer_color=0x7f090057;
public static final int design_snackbar_background_color=0x7f090058;
public static final int design_textinput_error_color_dark=0x7f090059;
public static final int design_textinput_error_color_light=0x7f09005a;
public static final int design_tint_password_toggle=0x7f090075;
public static final int dim_foreground_disabled_material_dark=0x7f090028;
public static final int dim_foreground_disabled_material_light=0x7f090029;
public static final int dim_foreground_material_dark=0x7f09002a;
public static final int dim_foreground_material_light=0x7f09002b;
public static final int foreground_material_dark=0x7f09002c;
public static final int foreground_material_light=0x7f09002d;
public static final int highlighted_text_material_dark=0x7f09002e;
public static final int highlighted_text_material_light=0x7f09002f;
public static final int material_blue_grey_800=0x7f090030;
public static final int material_blue_grey_900=0x7f090031;
public static final int material_blue_grey_950=0x7f090032;
public static final int material_deep_teal_200=0x7f090033;
public static final int material_deep_teal_500=0x7f090034;
public static final int material_grey_100=0x7f090035;
public static final int material_grey_300=0x7f090036;
public static final int material_grey_50=0x7f090037;
public static final int material_grey_600=0x7f090038;
public static final int material_grey_800=0x7f090039;
public static final int material_grey_850=0x7f09003a;
public static final int material_grey_900=0x7f09003b;
public static final int notification_action_color_filter=0x7f090015;
public static final int notification_icon_bg_color=0x7f09003c;
public static final int notification_material_background_media_default_color=0x7f09003d;
public static final int primary_dark_material_dark=0x7f09003e;
public static final int primary_dark_material_light=0x7f09003f;
public static final int primary_material_dark=0x7f090040;
public static final int primary_material_light=0x7f090041;
public static final int primary_text_default_material_dark=0x7f090042;
public static final int primary_text_default_material_light=0x7f090043;
public static final int primary_text_disabled_material_dark=0x7f090044;
public static final int primary_text_disabled_material_light=0x7f090045;
public static final int ripple_material_dark=0x7f090046;
public static final int ripple_material_light=0x7f090047;
public static final int secondary_text_default_material_dark=0x7f090048;
public static final int secondary_text_default_material_light=0x7f090049;
public static final int secondary_text_disabled_material_dark=0x7f09004a;
public static final int secondary_text_disabled_material_light=0x7f09004b;
public static final int switch_thumb_disabled_material_dark=0x7f09004c;
public static final int switch_thumb_disabled_material_light=0x7f09004d;
public static final int switch_thumb_material_dark=0x7f090076;
public static final int switch_thumb_material_light=0x7f090077;
public static final int switch_thumb_normal_material_dark=0x7f09004e;
public static final int switch_thumb_normal_material_light=0x7f09004f;
}
public static final class dimen {
public static final int abc_action_bar_content_inset_material=0x7f0a0018;
public static final int abc_action_bar_content_inset_with_nav=0x7f0a0019;
public static final int abc_action_bar_default_height_material=0x7f0a000d;
public static final int abc_action_bar_default_padding_end_material=0x7f0a001a;
public static final int abc_action_bar_default_padding_start_material=0x7f0a001b;
public static final int abc_action_bar_elevation_material=0x7f0a0021;
public static final int abc_action_bar_icon_vertical_padding_material=0x7f0a0022;
public static final int abc_action_bar_overflow_padding_end_material=0x7f0a0023;
public static final int abc_action_bar_overflow_padding_start_material=0x7f0a0024;
public static final int abc_action_bar_progress_bar_size=0x7f0a000e;
public static final int abc_action_bar_stacked_max_height=0x7f0a0025;
public static final int abc_action_bar_stacked_tab_max_width=0x7f0a0026;
public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f0a0027;
public static final int abc_action_bar_subtitle_top_margin_material=0x7f0a0028;
public static final int abc_action_button_min_height_material=0x7f0a0029;
public static final int abc_action_button_min_width_material=0x7f0a002a;
public static final int abc_action_button_min_width_overflow_material=0x7f0a002b;
public static final int abc_alert_dialog_button_bar_height=0x7f0a000c;
public static final int abc_button_inset_horizontal_material=0x7f0a002c;
public static final int abc_button_inset_vertical_material=0x7f0a002d;
public static final int abc_button_padding_horizontal_material=0x7f0a002e;
public static final int abc_button_padding_vertical_material=0x7f0a002f;
public static final int abc_cascading_menus_min_smallest_width=0x7f0a0030;
public static final int abc_config_prefDialogWidth=0x7f0a0011;
public static final int abc_control_corner_material=0x7f0a0031;
public static final int abc_control_inset_material=0x7f0a0032;
public static final int abc_control_padding_material=0x7f0a0033;
public static final int abc_dialog_fixed_height_major=0x7f0a0012;
public static final int abc_dialog_fixed_height_minor=0x7f0a0013;
public static final int abc_dialog_fixed_width_major=0x7f0a0014;
public static final int abc_dialog_fixed_width_minor=0x7f0a0015;
public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f0a0034;
public static final int abc_dialog_list_padding_top_no_title=0x7f0a0035;
public static final int abc_dialog_min_width_major=0x7f0a0016;
public static final int abc_dialog_min_width_minor=0x7f0a0017;
public static final int abc_dialog_padding_material=0x7f0a0036;
public static final int abc_dialog_padding_top_material=0x7f0a0037;
public static final int abc_dialog_title_divider_material=0x7f0a0038;
public static final int abc_disabled_alpha_material_dark=0x7f0a0039;
public static final int abc_disabled_alpha_material_light=0x7f0a003a;
public static final int abc_dropdownitem_icon_width=0x7f0a003b;
public static final int abc_dropdownitem_text_padding_left=0x7f0a003c;
public static final int abc_dropdownitem_text_padding_right=0x7f0a003d;
public static final int abc_edit_text_inset_bottom_material=0x7f0a003e;
public static final int abc_edit_text_inset_horizontal_material=0x7f0a003f;
public static final int abc_edit_text_inset_top_material=0x7f0a0040;
public static final int abc_floating_window_z=0x7f0a0041;
public static final int abc_list_item_padding_horizontal_material=0x7f0a0042;
public static final int abc_panel_menu_list_width=0x7f0a0043;
public static final int abc_progress_bar_height_material=0x7f0a0044;
public static final int abc_search_view_preferred_height=0x7f0a0045;
public static final int abc_search_view_preferred_width=0x7f0a0046;
public static final int abc_seekbar_track_background_height_material=0x7f0a0047;
public static final int abc_seekbar_track_progress_height_material=0x7f0a0048;
public static final int abc_select_dialog_padding_start_material=0x7f0a0049;
public static final int abc_switch_padding=0x7f0a001d;
public static final int abc_text_size_body_1_material=0x7f0a004a;
public static final int abc_text_size_body_2_material=0x7f0a004b;
public static final int abc_text_size_button_material=0x7f0a004c;
public static final int abc_text_size_caption_material=0x7f0a004d;
public static final int abc_text_size_display_1_material=0x7f0a004e;
public static final int abc_text_size_display_2_material=0x7f0a004f;
public static final int abc_text_size_display_3_material=0x7f0a0050;
public static final int abc_text_size_display_4_material=0x7f0a0051;
public static final int abc_text_size_headline_material=0x7f0a0052;
public static final int abc_text_size_large_material=0x7f0a0053;
public static final int abc_text_size_medium_material=0x7f0a0054;
public static final int abc_text_size_menu_header_material=0x7f0a0055;
public static final int abc_text_size_menu_material=0x7f0a0056;
public static final int abc_text_size_small_material=0x7f0a0057;
public static final int abc_text_size_subhead_material=0x7f0a0058;
public static final int abc_text_size_subtitle_material_toolbar=0x7f0a000f;
public static final int abc_text_size_title_material=0x7f0a0059;
public static final int abc_text_size_title_material_toolbar=0x7f0a0010;
public static final int cardview_compat_inset_shadow=0x7f0a0009;
public static final int cardview_default_elevation=0x7f0a000a;
public static final int cardview_default_radius=0x7f0a000b;
public static final int design_appbar_elevation=0x7f0a0076;
public static final int design_bottom_navigation_active_item_max_width=0x7f0a0077;
public static final int design_bottom_navigation_active_text_size=0x7f0a0078;
public static final int design_bottom_navigation_elevation=0x7f0a0079;
public static final int design_bottom_navigation_height=0x7f0a007a;
public static final int design_bottom_navigation_item_max_width=0x7f0a007b;
public static final int design_bottom_navigation_item_min_width=0x7f0a007c;
public static final int design_bottom_navigation_margin=0x7f0a007d;
public static final int design_bottom_navigation_shadow_height=0x7f0a007e;
public static final int design_bottom_navigation_text_size=0x7f0a007f;
public static final int design_bottom_sheet_modal_elevation=0x7f0a0080;
public static final int design_bottom_sheet_peek_height_min=0x7f0a0081;
public static final int design_fab_border_width=0x7f0a0082;
public static final int design_fab_elevation=0x7f0a0083;
public static final int design_fab_image_size=0x7f0a0084;
public static final int design_fab_size_mini=0x7f0a0085;
public static final int design_fab_size_normal=0x7f0a0086;
public static final int design_fab_translation_z_pressed=0x7f0a0087;
public static final int design_navigation_elevation=0x7f0a0088;
public static final int design_navigation_icon_padding=0x7f0a0089;
public static final int design_navigation_icon_size=0x7f0a008a;
public static final int design_navigation_max_width=0x7f0a006e;
public static final int design_navigation_padding_bottom=0x7f0a008b;
public static final int design_navigation_separator_vertical_padding=0x7f0a008c;
public static final int design_snackbar_action_inline_max_width=0x7f0a006f;
public static final int design_snackbar_background_corner_radius=0x7f0a0070;
public static final int design_snackbar_elevation=0x7f0a008d;
public static final int design_snackbar_extra_spacing_horizontal=0x7f0a0071;
public static final int design_snackbar_max_width=0x7f0a0072;
public static final int design_snackbar_min_width=0x7f0a0073;
public static final int design_snackbar_padding_horizontal=0x7f0a008e;
public static final int design_snackbar_padding_vertical=0x7f0a008f;
public static final int design_snackbar_padding_vertical_2lines=0x7f0a0074;
public static final int design_snackbar_text_size=0x7f0a0090;
public static final int design_tab_max_width=0x7f0a0091;
public static final int design_tab_scrollable_min_width=0x7f0a0075;
public static final int design_tab_text_size=0x7f0a0092;
public static final int design_tab_text_size_2line=0x7f0a0093;
public static final int disabled_alpha_material_dark=0x7f0a005a;
public static final int disabled_alpha_material_light=0x7f0a005b;
public static final int highlight_alpha_material_colored=0x7f0a005c;
public static final int highlight_alpha_material_dark=0x7f0a005d;
public static final int highlight_alpha_material_light=0x7f0a005e;
public static final int hint_alpha_material_dark=0x7f0a005f;
public static final int hint_alpha_material_light=0x7f0a0060;
public static final int hint_pressed_alpha_material_dark=0x7f0a0061;
public static final int hint_pressed_alpha_material_light=0x7f0a0062;
public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f0a0000;
public static final int item_touch_helper_swipe_escape_max_velocity=0x7f0a0001;
public static final int item_touch_helper_swipe_escape_velocity=0x7f0a0002;
public static final int mr_controller_volume_group_list_item_height=0x7f0a0003;
public static final int mr_controller_volume_group_list_item_icon_size=0x7f0a0004;
public static final int mr_controller_volume_group_list_max_height=0x7f0a0005;
public static final int mr_controller_volume_group_list_padding_top=0x7f0a0008;
public static final int mr_dialog_fixed_width_major=0x7f0a0006;
public static final int mr_dialog_fixed_width_minor=0x7f0a0007;
public static final int notification_action_icon_size=0x7f0a0063;
public static final int notification_action_text_size=0x7f0a0064;
public static final int notification_big_circle_margin=0x7f0a0065;
public static final int notification_content_margin_start=0x7f0a001e;
public static final int notification_large_icon_height=0x7f0a0066;
public static final int notification_large_icon_width=0x7f0a0067;
public static final int notification_main_column_padding_top=0x7f0a001f;
public static final int notification_media_narrow_margin=0x7f0a0020;
public static final int notification_right_icon_size=0x7f0a0068;
public static final int notification_right_side_padding_top=0x7f0a001c;
public static final int notification_small_icon_background_padding=0x7f0a0069;
public static final int notification_small_icon_size_as_large=0x7f0a006a;
public static final int notification_subtext_size=0x7f0a006b;
public static final int notification_top_pad=0x7f0a006c;
public static final int notification_top_pad_large_text=0x7f0a006d;
}
public static final class drawable {
public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
public static final int abc_action_bar_item_background_material=0x7f020001;
public static final int abc_btn_borderless_material=0x7f020002;
public static final int abc_btn_check_material=0x7f020003;
public static final int abc_btn_check_to_on_mtrl_000=0x7f020004;
public static final int abc_btn_check_to_on_mtrl_015=0x7f020005;
public static final int abc_btn_colored_material=0x7f020006;
public static final int abc_btn_default_mtrl_shape=0x7f020007;
public static final int abc_btn_radio_material=0x7f020008;
public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009;
public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a;
public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b;
public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c;
public static final int abc_cab_background_internal_bg=0x7f02000d;
public static final int abc_cab_background_top_material=0x7f02000e;
public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f;
public static final int abc_control_background_material=0x7f020010;
public static final int abc_dialog_material_background=0x7f020011;
public static final int abc_edit_text_material=0x7f020012;
public static final int abc_ic_ab_back_material=0x7f020013;
public static final int abc_ic_arrow_drop_right_black_24dp=0x7f020014;
public static final int abc_ic_clear_material=0x7f020015;
public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020016;
public static final int abc_ic_go_search_api_material=0x7f020017;
public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020018;
public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020019;
public static final int abc_ic_menu_overflow_material=0x7f02001a;
public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001b;
public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001c;
public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001d;
public static final int abc_ic_search_api_material=0x7f02001e;
public static final int abc_ic_star_black_16dp=0x7f02001f;
public static final int abc_ic_star_black_36dp=0x7f020020;
public static final int abc_ic_star_black_48dp=0x7f020021;
public static final int abc_ic_star_half_black_16dp=0x7f020022;
public static final int abc_ic_star_half_black_36dp=0x7f020023;
public static final int abc_ic_star_half_black_48dp=0x7f020024;
public static final int abc_ic_voice_search_api_material=0x7f020025;
public static final int abc_item_background_holo_dark=0x7f020026;
public static final int abc_item_background_holo_light=0x7f020027;
public static final int abc_list_divider_mtrl_alpha=0x7f020028;
public static final int abc_list_focused_holo=0x7f020029;
public static final int abc_list_longpressed_holo=0x7f02002a;
public static final int abc_list_pressed_holo_dark=0x7f02002b;
public static final int abc_list_pressed_holo_light=0x7f02002c;
public static final int abc_list_selector_background_transition_holo_dark=0x7f02002d;
public static final int abc_list_selector_background_transition_holo_light=0x7f02002e;
public static final int abc_list_selector_disabled_holo_dark=0x7f02002f;
public static final int abc_list_selector_disabled_holo_light=0x7f020030;
public static final int abc_list_selector_holo_dark=0x7f020031;
public static final int abc_list_selector_holo_light=0x7f020032;
public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020033;
public static final int abc_popup_background_mtrl_mult=0x7f020034;
public static final int abc_ratingbar_indicator_material=0x7f020035;
public static final int abc_ratingbar_material=0x7f020036;
public static final int abc_ratingbar_small_material=0x7f020037;
public static final int abc_scrubber_control_off_mtrl_alpha=0x7f020038;
public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039;
public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a;
public static final int abc_scrubber_primary_mtrl_alpha=0x7f02003b;
public static final int abc_scrubber_track_mtrl_alpha=0x7f02003c;
public static final int abc_seekbar_thumb_material=0x7f02003d;
public static final int abc_seekbar_tick_mark_material=0x7f02003e;
public static final int abc_seekbar_track_material=0x7f02003f;
public static final int abc_spinner_mtrl_am_alpha=0x7f020040;
public static final int abc_spinner_textfield_background_material=0x7f020041;
public static final int abc_switch_thumb_material=0x7f020042;
public static final int abc_switch_track_mtrl_alpha=0x7f020043;
public static final int abc_tab_indicator_material=0x7f020044;
public static final int abc_tab_indicator_mtrl_alpha=0x7f020045;
public static final int abc_text_cursor_material=0x7f020046;
public static final int abc_text_select_handle_left_mtrl_dark=0x7f020047;
public static final int abc_text_select_handle_left_mtrl_light=0x7f020048;
public static final int abc_text_select_handle_middle_mtrl_dark=0x7f020049;
public static final int abc_text_select_handle_middle_mtrl_light=0x7f02004a;
public static final int abc_text_select_handle_right_mtrl_dark=0x7f02004b;
public static final int abc_text_select_handle_right_mtrl_light=0x7f02004c;
public static final int abc_textfield_activated_mtrl_alpha=0x7f02004d;
public static final int abc_textfield_default_mtrl_alpha=0x7f02004e;
public static final int abc_textfield_search_activated_mtrl_alpha=0x7f02004f;
public static final int abc_textfield_search_default_mtrl_alpha=0x7f020050;
public static final int abc_textfield_search_material=0x7f020051;
public static final int abc_vector_test=0x7f020052;
public static final int avd_hide_password=0x7f020053;
public static final int avd_hide_password_1=0x7f020138;
public static final int avd_hide_password_2=0x7f020139;
public static final int avd_hide_password_3=0x7f02013a;
public static final int avd_show_password=0x7f020054;
public static final int avd_show_password_1=0x7f02013b;
public static final int avd_show_password_2=0x7f02013c;
public static final int avd_show_password_3=0x7f02013d;
public static final int common_full_open_on_phone=0x7f020055;
public static final int common_google_signin_btn_icon_dark=0x7f020056;
public static final int common_google_signin_btn_icon_dark_disabled=0x7f020057;
public static final int common_google_signin_btn_icon_dark_focused=0x7f020058;
public static final int common_google_signin_btn_icon_dark_normal=0x7f020059;
public static final int common_google_signin_btn_icon_dark_pressed=0x7f02005a;
public static final int common_google_signin_btn_icon_light=0x7f02005b;
public static final int common_google_signin_btn_icon_light_disabled=0x7f02005c;
public static final int common_google_signin_btn_icon_light_focused=0x7f02005d;
public static final int common_google_signin_btn_icon_light_normal=0x7f02005e;
public static final int common_google_signin_btn_icon_light_pressed=0x7f02005f;
public static final int common_google_signin_btn_text_dark=0x7f020060;
public static final int common_google_signin_btn_text_dark_disabled=0x7f020061;
public static final int common_google_signin_btn_text_dark_focused=0x7f020062;
public static final int common_google_signin_btn_text_dark_normal=0x7f020063;
public static final int common_google_signin_btn_text_dark_pressed=0x7f020064;
public static final int common_google_signin_btn_text_light=0x7f020065;
public static final int common_google_signin_btn_text_light_disabled=0x7f020066;
public static final int common_google_signin_btn_text_light_focused=0x7f020067;
public static final int common_google_signin_btn_text_light_normal=0x7f020068;
public static final int common_google_signin_btn_text_light_pressed=0x7f020069;
public static final int common_ic_googleplayservices=0x7f02006a;
public static final int common_plus_signin_btn_icon_dark=0x7f02006b;
public static final int common_plus_signin_btn_icon_dark_disabled=0x7f02006c;
public static final int common_plus_signin_btn_icon_dark_focused=0x7f02006d;
public static final int common_plus_signin_btn_icon_dark_normal=0x7f02006e;
public static final int common_plus_signin_btn_icon_dark_pressed=0x7f02006f;
public static final int common_plus_signin_btn_icon_light=0x7f020070;
public static final int common_plus_signin_btn_icon_light_disabled=0x7f020071;
public static final int common_plus_signin_btn_icon_light_focused=0x7f020072;
public static final int common_plus_signin_btn_icon_light_normal=0x7f020073;
public static final int common_plus_signin_btn_icon_light_pressed=0x7f020074;
public static final int common_plus_signin_btn_text_dark=0x7f020075;
public static final int common_plus_signin_btn_text_dark_disabled=0x7f020076;
public static final int common_plus_signin_btn_text_dark_focused=0x7f020077;
public static final int common_plus_signin_btn_text_dark_normal=0x7f020078;
public static final int common_plus_signin_btn_text_dark_pressed=0x7f020079;
public static final int common_plus_signin_btn_text_light=0x7f02007a;
public static final int common_plus_signin_btn_text_light_disabled=0x7f02007b;
public static final int common_plus_signin_btn_text_light_focused=0x7f02007c;
public static final int common_plus_signin_btn_text_light_normal=0x7f02007d;
public static final int common_plus_signin_btn_text_light_pressed=0x7f02007e;
public static final int design_bottom_navigation_item_background=0x7f02007f;
public static final int design_fab_background=0x7f020080;
public static final int design_ic_visibility=0x7f020081;
public static final int design_ic_visibility_off=0x7f020082;
public static final int design_password_eye=0x7f020083;
public static final int design_snackbar_background=0x7f020084;
public static final int ic_audiotrack_dark=0x7f020085;
public static final int ic_audiotrack_light=0x7f020086;
public static final int ic_dialog_close_dark=0x7f020087;
public static final int ic_dialog_close_light=0x7f020088;
public static final int ic_group_collapse_00=0x7f020089;
public static final int ic_group_collapse_01=0x7f02008a;
public static final int ic_group_collapse_02=0x7f02008b;
public static final int ic_group_collapse_03=0x7f02008c;
public static final int ic_group_collapse_04=0x7f02008d;
public static final int ic_group_collapse_05=0x7f02008e;
public static final int ic_group_collapse_06=0x7f02008f;
public static final int ic_group_collapse_07=0x7f020090;
public static final int ic_group_collapse_08=0x7f020091;
public static final int ic_group_collapse_09=0x7f020092;
public static final int ic_group_collapse_10=0x7f020093;
public static final int ic_group_collapse_11=0x7f020094;
public static final int ic_group_collapse_12=0x7f020095;
public static final int ic_group_collapse_13=0x7f020096;
public static final int ic_group_collapse_14=0x7f020097;
public static final int ic_group_collapse_15=0x7f020098;
public static final int ic_group_expand_00=0x7f020099;
public static final int ic_group_expand_01=0x7f02009a;
public static final int ic_group_expand_02=0x7f02009b;
public static final int ic_group_expand_03=0x7f02009c;
public static final int ic_group_expand_04=0x7f02009d;
public static final int ic_group_expand_05=0x7f02009e;
public static final int ic_group_expand_06=0x7f02009f;
public static final int ic_group_expand_07=0x7f0200a0;
public static final int ic_group_expand_08=0x7f0200a1;
public static final int ic_group_expand_09=0x7f0200a2;
public static final int ic_group_expand_10=0x7f0200a3;
public static final int ic_group_expand_11=0x7f0200a4;
public static final int ic_group_expand_12=0x7f0200a5;
public static final int ic_group_expand_13=0x7f0200a6;
public static final int ic_group_expand_14=0x7f0200a7;
public static final int ic_group_expand_15=0x7f0200a8;
public static final int ic_media_pause_dark=0x7f0200a9;
public static final int ic_media_pause_light=0x7f0200aa;
public static final int ic_media_play_dark=0x7f0200ab;
public static final int ic_media_play_light=0x7f0200ac;
public static final int ic_media_stop_dark=0x7f0200ad;
public static final int ic_media_stop_light=0x7f0200ae;
public static final int ic_mr_button_connected_00_dark=0x7f0200af;
public static final int ic_mr_button_connected_00_light=0x7f0200b0;
public static final int ic_mr_button_connected_01_dark=0x7f0200b1;
public static final int ic_mr_button_connected_01_light=0x7f0200b2;
public static final int ic_mr_button_connected_02_dark=0x7f0200b3;
public static final int ic_mr_button_connected_02_light=0x7f0200b4;
public static final int ic_mr_button_connected_03_dark=0x7f0200b5;
public static final int ic_mr_button_connected_03_light=0x7f0200b6;
public static final int ic_mr_button_connected_04_dark=0x7f0200b7;
public static final int ic_mr_button_connected_04_light=0x7f0200b8;
public static final int ic_mr_button_connected_05_dark=0x7f0200b9;
public static final int ic_mr_button_connected_05_light=0x7f0200ba;
public static final int ic_mr_button_connected_06_dark=0x7f0200bb;
public static final int ic_mr_button_connected_06_light=0x7f0200bc;
public static final int ic_mr_button_connected_07_dark=0x7f0200bd;
public static final int ic_mr_button_connected_07_light=0x7f0200be;
public static final int ic_mr_button_connected_08_dark=0x7f0200bf;
public static final int ic_mr_button_connected_08_light=0x7f0200c0;
public static final int ic_mr_button_connected_09_dark=0x7f0200c1;
public static final int ic_mr_button_connected_09_light=0x7f0200c2;
public static final int ic_mr_button_connected_10_dark=0x7f0200c3;
public static final int ic_mr_button_connected_10_light=0x7f0200c4;
public static final int ic_mr_button_connected_11_dark=0x7f0200c5;
public static final int ic_mr_button_connected_11_light=0x7f0200c6;
public static final int ic_mr_button_connected_12_dark=0x7f0200c7;
public static final int ic_mr_button_connected_12_light=0x7f0200c8;
public static final int ic_mr_button_connected_13_dark=0x7f0200c9;
public static final int ic_mr_button_connected_13_light=0x7f0200ca;
public static final int ic_mr_button_connected_14_dark=0x7f0200cb;
public static final int ic_mr_button_connected_14_light=0x7f0200cc;
public static final int ic_mr_button_connected_15_dark=0x7f0200cd;
public static final int ic_mr_button_connected_15_light=0x7f0200ce;
public static final int ic_mr_button_connected_16_dark=0x7f0200cf;
public static final int ic_mr_button_connected_16_light=0x7f0200d0;
public static final int ic_mr_button_connected_17_dark=0x7f0200d1;
public static final int ic_mr_button_connected_17_light=0x7f0200d2;
public static final int ic_mr_button_connected_18_dark=0x7f0200d3;
public static final int ic_mr_button_connected_18_light=0x7f0200d4;
public static final int ic_mr_button_connected_19_dark=0x7f0200d5;
public static final int ic_mr_button_connected_19_light=0x7f0200d6;
public static final int ic_mr_button_connected_20_dark=0x7f0200d7;
public static final int ic_mr_button_connected_20_light=0x7f0200d8;
public static final int ic_mr_button_connected_21_dark=0x7f0200d9;
public static final int ic_mr_button_connected_21_light=0x7f0200da;
public static final int ic_mr_button_connected_22_dark=0x7f0200db;
public static final int ic_mr_button_connected_22_light=0x7f0200dc;
public static final int ic_mr_button_connecting_00_dark=0x7f0200dd;
public static final int ic_mr_button_connecting_00_light=0x7f0200de;
public static final int ic_mr_button_connecting_01_dark=0x7f0200df;
public static final int ic_mr_button_connecting_01_light=0x7f0200e0;
public static final int ic_mr_button_connecting_02_dark=0x7f0200e1;
public static final int ic_mr_button_connecting_02_light=0x7f0200e2;
public static final int ic_mr_button_connecting_03_dark=0x7f0200e3;
public static final int ic_mr_button_connecting_03_light=0x7f0200e4;
public static final int ic_mr_button_connecting_04_dark=0x7f0200e5;
public static final int ic_mr_button_connecting_04_light=0x7f0200e6;
public static final int ic_mr_button_connecting_05_dark=0x7f0200e7;
public static final int ic_mr_button_connecting_05_light=0x7f0200e8;
public static final int ic_mr_button_connecting_06_dark=0x7f0200e9;
public static final int ic_mr_button_connecting_06_light=0x7f0200ea;
public static final int ic_mr_button_connecting_07_dark=0x7f0200eb;
public static final int ic_mr_button_connecting_07_light=0x7f0200ec;
public static final int ic_mr_button_connecting_08_dark=0x7f0200ed;
public static final int ic_mr_button_connecting_08_light=0x7f0200ee;
public static final int ic_mr_button_connecting_09_dark=0x7f0200ef;
public static final int ic_mr_button_connecting_09_light=0x7f0200f0;
public static final int ic_mr_button_connecting_10_dark=0x7f0200f1;
public static final int ic_mr_button_connecting_10_light=0x7f0200f2;
public static final int ic_mr_button_connecting_11_dark=0x7f0200f3;
public static final int ic_mr_button_connecting_11_light=0x7f0200f4;
public static final int ic_mr_button_connecting_12_dark=0x7f0200f5;
public static final int ic_mr_button_connecting_12_light=0x7f0200f6;
public static final int ic_mr_button_connecting_13_dark=0x7f0200f7;
public static final int ic_mr_button_connecting_13_light=0x7f0200f8;
public static final int ic_mr_button_connecting_14_dark=0x7f0200f9;
public static final int ic_mr_button_connecting_14_light=0x7f0200fa;
public static final int ic_mr_button_connecting_15_dark=0x7f0200fb;
public static final int ic_mr_button_connecting_15_light=0x7f0200fc;
public static final int ic_mr_button_connecting_16_dark=0x7f0200fd;
public static final int ic_mr_button_connecting_16_light=0x7f0200fe;
public static final int ic_mr_button_connecting_17_dark=0x7f0200ff;
public static final int ic_mr_button_connecting_17_light=0x7f020100;
public static final int ic_mr_button_connecting_18_dark=0x7f020101;
public static final int ic_mr_button_connecting_18_light=0x7f020102;
public static final int ic_mr_button_connecting_19_dark=0x7f020103;
public static final int ic_mr_button_connecting_19_light=0x7f020104;
public static final int ic_mr_button_connecting_20_dark=0x7f020105;
public static final int ic_mr_button_connecting_20_light=0x7f020106;
public static final int ic_mr_button_connecting_21_dark=0x7f020107;
public static final int ic_mr_button_connecting_21_light=0x7f020108;
public static final int ic_mr_button_connecting_22_dark=0x7f020109;
public static final int ic_mr_button_connecting_22_light=0x7f02010a;
public static final int ic_mr_button_disabled_dark=0x7f02010b;
public static final int ic_mr_button_disabled_light=0x7f02010c;
public static final int ic_mr_button_disconnected_dark=0x7f02010d;
public static final int ic_mr_button_disconnected_light=0x7f02010e;
public static final int ic_mr_button_grey=0x7f02010f;
public static final int ic_vol_type_speaker_dark=0x7f020110;
public static final int ic_vol_type_speaker_group_dark=0x7f020111;
public static final int ic_vol_type_speaker_group_light=0x7f020112;
public static final int ic_vol_type_speaker_light=0x7f020113;
public static final int ic_vol_type_tv_dark=0x7f020114;
public static final int ic_vol_type_tv_light=0x7f020115;
public static final int icon=0x7f020116;
public static final int mr_button_connected_dark=0x7f020117;
public static final int mr_button_connected_light=0x7f020118;
public static final int mr_button_connecting_dark=0x7f020119;
public static final int mr_button_connecting_light=0x7f02011a;
public static final int mr_button_dark=0x7f02011b;
public static final int mr_button_light=0x7f02011c;
public static final int mr_dialog_close_dark=0x7f02011d;
public static final int mr_dialog_close_light=0x7f02011e;
public static final int mr_dialog_material_background_dark=0x7f02011f;
public static final int mr_dialog_material_background_light=0x7f020120;
public static final int mr_group_collapse=0x7f020121;
public static final int mr_group_expand=0x7f020122;
public static final int mr_media_pause_dark=0x7f020123;
public static final int mr_media_pause_light=0x7f020124;
public static final int mr_media_play_dark=0x7f020125;
public static final int mr_media_play_light=0x7f020126;
public static final int mr_media_stop_dark=0x7f020127;
public static final int mr_media_stop_light=0x7f020128;
public static final int mr_vol_type_audiotrack_dark=0x7f020129;
public static final int mr_vol_type_audiotrack_light=0x7f02012a;
public static final int navigation_empty_icon=0x7f02012b;
public static final int notification_action_background=0x7f02012c;
public static final int notification_bg=0x7f02012d;
public static final int notification_bg_low=0x7f02012e;
public static final int notification_bg_low_normal=0x7f02012f;
public static final int notification_bg_low_pressed=0x7f020130;
public static final int notification_bg_normal=0x7f020131;
public static final int notification_bg_normal_pressed=0x7f020132;
public static final int notification_icon_background=0x7f020133;
public static final int notification_template_icon_bg=0x7f020136;
public static final int notification_template_icon_low_bg=0x7f020137;
public static final int notification_tile_bg=0x7f020134;
public static final int notify_panel_notification_icon_bg=0x7f020135;
}
public static final class id {
public static final int action0=0x7f0b00a6;
public static final int action_bar=0x7f0b006e;
public static final int action_bar_activity_content=0x7f0b0001;
public static final int action_bar_container=0x7f0b006d;
public static final int action_bar_root=0x7f0b0069;
public static final int action_bar_spinner=0x7f0b0002;
public static final int action_bar_subtitle=0x7f0b004c;
public static final int action_bar_title=0x7f0b004b;
public static final int action_container=0x7f0b00a3;
public static final int action_context_bar=0x7f0b006f;
public static final int action_divider=0x7f0b00aa;
public static final int action_image=0x7f0b00a4;
public static final int action_menu_divider=0x7f0b0003;
public static final int action_menu_presenter=0x7f0b0004;
public static final int action_mode_bar=0x7f0b006b;
public static final int action_mode_bar_stub=0x7f0b006a;
public static final int action_mode_close_button=0x7f0b004d;
public static final int action_text=0x7f0b00a5;
public static final int actions=0x7f0b00b3;
public static final int activity_chooser_view_content=0x7f0b004e;
public static final int add=0x7f0b0024;
public static final int adjust_height=0x7f0b0014;
public static final int adjust_width=0x7f0b0015;
public static final int alertTitle=0x7f0b0062;
public static final int all=0x7f0b0047;
public static final int always=0x7f0b002e;
public static final int auto=0x7f0b0019;
public static final int beginning=0x7f0b002b;
public static final int bottom=0x7f0b0033;
public static final int buttonPanel=0x7f0b0055;
public static final int cancel_action=0x7f0b00a7;
public static final int center=0x7f0b003a;
public static final int center_horizontal=0x7f0b003b;
public static final int center_vertical=0x7f0b003c;
public static final int checkbox=0x7f0b0065;
public static final int chronometer=0x7f0b00af;
public static final int clip_horizontal=0x7f0b0043;
public static final int clip_vertical=0x7f0b0044;
public static final int collapseActionView=0x7f0b002f;
public static final int contentFrame=0x7f0b00bc;
public static final int contentPanel=0x7f0b0058;
public static final int custom=0x7f0b005f;
public static final int customPanel=0x7f0b005e;
public static final int dark=0x7f0b001a;
public static final int decor_content_parent=0x7f0b006c;
public static final int default_activity_button=0x7f0b0051;
public static final int design_bottom_sheet=0x7f0b0080;
public static final int design_menu_item_action_area=0x7f0b0087;
public static final int design_menu_item_action_area_stub=0x7f0b0086;
public static final int design_menu_item_text=0x7f0b0085;
public static final int design_navigation_view=0x7f0b0084;
public static final int disableHome=0x7f0b001e;
public static final int edit_query=0x7f0b0070;
public static final int end=0x7f0b002c;
public static final int end_padder=0x7f0b00b9;
public static final int enterAlways=0x7f0b0035;
public static final int enterAlwaysCollapsed=0x7f0b0036;
public static final int exitUntilCollapsed=0x7f0b0037;
public static final int expand_activities_button=0x7f0b004f;
public static final int expanded_menu=0x7f0b0064;
public static final int fill=0x7f0b0045;
public static final int fill_horizontal=0x7f0b0046;
public static final int fill_vertical=0x7f0b003d;
public static final int fixed=0x7f0b0049;
public static final int home=0x7f0b0005;
public static final int homeAsUp=0x7f0b001f;
public static final int hybrid=0x7f0b000f;
public static final int icon=0x7f0b0053;
public static final int icon_group=0x7f0b00b4;
public static final int icon_only=0x7f0b0016;
public static final int ifRoom=0x7f0b0030;
public static final int image=0x7f0b0050;
public static final int info=0x7f0b00b0;
public static final int item_touch_helper_previous_elevation=0x7f0b0000;
public static final int largeLabel=0x7f0b007e;
public static final int left=0x7f0b003e;
public static final int light=0x7f0b001b;
public static final int line1=0x7f0b00b5;
public static final int line3=0x7f0b00b7;
public static final int listMode=0x7f0b001c;
public static final int list_item=0x7f0b0052;
public static final int masked=0x7f0b00be;
public static final int media_actions=0x7f0b00a9;
public static final int middle=0x7f0b002d;
public static final int mini=0x7f0b0048;
public static final int mr_art=0x7f0b0095;
public static final int mr_chooser_list=0x7f0b008a;
public static final int mr_chooser_route_desc=0x7f0b008d;
public static final int mr_chooser_route_icon=0x7f0b008b;
public static final int mr_chooser_route_name=0x7f0b008c;
public static final int mr_chooser_title=0x7f0b0089;
public static final int mr_close=0x7f0b0092;
public static final int mr_control_divider=0x7f0b0098;
public static final int mr_control_playback_ctrl=0x7f0b009e;
public static final int mr_control_subtitle=0x7f0b00a1;
public static final int mr_control_title=0x7f0b00a0;
public static final int mr_control_title_container=0x7f0b009f;
public static final int mr_custom_control=0x7f0b0093;
public static final int mr_default_control=0x7f0b0094;
public static final int mr_dialog_area=0x7f0b008f;
public static final int mr_expandable_area=0x7f0b008e;
public static final int mr_group_expand_collapse=0x7f0b00a2;
public static final int mr_media_main_control=0x7f0b0096;
public static final int mr_name=0x7f0b0091;
public static final int mr_playback_control=0x7f0b0097;
public static final int mr_title_bar=0x7f0b0090;
public static final int mr_volume_control=0x7f0b0099;
public static final int mr_volume_group_list=0x7f0b009a;
public static final int mr_volume_item_icon=0x7f0b009c;
public static final int mr_volume_slider=0x7f0b009d;
public static final int multiply=0x7f0b0025;
public static final int navigation_header_container=0x7f0b0083;
public static final int never=0x7f0b0031;
public static final int none=0x7f0b0010;
public static final int normal=0x7f0b0011;
public static final int notification_background=0x7f0b00b2;
public static final int notification_main_column=0x7f0b00ac;
public static final int notification_main_column_container=0x7f0b00ab;
public static final int parallax=0x7f0b0041;
public static final int parentPanel=0x7f0b0057;
public static final int pin=0x7f0b0042;
public static final int progress_circular=0x7f0b0006;
public static final int progress_horizontal=0x7f0b0007;
public static final int radio=0x7f0b0067;
public static final int right=0x7f0b003f;
public static final int right_icon=0x7f0b00b1;
public static final int right_side=0x7f0b00ad;
public static final int satellite=0x7f0b0012;
public static final int screen=0x7f0b0026;
public static final int scroll=0x7f0b0038;
public static final int scrollIndicatorDown=0x7f0b005d;
public static final int scrollIndicatorUp=0x7f0b0059;
public static final int scrollView=0x7f0b005a;
public static final int scrollable=0x7f0b004a;
public static final int search_badge=0x7f0b0072;
public static final int search_bar=0x7f0b0071;
public static final int search_button=0x7f0b0073;
public static final int search_close_btn=0x7f0b0078;
public static final int search_edit_frame=0x7f0b0074;
public static final int search_go_btn=0x7f0b007a;
public static final int search_mag_icon=0x7f0b0075;
public static final int search_plate=0x7f0b0076;
public static final int search_src_text=0x7f0b0077;
public static final int search_voice_btn=0x7f0b007b;
public static final int select_dialog_listview=0x7f0b007c;
public static final int shortcut=0x7f0b0066;
public static final int showCustom=0x7f0b0020;
public static final int showHome=0x7f0b0021;
public static final int showTitle=0x7f0b0022;
public static final int sliding_tabs=0x7f0b00ba;
public static final int smallLabel=0x7f0b007d;
public static final int snackbar_action=0x7f0b0082;
public static final int snackbar_text=0x7f0b0081;
public static final int snap=0x7f0b0039;
public static final int spacer=0x7f0b0056;
public static final int split_action_bar=0x7f0b0008;
public static final int src_atop=0x7f0b0027;
public static final int src_in=0x7f0b0028;
public static final int src_over=0x7f0b0029;
public static final int standard=0x7f0b0017;
public static final int start=0x7f0b0040;
public static final int status_bar_latest_event_content=0x7f0b00a8;
public static final int submenuarrow=0x7f0b0068;
public static final int submit_area=0x7f0b0079;
public static final int tabMode=0x7f0b001d;
public static final int terrain=0x7f0b0013;
public static final int text=0x7f0b00b8;
public static final int text2=0x7f0b00b6;
public static final int textSpacerNoButtons=0x7f0b005c;
public static final int textSpacerNoTitle=0x7f0b005b;
public static final int text_input_password_toggle=0x7f0b0088;
public static final int textinput_counter=0x7f0b000c;
public static final int textinput_error=0x7f0b000d;
public static final int time=0x7f0b00ae;
public static final int title=0x7f0b0054;
public static final int titleDividerNoCustom=0x7f0b0063;
public static final int title_template=0x7f0b0061;
public static final int toolbar=0x7f0b00bb;
public static final int top=0x7f0b0034;
public static final int topPanel=0x7f0b0060;
public static final int touch_outside=0x7f0b007f;
public static final int transition_current_scene=0x7f0b000a;
public static final int transition_scene_layoutid_cache=0x7f0b000b;
public static final int up=0x7f0b0009;
public static final int useLogo=0x7f0b0023;
public static final int view_offset_helper=0x7f0b000e;
public static final int visible=0x7f0b00bd;
public static final int volume_item_container=0x7f0b009b;
public static final int wide=0x7f0b0018;
public static final int withText=0x7f0b0032;
public static final int wrap_content=0x7f0b002a;
}
public static final class integer {
public static final int abc_config_activityDefaultDur=0x7f080004;
public static final int abc_config_activityShortDur=0x7f080005;
public static final int app_bar_elevation_anim_duration=0x7f080009;
public static final int bottom_sheet_slide_duration=0x7f08000a;
public static final int cancel_button_image_alpha=0x7f080006;
public static final int design_snackbar_text_max_lines=0x7f080008;
public static final int google_play_services_version=0x7f080000;
public static final int hide_password_duration=0x7f08000b;
public static final int mr_controller_volume_group_list_animation_duration_ms=0x7f080001;
public static final int mr_controller_volume_group_list_fade_in_duration_ms=0x7f080002;
public static final int mr_controller_volume_group_list_fade_out_duration_ms=0x7f080003;
public static final int show_password_duration=0x7f08000c;
public static final int status_bar_notification_info_maxnum=0x7f080007;
}
public static final class interpolator {
public static final int mr_fast_out_slow_in=0x7f060000;
public static final int mr_linear_out_slow_in=0x7f060001;
}
public static final class layout {
public static final int abc_action_bar_title_item=0x7f030000;
public static final int abc_action_bar_up_container=0x7f030001;
public static final int abc_action_bar_view_list_nav_layout=0x7f030002;
public static final int abc_action_menu_item_layout=0x7f030003;
public static final int abc_action_menu_layout=0x7f030004;
public static final int abc_action_mode_bar=0x7f030005;
public static final int abc_action_mode_close_item_material=0x7f030006;
public static final int abc_activity_chooser_view=0x7f030007;
public static final int abc_activity_chooser_view_list_item=0x7f030008;
public static final int abc_alert_dialog_button_bar_material=0x7f030009;
public static final int abc_alert_dialog_material=0x7f03000a;
public static final int abc_alert_dialog_title_material=0x7f03000b;
public static final int abc_dialog_title_material=0x7f03000c;
public static final int abc_expanded_menu_layout=0x7f03000d;
public static final int abc_list_menu_item_checkbox=0x7f03000e;
public static final int abc_list_menu_item_icon=0x7f03000f;
public static final int abc_list_menu_item_layout=0x7f030010;
public static final int abc_list_menu_item_radio=0x7f030011;
public static final int abc_popup_menu_header_item_layout=0x7f030012;
public static final int abc_popup_menu_item_layout=0x7f030013;
public static final int abc_screen_content_include=0x7f030014;
public static final int abc_screen_simple=0x7f030015;
public static final int abc_screen_simple_overlay_action_mode=0x7f030016;
public static final int abc_screen_toolbar=0x7f030017;
public static final int abc_search_dropdown_item_icons_2line=0x7f030018;
public static final int abc_search_view=0x7f030019;
public static final int abc_select_dialog_material=0x7f03001a;
public static final int design_bottom_navigation_item=0x7f03001b;
public static final int design_bottom_sheet_dialog=0x7f03001c;
public static final int design_layout_snackbar=0x7f03001d;
public static final int design_layout_snackbar_include=0x7f03001e;
public static final int design_layout_tab_icon=0x7f03001f;
public static final int design_layout_tab_text=0x7f030020;
public static final int design_menu_item_action_area=0x7f030021;
public static final int design_navigation_item=0x7f030022;
public static final int design_navigation_item_header=0x7f030023;
public static final int design_navigation_item_separator=0x7f030024;
public static final int design_navigation_item_subheader=0x7f030025;
public static final int design_navigation_menu=0x7f030026;
public static final int design_navigation_menu_item=0x7f030027;
public static final int design_text_input_password_icon=0x7f030028;
public static final int mr_chooser_dialog=0x7f030029;
public static final int mr_chooser_list_item=0x7f03002a;
public static final int mr_controller_material_dialog_b=0x7f03002b;
public static final int mr_controller_volume_item=0x7f03002c;
public static final int mr_playback_control=0x7f03002d;
public static final int mr_volume_control=0x7f03002e;
public static final int notification_action=0x7f03002f;
public static final int notification_action_tombstone=0x7f030030;
public static final int notification_media_action=0x7f030031;
public static final int notification_media_cancel_action=0x7f030032;
public static final int notification_template_big_media=0x7f030033;
public static final int notification_template_big_media_custom=0x7f030034;
public static final int notification_template_big_media_narrow=0x7f030035;
public static final int notification_template_big_media_narrow_custom=0x7f030036;
public static final int notification_template_custom_big=0x7f030037;
public static final int notification_template_icon_group=0x7f030038;
public static final int notification_template_lines_media=0x7f030039;
public static final int notification_template_media=0x7f03003a;
public static final int notification_template_media_custom=0x7f03003b;
public static final int notification_template_part_chronometer=0x7f03003c;
public static final int notification_template_part_time=0x7f03003d;
public static final int select_dialog_item_material=0x7f03003e;
public static final int select_dialog_multichoice_material=0x7f03003f;
public static final int select_dialog_singlechoice_material=0x7f030040;
public static final int support_simple_spinner_dropdown_item=0x7f030041;
public static final int tabbar=0x7f030042;
public static final int toolbar=0x7f030043;
public static final int zxingscanneractivitylayout=0x7f030044;
public static final int zxingscannerfragmentlayout=0x7f030045;
}
public static final class string {
public static final int ApplicationName=0x7f070020;
public static final int Hello=0x7f07001f;
public static final int abc_action_bar_home_description=0x7f070036;
public static final int abc_action_bar_home_description_format=0x7f070037;
public static final int abc_action_bar_home_subtitle_description_format=0x7f070038;
public static final int abc_action_bar_up_description=0x7f070039;
public static final int abc_action_menu_overflow_description=0x7f07003a;
public static final int abc_action_mode_done=0x7f07003b;
public static final int abc_activity_chooser_view_see_all=0x7f07003c;
public static final int abc_activitychooserview_choose_application=0x7f07003d;
public static final int abc_capital_off=0x7f07003e;
public static final int abc_capital_on=0x7f07003f;
public static final int abc_font_family_body_1_material=0x7f07004b;
public static final int abc_font_family_body_2_material=0x7f07004c;
public static final int abc_font_family_button_material=0x7f07004d;
public static final int abc_font_family_caption_material=0x7f07004e;
public static final int abc_font_family_display_1_material=0x7f07004f;
public static final int abc_font_family_display_2_material=0x7f070050;
public static final int abc_font_family_display_3_material=0x7f070051;
public static final int abc_font_family_display_4_material=0x7f070052;
public static final int abc_font_family_headline_material=0x7f070053;
public static final int abc_font_family_menu_material=0x7f070054;
public static final int abc_font_family_subhead_material=0x7f070055;
public static final int abc_font_family_title_material=0x7f070056;
public static final int abc_search_hint=0x7f070040;
public static final int abc_searchview_description_clear=0x7f070041;
public static final int abc_searchview_description_query=0x7f070042;
public static final int abc_searchview_description_search=0x7f070043;
public static final int abc_searchview_description_submit=0x7f070044;
public static final int abc_searchview_description_voice=0x7f070045;
public static final int abc_shareactionprovider_share_with=0x7f070046;
public static final int abc_shareactionprovider_share_with_application=0x7f070047;
public static final int abc_toolbar_collapse_description=0x7f070048;
public static final int appbar_scrolling_view_behavior=0x7f070057;
/** Brand name for Facebook [DO NOT TRANSLATE]
*/
public static final int auth_google_play_services_client_facebook_display_name=0x7f070001;
/** Brand name for Google [DO NOT TRANSLATE]
*/
public static final int auth_google_play_services_client_google_display_name=0x7f070000;
public static final int bottom_sheet_behavior=0x7f070058;
public static final int character_counter_pattern=0x7f070059;
/** Message in confirmation dialog informing the user that one of the APIs they attepmt to access is not available. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_api_unavailable_text=0x7f070018;
/** Button in confirmation dialog to enable Google Play services. Clicking it
will direct user to application settings of Google Play services where they
can enable it [CHAR LIMIT=40]
*/
public static final int common_google_play_services_enable_button=0x7f07000a;
/** Message in confirmation dialog informing user they need to enable
Google Play services in application settings [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_enable_text=0x7f070009;
/** Title of confirmation dialog informing user they need to enable
Google Play services in application settings [CHAR LIMIT=40]
*/
public static final int common_google_play_services_enable_title=0x7f070008;
/** Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40]
*/
public static final int common_google_play_services_install_button=0x7f070007;
/** (For phones) Message in confirmation dialog informing user that
they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_install_text_phone=0x7f070005;
/** (For tablets) Message in confirmation dialog informing user that
they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_install_text_tablet=0x7f070006;
/** Title of confirmation dialog informing user that they need to install
Google Play services (from Play Store) [CHAR LIMIT=40]
*/
public static final int common_google_play_services_install_title=0x7f070004;
/** Message in confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_invalid_account_text=0x7f070013;
/** Title of confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=40]
*/
public static final int common_google_play_services_invalid_account_title=0x7f070012;
/** Message in confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_network_error_text=0x7f070011;
/** Title of confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=40]
*/
public static final int common_google_play_services_network_error_title=0x7f070010;
/** Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42]
*/
public static final int common_google_play_services_notification_ticker=0x7f070003;
/** Message in confirmation dialog informing the user that their user profile could not use authenticated features. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_restricted_profile_text=0x7f07001c;
/** Title of confirmation dialog informing the user that their user profile could not use authenticated features. [CHAR LIMIT=40]
*/
public static final int common_google_play_services_restricted_profile_title=0x7f07001b;
/** Message in confirmation dialog informing the user that the account could not be signed in. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_sign_in_failed_text=0x7f07001a;
/** Title of confirmation dialog informing the user that the account could not be signed in. [CHAR LIMIT=40]
*/
public static final int common_google_play_services_sign_in_failed_title=0x7f070019;
/** Message in confirmation dialog informing user there is an unknown issue in Google Play
services [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_unknown_issue=0x7f070002;
/** Message in confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_unsupported_text=0x7f070015;
/** Title of confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=40]
*/
public static final int common_google_play_services_unsupported_title=0x7f070014;
/** Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40]
*/
public static final int common_google_play_services_update_button=0x7f070016;
/** Message in confirmation dialog informing user that they need to update
Google Play services (from Play Store) [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_update_text=0x7f07000c;
/** Title of confirmation dialog informing user that they need to update
Google Play services (from Play Store) [CHAR LIMIT=40]
*/
public static final int common_google_play_services_update_title=0x7f07000b;
/** Message in confirmation dialog informing user that Google Play services is currently
updating [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_updating_text=0x7f07000f;
/** Title of confirmation dialog informing user that Google Play services is currently
updating [CHAR LIMIT=40]
*/
public static final int common_google_play_services_updating_title=0x7f07000e;
/** Message in confirmation dialog informing user that their wearable devices'
Google Play services is not up-to-date and will be auto updated. [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_wear_update_text=0x7f07000d;
/** Label for an action to open a notifications content on the phone [CHAR LIMIT=25]
*/
public static final int common_open_on_phone=0x7f070017;
/** Sign-in button text [CHAR LIMIT=15]
*/
public static final int common_signin_button_text=0x7f07001d;
/** Long form sign-in button text [CHAR LIMIT=30]
*/
public static final int common_signin_button_text_long=0x7f07001e;
public static final int mr_button_content_description=0x7f070021;
public static final int mr_cast_button_connected=0x7f070022;
public static final int mr_cast_button_connecting=0x7f070023;
public static final int mr_cast_button_disconnected=0x7f070024;
public static final int mr_chooser_searching=0x7f070025;
public static final int mr_chooser_title=0x7f070026;
public static final int mr_controller_album_art=0x7f070027;
public static final int mr_controller_casting_screen=0x7f070028;
public static final int mr_controller_close_description=0x7f070029;
public static final int mr_controller_collapse_group=0x7f07002a;
public static final int mr_controller_disconnect=0x7f07002b;
public static final int mr_controller_expand_group=0x7f07002c;
public static final int mr_controller_no_info_available=0x7f07002d;
public static final int mr_controller_no_media_selected=0x7f07002e;
public static final int mr_controller_pause=0x7f07002f;
public static final int mr_controller_play=0x7f070030;
public static final int mr_controller_stop=0x7f070035;
public static final int mr_controller_stop_casting=0x7f070031;
public static final int mr_controller_volume_slider=0x7f070032;
public static final int mr_system_route_name=0x7f070033;
public static final int mr_user_route_category_name=0x7f070034;
public static final int password_toggle_content_description=0x7f07005a;
public static final int path_password_eye=0x7f07005b;
public static final int path_password_eye_mask_strike_through=0x7f07005c;
public static final int path_password_eye_mask_visible=0x7f07005d;
public static final int path_password_strike_through=0x7f07005e;
public static final int search_menu_title=0x7f070049;
public static final int status_bar_notification_info_overflow=0x7f07004a;
}
public static final class style {
public static final int AlertDialog_AppCompat=0x7f0c00ae;
public static final int AlertDialog_AppCompat_Light=0x7f0c00af;
public static final int Animation_AppCompat_Dialog=0x7f0c00b0;
public static final int Animation_AppCompat_DropDownUp=0x7f0c00b1;
public static final int Animation_Design_BottomSheetDialog=0x7f0c0170;
public static final int AppCompatDialogStyle=0x7f0c018b;
public static final int Base_AlertDialog_AppCompat=0x7f0c00b2;
public static final int Base_AlertDialog_AppCompat_Light=0x7f0c00b3;
public static final int Base_Animation_AppCompat_Dialog=0x7f0c00b4;
public static final int Base_Animation_AppCompat_DropDownUp=0x7f0c00b5;
public static final int Base_CardView=0x7f0c000c;
public static final int Base_DialogWindowTitle_AppCompat=0x7f0c00b6;
public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0c00b7;
public static final int Base_TextAppearance_AppCompat=0x7f0c004e;
public static final int Base_TextAppearance_AppCompat_Body1=0x7f0c004f;
public static final int Base_TextAppearance_AppCompat_Body2=0x7f0c0050;
public static final int Base_TextAppearance_AppCompat_Button=0x7f0c0036;
public static final int Base_TextAppearance_AppCompat_Caption=0x7f0c0051;
public static final int Base_TextAppearance_AppCompat_Display1=0x7f0c0052;
public static final int Base_TextAppearance_AppCompat_Display2=0x7f0c0053;
public static final int Base_TextAppearance_AppCompat_Display3=0x7f0c0054;
public static final int Base_TextAppearance_AppCompat_Display4=0x7f0c0055;
public static final int Base_TextAppearance_AppCompat_Headline=0x7f0c0056;
public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0c001a;
public static final int Base_TextAppearance_AppCompat_Large=0x7f0c0057;
public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0c001b;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c0058;
public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c0059;
public static final int Base_TextAppearance_AppCompat_Medium=0x7f0c005a;
public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0c001c;
public static final int Base_TextAppearance_AppCompat_Menu=0x7f0c005b;
public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0c00b8;
public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c005c;
public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0c005d;
public static final int Base_TextAppearance_AppCompat_Small=0x7f0c005e;
public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0c001d;
public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0c005f;
public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0c001e;
public static final int Base_TextAppearance_AppCompat_Title=0x7f0c0060;
public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0c001f;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00a3;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c0061;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c0062;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c0063;
public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c0064;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c0065;
public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0066;
public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0c0067;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c00aa;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c00ab;
public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c00a4;
public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c00b9;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0068;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c0069;
public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c006a;
public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0c006b;
public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c006c;
public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c00ba;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c006d;
public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c006e;
public static final int Base_Theme_AppCompat=0x7f0c006f;
public static final int Base_Theme_AppCompat_CompactMenu=0x7f0c00bb;
public static final int Base_Theme_AppCompat_Dialog=0x7f0c0020;
public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0c0021;
public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0c00bc;
public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0c0022;
public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0c0010;
public static final int Base_Theme_AppCompat_Light=0x7f0c0070;
public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0c00bd;
public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0c0023;
public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0c0024;
public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0c00be;
public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c0025;
public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0c0011;
public static final int Base_ThemeOverlay_AppCompat=0x7f0c00bf;
public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0c00c0;
public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0c00c1;
public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c00c2;
public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0c0026;
public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0027;
public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0c00c3;
public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0c0028;
public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0c0029;
public static final int Base_V11_ThemeOverlay_AppCompat_Dialog=0x7f0c002a;
public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0c0032;
public static final int Base_V12_Widget_AppCompat_EditText=0x7f0c0033;
public static final int Base_V21_Theme_AppCompat=0x7f0c0071;
public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0c0072;
public static final int Base_V21_Theme_AppCompat_Light=0x7f0c0073;
public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0c0074;
public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0c0075;
public static final int Base_V22_Theme_AppCompat=0x7f0c00a1;
public static final int Base_V22_Theme_AppCompat_Light=0x7f0c00a2;
public static final int Base_V23_Theme_AppCompat=0x7f0c00a5;
public static final int Base_V23_Theme_AppCompat_Light=0x7f0c00a6;
public static final int Base_V7_Theme_AppCompat=0x7f0c00c4;
public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0c00c5;
public static final int Base_V7_Theme_AppCompat_Light=0x7f0c00c6;
public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0c00c7;
public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0c00c8;
public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0c00c9;
public static final int Base_V7_Widget_AppCompat_EditText=0x7f0c00ca;
public static final int Base_Widget_AppCompat_ActionBar=0x7f0c00cb;
public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0c00cc;
public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0c00cd;
public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0c0076;
public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0c0077;
public static final int Base_Widget_AppCompat_ActionButton=0x7f0c0078;
public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0c0079;
public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0c007a;
public static final int Base_Widget_AppCompat_ActionMode=0x7f0c00ce;
public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0c00cf;
public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0c0034;
public static final int Base_Widget_AppCompat_Button=0x7f0c007b;
public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0c007c;
public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0c007d;
public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c00d0;
public static final int Base_Widget_AppCompat_Button_Colored=0x7f0c00a7;
public static final int Base_Widget_AppCompat_Button_Small=0x7f0c007e;
public static final int Base_Widget_AppCompat_ButtonBar=0x7f0c007f;
public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c00d1;
public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0080;
public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0c0081;
public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0c00d2;
public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0c000f;
public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0c00d3;
public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0c0082;
public static final int Base_Widget_AppCompat_EditText=0x7f0c0035;
public static final int Base_Widget_AppCompat_ImageButton=0x7f0c0083;
public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0c00d4;
public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0c00d5;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c00d6;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0084;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0085;
public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0086;
public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0c0087;
public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0088;
public static final int Base_Widget_AppCompat_ListMenuView=0x7f0c00d7;
public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0c0089;
public static final int Base_Widget_AppCompat_ListView=0x7f0c008a;
public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0c008b;
public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0c008c;
public static final int Base_Widget_AppCompat_PopupMenu=0x7f0c008d;
public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0c008e;
public static final int Base_Widget_AppCompat_PopupWindow=0x7f0c00d8;
public static final int Base_Widget_AppCompat_ProgressBar=0x7f0c002b;
public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0c002c;
public static final int Base_Widget_AppCompat_RatingBar=0x7f0c008f;
public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0c00a8;
public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0c00a9;
public static final int Base_Widget_AppCompat_SearchView=0x7f0c00d9;
public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0c00da;
public static final int Base_Widget_AppCompat_SeekBar=0x7f0c0090;
public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0c00db;
public static final int Base_Widget_AppCompat_Spinner=0x7f0c0091;
public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0c0012;
public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0c0092;
public static final int Base_Widget_AppCompat_Toolbar=0x7f0c00dc;
public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c0093;
public static final int Base_Widget_Design_AppBarLayout=0x7f0c0171;
public static final int Base_Widget_Design_TabLayout=0x7f0c0172;
public static final int CardView=0x7f0c000b;
public static final int CardView_Dark=0x7f0c000d;
public static final int CardView_Light=0x7f0c000e;
public static final int MainTheme=0x7f0c0189;
/** Base theme applied no matter what API
*/
public static final int MainTheme_Base=0x7f0c018a;
public static final int Platform_AppCompat=0x7f0c002d;
public static final int Platform_AppCompat_Light=0x7f0c002e;
public static final int Platform_ThemeOverlay_AppCompat=0x7f0c0094;
public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0c0095;
public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0c0096;
public static final int Platform_V11_AppCompat=0x7f0c002f;
public static final int Platform_V11_AppCompat_Light=0x7f0c0030;
public static final int Platform_V14_AppCompat=0x7f0c0037;
public static final int Platform_V14_AppCompat_Light=0x7f0c0038;
public static final int Platform_V21_AppCompat=0x7f0c0097;
public static final int Platform_V21_AppCompat_Light=0x7f0c0098;
public static final int Platform_V25_AppCompat=0x7f0c00ac;
public static final int Platform_V25_AppCompat_Light=0x7f0c00ad;
public static final int Platform_Widget_AppCompat_Spinner=0x7f0c0031;
public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0c0040;
public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0c0041;
public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0c0042;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0c0043;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0c0044;
public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0c0045;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0c0046;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0c0047;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0c0048;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0c0049;
public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0c004a;
public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0c004b;
public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0c004c;
public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0c004d;
public static final int TextAppearance_AppCompat=0x7f0c00dd;
public static final int TextAppearance_AppCompat_Body1=0x7f0c00de;
public static final int TextAppearance_AppCompat_Body2=0x7f0c00df;
public static final int TextAppearance_AppCompat_Button=0x7f0c00e0;
public static final int TextAppearance_AppCompat_Caption=0x7f0c00e1;
public static final int TextAppearance_AppCompat_Display1=0x7f0c00e2;
public static final int TextAppearance_AppCompat_Display2=0x7f0c00e3;
public static final int TextAppearance_AppCompat_Display3=0x7f0c00e4;
public static final int TextAppearance_AppCompat_Display4=0x7f0c00e5;
public static final int TextAppearance_AppCompat_Headline=0x7f0c00e6;
public static final int TextAppearance_AppCompat_Inverse=0x7f0c00e7;
public static final int TextAppearance_AppCompat_Large=0x7f0c00e8;
public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0c00e9;
public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0c00ea;
public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0c00eb;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0c00ec;
public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0c00ed;
public static final int TextAppearance_AppCompat_Medium=0x7f0c00ee;
public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0c00ef;
public static final int TextAppearance_AppCompat_Menu=0x7f0c00f0;
public static final int TextAppearance_AppCompat_Notification=0x7f0c0039;
public static final int TextAppearance_AppCompat_Notification_Info=0x7f0c0099;
public static final int TextAppearance_AppCompat_Notification_Info_Media=0x7f0c009a;
public static final int TextAppearance_AppCompat_Notification_Line2=0x7f0c00f1;
public static final int TextAppearance_AppCompat_Notification_Line2_Media=0x7f0c00f2;
public static final int TextAppearance_AppCompat_Notification_Media=0x7f0c009b;
public static final int TextAppearance_AppCompat_Notification_Time=0x7f0c009c;
public static final int TextAppearance_AppCompat_Notification_Time_Media=0x7f0c009d;
public static final int TextAppearance_AppCompat_Notification_Title=0x7f0c003a;
public static final int TextAppearance_AppCompat_Notification_Title_Media=0x7f0c009e;
public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0c00f3;
public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0c00f4;
public static final int TextAppearance_AppCompat_Small=0x7f0c00f5;
public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0c00f6;
public static final int TextAppearance_AppCompat_Subhead=0x7f0c00f7;
public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0c00f8;
public static final int TextAppearance_AppCompat_Title=0x7f0c00f9;
public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0c00fa;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0c00fb;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0c00fc;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0c00fd;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0c00fe;
public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0c00ff;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0c0100;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0c0101;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0c0102;
public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0c0103;
public static final int TextAppearance_AppCompat_Widget_Button=0x7f0c0104;
public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0c0105;
public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0c0106;
public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0c0107;
public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0c0108;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0c0109;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0c010a;
public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0c010b;
public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0c010c;
public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0c010d;
public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0c0173;
public static final int TextAppearance_Design_Counter=0x7f0c0174;
public static final int TextAppearance_Design_Counter_Overflow=0x7f0c0175;
public static final int TextAppearance_Design_Error=0x7f0c0176;
public static final int TextAppearance_Design_Hint=0x7f0c0177;
public static final int TextAppearance_Design_Snackbar_Message=0x7f0c0178;
public static final int TextAppearance_Design_Tab=0x7f0c0179;
public static final int TextAppearance_MediaRouter_PrimaryText=0x7f0c0000;
public static final int TextAppearance_MediaRouter_SecondaryText=0x7f0c0001;
public static final int TextAppearance_MediaRouter_Title=0x7f0c0002;
public static final int TextAppearance_StatusBar_EventContent=0x7f0c003b;
public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0c003c;
public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0c003d;
public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0c003e;
public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0c003f;
public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0c010e;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0c010f;
public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0c0110;
public static final int Theme_AppCompat=0x7f0c0111;
public static final int Theme_AppCompat_CompactMenu=0x7f0c0112;
public static final int Theme_AppCompat_DayNight=0x7f0c0013;
public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0c0014;
public static final int Theme_AppCompat_DayNight_Dialog=0x7f0c0015;
public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0c0016;
public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0c0017;
public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0c0018;
public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0c0019;
public static final int Theme_AppCompat_Dialog=0x7f0c0113;
public static final int Theme_AppCompat_Dialog_Alert=0x7f0c0114;
public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0c0115;
public static final int Theme_AppCompat_DialogWhenLarge=0x7f0c0116;
public static final int Theme_AppCompat_Light=0x7f0c0117;
public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0c0118;
public static final int Theme_AppCompat_Light_Dialog=0x7f0c0119;
public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0c011a;
public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0c011b;
public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0c011c;
public static final int Theme_AppCompat_Light_NoActionBar=0x7f0c011d;
public static final int Theme_AppCompat_NoActionBar=0x7f0c011e;
public static final int Theme_Design=0x7f0c017a;
public static final int Theme_Design_BottomSheetDialog=0x7f0c017b;
public static final int Theme_Design_Light=0x7f0c017c;
public static final int Theme_Design_Light_BottomSheetDialog=0x7f0c017d;
public static final int Theme_Design_Light_NoActionBar=0x7f0c017e;
public static final int Theme_Design_NoActionBar=0x7f0c017f;
public static final int Theme_MediaRouter=0x7f0c0003;
public static final int Theme_MediaRouter_Light=0x7f0c0004;
public static final int Theme_MediaRouter_Light_DarkControlPanel=0x7f0c0005;
public static final int Theme_MediaRouter_LightControlPanel=0x7f0c0006;
public static final int ThemeOverlay_AppCompat=0x7f0c011f;
public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0c0120;
public static final int ThemeOverlay_AppCompat_Dark=0x7f0c0121;
public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0c0122;
public static final int ThemeOverlay_AppCompat_Dialog=0x7f0c0123;
public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0c0124;
public static final int ThemeOverlay_AppCompat_Light=0x7f0c0125;
public static final int ThemeOverlay_MediaRouter_Dark=0x7f0c0007;
public static final int ThemeOverlay_MediaRouter_Light=0x7f0c0008;
public static final int Widget_AppCompat_ActionBar=0x7f0c0126;
public static final int Widget_AppCompat_ActionBar_Solid=0x7f0c0127;
public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0c0128;
public static final int Widget_AppCompat_ActionBar_TabText=0x7f0c0129;
public static final int Widget_AppCompat_ActionBar_TabView=0x7f0c012a;
public static final int Widget_AppCompat_ActionButton=0x7f0c012b;
public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0c012c;
public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0c012d;
public static final int Widget_AppCompat_ActionMode=0x7f0c012e;
public static final int Widget_AppCompat_ActivityChooserView=0x7f0c012f;
public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0c0130;
public static final int Widget_AppCompat_Button=0x7f0c0131;
public static final int Widget_AppCompat_Button_Borderless=0x7f0c0132;
public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0c0133;
public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0c0134;
public static final int Widget_AppCompat_Button_Colored=0x7f0c0135;
public static final int Widget_AppCompat_Button_Small=0x7f0c0136;
public static final int Widget_AppCompat_ButtonBar=0x7f0c0137;
public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0c0138;
public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0c0139;
public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0c013a;
public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0c013b;
public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0c013c;
public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0c013d;
public static final int Widget_AppCompat_EditText=0x7f0c013e;
public static final int Widget_AppCompat_ImageButton=0x7f0c013f;
public static final int Widget_AppCompat_Light_ActionBar=0x7f0c0140;
public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0c0141;
public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0c0142;
public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0c0143;
public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0c0144;
public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0c0145;
public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0c0146;
public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0c0147;
public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0c0148;
public static final int Widget_AppCompat_Light_ActionButton=0x7f0c0149;
public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0c014a;
public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0c014b;
public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0c014c;
public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0c014d;
public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0c014e;
public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0c014f;
public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0c0150;
public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0c0151;
public static final int Widget_AppCompat_Light_PopupMenu=0x7f0c0152;
public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0c0153;
public static final int Widget_AppCompat_Light_SearchView=0x7f0c0154;
public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0c0155;
public static final int Widget_AppCompat_ListMenuView=0x7f0c0156;
public static final int Widget_AppCompat_ListPopupWindow=0x7f0c0157;
public static final int Widget_AppCompat_ListView=0x7f0c0158;
public static final int Widget_AppCompat_ListView_DropDown=0x7f0c0159;
public static final int Widget_AppCompat_ListView_Menu=0x7f0c015a;
public static final int Widget_AppCompat_NotificationActionContainer=0x7f0c009f;
public static final int Widget_AppCompat_NotificationActionText=0x7f0c00a0;
public static final int Widget_AppCompat_PopupMenu=0x7f0c015b;
public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0c015c;
public static final int Widget_AppCompat_PopupWindow=0x7f0c015d;
public static final int Widget_AppCompat_ProgressBar=0x7f0c015e;
public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0c015f;
public static final int Widget_AppCompat_RatingBar=0x7f0c0160;
public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0c0161;
public static final int Widget_AppCompat_RatingBar_Small=0x7f0c0162;
public static final int Widget_AppCompat_SearchView=0x7f0c0163;
public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0c0164;
public static final int Widget_AppCompat_SeekBar=0x7f0c0165;
public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0c0166;
public static final int Widget_AppCompat_Spinner=0x7f0c0167;
public static final int Widget_AppCompat_Spinner_DropDown=0x7f0c0168;
public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0c0169;
public static final int Widget_AppCompat_Spinner_Underlined=0x7f0c016a;
public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0c016b;
public static final int Widget_AppCompat_Toolbar=0x7f0c016c;
public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0c016d;
public static final int Widget_Design_AppBarLayout=0x7f0c016f;
public static final int Widget_Design_BottomNavigationView=0x7f0c0180;
public static final int Widget_Design_BottomSheet_Modal=0x7f0c0181;
public static final int Widget_Design_CollapsingToolbar=0x7f0c0182;
public static final int Widget_Design_CoordinatorLayout=0x7f0c0183;
public static final int Widget_Design_FloatingActionButton=0x7f0c0184;
public static final int Widget_Design_NavigationView=0x7f0c0185;
public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0c0186;
public static final int Widget_Design_Snackbar=0x7f0c0187;
public static final int Widget_Design_TabLayout=0x7f0c016e;
public static final int Widget_Design_TextInputLayout=0x7f0c0188;
public static final int Widget_MediaRouter_Light_MediaRouteButton=0x7f0c0009;
public static final int Widget_MediaRouter_MediaRouteButton=0x7f0c000a;
}
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 FotoDestinoApp.Android:background}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_backgroundSplit FotoDestinoApp.Android:backgroundSplit}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_backgroundStacked FotoDestinoApp.Android:backgroundStacked}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetEnd FotoDestinoApp.Android:contentInsetEnd}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetEndWithActions FotoDestinoApp.Android:contentInsetEndWithActions}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetLeft FotoDestinoApp.Android:contentInsetLeft}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetRight FotoDestinoApp.Android:contentInsetRight}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetStart FotoDestinoApp.Android:contentInsetStart}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_contentInsetStartWithNavigation FotoDestinoApp.Android:contentInsetStartWithNavigation}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_customNavigationLayout FotoDestinoApp.Android:customNavigationLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_displayOptions FotoDestinoApp.Android:displayOptions}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_divider FotoDestinoApp.Android:divider}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_elevation FotoDestinoApp.Android:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_height FotoDestinoApp.Android:height}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_hideOnContentScroll FotoDestinoApp.Android:hideOnContentScroll}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_homeAsUpIndicator FotoDestinoApp.Android:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_homeLayout FotoDestinoApp.Android:homeLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_icon FotoDestinoApp.Android:icon}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_indeterminateProgressStyle FotoDestinoApp.Android:indeterminateProgressStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_itemPadding FotoDestinoApp.Android:itemPadding}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_logo FotoDestinoApp.Android:logo}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_navigationMode FotoDestinoApp.Android:navigationMode}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_popupTheme FotoDestinoApp.Android:popupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_progressBarPadding FotoDestinoApp.Android:progressBarPadding}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_progressBarStyle FotoDestinoApp.Android:progressBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_subtitle FotoDestinoApp.Android:subtitle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_subtitleTextStyle FotoDestinoApp.Android:subtitleTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_title FotoDestinoApp.Android:title}</code></td><td></td></tr>
<tr><td><code>{@link #ActionBar_titleTextStyle FotoDestinoApp.Android: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 = {
0x7f010034, 0x7f010036, 0x7f010037, 0x7f010038,
0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c,
0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040,
0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044,
0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048,
0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c,
0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050,
0x7f01008e
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#background}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:background
*/
public static final int ActionBar_background = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:backgroundSplit
*/
public static final int ActionBar_backgroundSplit = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:backgroundStacked
*/
public static final int ActionBar_backgroundStacked = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetEnd}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetEnd
*/
public static final int ActionBar_contentInsetEnd = 21;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetEndWithActions}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetEndWithActions
*/
public static final int ActionBar_contentInsetEndWithActions = 25;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetLeft}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetLeft
*/
public static final int ActionBar_contentInsetLeft = 22;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetRight}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetRight
*/
public static final int ActionBar_contentInsetRight = 23;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetStart}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetStart
*/
public static final int ActionBar_contentInsetStart = 20;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetStartWithNavigation}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetStartWithNavigation
*/
public static final int ActionBar_contentInsetStartWithNavigation = 24;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#customNavigationLayout}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:customNavigationLayout
*/
public static final int ActionBar_customNavigationLayout = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr>
<tr><td><code>showHome</code></td><td>0x2</td><td></td></tr>
<tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr>
<tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr>
<tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr>
<tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:displayOptions
*/
public static final int ActionBar_displayOptions = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#divider}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:divider
*/
public static final int ActionBar_divider = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#elevation}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:elevation
*/
public static final int ActionBar_elevation = 26;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#height}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:height
*/
public static final int ActionBar_height = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#hideOnContentScroll}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:hideOnContentScroll
*/
public static final int ActionBar_hideOnContentScroll = 19;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:homeAsUpIndicator
*/
public static final int ActionBar_homeAsUpIndicator = 28;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#homeLayout}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:homeLayout
*/
public static final int ActionBar_homeLayout = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#icon}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:icon
*/
public static final int ActionBar_icon = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#indeterminateProgressStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:indeterminateProgressStyle
*/
public static final int ActionBar_indeterminateProgressStyle = 16;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemPadding}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:itemPadding
*/
public static final int ActionBar_itemPadding = 18;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#logo}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:logo
*/
public static final int ActionBar_logo = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>listMode</code></td><td>1</td><td></td></tr>
<tr><td><code>tabMode</code></td><td>2</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:navigationMode
*/
public static final int ActionBar_navigationMode = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#popupTheme}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:popupTheme
*/
public static final int ActionBar_popupTheme = 27;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#progressBarPadding}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:progressBarPadding
*/
public static final int ActionBar_progressBarPadding = 17;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#progressBarStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:progressBarStyle
*/
public static final int ActionBar_progressBarStyle = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subtitle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:subtitle
*/
public static final int ActionBar_subtitle = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subtitleTextStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:subtitleTextStyle
*/
public static final int ActionBar_subtitleTextStyle = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#title}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:title
*/
public static final int ActionBar_title = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleTextStyle}
attribute's value can be found in the {@link #ActionBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:titleTextStyle
*/
public static final int ActionBar_titleTextStyle = 5;
/** Attributes that can be used with a ActionBarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
</table>
@see #ActionBarLayout_android_layout_gravity
*/
public static final int[] ActionBarLayout = {
0x010100b3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #ActionBarLayout} array.
@attr name android:layout_gravity
*/
public static final int ActionBarLayout_android_layout_gravity = 0;
/** Attributes that can be used with a ActionMenuItemView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr>
</table>
@see #ActionMenuItemView_android_minWidth
*/
public static final int[] ActionMenuItemView = {
0x0101013f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #ActionMenuItemView} array.
@attr name android:minWidth
*/
public static final int ActionMenuItemView_android_minWidth = 0;
/** Attributes that can be used with a ActionMenuView.
*/
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 FotoDestinoApp.Android:background}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_backgroundSplit FotoDestinoApp.Android:backgroundSplit}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_closeItemLayout FotoDestinoApp.Android:closeItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_height FotoDestinoApp.Android:height}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_subtitleTextStyle FotoDestinoApp.Android:subtitleTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #ActionMode_titleTextStyle FotoDestinoApp.Android: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 = {
0x7f010034, 0x7f01003a, 0x7f01003b, 0x7f01003f,
0x7f010041, 0x7f010051
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#background}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:background
*/
public static final int ActionMode_background = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:backgroundSplit
*/
public static final int ActionMode_backgroundSplit = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#closeItemLayout}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:closeItemLayout
*/
public static final int ActionMode_closeItemLayout = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#height}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:height
*/
public static final int ActionMode_height = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subtitleTextStyle}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:subtitleTextStyle
*/
public static final int ActionMode_subtitleTextStyle = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleTextStyle}
attribute's value can be found in the {@link #ActionMode} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:titleTextStyle
*/
public static final int ActionMode_titleTextStyle = 1;
/** Attributes that can be used with a ActivityChooserView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable FotoDestinoApp.Android:expandActivityOverflowButtonDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #ActivityChooserView_initialActivityCount FotoDestinoApp.Android:initialActivityCount}</code></td><td></td></tr>
</table>
@see #ActivityChooserView_expandActivityOverflowButtonDrawable
@see #ActivityChooserView_initialActivityCount
*/
public static final int[] ActivityChooserView = {
0x7f010052, 0x7f010053
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandActivityOverflowButtonDrawable}
attribute's value can be found in the {@link #ActivityChooserView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:expandActivityOverflowButtonDrawable
*/
public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#initialActivityCount}
attribute's value can be found in the {@link #ActivityChooserView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:initialActivityCount
*/
public static final int ActivityChooserView_initialActivityCount = 0;
/** Attributes that can be used with a AlertDialog.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AlertDialog_android_layout android:layout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_buttonPanelSideLayout FotoDestinoApp.Android:buttonPanelSideLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_listItemLayout FotoDestinoApp.Android:listItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_listLayout FotoDestinoApp.Android:listLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_multiChoiceItemLayout FotoDestinoApp.Android:multiChoiceItemLayout}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_showTitle FotoDestinoApp.Android:showTitle}</code></td><td></td></tr>
<tr><td><code>{@link #AlertDialog_singleChoiceItemLayout FotoDestinoApp.Android: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, 0x7f010054, 0x7f010055, 0x7f010056,
0x7f010057, 0x7f010058, 0x7f010059
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout}
attribute's value can be found in the {@link #AlertDialog} array.
@attr name android:layout
*/
public static final int AlertDialog_android_layout = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonPanelSideLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonPanelSideLayout
*/
public static final int AlertDialog_buttonPanelSideLayout = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listItemLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:listItemLayout
*/
public static final int AlertDialog_listItemLayout = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:listLayout
*/
public static final int AlertDialog_listLayout = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#multiChoiceItemLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:multiChoiceItemLayout
*/
public static final int AlertDialog_multiChoiceItemLayout = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#showTitle}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:showTitle
*/
public static final int AlertDialog_showTitle = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#singleChoiceItemLayout}
attribute's value can be found in the {@link #AlertDialog} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:singleChoiceItemLayout
*/
public static final int AlertDialog_singleChoiceItemLayout = 4;
/** Attributes that can be used with a AppBarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppBarLayout_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayout_elevation FotoDestinoApp.Android:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayout_expanded FotoDestinoApp.Android:expanded}</code></td><td></td></tr>
</table>
@see #AppBarLayout_android_background
@see #AppBarLayout_elevation
@see #AppBarLayout_expanded
*/
public static final int[] AppBarLayout = {
0x010100d4, 0x7f01004f, 0x7f010117
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #AppBarLayout} array.
@attr name android:background
*/
public static final int AppBarLayout_android_background = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#elevation}
attribute's value can be found in the {@link #AppBarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:elevation
*/
public static final int AppBarLayout_elevation = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expanded}
attribute's value can be found in the {@link #AppBarLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:expanded
*/
public static final int AppBarLayout_expanded = 2;
/** Attributes that can be used with a AppBarLayoutStates.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppBarLayoutStates_state_collapsed FotoDestinoApp.Android:state_collapsed}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayoutStates_state_collapsible FotoDestinoApp.Android:state_collapsible}</code></td><td></td></tr>
</table>
@see #AppBarLayoutStates_state_collapsed
@see #AppBarLayoutStates_state_collapsible
*/
public static final int[] AppBarLayoutStates = {
0x7f010118, 0x7f010119
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#state_collapsed}
attribute's value can be found in the {@link #AppBarLayoutStates} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:state_collapsed
*/
public static final int AppBarLayoutStates_state_collapsed = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#state_collapsible}
attribute's value can be found in the {@link #AppBarLayoutStates} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:state_collapsible
*/
public static final int AppBarLayoutStates_state_collapsible = 1;
/** Attributes that can be used with a AppBarLayout_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppBarLayout_Layout_layout_scrollFlags FotoDestinoApp.Android:layout_scrollFlags}</code></td><td></td></tr>
<tr><td><code>{@link #AppBarLayout_Layout_layout_scrollInterpolator FotoDestinoApp.Android:layout_scrollInterpolator}</code></td><td></td></tr>
</table>
@see #AppBarLayout_Layout_layout_scrollFlags
@see #AppBarLayout_Layout_layout_scrollInterpolator
*/
public static final int[] AppBarLayout_Layout = {
0x7f01011a, 0x7f01011b
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_scrollFlags}
attribute's value can be found in the {@link #AppBarLayout_Layout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scroll</code></td><td>0x1</td><td></td></tr>
<tr><td><code>exitUntilCollapsed</code></td><td>0x2</td><td></td></tr>
<tr><td><code>enterAlways</code></td><td>0x4</td><td></td></tr>
<tr><td><code>enterAlwaysCollapsed</code></td><td>0x8</td><td></td></tr>
<tr><td><code>snap</code></td><td>0x10</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:layout_scrollFlags
*/
public static final int AppBarLayout_Layout_layout_scrollFlags = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_scrollInterpolator}
attribute's value can be found in the {@link #AppBarLayout_Layout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:layout_scrollInterpolator
*/
public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1;
/** Attributes that can be used with a AppCompatImageView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppCompatImageView_android_src android:src}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatImageView_srcCompat FotoDestinoApp.Android:srcCompat}</code></td><td></td></tr>
</table>
@see #AppCompatImageView_android_src
@see #AppCompatImageView_srcCompat
*/
public static final int[] AppCompatImageView = {
0x01010119, 0x7f01005a
};
/**
<p>This symbol is the offset where the {@link android.R.attr#src}
attribute's value can be found in the {@link #AppCompatImageView} array.
@attr name android:src
*/
public static final int AppCompatImageView_android_src = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#srcCompat}
attribute's value can be found in the {@link #AppCompatImageView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:srcCompat
*/
public static final int AppCompatImageView_srcCompat = 1;
/** 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 FotoDestinoApp.Android:tickMark}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatSeekBar_tickMarkTint FotoDestinoApp.Android:tickMarkTint}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatSeekBar_tickMarkTintMode FotoDestinoApp.Android: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, 0x7f01005b, 0x7f01005c, 0x7f01005d
};
/**
<p>This symbol is the offset where the {@link android.R.attr#thumb}
attribute's value can be found in the {@link #AppCompatSeekBar} array.
@attr name android:thumb
*/
public static final int AppCompatSeekBar_android_thumb = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tickMark}
attribute's value can be found in the {@link #AppCompatSeekBar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:tickMark
*/
public static final int AppCompatSeekBar_tickMark = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tickMarkTint}
attribute's value can be found in the {@link #AppCompatSeekBar} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tickMarkTint
*/
public static final int AppCompatSeekBar_tickMarkTint = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
<tr><td><code>add</code></td><td>16</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:tickMarkTintMode
*/
public static final int AppCompatSeekBar_tickMarkTintMode = 3;
/** Attributes that can be used with a AppCompatTextHelper.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_drawableRight android:drawableRight}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_drawableStart android:drawableStart}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_drawableTop android:drawableTop}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextHelper_android_textAppearance android:textAppearance}</code></td><td></td></tr>
</table>
@see #AppCompatTextHelper_android_drawableBottom
@see #AppCompatTextHelper_android_drawableEnd
@see #AppCompatTextHelper_android_drawableLeft
@see #AppCompatTextHelper_android_drawableRight
@see #AppCompatTextHelper_android_drawableStart
@see #AppCompatTextHelper_android_drawableTop
@see #AppCompatTextHelper_android_textAppearance
*/
public static final int[] AppCompatTextHelper = {
0x01010034, 0x0101016d, 0x0101016e, 0x0101016f,
0x01010170, 0x01010392, 0x01010393
};
/**
<p>This symbol is the offset where the {@link android.R.attr#drawableBottom}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:drawableBottom
*/
public static final int AppCompatTextHelper_android_drawableBottom = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#drawableEnd}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:drawableEnd
*/
public static final int AppCompatTextHelper_android_drawableEnd = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#drawableLeft}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:drawableLeft
*/
public static final int AppCompatTextHelper_android_drawableLeft = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#drawableRight}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:drawableRight
*/
public static final int AppCompatTextHelper_android_drawableRight = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#drawableStart}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:drawableStart
*/
public static final int AppCompatTextHelper_android_drawableStart = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#drawableTop}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:drawableTop
*/
public static final int AppCompatTextHelper_android_drawableTop = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#textAppearance}
attribute's value can be found in the {@link #AppCompatTextHelper} array.
@attr name android:textAppearance
*/
public static final int AppCompatTextHelper_android_textAppearance = 0;
/** Attributes that can be used with a AppCompatTextView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppCompatTextView_android_textAppearance android:textAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTextView_textAllCaps FotoDestinoApp.Android:textAllCaps}</code></td><td></td></tr>
</table>
@see #AppCompatTextView_android_textAppearance
@see #AppCompatTextView_textAllCaps
*/
public static final int[] AppCompatTextView = {
0x01010034, 0x7f01005e
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textAppearance}
attribute's value can be found in the {@link #AppCompatTextView} array.
@attr name android:textAppearance
*/
public static final int AppCompatTextView_android_textAppearance = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
@attr name FotoDestinoApp.Android:textAllCaps
*/
public static final int AppCompatTextView_textAllCaps = 1;
/** Attributes that can be used with a AppCompatTheme.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarDivider FotoDestinoApp.Android:actionBarDivider}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarItemBackground FotoDestinoApp.Android:actionBarItemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarPopupTheme FotoDestinoApp.Android:actionBarPopupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarSize FotoDestinoApp.Android:actionBarSize}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarSplitStyle FotoDestinoApp.Android:actionBarSplitStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarStyle FotoDestinoApp.Android:actionBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarTabBarStyle FotoDestinoApp.Android:actionBarTabBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarTabStyle FotoDestinoApp.Android:actionBarTabStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarTabTextStyle FotoDestinoApp.Android:actionBarTabTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarTheme FotoDestinoApp.Android:actionBarTheme}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionBarWidgetTheme FotoDestinoApp.Android:actionBarWidgetTheme}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionButtonStyle FotoDestinoApp.Android:actionButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionDropDownStyle FotoDestinoApp.Android:actionDropDownStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionMenuTextAppearance FotoDestinoApp.Android:actionMenuTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionMenuTextColor FotoDestinoApp.Android:actionMenuTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeBackground FotoDestinoApp.Android:actionModeBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeCloseButtonStyle FotoDestinoApp.Android:actionModeCloseButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeCloseDrawable FotoDestinoApp.Android:actionModeCloseDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeCopyDrawable FotoDestinoApp.Android:actionModeCopyDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeCutDrawable FotoDestinoApp.Android:actionModeCutDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeFindDrawable FotoDestinoApp.Android:actionModeFindDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModePasteDrawable FotoDestinoApp.Android:actionModePasteDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModePopupWindowStyle FotoDestinoApp.Android:actionModePopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeSelectAllDrawable FotoDestinoApp.Android:actionModeSelectAllDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeShareDrawable FotoDestinoApp.Android:actionModeShareDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeSplitBackground FotoDestinoApp.Android:actionModeSplitBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeStyle FotoDestinoApp.Android:actionModeStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionModeWebSearchDrawable FotoDestinoApp.Android:actionModeWebSearchDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionOverflowButtonStyle FotoDestinoApp.Android:actionOverflowButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_actionOverflowMenuStyle FotoDestinoApp.Android:actionOverflowMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_activityChooserViewStyle FotoDestinoApp.Android:activityChooserViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_alertDialogButtonGroupStyle FotoDestinoApp.Android:alertDialogButtonGroupStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_alertDialogCenterButtons FotoDestinoApp.Android:alertDialogCenterButtons}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_alertDialogStyle FotoDestinoApp.Android:alertDialogStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_alertDialogTheme FotoDestinoApp.Android:alertDialogTheme}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_autoCompleteTextViewStyle FotoDestinoApp.Android:autoCompleteTextViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_borderlessButtonStyle FotoDestinoApp.Android:borderlessButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonBarButtonStyle FotoDestinoApp.Android:buttonBarButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonBarNegativeButtonStyle FotoDestinoApp.Android:buttonBarNegativeButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonBarNeutralButtonStyle FotoDestinoApp.Android:buttonBarNeutralButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonBarPositiveButtonStyle FotoDestinoApp.Android:buttonBarPositiveButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonBarStyle FotoDestinoApp.Android:buttonBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonStyle FotoDestinoApp.Android:buttonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_buttonStyleSmall FotoDestinoApp.Android:buttonStyleSmall}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_checkboxStyle FotoDestinoApp.Android:checkboxStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_checkedTextViewStyle FotoDestinoApp.Android:checkedTextViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorAccent FotoDestinoApp.Android:colorAccent}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorBackgroundFloating FotoDestinoApp.Android:colorBackgroundFloating}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorButtonNormal FotoDestinoApp.Android:colorButtonNormal}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorControlActivated FotoDestinoApp.Android:colorControlActivated}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorControlHighlight FotoDestinoApp.Android:colorControlHighlight}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorControlNormal FotoDestinoApp.Android:colorControlNormal}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorPrimary FotoDestinoApp.Android:colorPrimary}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorPrimaryDark FotoDestinoApp.Android:colorPrimaryDark}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_colorSwitchThumbNormal FotoDestinoApp.Android:colorSwitchThumbNormal}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_controlBackground FotoDestinoApp.Android:controlBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_dialogPreferredPadding FotoDestinoApp.Android:dialogPreferredPadding}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_dialogTheme FotoDestinoApp.Android:dialogTheme}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_dividerHorizontal FotoDestinoApp.Android:dividerHorizontal}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_dividerVertical FotoDestinoApp.Android:dividerVertical}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_dropDownListViewStyle FotoDestinoApp.Android:dropDownListViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_dropdownListPreferredItemHeight FotoDestinoApp.Android:dropdownListPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_editTextBackground FotoDestinoApp.Android:editTextBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_editTextColor FotoDestinoApp.Android:editTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_editTextStyle FotoDestinoApp.Android:editTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_homeAsUpIndicator FotoDestinoApp.Android:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_imageButtonStyle FotoDestinoApp.Android:imageButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listChoiceBackgroundIndicator FotoDestinoApp.Android:listChoiceBackgroundIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listDividerAlertDialog FotoDestinoApp.Android:listDividerAlertDialog}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listMenuViewStyle FotoDestinoApp.Android:listMenuViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listPopupWindowStyle FotoDestinoApp.Android:listPopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listPreferredItemHeight FotoDestinoApp.Android:listPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightLarge FotoDestinoApp.Android:listPreferredItemHeightLarge}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightSmall FotoDestinoApp.Android:listPreferredItemHeightSmall}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingLeft FotoDestinoApp.Android:listPreferredItemPaddingLeft}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingRight FotoDestinoApp.Android:listPreferredItemPaddingRight}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_panelBackground FotoDestinoApp.Android:panelBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_panelMenuListTheme FotoDestinoApp.Android:panelMenuListTheme}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_panelMenuListWidth FotoDestinoApp.Android:panelMenuListWidth}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_popupMenuStyle FotoDestinoApp.Android:popupMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_popupWindowStyle FotoDestinoApp.Android:popupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_radioButtonStyle FotoDestinoApp.Android:radioButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_ratingBarStyle FotoDestinoApp.Android:ratingBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_ratingBarStyleIndicator FotoDestinoApp.Android:ratingBarStyleIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_ratingBarStyleSmall FotoDestinoApp.Android:ratingBarStyleSmall}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_searchViewStyle FotoDestinoApp.Android:searchViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_seekBarStyle FotoDestinoApp.Android:seekBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_selectableItemBackground FotoDestinoApp.Android:selectableItemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_selectableItemBackgroundBorderless FotoDestinoApp.Android:selectableItemBackgroundBorderless}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_spinnerDropDownItemStyle FotoDestinoApp.Android:spinnerDropDownItemStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_spinnerStyle FotoDestinoApp.Android:spinnerStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_switchStyle FotoDestinoApp.Android:switchStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearanceLargePopupMenu FotoDestinoApp.Android:textAppearanceLargePopupMenu}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearanceListItem FotoDestinoApp.Android:textAppearanceListItem}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSmall FotoDestinoApp.Android:textAppearanceListItemSmall}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearancePopupMenuHeader FotoDestinoApp.Android:textAppearancePopupMenuHeader}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultSubtitle FotoDestinoApp.Android:textAppearanceSearchResultSubtitle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultTitle FotoDestinoApp.Android:textAppearanceSearchResultTitle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textAppearanceSmallPopupMenu FotoDestinoApp.Android:textAppearanceSmallPopupMenu}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textColorAlertDialogListItem FotoDestinoApp.Android:textColorAlertDialogListItem}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_textColorSearchUrl FotoDestinoApp.Android:textColorSearchUrl}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_toolbarNavigationButtonStyle FotoDestinoApp.Android:toolbarNavigationButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_toolbarStyle FotoDestinoApp.Android:toolbarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowActionBar FotoDestinoApp.Android:windowActionBar}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowActionBarOverlay FotoDestinoApp.Android:windowActionBarOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowActionModeOverlay FotoDestinoApp.Android:windowActionModeOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowFixedHeightMajor FotoDestinoApp.Android:windowFixedHeightMajor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowFixedHeightMinor FotoDestinoApp.Android:windowFixedHeightMinor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowFixedWidthMajor FotoDestinoApp.Android:windowFixedWidthMajor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowFixedWidthMinor FotoDestinoApp.Android:windowFixedWidthMinor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowMinWidthMajor FotoDestinoApp.Android:windowMinWidthMajor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowMinWidthMinor FotoDestinoApp.Android:windowMinWidthMinor}</code></td><td></td></tr>
<tr><td><code>{@link #AppCompatTheme_windowNoTitle FotoDestinoApp.Android:windowNoTitle}</code></td><td></td></tr>
</table>
@see #AppCompatTheme_actionBarDivider
@see #AppCompatTheme_actionBarItemBackground
@see #AppCompatTheme_actionBarPopupTheme
@see #AppCompatTheme_actionBarSize
@see #AppCompatTheme_actionBarSplitStyle
@see #AppCompatTheme_actionBarStyle
@see #AppCompatTheme_actionBarTabBarStyle
@see #AppCompatTheme_actionBarTabStyle
@see #AppCompatTheme_actionBarTabTextStyle
@see #AppCompatTheme_actionBarTheme
@see #AppCompatTheme_actionBarWidgetTheme
@see #AppCompatTheme_actionButtonStyle
@see #AppCompatTheme_actionDropDownStyle
@see #AppCompatTheme_actionMenuTextAppearance
@see #AppCompatTheme_actionMenuTextColor
@see #AppCompatTheme_actionModeBackground
@see #AppCompatTheme_actionModeCloseButtonStyle
@see #AppCompatTheme_actionModeCloseDrawable
@see #AppCompatTheme_actionModeCopyDrawable
@see #AppCompatTheme_actionModeCutDrawable
@see #AppCompatTheme_actionModeFindDrawable
@see #AppCompatTheme_actionModePasteDrawable
@see #AppCompatTheme_actionModePopupWindowStyle
@see #AppCompatTheme_actionModeSelectAllDrawable
@see #AppCompatTheme_actionModeShareDrawable
@see #AppCompatTheme_actionModeSplitBackground
@see #AppCompatTheme_actionModeStyle
@see #AppCompatTheme_actionModeWebSearchDrawable
@see #AppCompatTheme_actionOverflowButtonStyle
@see #AppCompatTheme_actionOverflowMenuStyle
@see #AppCompatTheme_activityChooserViewStyle
@see #AppCompatTheme_alertDialogButtonGroupStyle
@see #AppCompatTheme_alertDialogCenterButtons
@see #AppCompatTheme_alertDialogStyle
@see #AppCompatTheme_alertDialogTheme
@see #AppCompatTheme_android_windowAnimationStyle
@see #AppCompatTheme_android_windowIsFloating
@see #AppCompatTheme_autoCompleteTextViewStyle
@see #AppCompatTheme_borderlessButtonStyle
@see #AppCompatTheme_buttonBarButtonStyle
@see #AppCompatTheme_buttonBarNegativeButtonStyle
@see #AppCompatTheme_buttonBarNeutralButtonStyle
@see #AppCompatTheme_buttonBarPositiveButtonStyle
@see #AppCompatTheme_buttonBarStyle
@see #AppCompatTheme_buttonStyle
@see #AppCompatTheme_buttonStyleSmall
@see #AppCompatTheme_checkboxStyle
@see #AppCompatTheme_checkedTextViewStyle
@see #AppCompatTheme_colorAccent
@see #AppCompatTheme_colorBackgroundFloating
@see #AppCompatTheme_colorButtonNormal
@see #AppCompatTheme_colorControlActivated
@see #AppCompatTheme_colorControlHighlight
@see #AppCompatTheme_colorControlNormal
@see #AppCompatTheme_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_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_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, 0x7f01005f, 0x7f010060,
0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064,
0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068,
0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c,
0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070,
0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074,
0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078,
0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c,
0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080,
0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084,
0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088,
0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c,
0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090,
0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094,
0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098,
0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c,
0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0,
0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4,
0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8,
0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac,
0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0,
0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4,
0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8,
0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc,
0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0,
0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4,
0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8,
0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc,
0x7f0100cd, 0x7f0100ce, 0x7f0100cf
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarDivider}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarDivider
*/
public static final int AppCompatTheme_actionBarDivider = 23;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarItemBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarItemBackground
*/
public static final int AppCompatTheme_actionBarItemBackground = 24;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarPopupTheme}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarPopupTheme
*/
public static final int AppCompatTheme_actionBarPopupTheme = 17;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>wrap_content</code></td><td>0</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:actionBarSize
*/
public static final int AppCompatTheme_actionBarSize = 22;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarSplitStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarSplitStyle
*/
public static final int AppCompatTheme_actionBarSplitStyle = 19;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarStyle
*/
public static final int AppCompatTheme_actionBarStyle = 18;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarTabBarStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarTabBarStyle
*/
public static final int AppCompatTheme_actionBarTabBarStyle = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarTabStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarTabStyle
*/
public static final int AppCompatTheme_actionBarTabStyle = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarTabTextStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarTabTextStyle
*/
public static final int AppCompatTheme_actionBarTabTextStyle = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarTheme}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarTheme
*/
public static final int AppCompatTheme_actionBarTheme = 20;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionBarWidgetTheme}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionBarWidgetTheme
*/
public static final int AppCompatTheme_actionBarWidgetTheme = 21;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionButtonStyle
*/
public static final int AppCompatTheme_actionButtonStyle = 50;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionDropDownStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionDropDownStyle
*/
public static final int AppCompatTheme_actionDropDownStyle = 46;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionMenuTextAppearance}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionMenuTextAppearance
*/
public static final int AppCompatTheme_actionMenuTextAppearance = 25;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:actionMenuTextColor
*/
public static final int AppCompatTheme_actionMenuTextColor = 26;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeBackground
*/
public static final int AppCompatTheme_actionModeBackground = 29;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeCloseButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeCloseButtonStyle
*/
public static final int AppCompatTheme_actionModeCloseButtonStyle = 28;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeCloseDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeCloseDrawable
*/
public static final int AppCompatTheme_actionModeCloseDrawable = 31;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeCopyDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeCopyDrawable
*/
public static final int AppCompatTheme_actionModeCopyDrawable = 33;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeCutDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeCutDrawable
*/
public static final int AppCompatTheme_actionModeCutDrawable = 32;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeFindDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeFindDrawable
*/
public static final int AppCompatTheme_actionModeFindDrawable = 37;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModePasteDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModePasteDrawable
*/
public static final int AppCompatTheme_actionModePasteDrawable = 34;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModePopupWindowStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModePopupWindowStyle
*/
public static final int AppCompatTheme_actionModePopupWindowStyle = 39;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeSelectAllDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeSelectAllDrawable
*/
public static final int AppCompatTheme_actionModeSelectAllDrawable = 35;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeShareDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeShareDrawable
*/
public static final int AppCompatTheme_actionModeShareDrawable = 36;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeSplitBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeSplitBackground
*/
public static final int AppCompatTheme_actionModeSplitBackground = 30;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeStyle
*/
public static final int AppCompatTheme_actionModeStyle = 27;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionModeWebSearchDrawable}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionModeWebSearchDrawable
*/
public static final int AppCompatTheme_actionModeWebSearchDrawable = 38;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionOverflowButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionOverflowButtonStyle
*/
public static final int AppCompatTheme_actionOverflowButtonStyle = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionOverflowMenuStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionOverflowMenuStyle
*/
public static final int AppCompatTheme_actionOverflowMenuStyle = 16;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#activityChooserViewStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:activityChooserViewStyle
*/
public static final int AppCompatTheme_activityChooserViewStyle = 58;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#alertDialogButtonGroupStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:alertDialogButtonGroupStyle
*/
public static final int AppCompatTheme_alertDialogButtonGroupStyle = 94;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#alertDialogCenterButtons}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:alertDialogCenterButtons
*/
public static final int AppCompatTheme_alertDialogCenterButtons = 95;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#alertDialogStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:alertDialogStyle
*/
public static final int AppCompatTheme_alertDialogStyle = 93;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#alertDialogTheme}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:alertDialogTheme
*/
public static final int AppCompatTheme_alertDialogTheme = 96;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
@attr name android:windowAnimationStyle
*/
public static final int AppCompatTheme_android_windowAnimationStyle = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#windowIsFloating}
attribute's value can be found in the {@link #AppCompatTheme} array.
@attr name android:windowIsFloating
*/
public static final int AppCompatTheme_android_windowIsFloating = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#autoCompleteTextViewStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:autoCompleteTextViewStyle
*/
public static final int AppCompatTheme_autoCompleteTextViewStyle = 101;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#borderlessButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:borderlessButtonStyle
*/
public static final int AppCompatTheme_borderlessButtonStyle = 55;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonBarButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonBarButtonStyle
*/
public static final int AppCompatTheme_buttonBarButtonStyle = 52;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonBarNegativeButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonBarNegativeButtonStyle
*/
public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 99;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonBarNeutralButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonBarNeutralButtonStyle
*/
public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 100;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonBarPositiveButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonBarPositiveButtonStyle
*/
public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 98;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonBarStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonBarStyle
*/
public static final int AppCompatTheme_buttonBarStyle = 51;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonStyle
*/
public static final int AppCompatTheme_buttonStyle = 102;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonStyleSmall}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:buttonStyleSmall
*/
public static final int AppCompatTheme_buttonStyleSmall = 103;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#checkboxStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:checkboxStyle
*/
public static final int AppCompatTheme_checkboxStyle = 104;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#checkedTextViewStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:checkedTextViewStyle
*/
public static final int AppCompatTheme_checkedTextViewStyle = 105;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorAccent}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorAccent
*/
public static final int AppCompatTheme_colorAccent = 85;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorBackgroundFloating}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorBackgroundFloating
*/
public static final int AppCompatTheme_colorBackgroundFloating = 92;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorButtonNormal}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorButtonNormal
*/
public static final int AppCompatTheme_colorButtonNormal = 89;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorControlActivated}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorControlActivated
*/
public static final int AppCompatTheme_colorControlActivated = 87;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorControlHighlight}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorControlHighlight
*/
public static final int AppCompatTheme_colorControlHighlight = 88;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorControlNormal}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorControlNormal
*/
public static final int AppCompatTheme_colorControlNormal = 86;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorPrimary}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorPrimary
*/
public static final int AppCompatTheme_colorPrimary = 83;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorPrimaryDark}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorPrimaryDark
*/
public static final int AppCompatTheme_colorPrimaryDark = 84;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorSwitchThumbNormal}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:colorSwitchThumbNormal
*/
public static final int AppCompatTheme_colorSwitchThumbNormal = 90;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#controlBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:controlBackground
*/
public static final int AppCompatTheme_controlBackground = 91;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dialogPreferredPadding}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:dialogPreferredPadding
*/
public static final int AppCompatTheme_dialogPreferredPadding = 44;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dialogTheme}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:dialogTheme
*/
public static final int AppCompatTheme_dialogTheme = 43;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dividerHorizontal}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:dividerHorizontal
*/
public static final int AppCompatTheme_dividerHorizontal = 57;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dividerVertical}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:dividerVertical
*/
public static final int AppCompatTheme_dividerVertical = 56;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dropDownListViewStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:dropDownListViewStyle
*/
public static final int AppCompatTheme_dropDownListViewStyle = 75;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dropdownListPreferredItemHeight}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:dropdownListPreferredItemHeight
*/
public static final int AppCompatTheme_dropdownListPreferredItemHeight = 47;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#editTextBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:editTextBackground
*/
public static final int AppCompatTheme_editTextBackground = 64;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:editTextColor
*/
public static final int AppCompatTheme_editTextColor = 63;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#editTextStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:editTextStyle
*/
public static final int AppCompatTheme_editTextStyle = 106;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:homeAsUpIndicator
*/
public static final int AppCompatTheme_homeAsUpIndicator = 49;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#imageButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:imageButtonStyle
*/
public static final int AppCompatTheme_imageButtonStyle = 65;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listChoiceBackgroundIndicator}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:listChoiceBackgroundIndicator
*/
public static final int AppCompatTheme_listChoiceBackgroundIndicator = 82;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listDividerAlertDialog}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:listDividerAlertDialog
*/
public static final int AppCompatTheme_listDividerAlertDialog = 45;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listMenuViewStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:listMenuViewStyle
*/
public static final int AppCompatTheme_listMenuViewStyle = 114;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listPopupWindowStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:listPopupWindowStyle
*/
public static final int AppCompatTheme_listPopupWindowStyle = 76;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listPreferredItemHeight}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:listPreferredItemHeight
*/
public static final int AppCompatTheme_listPreferredItemHeight = 70;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listPreferredItemHeightLarge}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:listPreferredItemHeightLarge
*/
public static final int AppCompatTheme_listPreferredItemHeightLarge = 72;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listPreferredItemHeightSmall}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:listPreferredItemHeightSmall
*/
public static final int AppCompatTheme_listPreferredItemHeightSmall = 71;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listPreferredItemPaddingLeft}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:listPreferredItemPaddingLeft
*/
public static final int AppCompatTheme_listPreferredItemPaddingLeft = 73;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#listPreferredItemPaddingRight}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:listPreferredItemPaddingRight
*/
public static final int AppCompatTheme_listPreferredItemPaddingRight = 74;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#panelBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:panelBackground
*/
public static final int AppCompatTheme_panelBackground = 79;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#panelMenuListTheme}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:panelMenuListTheme
*/
public static final int AppCompatTheme_panelMenuListTheme = 81;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#panelMenuListWidth}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:panelMenuListWidth
*/
public static final int AppCompatTheme_panelMenuListWidth = 80;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#popupMenuStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:popupMenuStyle
*/
public static final int AppCompatTheme_popupMenuStyle = 61;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#popupWindowStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:popupWindowStyle
*/
public static final int AppCompatTheme_popupWindowStyle = 62;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#radioButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:radioButtonStyle
*/
public static final int AppCompatTheme_radioButtonStyle = 107;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#ratingBarStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:ratingBarStyle
*/
public static final int AppCompatTheme_ratingBarStyle = 108;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#ratingBarStyleIndicator}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:ratingBarStyleIndicator
*/
public static final int AppCompatTheme_ratingBarStyleIndicator = 109;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#ratingBarStyleSmall}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:ratingBarStyleSmall
*/
public static final int AppCompatTheme_ratingBarStyleSmall = 110;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#searchViewStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:searchViewStyle
*/
public static final int AppCompatTheme_searchViewStyle = 69;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#seekBarStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:seekBarStyle
*/
public static final int AppCompatTheme_seekBarStyle = 111;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#selectableItemBackground}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:selectableItemBackground
*/
public static final int AppCompatTheme_selectableItemBackground = 53;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#selectableItemBackgroundBorderless}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:selectableItemBackgroundBorderless
*/
public static final int AppCompatTheme_selectableItemBackgroundBorderless = 54;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#spinnerDropDownItemStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:spinnerDropDownItemStyle
*/
public static final int AppCompatTheme_spinnerDropDownItemStyle = 48;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#spinnerStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:spinnerStyle
*/
public static final int AppCompatTheme_spinnerStyle = 112;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#switchStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:switchStyle
*/
public static final int AppCompatTheme_switchStyle = 113;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearanceLargePopupMenu}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearanceLargePopupMenu
*/
public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearanceListItem}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearanceListItem
*/
public static final int AppCompatTheme_textAppearanceListItem = 77;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearanceListItemSmall}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearanceListItemSmall
*/
public static final int AppCompatTheme_textAppearanceListItemSmall = 78;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearancePopupMenuHeader}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearancePopupMenuHeader
*/
public static final int AppCompatTheme_textAppearancePopupMenuHeader = 42;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearanceSearchResultSubtitle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearanceSearchResultSubtitle
*/
public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 67;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearanceSearchResultTitle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearanceSearchResultTitle
*/
public static final int AppCompatTheme_textAppearanceSearchResultTitle = 66;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textAppearanceSmallPopupMenu}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:textAppearanceSmallPopupMenu
*/
public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:textColorAlertDialogListItem
*/
public static final int AppCompatTheme_textColorAlertDialogListItem = 97;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:textColorSearchUrl
*/
public static final int AppCompatTheme_textColorSearchUrl = 68;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#toolbarNavigationButtonStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:toolbarNavigationButtonStyle
*/
public static final int AppCompatTheme_toolbarNavigationButtonStyle = 60;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#toolbarStyle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:toolbarStyle
*/
public static final int AppCompatTheme_toolbarStyle = 59;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#windowActionBar}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowActionBar
*/
public static final int AppCompatTheme_windowActionBar = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#windowActionBarOverlay}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowActionBarOverlay
*/
public static final int AppCompatTheme_windowActionBarOverlay = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#windowActionModeOverlay}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowActionModeOverlay
*/
public static final int AppCompatTheme_windowActionModeOverlay = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowFixedHeightMajor
*/
public static final int AppCompatTheme_windowFixedHeightMajor = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowFixedHeightMinor
*/
public static final int AppCompatTheme_windowFixedHeightMinor = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowFixedWidthMajor
*/
public static final int AppCompatTheme_windowFixedWidthMajor = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowFixedWidthMinor
*/
public static final int AppCompatTheme_windowFixedWidthMinor = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowMinWidthMajor
*/
public static final int AppCompatTheme_windowMinWidthMajor = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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), mm (millimeters).
<p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>".
The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
some parent container.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowMinWidthMinor
*/
public static final int AppCompatTheme_windowMinWidthMinor = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#windowNoTitle}
attribute's value can be found in the {@link #AppCompatTheme} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:windowNoTitle
*/
public static final int AppCompatTheme_windowNoTitle = 3;
/** Attributes that can be used with a BottomNavigationView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #BottomNavigationView_elevation FotoDestinoApp.Android:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #BottomNavigationView_itemBackground FotoDestinoApp.Android:itemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #BottomNavigationView_itemIconTint FotoDestinoApp.Android:itemIconTint}</code></td><td></td></tr>
<tr><td><code>{@link #BottomNavigationView_itemTextColor FotoDestinoApp.Android:itemTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #BottomNavigationView_menu FotoDestinoApp.Android:menu}</code></td><td></td></tr>
</table>
@see #BottomNavigationView_elevation
@see #BottomNavigationView_itemBackground
@see #BottomNavigationView_itemIconTint
@see #BottomNavigationView_itemTextColor
@see #BottomNavigationView_menu
*/
public static final int[] BottomNavigationView = {
0x7f01004f, 0x7f010142, 0x7f010143, 0x7f010144,
0x7f010145
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#elevation}
attribute's value can be found in the {@link #BottomNavigationView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:elevation
*/
public static final int BottomNavigationView_elevation = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemBackground}
attribute's value can be found in the {@link #BottomNavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:itemBackground
*/
public static final int BottomNavigationView_itemBackground = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemIconTint}
attribute's value can be found in the {@link #BottomNavigationView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:itemIconTint
*/
public static final int BottomNavigationView_itemIconTint = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemTextColor}
attribute's value can be found in the {@link #BottomNavigationView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:itemTextColor
*/
public static final int BottomNavigationView_itemTextColor = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#menu}
attribute's value can be found in the {@link #BottomNavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:menu
*/
public static final int BottomNavigationView_menu = 1;
/** Attributes that can be used with a BottomSheetBehavior_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_hideable FotoDestinoApp.Android:behavior_hideable}</code></td><td></td></tr>
<tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_peekHeight FotoDestinoApp.Android:behavior_peekHeight}</code></td><td></td></tr>
<tr><td><code>{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed FotoDestinoApp.Android:behavior_skipCollapsed}</code></td><td></td></tr>
</table>
@see #BottomSheetBehavior_Layout_behavior_hideable
@see #BottomSheetBehavior_Layout_behavior_peekHeight
@see #BottomSheetBehavior_Layout_behavior_skipCollapsed
*/
public static final int[] BottomSheetBehavior_Layout = {
0x7f01011c, 0x7f01011d, 0x7f01011e
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#behavior_hideable}
attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:behavior_hideable
*/
public static final int BottomSheetBehavior_Layout_behavior_hideable = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#behavior_peekHeight}
attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array.
<p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>-1</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:behavior_peekHeight
*/
public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#behavior_skipCollapsed}
attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:behavior_skipCollapsed
*/
public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 2;
/** Attributes that can be used with a ButtonBarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ButtonBarLayout_allowStacking FotoDestinoApp.Android:allowStacking}</code></td><td></td></tr>
</table>
@see #ButtonBarLayout_allowStacking
*/
public static final int[] ButtonBarLayout = {
0x7f0100d0
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#allowStacking}
attribute's value can be found in the {@link #ButtonBarLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:allowStacking
*/
public static final int ButtonBarLayout_allowStacking = 0;
/** Attributes that can be used with a CardView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CardView_android_minHeight android:minHeight}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_android_minWidth android:minWidth}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_cardBackgroundColor FotoDestinoApp.Android:cardBackgroundColor}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_cardCornerRadius FotoDestinoApp.Android:cardCornerRadius}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_cardElevation FotoDestinoApp.Android:cardElevation}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_cardMaxElevation FotoDestinoApp.Android:cardMaxElevation}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_cardPreventCornerOverlap FotoDestinoApp.Android:cardPreventCornerOverlap}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_cardUseCompatPadding FotoDestinoApp.Android:cardUseCompatPadding}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_contentPadding FotoDestinoApp.Android:contentPadding}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_contentPaddingBottom FotoDestinoApp.Android:contentPaddingBottom}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_contentPaddingLeft FotoDestinoApp.Android:contentPaddingLeft}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_contentPaddingRight FotoDestinoApp.Android:contentPaddingRight}</code></td><td></td></tr>
<tr><td><code>{@link #CardView_contentPaddingTop FotoDestinoApp.Android:contentPaddingTop}</code></td><td></td></tr>
</table>
@see #CardView_android_minHeight
@see #CardView_android_minWidth
@see #CardView_cardBackgroundColor
@see #CardView_cardCornerRadius
@see #CardView_cardElevation
@see #CardView_cardMaxElevation
@see #CardView_cardPreventCornerOverlap
@see #CardView_cardUseCompatPadding
@see #CardView_contentPadding
@see #CardView_contentPaddingBottom
@see #CardView_contentPaddingLeft
@see #CardView_contentPaddingRight
@see #CardView_contentPaddingTop
*/
public static final int[] CardView = {
0x0101013f, 0x01010140, 0x7f010028, 0x7f010029,
0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d,
0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031,
0x7f010032
};
/**
<p>This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #CardView} array.
@attr name android:minHeight
*/
public static final int CardView_android_minHeight = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #CardView} array.
@attr name android:minWidth
*/
public static final int CardView_android_minWidth = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cardBackgroundColor}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cardBackgroundColor
*/
public static final int CardView_cardBackgroundColor = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cardCornerRadius}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cardCornerRadius
*/
public static final int CardView_cardCornerRadius = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cardElevation}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cardElevation
*/
public static final int CardView_cardElevation = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cardMaxElevation}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cardMaxElevation
*/
public static final int CardView_cardMaxElevation = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cardPreventCornerOverlap}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cardPreventCornerOverlap
*/
public static final int CardView_cardPreventCornerOverlap = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cardUseCompatPadding}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cardUseCompatPadding
*/
public static final int CardView_cardUseCompatPadding = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentPadding}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentPadding
*/
public static final int CardView_contentPadding = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentPaddingBottom}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentPaddingBottom
*/
public static final int CardView_contentPaddingBottom = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentPaddingLeft}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentPaddingLeft
*/
public static final int CardView_contentPaddingLeft = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentPaddingRight}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentPaddingRight
*/
public static final int CardView_contentPaddingRight = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentPaddingTop}
attribute's value can be found in the {@link #CardView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentPaddingTop
*/
public static final int CardView_contentPaddingTop = 11;
/** Attributes that can be used with a CollapsingToolbarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleGravity FotoDestinoApp.Android:collapsedTitleGravity}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance FotoDestinoApp.Android:collapsedTitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_contentScrim FotoDestinoApp.Android:contentScrim}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleGravity FotoDestinoApp.Android:expandedTitleGravity}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMargin FotoDestinoApp.Android:expandedTitleMargin}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginBottom FotoDestinoApp.Android:expandedTitleMarginBottom}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginEnd FotoDestinoApp.Android:expandedTitleMarginEnd}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginStart FotoDestinoApp.Android:expandedTitleMarginStart}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleMarginTop FotoDestinoApp.Android:expandedTitleMarginTop}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_expandedTitleTextAppearance FotoDestinoApp.Android:expandedTitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_scrimAnimationDuration FotoDestinoApp.Android:scrimAnimationDuration}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger FotoDestinoApp.Android:scrimVisibleHeightTrigger}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_statusBarScrim FotoDestinoApp.Android:statusBarScrim}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_title FotoDestinoApp.Android:title}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_titleEnabled FotoDestinoApp.Android:titleEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_toolbarId FotoDestinoApp.Android:toolbarId}</code></td><td></td></tr>
</table>
@see #CollapsingToolbarLayout_collapsedTitleGravity
@see #CollapsingToolbarLayout_collapsedTitleTextAppearance
@see #CollapsingToolbarLayout_contentScrim
@see #CollapsingToolbarLayout_expandedTitleGravity
@see #CollapsingToolbarLayout_expandedTitleMargin
@see #CollapsingToolbarLayout_expandedTitleMarginBottom
@see #CollapsingToolbarLayout_expandedTitleMarginEnd
@see #CollapsingToolbarLayout_expandedTitleMarginStart
@see #CollapsingToolbarLayout_expandedTitleMarginTop
@see #CollapsingToolbarLayout_expandedTitleTextAppearance
@see #CollapsingToolbarLayout_scrimAnimationDuration
@see #CollapsingToolbarLayout_scrimVisibleHeightTrigger
@see #CollapsingToolbarLayout_statusBarScrim
@see #CollapsingToolbarLayout_title
@see #CollapsingToolbarLayout_titleEnabled
@see #CollapsingToolbarLayout_toolbarId
*/
public static final int[] CollapsingToolbarLayout = {
0x7f010036, 0x7f01011f, 0x7f010120, 0x7f010121,
0x7f010122, 0x7f010123, 0x7f010124, 0x7f010125,
0x7f010126, 0x7f010127, 0x7f010128, 0x7f010129,
0x7f01012a, 0x7f01012b, 0x7f01012c, 0x7f01012d
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#collapsedTitleGravity}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:collapsedTitleGravity
*/
public static final int CollapsingToolbarLayout_collapsedTitleGravity = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#collapsedTitleTextAppearance}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:collapsedTitleTextAppearance
*/
public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentScrim}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentScrim
*/
public static final int CollapsingToolbarLayout_contentScrim = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleGravity}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:expandedTitleGravity
*/
public static final int CollapsingToolbarLayout_expandedTitleGravity = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleMargin}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:expandedTitleMargin
*/
public static final int CollapsingToolbarLayout_expandedTitleMargin = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleMarginBottom}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:expandedTitleMarginBottom
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleMarginEnd}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:expandedTitleMarginEnd
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleMarginStart}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:expandedTitleMarginStart
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleMarginTop}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:expandedTitleMarginTop
*/
public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#expandedTitleTextAppearance}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:expandedTitleTextAppearance
*/
public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#scrimAnimationDuration}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:scrimAnimationDuration
*/
public static final int CollapsingToolbarLayout_scrimAnimationDuration = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#scrimVisibleHeightTrigger}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:scrimVisibleHeightTrigger
*/
public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#statusBarScrim}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:statusBarScrim
*/
public static final int CollapsingToolbarLayout_statusBarScrim = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#title}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:title
*/
public static final int CollapsingToolbarLayout_title = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleEnabled}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleEnabled
*/
public static final int CollapsingToolbarLayout_titleEnabled = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#toolbarId}
attribute's value can be found in the {@link #CollapsingToolbarLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:toolbarId
*/
public static final int CollapsingToolbarLayout_toolbarId = 10;
/** Attributes that can be used with a CollapsingToolbarLayout_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_Layout_layout_collapseMode FotoDestinoApp.Android:layout_collapseMode}</code></td><td></td></tr>
<tr><td><code>{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier FotoDestinoApp.Android:layout_collapseParallaxMultiplier}</code></td><td></td></tr>
</table>
@see #CollapsingToolbarLayout_Layout_layout_collapseMode
@see #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier
*/
public static final int[] CollapsingToolbarLayout_Layout = {
0x7f01012e, 0x7f01012f
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_collapseMode}
attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>pin</code></td><td>1</td><td></td></tr>
<tr><td><code>parallax</code></td><td>2</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:layout_collapseMode
*/
public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_collapseParallaxMultiplier}
attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:layout_collapseParallaxMultiplier
*/
public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
/** Attributes that can be used with a ColorStateListItem.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ColorStateListItem_alpha FotoDestinoApp.Android:alpha}</code></td><td></td></tr>
<tr><td><code>{@link #ColorStateListItem_android_alpha android:alpha}</code></td><td></td></tr>
<tr><td><code>{@link #ColorStateListItem_android_color android:color}</code></td><td></td></tr>
</table>
@see #ColorStateListItem_alpha
@see #ColorStateListItem_android_alpha
@see #ColorStateListItem_android_color
*/
public static final int[] ColorStateListItem = {
0x010101a5, 0x0101031f, 0x7f0100d1
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#alpha}
attribute's value can be found in the {@link #ColorStateListItem} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:alpha
*/
public static final int ColorStateListItem_alpha = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#alpha}
attribute's value can be found in the {@link #ColorStateListItem} array.
@attr name android:alpha
*/
public static final int ColorStateListItem_android_alpha = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#color}
attribute's value can be found in the {@link #ColorStateListItem} array.
@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 FotoDestinoApp.Android:buttonTint}</code></td><td></td></tr>
<tr><td><code>{@link #CompoundButton_buttonTintMode FotoDestinoApp.Android:buttonTintMode}</code></td><td></td></tr>
</table>
@see #CompoundButton_android_button
@see #CompoundButton_buttonTint
@see #CompoundButton_buttonTintMode
*/
public static final int[] CompoundButton = {
0x01010107, 0x7f0100d2, 0x7f0100d3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#button}
attribute's value can be found in the {@link #CompoundButton} array.
@attr name android:button
*/
public static final int CompoundButton_android_button = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonTint}
attribute's value can be found in the {@link #CompoundButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:buttonTint
*/
public static final int CompoundButton_buttonTint = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:buttonTintMode
*/
public static final int CompoundButton_buttonTintMode = 2;
/** Attributes that can be used with a CoordinatorLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CoordinatorLayout_keylines FotoDestinoApp.Android:keylines}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_statusBarBackground FotoDestinoApp.Android:statusBarBackground}</code></td><td></td></tr>
</table>
@see #CoordinatorLayout_keylines
@see #CoordinatorLayout_statusBarBackground
*/
public static final int[] CoordinatorLayout = {
0x7f010130, 0x7f010131
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#keylines}
attribute's value can be found in the {@link #CoordinatorLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:keylines
*/
public static final int CoordinatorLayout_keylines = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#statusBarBackground}
attribute's value can be found in the {@link #CoordinatorLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:statusBarBackground
*/
public static final int CoordinatorLayout_statusBarBackground = 1;
/** Attributes that can be used with a CoordinatorLayout_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_layout_anchor FotoDestinoApp.Android:layout_anchor}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_layout_anchorGravity FotoDestinoApp.Android:layout_anchorGravity}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_layout_behavior FotoDestinoApp.Android:layout_behavior}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges FotoDestinoApp.Android:layout_dodgeInsetEdges}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_layout_insetEdge FotoDestinoApp.Android:layout_insetEdge}</code></td><td></td></tr>
<tr><td><code>{@link #CoordinatorLayout_Layout_layout_keyline FotoDestinoApp.Android:layout_keyline}</code></td><td></td></tr>
</table>
@see #CoordinatorLayout_Layout_android_layout_gravity
@see #CoordinatorLayout_Layout_layout_anchor
@see #CoordinatorLayout_Layout_layout_anchorGravity
@see #CoordinatorLayout_Layout_layout_behavior
@see #CoordinatorLayout_Layout_layout_dodgeInsetEdges
@see #CoordinatorLayout_Layout_layout_insetEdge
@see #CoordinatorLayout_Layout_layout_keyline
*/
public static final int[] CoordinatorLayout_Layout = {
0x010100b3, 0x7f010132, 0x7f010133, 0x7f010134,
0x7f010135, 0x7f010136, 0x7f010137
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
@attr name android:layout_gravity
*/
public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_anchor}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:layout_anchor
*/
public static final int CoordinatorLayout_Layout_layout_anchor = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_anchorGravity}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x05</td><td></td></tr>
<tr><td><code>center_vertical</code></td><td>0x10</td><td></td></tr>
<tr><td><code>fill_vertical</code></td><td>0x70</td><td></td></tr>
<tr><td><code>center_horizontal</code></td><td>0x01</td><td></td></tr>
<tr><td><code>fill_horizontal</code></td><td>0x07</td><td></td></tr>
<tr><td><code>center</code></td><td>0x11</td><td></td></tr>
<tr><td><code>fill</code></td><td>0x77</td><td></td></tr>
<tr><td><code>clip_vertical</code></td><td>0x80</td><td></td></tr>
<tr><td><code>clip_horizontal</code></td><td>0x08</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:layout_anchorGravity
*/
public static final int CoordinatorLayout_Layout_layout_anchorGravity = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_behavior}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:layout_behavior
*/
public static final int CoordinatorLayout_Layout_layout_behavior = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_dodgeInsetEdges}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x0</td><td></td></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x03</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
<tr><td><code>all</code></td><td>0x77</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:layout_dodgeInsetEdges
*/
public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_insetEdge}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x0</td><td></td></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
<tr><td><code>left</code></td><td>0x03</td><td></td></tr>
<tr><td><code>right</code></td><td>0x03</td><td></td></tr>
<tr><td><code>start</code></td><td>0x00800003</td><td></td></tr>
<tr><td><code>end</code></td><td>0x00800005</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:layout_insetEdge
*/
public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout_keyline}
attribute's value can be found in the {@link #CoordinatorLayout_Layout} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:layout_keyline
*/
public static final int CoordinatorLayout_Layout_layout_keyline = 3;
/** Attributes that can be used with a DesignTheme.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #DesignTheme_bottomSheetDialogTheme FotoDestinoApp.Android:bottomSheetDialogTheme}</code></td><td></td></tr>
<tr><td><code>{@link #DesignTheme_bottomSheetStyle FotoDestinoApp.Android:bottomSheetStyle}</code></td><td></td></tr>
<tr><td><code>{@link #DesignTheme_textColorError FotoDestinoApp.Android:textColorError}</code></td><td></td></tr>
</table>
@see #DesignTheme_bottomSheetDialogTheme
@see #DesignTheme_bottomSheetStyle
@see #DesignTheme_textColorError
*/
public static final int[] DesignTheme = {
0x7f010138, 0x7f010139, 0x7f01013a
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#bottomSheetDialogTheme}
attribute's value can be found in the {@link #DesignTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:bottomSheetDialogTheme
*/
public static final int DesignTheme_bottomSheetDialogTheme = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#bottomSheetStyle}
attribute's value can be found in the {@link #DesignTheme} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:bottomSheetStyle
*/
public static final int DesignTheme_bottomSheetStyle = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#textColorError}
attribute's value can be found in the {@link #DesignTheme} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:textColorError
*/
public static final int DesignTheme_textColorError = 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 FotoDestinoApp.Android:arrowHeadLength}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_arrowShaftLength FotoDestinoApp.Android:arrowShaftLength}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_barLength FotoDestinoApp.Android:barLength}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_color FotoDestinoApp.Android:color}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_drawableSize FotoDestinoApp.Android:drawableSize}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars FotoDestinoApp.Android:gapBetweenBars}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_spinBars FotoDestinoApp.Android:spinBars}</code></td><td></td></tr>
<tr><td><code>{@link #DrawerArrowToggle_thickness FotoDestinoApp.Android: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 = {
0x7f0100d4, 0x7f0100d5, 0x7f0100d6, 0x7f0100d7,
0x7f0100d8, 0x7f0100d9, 0x7f0100da, 0x7f0100db
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#arrowHeadLength}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:arrowHeadLength
*/
public static final int DrawerArrowToggle_arrowHeadLength = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#arrowShaftLength}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:arrowShaftLength
*/
public static final int DrawerArrowToggle_arrowShaftLength = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#barLength}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:barLength
*/
public static final int DrawerArrowToggle_barLength = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#color}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:color
*/
public static final int DrawerArrowToggle_color = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#drawableSize}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:drawableSize
*/
public static final int DrawerArrowToggle_drawableSize = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#gapBetweenBars}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:gapBetweenBars
*/
public static final int DrawerArrowToggle_gapBetweenBars = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#spinBars}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:spinBars
*/
public static final int DrawerArrowToggle_spinBars = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#thickness}
attribute's value can be found in the {@link #DrawerArrowToggle} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:thickness
*/
public static final int DrawerArrowToggle_thickness = 7;
/** Attributes that can be used with a FloatingActionButton.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #FloatingActionButton_backgroundTint FotoDestinoApp.Android:backgroundTint}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_backgroundTintMode FotoDestinoApp.Android:backgroundTintMode}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_borderWidth FotoDestinoApp.Android:borderWidth}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_elevation FotoDestinoApp.Android:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_fabSize FotoDestinoApp.Android:fabSize}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_pressedTranslationZ FotoDestinoApp.Android:pressedTranslationZ}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_rippleColor FotoDestinoApp.Android:rippleColor}</code></td><td></td></tr>
<tr><td><code>{@link #FloatingActionButton_useCompatPadding FotoDestinoApp.Android:useCompatPadding}</code></td><td></td></tr>
</table>
@see #FloatingActionButton_backgroundTint
@see #FloatingActionButton_backgroundTintMode
@see #FloatingActionButton_borderWidth
@see #FloatingActionButton_elevation
@see #FloatingActionButton_fabSize
@see #FloatingActionButton_pressedTranslationZ
@see #FloatingActionButton_rippleColor
@see #FloatingActionButton_useCompatPadding
*/
public static final int[] FloatingActionButton = {
0x7f01004f, 0x7f010115, 0x7f010116, 0x7f01013b,
0x7f01013c, 0x7f01013d, 0x7f01013e, 0x7f01013f
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#backgroundTint}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:backgroundTint
*/
public static final int FloatingActionButton_backgroundTint = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#backgroundTintMode}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:backgroundTintMode
*/
public static final int FloatingActionButton_backgroundTintMode = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#borderWidth}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:borderWidth
*/
public static final int FloatingActionButton_borderWidth = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#elevation}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:elevation
*/
public static final int FloatingActionButton_elevation = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#fabSize}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>-1</td><td></td></tr>
<tr><td><code>normal</code></td><td>0</td><td></td></tr>
<tr><td><code>mini</code></td><td>1</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:fabSize
*/
public static final int FloatingActionButton_fabSize = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#pressedTranslationZ}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:pressedTranslationZ
*/
public static final int FloatingActionButton_pressedTranslationZ = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#rippleColor}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:rippleColor
*/
public static final int FloatingActionButton_rippleColor = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#useCompatPadding}
attribute's value can be found in the {@link #FloatingActionButton} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:useCompatPadding
*/
public static final int FloatingActionButton_useCompatPadding = 7;
/** Attributes that can be used with a FloatingActionButton_Behavior_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide FotoDestinoApp.Android:behavior_autoHide}</code></td><td></td></tr>
</table>
@see #FloatingActionButton_Behavior_Layout_behavior_autoHide
*/
public static final int[] FloatingActionButton_Behavior_Layout = {
0x7f010140
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#behavior_autoHide}
attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:behavior_autoHide
*/
public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
/** Attributes that can be used with a ForegroundLinearLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ForegroundLinearLayout_android_foreground android:foreground}</code></td><td></td></tr>
<tr><td><code>{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity}</code></td><td></td></tr>
<tr><td><code>{@link #ForegroundLinearLayout_foregroundInsidePadding FotoDestinoApp.Android:foregroundInsidePadding}</code></td><td></td></tr>
</table>
@see #ForegroundLinearLayout_android_foreground
@see #ForegroundLinearLayout_android_foregroundGravity
@see #ForegroundLinearLayout_foregroundInsidePadding
*/
public static final int[] ForegroundLinearLayout = {
0x01010109, 0x01010200, 0x7f010141
};
/**
<p>This symbol is the offset where the {@link android.R.attr#foreground}
attribute's value can be found in the {@link #ForegroundLinearLayout} array.
@attr name android:foreground
*/
public static final int ForegroundLinearLayout_android_foreground = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#foregroundGravity}
attribute's value can be found in the {@link #ForegroundLinearLayout} array.
@attr name android:foregroundGravity
*/
public static final int ForegroundLinearLayout_android_foregroundGravity = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#foregroundInsidePadding}
attribute's value can be found in the {@link #ForegroundLinearLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:foregroundInsidePadding
*/
public static final int ForegroundLinearLayout_foregroundInsidePadding = 2;
/** Attributes that can be used with a LinearLayoutCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_gravity android:gravity}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_divider FotoDestinoApp.Android:divider}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_dividerPadding FotoDestinoApp.Android:dividerPadding}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild FotoDestinoApp.Android:measureWithLargestChild}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_showDividers FotoDestinoApp.Android:showDividers}</code></td><td></td></tr>
</table>
@see #LinearLayoutCompat_android_baselineAligned
@see #LinearLayoutCompat_android_baselineAlignedChildIndex
@see #LinearLayoutCompat_android_gravity
@see #LinearLayoutCompat_android_orientation
@see #LinearLayoutCompat_android_weightSum
@see #LinearLayoutCompat_divider
@see #LinearLayoutCompat_dividerPadding
@see #LinearLayoutCompat_measureWithLargestChild
@see #LinearLayoutCompat_showDividers
*/
public static final int[] LinearLayoutCompat = {
0x010100af, 0x010100c4, 0x01010126, 0x01010127,
0x01010128, 0x7f01003e, 0x7f0100dc, 0x7f0100dd,
0x7f0100de
};
/**
<p>This symbol is the offset where the {@link android.R.attr#baselineAligned}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@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.
@attr name android:baselineAlignedChildIndex
*/
public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@attr name android:gravity
*/
public static final int LinearLayoutCompat_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#orientation}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
@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.
@attr name android:weightSum
*/
public static final int LinearLayoutCompat_android_weightSum = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#divider}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:divider
*/
public static final int LinearLayoutCompat_divider = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#dividerPadding}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:dividerPadding
*/
public static final int LinearLayoutCompat_dividerPadding = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#measureWithLargestChild}
attribute's value can be found in the {@link #LinearLayoutCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:measureWithLargestChild
*/
public static final int LinearLayoutCompat_measureWithLargestChild = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>beginning</code></td><td>1</td><td></td></tr>
<tr><td><code>middle</code></td><td>2</td><td></td></tr>
<tr><td><code>end</code></td><td>4</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:showDividers
*/
public static final int LinearLayoutCompat_showDividers = 7;
/** Attributes that can be used with a LinearLayoutCompat_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}</code></td><td></td></tr>
<tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}</code></td><td></td></tr>
</table>
@see #LinearLayoutCompat_Layout_android_layout_gravity
@see #LinearLayoutCompat_Layout_android_layout_height
@see #LinearLayoutCompat_Layout_android_layout_weight
@see #LinearLayoutCompat_Layout_android_layout_width
*/
public static final int[] LinearLayoutCompat_Layout = {
0x010100b3, 0x010100f4, 0x010100f5, 0x01010181
};
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_gravity}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_gravity
*/
public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_height}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_height
*/
public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_weight}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_weight
*/
public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout_width}
attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
@attr name android:layout_width
*/
public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
/** Attributes that can be used with a ListPopupWindow.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></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.
@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.
@attr name android:dropDownVerticalOffset
*/
public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
/** Attributes for LoadingImageView
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #LoadingImageView_circleCrop FotoDestinoApp.Android:circleCrop}</code></td><td>
Whether or not this view should have a circular clip applied
</td></tr>
<tr><td><code>{@link #LoadingImageView_imageAspectRatio FotoDestinoApp.Android:imageAspectRatio}</code></td><td>
The fixed aspect ratio to use in aspect ratio adjustments.</td></tr>
<tr><td><code>{@link #LoadingImageView_imageAspectRatioAdjust FotoDestinoApp.Android:imageAspectRatioAdjust}</code></td><td>
What kind of aspect ratio adjustment to do.</td></tr>
</table>
@see #LoadingImageView_circleCrop
@see #LoadingImageView_imageAspectRatio
@see #LoadingImageView_imageAspectRatioAdjust
*/
public static final int[] LoadingImageView = {
0x7f010011, 0x7f010012, 0x7f010013
};
/**
<p>
@attr description
Whether or not this view should have a circular clip applied
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name FotoDestinoApp.Android:circleCrop
*/
public static final int LoadingImageView_circleCrop = 2;
/**
<p>
@attr description
The fixed aspect ratio to use in aspect ratio adjustments.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name FotoDestinoApp.Android:imageAspectRatio
*/
public static final int LoadingImageView_imageAspectRatio = 1;
/**
<p>
@attr description
What kind of aspect ratio adjustment to do. It must be one of "none", "adjust_width",
or "adjust_height".
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>adjust_width</code></td><td>1</td><td></td></tr>
<tr><td><code>adjust_height</code></td><td>2</td><td></td></tr>
</table>
<p>This is a private symbol.
@attr name FotoDestinoApp.Android:imageAspectRatioAdjust
*/
public static final int LoadingImageView_imageAspectRatioAdjust = 0;
/** Attributes that can be used with a MapAttrs.
<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 #MapAttrs_ambientEnabled FotoDestinoApp.Android:ambientEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraBearing FotoDestinoApp.Android:cameraBearing}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTargetLat FotoDestinoApp.Android:cameraTargetLat}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTargetLng FotoDestinoApp.Android:cameraTargetLng}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTilt FotoDestinoApp.Android:cameraTilt}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraZoom FotoDestinoApp.Android:cameraZoom}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_liteMode FotoDestinoApp.Android:liteMode}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_mapType FotoDestinoApp.Android:mapType}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiCompass FotoDestinoApp.Android:uiCompass}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiMapToolbar FotoDestinoApp.Android:uiMapToolbar}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiRotateGestures FotoDestinoApp.Android:uiRotateGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiScrollGestures FotoDestinoApp.Android:uiScrollGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiTiltGestures FotoDestinoApp.Android:uiTiltGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiZoomControls FotoDestinoApp.Android:uiZoomControls}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiZoomGestures FotoDestinoApp.Android:uiZoomGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_useViewLifecycle FotoDestinoApp.Android:useViewLifecycle}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_zOrderOnTop FotoDestinoApp.Android:zOrderOnTop}</code></td><td></td></tr>
</table>
@see #MapAttrs_ambientEnabled
@see #MapAttrs_cameraBearing
@see #MapAttrs_cameraTargetLat
@see #MapAttrs_cameraTargetLng
@see #MapAttrs_cameraTilt
@see #MapAttrs_cameraZoom
@see #MapAttrs_liteMode
@see #MapAttrs_mapType
@see #MapAttrs_uiCompass
@see #MapAttrs_uiMapToolbar
@see #MapAttrs_uiRotateGestures
@see #MapAttrs_uiScrollGestures
@see #MapAttrs_uiTiltGestures
@see #MapAttrs_uiZoomControls
@see #MapAttrs_uiZoomGestures
@see #MapAttrs_useViewLifecycle
@see #MapAttrs_zOrderOnTop
*/
public static final int[] MapAttrs = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007,
0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b,
0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f,
0x7f010010
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#ambientEnabled}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:ambientEnabled
*/
public static final int MapAttrs_ambientEnabled = 16;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cameraBearing}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cameraBearing
*/
public static final int MapAttrs_cameraBearing = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cameraTargetLat}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cameraTargetLat
*/
public static final int MapAttrs_cameraTargetLat = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cameraTargetLng}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cameraTargetLng
*/
public static final int MapAttrs_cameraTargetLng = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cameraTilt}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cameraTilt
*/
public static final int MapAttrs_cameraTilt = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#cameraZoom}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:cameraZoom
*/
public static final int MapAttrs_cameraZoom = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#liteMode}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:liteMode
*/
public static final int MapAttrs_liteMode = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#mapType}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td></td></tr>
<tr><td><code>normal</code></td><td>1</td><td></td></tr>
<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:mapType
*/
public static final int MapAttrs_mapType = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiCompass}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiCompass
*/
public static final int MapAttrs_uiCompass = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiMapToolbar}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiMapToolbar
*/
public static final int MapAttrs_uiMapToolbar = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiRotateGestures}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiRotateGestures
*/
public static final int MapAttrs_uiRotateGestures = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiScrollGestures}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiScrollGestures
*/
public static final int MapAttrs_uiScrollGestures = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiTiltGestures}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiTiltGestures
*/
public static final int MapAttrs_uiTiltGestures = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiZoomControls}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiZoomControls
*/
public static final int MapAttrs_uiZoomControls = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#uiZoomGestures}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:uiZoomGestures
*/
public static final int MapAttrs_uiZoomGestures = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#useViewLifecycle}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:useViewLifecycle
*/
public static final int MapAttrs_useViewLifecycle = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#zOrderOnTop}
attribute's value can be found in the {@link #MapAttrs} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:zOrderOnTop
*/
public static final int MapAttrs_zOrderOnTop = 14;
/** Attributes that can be used with a MediaRouteButton.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MediaRouteButton_android_minHeight android:minHeight}</code></td><td></td></tr>
<tr><td><code>{@link #MediaRouteButton_android_minWidth android:minWidth}</code></td><td></td></tr>
<tr><td><code>{@link #MediaRouteButton_buttonTint FotoDestinoApp.Android:buttonTint}</code></td><td></td></tr>
<tr><td><code>{@link #MediaRouteButton_externalRouteEnabledDrawable FotoDestinoApp.Android:externalRouteEnabledDrawable}</code></td><td></td></tr>
</table>
@see #MediaRouteButton_android_minHeight
@see #MediaRouteButton_android_minWidth
@see #MediaRouteButton_buttonTint
@see #MediaRouteButton_externalRouteEnabledDrawable
*/
public static final int[] MediaRouteButton = {
0x0101013f, 0x01010140, 0x7f010027, 0x7f0100d2
};
/**
<p>This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #MediaRouteButton} array.
@attr name android:minHeight
*/
public static final int MediaRouteButton_android_minHeight = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #MediaRouteButton} array.
@attr name android:minWidth
*/
public static final int MediaRouteButton_android_minWidth = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonTint}
attribute's value can be found in the {@link #MediaRouteButton} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:buttonTint
*/
public static final int MediaRouteButton_buttonTint = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#externalRouteEnabledDrawable}
attribute's value can be found in the {@link #MediaRouteButton} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:externalRouteEnabledDrawable
*/
public static final int MediaRouteButton_externalRouteEnabledDrawable = 2;
/** Attributes that can be used with a MenuGroup.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td></td></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_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_visible android:visible}</code></td><td></td></tr>
</table>
@see #MenuGroup_android_checkableBehavior
@see #MenuGroup_android_enabled
@see #MenuGroup_android_id
@see #MenuGroup_android_menuCategory
@see #MenuGroup_android_orderInCategory
@see #MenuGroup_android_visible
*/
public static final int[] MenuGroup = {
0x0101000e, 0x010100d0, 0x01010194, 0x010101de,
0x010101df, 0x010101e0
};
/**
<p>This symbol is the offset where the {@link android.R.attr#checkableBehavior}
attribute's value can be found in the {@link #MenuGroup} array.
@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.
@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.
@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.
@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.
@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.
@attr name android:visible
*/
public static final int MenuGroup_android_visible = 2;
/** Attributes that can be used with a MenuItem.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuItem_actionLayout FotoDestinoApp.Android:actionLayout}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_actionProviderClass FotoDestinoApp.Android:actionProviderClass}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_actionViewClass FotoDestinoApp.Android:actionViewClass}</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_checkable android:checkable}</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_enabled android:enabled}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_android_icon android:icon}</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_menuCategory android:menuCategory}</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_onClick android:onClick}</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_visible android:visible}</code></td><td></td></tr>
<tr><td><code>{@link #MenuItem_showAsAction FotoDestinoApp.Android:showAsAction}</code></td><td></td></tr>
</table>
@see #MenuItem_actionLayout
@see #MenuItem_actionProviderClass
@see #MenuItem_actionViewClass
@see #MenuItem_android_alphabeticShortcut
@see #MenuItem_android_checkable
@see #MenuItem_android_checked
@see #MenuItem_android_enabled
@see #MenuItem_android_icon
@see #MenuItem_android_id
@see #MenuItem_android_menuCategory
@see #MenuItem_android_numericShortcut
@see #MenuItem_android_onClick
@see #MenuItem_android_orderInCategory
@see #MenuItem_android_title
@see #MenuItem_android_titleCondensed
@see #MenuItem_android_visible
@see #MenuItem_showAsAction
*/
public static final int[] MenuItem = {
0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
0x01010194, 0x010101de, 0x010101df, 0x010101e1,
0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
0x0101026f, 0x7f0100df, 0x7f0100e0, 0x7f0100e1,
0x7f0100e2
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionLayout}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:actionLayout
*/
public static final int MenuItem_actionLayout = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionProviderClass}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:actionProviderClass
*/
public static final int MenuItem_actionProviderClass = 16;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#actionViewClass}
attribute's value can be found in the {@link #MenuItem} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:actionViewClass
*/
public static final int MenuItem_actionViewClass = 15;
/**
<p>This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
attribute's value can be found in the {@link #MenuItem} array.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@attr name android:visible
*/
public static final int MenuItem_android_visible = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>never</code></td><td>0</td><td></td></tr>
<tr><td><code>ifRoom</code></td><td>1</td><td></td></tr>
<tr><td><code>always</code></td><td>2</td><td></td></tr>
<tr><td><code>withText</code></td><td>4</td><td></td></tr>
<tr><td><code>collapseActionView</code></td><td>8</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:showAsAction
*/
public static final int MenuItem_showAsAction = 13;
/** Attributes that can be used with a MenuView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</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_android_itemTextAppearance android:itemTextAppearance}</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_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_preserveIconSpacing FotoDestinoApp.Android:preserveIconSpacing}</code></td><td></td></tr>
<tr><td><code>{@link #MenuView_subMenuArrow FotoDestinoApp.Android:subMenuArrow}</code></td><td></td></tr>
</table>
@see #MenuView_android_headerBackground
@see #MenuView_android_horizontalDivider
@see #MenuView_android_itemBackground
@see #MenuView_android_itemIconDisabledAlpha
@see #MenuView_android_itemTextAppearance
@see #MenuView_android_verticalDivider
@see #MenuView_android_windowAnimationStyle
@see #MenuView_preserveIconSpacing
@see #MenuView_subMenuArrow
*/
public static final int[] MenuView = {
0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
0x0101012f, 0x01010130, 0x01010131, 0x7f0100e3,
0x7f0100e4
};
/**
<p>This symbol is the offset where the {@link android.R.attr#headerBackground}
attribute's value can be found in the {@link #MenuView} array.
@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.
@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.
@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.
@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.
@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.
@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.
@attr name android:windowAnimationStyle
*/
public static final int MenuView_android_windowAnimationStyle = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#preserveIconSpacing}
attribute's value can be found in the {@link #MenuView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:preserveIconSpacing
*/
public static final int MenuView_preserveIconSpacing = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subMenuArrow}
attribute's value can be found in the {@link #MenuView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:subMenuArrow
*/
public static final int MenuView_subMenuArrow = 8;
/** Attributes that can be used with a NavigationView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #NavigationView_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_elevation FotoDestinoApp.Android:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_headerLayout FotoDestinoApp.Android:headerLayout}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemBackground FotoDestinoApp.Android:itemBackground}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemIconTint FotoDestinoApp.Android:itemIconTint}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemTextAppearance FotoDestinoApp.Android:itemTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_itemTextColor FotoDestinoApp.Android:itemTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #NavigationView_menu FotoDestinoApp.Android:menu}</code></td><td></td></tr>
</table>
@see #NavigationView_android_background
@see #NavigationView_android_fitsSystemWindows
@see #NavigationView_android_maxWidth
@see #NavigationView_elevation
@see #NavigationView_headerLayout
@see #NavigationView_itemBackground
@see #NavigationView_itemIconTint
@see #NavigationView_itemTextAppearance
@see #NavigationView_itemTextColor
@see #NavigationView_menu
*/
public static final int[] NavigationView = {
0x010100d4, 0x010100dd, 0x0101011f, 0x7f01004f,
0x7f010142, 0x7f010143, 0x7f010144, 0x7f010145,
0x7f010146, 0x7f010147
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #NavigationView} array.
@attr name android:background
*/
public static final int NavigationView_android_background = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#fitsSystemWindows}
attribute's value can be found in the {@link #NavigationView} array.
@attr name android:fitsSystemWindows
*/
public static final int NavigationView_android_fitsSystemWindows = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#maxWidth}
attribute's value can be found in the {@link #NavigationView} array.
@attr name android:maxWidth
*/
public static final int NavigationView_android_maxWidth = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#elevation}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:elevation
*/
public static final int NavigationView_elevation = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#headerLayout}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:headerLayout
*/
public static final int NavigationView_headerLayout = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemBackground}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:itemBackground
*/
public static final int NavigationView_itemBackground = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemIconTint}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:itemIconTint
*/
public static final int NavigationView_itemIconTint = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemTextAppearance}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:itemTextAppearance
*/
public static final int NavigationView_itemTextAppearance = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#itemTextColor}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:itemTextColor
*/
public static final int NavigationView_itemTextColor = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#menu}
attribute's value can be found in the {@link #NavigationView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:menu
*/
public static final int NavigationView_menu = 4;
/** Attributes that can be used with a PopupWindow.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle}</code></td><td></td></tr>
<tr><td><code>{@link #PopupWindow_android_popupBackground android:popupBackground}</code></td><td></td></tr>
<tr><td><code>{@link #PopupWindow_overlapAnchor FotoDestinoApp.Android:overlapAnchor}</code></td><td></td></tr>
</table>
@see #PopupWindow_android_popupAnimationStyle
@see #PopupWindow_android_popupBackground
@see #PopupWindow_overlapAnchor
*/
public static final int[] PopupWindow = {
0x01010176, 0x010102c9, 0x7f0100e5
};
/**
<p>This symbol is the offset where the {@link android.R.attr#popupAnimationStyle}
attribute's value can be found in the {@link #PopupWindow} array.
@attr name android:popupAnimationStyle
*/
public static final int PopupWindow_android_popupAnimationStyle = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#popupBackground}
attribute's value can be found in the {@link #PopupWindow} array.
@attr name android:popupBackground
*/
public static final int PopupWindow_android_popupBackground = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#overlapAnchor}
attribute's value can be found in the {@link #PopupWindow} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:overlapAnchor
*/
public static final int PopupWindow_overlapAnchor = 2;
/** Attributes that can be used with a PopupWindowBackgroundState.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PopupWindowBackgroundState_state_above_anchor FotoDestinoApp.Android:state_above_anchor}</code></td><td></td></tr>
</table>
@see #PopupWindowBackgroundState_state_above_anchor
*/
public static final int[] PopupWindowBackgroundState = {
0x7f0100e6
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#state_above_anchor}
attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:state_above_anchor
*/
public static final int PopupWindowBackgroundState_state_above_anchor = 0;
/** Attributes that can be used with a RecycleListView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #RecycleListView_paddingBottomNoButtons FotoDestinoApp.Android:paddingBottomNoButtons}</code></td><td></td></tr>
<tr><td><code>{@link #RecycleListView_paddingTopNoTitle FotoDestinoApp.Android:paddingTopNoTitle}</code></td><td></td></tr>
</table>
@see #RecycleListView_paddingBottomNoButtons
@see #RecycleListView_paddingTopNoTitle
*/
public static final int[] RecycleListView = {
0x7f0100e7, 0x7f0100e8
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#paddingBottomNoButtons}
attribute's value can be found in the {@link #RecycleListView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:paddingBottomNoButtons
*/
public static final int RecycleListView_paddingBottomNoButtons = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#paddingTopNoTitle}
attribute's value can be found in the {@link #RecycleListView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:paddingTopNoTitle
*/
public static final int RecycleListView_paddingTopNoTitle = 1;
/** Attributes that can be used with a RecyclerView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #RecyclerView_android_descendantFocusability android:descendantFocusability}</code></td><td></td></tr>
<tr><td><code>{@link #RecyclerView_android_orientation android:orientation}</code></td><td></td></tr>
<tr><td><code>{@link #RecyclerView_layoutManager FotoDestinoApp.Android:layoutManager}</code></td><td></td></tr>
<tr><td><code>{@link #RecyclerView_reverseLayout FotoDestinoApp.Android:reverseLayout}</code></td><td></td></tr>
<tr><td><code>{@link #RecyclerView_spanCount FotoDestinoApp.Android:spanCount}</code></td><td></td></tr>
<tr><td><code>{@link #RecyclerView_stackFromEnd FotoDestinoApp.Android:stackFromEnd}</code></td><td></td></tr>
</table>
@see #RecyclerView_android_descendantFocusability
@see #RecyclerView_android_orientation
@see #RecyclerView_layoutManager
@see #RecyclerView_reverseLayout
@see #RecyclerView_spanCount
@see #RecyclerView_stackFromEnd
*/
public static final int[] RecyclerView = {
0x010100c4, 0x010100f1, 0x7f010017, 0x7f010018,
0x7f010019, 0x7f01001a
};
/**
<p>This symbol is the offset where the {@link android.R.attr#descendantFocusability}
attribute's value can be found in the {@link #RecyclerView} array.
@attr name android:descendantFocusability
*/
public static final int RecyclerView_android_descendantFocusability = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#orientation}
attribute's value can be found in the {@link #RecyclerView} array.
@attr name android:orientation
*/
public static final int RecyclerView_android_orientation = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layoutManager}
attribute's value can be found in the {@link #RecyclerView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:layoutManager
*/
public static final int RecyclerView_layoutManager = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#reverseLayout}
attribute's value can be found in the {@link #RecyclerView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:reverseLayout
*/
public static final int RecyclerView_reverseLayout = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#spanCount}
attribute's value can be found in the {@link #RecyclerView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:spanCount
*/
public static final int RecyclerView_spanCount = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#stackFromEnd}
attribute's value can be found in the {@link #RecyclerView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:stackFromEnd
*/
public static final int RecyclerView_stackFromEnd = 5;
/** Attributes that can be used with a ScrimInsetsFrameLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ScrimInsetsFrameLayout_insetForeground FotoDestinoApp.Android:insetForeground}</code></td><td></td></tr>
</table>
@see #ScrimInsetsFrameLayout_insetForeground
*/
public static final int[] ScrimInsetsFrameLayout = {
0x7f010148
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#insetForeground}
attribute's value can be found in the {@link #ScrimInsetsFrameLayout} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
@attr name FotoDestinoApp.Android:insetForeground
*/
public static final int ScrimInsetsFrameLayout_insetForeground = 0;
/** Attributes that can be used with a ScrollingViewBehavior_Layout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ScrollingViewBehavior_Layout_behavior_overlapTop FotoDestinoApp.Android:behavior_overlapTop}</code></td><td></td></tr>
</table>
@see #ScrollingViewBehavior_Layout_behavior_overlapTop
*/
public static final int[] ScrollingViewBehavior_Layout = {
0x7f010149
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#behavior_overlapTop}
attribute's value can be found in the {@link #ScrollingViewBehavior_Layout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:behavior_overlapTop
*/
public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
/** Attributes that can be used with a SearchView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SearchView_android_focusable android:focusable}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_closeIcon FotoDestinoApp.Android:closeIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_commitIcon FotoDestinoApp.Android:commitIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_defaultQueryHint FotoDestinoApp.Android:defaultQueryHint}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_goIcon FotoDestinoApp.Android:goIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_iconifiedByDefault FotoDestinoApp.Android:iconifiedByDefault}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_layout FotoDestinoApp.Android:layout}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_queryBackground FotoDestinoApp.Android:queryBackground}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_queryHint FotoDestinoApp.Android:queryHint}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_searchHintIcon FotoDestinoApp.Android:searchHintIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_searchIcon FotoDestinoApp.Android:searchIcon}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_submitBackground FotoDestinoApp.Android:submitBackground}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_suggestionRowLayout FotoDestinoApp.Android:suggestionRowLayout}</code></td><td></td></tr>
<tr><td><code>{@link #SearchView_voiceIcon FotoDestinoApp.Android:voiceIcon}</code></td><td></td></tr>
</table>
@see #SearchView_android_focusable
@see #SearchView_android_imeOptions
@see #SearchView_android_inputType
@see #SearchView_android_maxWidth
@see #SearchView_closeIcon
@see #SearchView_commitIcon
@see #SearchView_defaultQueryHint
@see #SearchView_goIcon
@see #SearchView_iconifiedByDefault
@see #SearchView_layout
@see #SearchView_queryBackground
@see #SearchView_queryHint
@see #SearchView_searchHintIcon
@see #SearchView_searchIcon
@see #SearchView_submitBackground
@see #SearchView_suggestionRowLayout
@see #SearchView_voiceIcon
*/
public static final int[] SearchView = {
0x010100da, 0x0101011f, 0x01010220, 0x01010264,
0x7f0100e9, 0x7f0100ea, 0x7f0100eb, 0x7f0100ec,
0x7f0100ed, 0x7f0100ee, 0x7f0100ef, 0x7f0100f0,
0x7f0100f1, 0x7f0100f2, 0x7f0100f3, 0x7f0100f4,
0x7f0100f5
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #SearchView} array.
@attr name android:focusable
*/
public static final int SearchView_android_focusable = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#imeOptions}
attribute's value can be found in the {@link #SearchView} array.
@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.
@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.
@attr name android:maxWidth
*/
public static final int SearchView_android_maxWidth = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#closeIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:closeIcon
*/
public static final int SearchView_closeIcon = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#commitIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:commitIcon
*/
public static final int SearchView_commitIcon = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#defaultQueryHint}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:defaultQueryHint
*/
public static final int SearchView_defaultQueryHint = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#goIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:goIcon
*/
public static final int SearchView_goIcon = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#iconifiedByDefault}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:iconifiedByDefault
*/
public static final int SearchView_iconifiedByDefault = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#layout}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:layout
*/
public static final int SearchView_layout = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#queryBackground}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:queryBackground
*/
public static final int SearchView_queryBackground = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#queryHint}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:queryHint
*/
public static final int SearchView_queryHint = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#searchHintIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:searchHintIcon
*/
public static final int SearchView_searchHintIcon = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#searchIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:searchIcon
*/
public static final int SearchView_searchIcon = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#submitBackground}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:submitBackground
*/
public static final int SearchView_submitBackground = 16;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#suggestionRowLayout}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:suggestionRowLayout
*/
public static final int SearchView_suggestionRowLayout = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#voiceIcon}
attribute's value can be found in the {@link #SearchView} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:voiceIcon
*/
public static final int SearchView_voiceIcon = 12;
/** Attributes for SignInButton
WARNING: When making changes here, remember to update corresponding constants at
com.google.android.gms.common.SignInButton
For backward compatibility, you can only add new constant but not remove or change
existing constants
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SignInButton_buttonSize FotoDestinoApp.Android:buttonSize}</code></td><td></td></tr>
<tr><td><code>{@link #SignInButton_colorScheme FotoDestinoApp.Android:colorScheme}</code></td><td></td></tr>
<tr><td><code>{@link #SignInButton_scopeUris FotoDestinoApp.Android:scopeUris}</code></td><td></td></tr>
</table>
@see #SignInButton_buttonSize
@see #SignInButton_colorScheme
@see #SignInButton_scopeUris
*/
public static final int[] SignInButton = {
0x7f010014, 0x7f010015, 0x7f010016
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonSize}
attribute's value can be found in the {@link #SignInButton} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>standard</code></td><td>0</td><td></td></tr>
<tr><td><code>wide</code></td><td>1</td><td></td></tr>
<tr><td><code>icon_only</code></td><td>2</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:buttonSize
*/
public static final int SignInButton_buttonSize = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#colorScheme}
attribute's value can be found in the {@link #SignInButton} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>dark</code></td><td>0</td><td></td></tr>
<tr><td><code>light</code></td><td>1</td><td></td></tr>
<tr><td><code>auto</code></td><td>2</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:colorScheme
*/
public static final int SignInButton_colorScheme = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#scopeUris}
attribute's value can be found in the {@link #SignInButton} array.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
@attr name FotoDestinoApp.Android:scopeUris
*/
public static final int SignInButton_scopeUris = 2;
/** Attributes that can be used with a SnackbarLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #SnackbarLayout_android_maxWidth android:maxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SnackbarLayout_elevation FotoDestinoApp.Android:elevation}</code></td><td></td></tr>
<tr><td><code>{@link #SnackbarLayout_maxActionInlineWidth FotoDestinoApp.Android:maxActionInlineWidth}</code></td><td></td></tr>
</table>
@see #SnackbarLayout_android_maxWidth
@see #SnackbarLayout_elevation
@see #SnackbarLayout_maxActionInlineWidth
*/
public static final int[] SnackbarLayout = {
0x0101011f, 0x7f01004f, 0x7f01014a
};
/**
<p>This symbol is the offset where the {@link android.R.attr#maxWidth}
attribute's value can be found in the {@link #SnackbarLayout} array.
@attr name android:maxWidth
*/
public static final int SnackbarLayout_android_maxWidth = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#elevation}
attribute's value can be found in the {@link #SnackbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:elevation
*/
public static final int SnackbarLayout_elevation = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#maxActionInlineWidth}
attribute's value can be found in the {@link #SnackbarLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:maxActionInlineWidth
*/
public static final int SnackbarLayout_maxActionInlineWidth = 2;
/** Attributes that can be used with a Spinner.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></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_popupTheme FotoDestinoApp.Android:popupTheme}</code></td><td></td></tr>
</table>
@see #Spinner_android_dropDownWidth
@see #Spinner_android_entries
@see #Spinner_android_popupBackground
@see #Spinner_android_prompt
@see #Spinner_popupTheme
*/
public static final int[] Spinner = {
0x010100b2, 0x01010176, 0x0101017b, 0x01010262,
0x7f010050
};
/**
<p>This symbol is the offset where the {@link android.R.attr#dropDownWidth}
attribute's value can be found in the {@link #Spinner} array.
@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.
@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.
@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.
@attr name android:prompt
*/
public static final int Spinner_android_prompt = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#popupTheme}
attribute's value can be found in the {@link #Spinner} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android: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_textOff android:textOff}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_android_textOn android:textOn}</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 FotoDestinoApp.Android:showText}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_splitTrack FotoDestinoApp.Android:splitTrack}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchMinWidth FotoDestinoApp.Android:switchMinWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchPadding FotoDestinoApp.Android:switchPadding}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_switchTextAppearance FotoDestinoApp.Android:switchTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_thumbTextPadding FotoDestinoApp.Android:thumbTextPadding}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_thumbTint FotoDestinoApp.Android:thumbTint}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_thumbTintMode FotoDestinoApp.Android:thumbTintMode}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_track FotoDestinoApp.Android:track}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_trackTint FotoDestinoApp.Android:trackTint}</code></td><td></td></tr>
<tr><td><code>{@link #SwitchCompat_trackTintMode FotoDestinoApp.Android:trackTintMode}</code></td><td></td></tr>
</table>
@see #SwitchCompat_android_textOff
@see #SwitchCompat_android_textOn
@see #SwitchCompat_android_thumb
@see #SwitchCompat_showText
@see #SwitchCompat_splitTrack
@see #SwitchCompat_switchMinWidth
@see #SwitchCompat_switchPadding
@see #SwitchCompat_switchTextAppearance
@see #SwitchCompat_thumbTextPadding
@see #SwitchCompat_thumbTint
@see #SwitchCompat_thumbTintMode
@see #SwitchCompat_track
@see #SwitchCompat_trackTint
@see #SwitchCompat_trackTintMode
*/
public static final int[] SwitchCompat = {
0x01010124, 0x01010125, 0x01010142, 0x7f0100f6,
0x7f0100f7, 0x7f0100f8, 0x7f0100f9, 0x7f0100fa,
0x7f0100fb, 0x7f0100fc, 0x7f0100fd, 0x7f0100fe,
0x7f0100ff, 0x7f010100
};
/**
<p>This symbol is the offset where the {@link android.R.attr#textOff}
attribute's value can be found in the {@link #SwitchCompat} array.
@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.
@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.
@attr name android:thumb
*/
public static final int SwitchCompat_android_thumb = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#showText}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:showText
*/
public static final int SwitchCompat_showText = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#splitTrack}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:splitTrack
*/
public static final int SwitchCompat_splitTrack = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#switchMinWidth}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:switchMinWidth
*/
public static final int SwitchCompat_switchMinWidth = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#switchPadding}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:switchPadding
*/
public static final int SwitchCompat_switchPadding = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#switchTextAppearance}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:switchTextAppearance
*/
public static final int SwitchCompat_switchTextAppearance = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#thumbTextPadding}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:thumbTextPadding
*/
public static final int SwitchCompat_thumbTextPadding = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#thumbTint}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:thumbTint
*/
public static final int SwitchCompat_thumbTint = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
<tr><td><code>add</code></td><td>16</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:thumbTintMode
*/
public static final int SwitchCompat_thumbTintMode = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#track}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:track
*/
public static final int SwitchCompat_track = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#trackTint}
attribute's value can be found in the {@link #SwitchCompat} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:trackTint
*/
public static final int SwitchCompat_trackTint = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
<tr><td><code>add</code></td><td>16</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:trackTintMode
*/
public static final int SwitchCompat_trackTintMode = 7;
/** Attributes that can be used with a TabItem.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #TabItem_android_icon android:icon}</code></td><td></td></tr>
<tr><td><code>{@link #TabItem_android_layout android:layout}</code></td><td></td></tr>
<tr><td><code>{@link #TabItem_android_text android:text}</code></td><td></td></tr>
</table>
@see #TabItem_android_icon
@see #TabItem_android_layout
@see #TabItem_android_text
*/
public static final int[] TabItem = {
0x01010002, 0x010100f2, 0x0101014f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#icon}
attribute's value can be found in the {@link #TabItem} array.
@attr name android:icon
*/
public static final int TabItem_android_icon = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#layout}
attribute's value can be found in the {@link #TabItem} array.
@attr name android:layout
*/
public static final int TabItem_android_layout = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#text}
attribute's value can be found in the {@link #TabItem} array.
@attr name android:text
*/
public static final int TabItem_android_text = 2;
/** Attributes that can be used with a TabLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #TabLayout_tabBackground FotoDestinoApp.Android:tabBackground}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabContentStart FotoDestinoApp.Android:tabContentStart}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabGravity FotoDestinoApp.Android:tabGravity}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabIndicatorColor FotoDestinoApp.Android:tabIndicatorColor}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabIndicatorHeight FotoDestinoApp.Android:tabIndicatorHeight}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabMaxWidth FotoDestinoApp.Android:tabMaxWidth}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabMinWidth FotoDestinoApp.Android:tabMinWidth}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabMode FotoDestinoApp.Android:tabMode}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPadding FotoDestinoApp.Android:tabPadding}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingBottom FotoDestinoApp.Android:tabPaddingBottom}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingEnd FotoDestinoApp.Android:tabPaddingEnd}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingStart FotoDestinoApp.Android:tabPaddingStart}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabPaddingTop FotoDestinoApp.Android:tabPaddingTop}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabSelectedTextColor FotoDestinoApp.Android:tabSelectedTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabTextAppearance FotoDestinoApp.Android:tabTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TabLayout_tabTextColor FotoDestinoApp.Android:tabTextColor}</code></td><td></td></tr>
</table>
@see #TabLayout_tabBackground
@see #TabLayout_tabContentStart
@see #TabLayout_tabGravity
@see #TabLayout_tabIndicatorColor
@see #TabLayout_tabIndicatorHeight
@see #TabLayout_tabMaxWidth
@see #TabLayout_tabMinWidth
@see #TabLayout_tabMode
@see #TabLayout_tabPadding
@see #TabLayout_tabPaddingBottom
@see #TabLayout_tabPaddingEnd
@see #TabLayout_tabPaddingStart
@see #TabLayout_tabPaddingTop
@see #TabLayout_tabSelectedTextColor
@see #TabLayout_tabTextAppearance
@see #TabLayout_tabTextColor
*/
public static final int[] TabLayout = {
0x7f01014b, 0x7f01014c, 0x7f01014d, 0x7f01014e,
0x7f01014f, 0x7f010150, 0x7f010151, 0x7f010152,
0x7f010153, 0x7f010154, 0x7f010155, 0x7f010156,
0x7f010157, 0x7f010158, 0x7f010159, 0x7f01015a
};
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabBackground}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:tabBackground
*/
public static final int TabLayout_tabBackground = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabContentStart}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabContentStart
*/
public static final int TabLayout_tabContentStart = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabGravity}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>fill</code></td><td>0</td><td></td></tr>
<tr><td><code>center</code></td><td>1</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:tabGravity
*/
public static final int TabLayout_tabGravity = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabIndicatorColor}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabIndicatorColor
*/
public static final int TabLayout_tabIndicatorColor = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabIndicatorHeight}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabIndicatorHeight
*/
public static final int TabLayout_tabIndicatorHeight = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabMaxWidth}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabMaxWidth
*/
public static final int TabLayout_tabMaxWidth = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabMinWidth}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabMinWidth
*/
public static final int TabLayout_tabMinWidth = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabMode}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>scrollable</code></td><td>0</td><td></td></tr>
<tr><td><code>fixed</code></td><td>1</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:tabMode
*/
public static final int TabLayout_tabMode = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabPadding}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabPadding
*/
public static final int TabLayout_tabPadding = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabPaddingBottom}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabPaddingBottom
*/
public static final int TabLayout_tabPaddingBottom = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabPaddingEnd}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabPaddingEnd
*/
public static final int TabLayout_tabPaddingEnd = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabPaddingStart}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabPaddingStart
*/
public static final int TabLayout_tabPaddingStart = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabPaddingTop}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabPaddingTop
*/
public static final int TabLayout_tabPaddingTop = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabSelectedTextColor}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabSelectedTextColor
*/
public static final int TabLayout_tabSelectedTextColor = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabTextAppearance}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:tabTextAppearance
*/
public static final int TabLayout_tabTextAppearance = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#tabTextColor}
attribute's value can be found in the {@link #TabLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:tabTextColor
*/
public static final int TabLayout_tabTextColor = 9;
/** 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_shadowColor android:shadowColor}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_shadowDx android:shadowDx}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_shadowDy android:shadowDy}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_shadowRadius android:shadowRadius}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_textColor android:textColor}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_textColorHint android:textColorHint}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_textSize android:textSize}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_textStyle android:textStyle}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_android_typeface android:typeface}</code></td><td></td></tr>
<tr><td><code>{@link #TextAppearance_textAllCaps FotoDestinoApp.Android:textAllCaps}</code></td><td></td></tr>
</table>
@see #TextAppearance_android_shadowColor
@see #TextAppearance_android_shadowDx
@see #TextAppearance_android_shadowDy
@see #TextAppearance_android_shadowRadius
@see #TextAppearance_android_textColor
@see #TextAppearance_android_textColorHint
@see #TextAppearance_android_textSize
@see #TextAppearance_android_textStyle
@see #TextAppearance_android_typeface
@see #TextAppearance_textAllCaps
*/
public static final int[] TextAppearance = {
0x01010095, 0x01010096, 0x01010097, 0x01010098,
0x0101009a, 0x01010161, 0x01010162, 0x01010163,
0x01010164, 0x7f01005e
};
/**
<p>This symbol is the offset where the {@link android.R.attr#shadowColor}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:shadowColor
*/
public static final int TextAppearance_android_shadowColor = 5;
/**
<p>This symbol is the offset where the {@link android.R.attr#shadowDx}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:shadowDx
*/
public static final int TextAppearance_android_shadowDx = 6;
/**
<p>This symbol is the offset where the {@link android.R.attr#shadowDy}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:shadowDy
*/
public static final int TextAppearance_android_shadowDy = 7;
/**
<p>This symbol is the offset where the {@link android.R.attr#shadowRadius}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:shadowRadius
*/
public static final int TextAppearance_android_shadowRadius = 8;
/**
<p>This symbol is the offset where the {@link android.R.attr#textColor}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textColor
*/
public static final int TextAppearance_android_textColor = 3;
/**
<p>This symbol is the offset where the {@link android.R.attr#textColorHint}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textColorHint
*/
public static final int TextAppearance_android_textColorHint = 4;
/**
<p>This symbol is the offset where the {@link android.R.attr#textSize}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textSize
*/
public static final int TextAppearance_android_textSize = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#textStyle}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:textStyle
*/
public static final int TextAppearance_android_textStyle = 2;
/**
<p>This symbol is the offset where the {@link android.R.attr#typeface}
attribute's value can be found in the {@link #TextAppearance} array.
@attr name android:typeface
*/
public static final int TextAppearance_android_typeface = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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 to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a boolean value, either "<code>true</code>" or "<code>false</code>".
@attr name FotoDestinoApp.Android:textAllCaps
*/
public static final int TextAppearance_textAllCaps = 9;
/** Attributes that can be used with a TextInputLayout.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #TextInputLayout_android_hint android:hint}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_android_textColorHint android:textColorHint}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_counterEnabled FotoDestinoApp.Android:counterEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_counterMaxLength FotoDestinoApp.Android:counterMaxLength}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_counterOverflowTextAppearance FotoDestinoApp.Android:counterOverflowTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_counterTextAppearance FotoDestinoApp.Android:counterTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_errorEnabled FotoDestinoApp.Android:errorEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_errorTextAppearance FotoDestinoApp.Android:errorTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_hintAnimationEnabled FotoDestinoApp.Android:hintAnimationEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_hintEnabled FotoDestinoApp.Android:hintEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_hintTextAppearance FotoDestinoApp.Android:hintTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_passwordToggleContentDescription FotoDestinoApp.Android:passwordToggleContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_passwordToggleDrawable FotoDestinoApp.Android:passwordToggleDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_passwordToggleEnabled FotoDestinoApp.Android:passwordToggleEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_passwordToggleTint FotoDestinoApp.Android:passwordToggleTint}</code></td><td></td></tr>
<tr><td><code>{@link #TextInputLayout_passwordToggleTintMode FotoDestinoApp.Android:passwordToggleTintMode}</code></td><td></td></tr>
</table>
@see #TextInputLayout_android_hint
@see #TextInputLayout_android_textColorHint
@see #TextInputLayout_counterEnabled
@see #TextInputLayout_counterMaxLength
@see #TextInputLayout_counterOverflowTextAppearance
@see #TextInputLayout_counterTextAppearance
@see #TextInputLayout_errorEnabled
@see #TextInputLayout_errorTextAppearance
@see #TextInputLayout_hintAnimationEnabled
@see #TextInputLayout_hintEnabled
@see #TextInputLayout_hintTextAppearance
@see #TextInputLayout_passwordToggleContentDescription
@see #TextInputLayout_passwordToggleDrawable
@see #TextInputLayout_passwordToggleEnabled
@see #TextInputLayout_passwordToggleTint
@see #TextInputLayout_passwordToggleTintMode
*/
public static final int[] TextInputLayout = {
0x0101009a, 0x01010150, 0x7f01015b, 0x7f01015c,
0x7f01015d, 0x7f01015e, 0x7f01015f, 0x7f010160,
0x7f010161, 0x7f010162, 0x7f010163, 0x7f010164,
0x7f010165, 0x7f010166, 0x7f010167, 0x7f010168
};
/**
<p>This symbol is the offset where the {@link android.R.attr#hint}
attribute's value can be found in the {@link #TextInputLayout} array.
@attr name android:hint
*/
public static final int TextInputLayout_android_hint = 1;
/**
<p>This symbol is the offset where the {@link android.R.attr#textColorHint}
attribute's value can be found in the {@link #TextInputLayout} array.
@attr name android:textColorHint
*/
public static final int TextInputLayout_android_textColorHint = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#counterEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:counterEnabled
*/
public static final int TextInputLayout_counterEnabled = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#counterMaxLength}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:counterMaxLength
*/
public static final int TextInputLayout_counterMaxLength = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#counterOverflowTextAppearance}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:counterOverflowTextAppearance
*/
public static final int TextInputLayout_counterOverflowTextAppearance = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#counterTextAppearance}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:counterTextAppearance
*/
public static final int TextInputLayout_counterTextAppearance = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#errorEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:errorEnabled
*/
public static final int TextInputLayout_errorEnabled = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#errorTextAppearance}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:errorTextAppearance
*/
public static final int TextInputLayout_errorTextAppearance = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#hintAnimationEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:hintAnimationEnabled
*/
public static final int TextInputLayout_hintAnimationEnabled = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#hintEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:hintEnabled
*/
public static final int TextInputLayout_hintEnabled = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#hintTextAppearance}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:hintTextAppearance
*/
public static final int TextInputLayout_hintTextAppearance = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#passwordToggleContentDescription}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:passwordToggleContentDescription
*/
public static final int TextInputLayout_passwordToggleContentDescription = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#passwordToggleDrawable}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:passwordToggleDrawable
*/
public static final int TextInputLayout_passwordToggleDrawable = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#passwordToggleEnabled}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:passwordToggleEnabled
*/
public static final int TextInputLayout_passwordToggleEnabled = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#passwordToggleTint}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:passwordToggleTint
*/
public static final int TextInputLayout_passwordToggleTint = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#passwordToggleTintMode}
attribute's value can be found in the {@link #TextInputLayout} array.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:passwordToggleTintMode
*/
public static final int TextInputLayout_passwordToggleTintMode = 15;
/** 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 FotoDestinoApp.Android:buttonGravity}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_collapseContentDescription FotoDestinoApp.Android:collapseContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_collapseIcon FotoDestinoApp.Android:collapseIcon}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetEnd FotoDestinoApp.Android:contentInsetEnd}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetEndWithActions FotoDestinoApp.Android:contentInsetEndWithActions}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetLeft FotoDestinoApp.Android:contentInsetLeft}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetRight FotoDestinoApp.Android:contentInsetRight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetStart FotoDestinoApp.Android:contentInsetStart}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_contentInsetStartWithNavigation FotoDestinoApp.Android:contentInsetStartWithNavigation}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_logo FotoDestinoApp.Android:logo}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_logoDescription FotoDestinoApp.Android:logoDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_maxButtonHeight FotoDestinoApp.Android:maxButtonHeight}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_navigationContentDescription FotoDestinoApp.Android:navigationContentDescription}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_navigationIcon FotoDestinoApp.Android:navigationIcon}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_popupTheme FotoDestinoApp.Android:popupTheme}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitle FotoDestinoApp.Android:subtitle}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitleTextAppearance FotoDestinoApp.Android:subtitleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_subtitleTextColor FotoDestinoApp.Android:subtitleTextColor}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_title FotoDestinoApp.Android:title}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMargin FotoDestinoApp.Android:titleMargin}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginBottom FotoDestinoApp.Android:titleMarginBottom}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginEnd FotoDestinoApp.Android:titleMarginEnd}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginStart FotoDestinoApp.Android:titleMarginStart}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMarginTop FotoDestinoApp.Android:titleMarginTop}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleMargins FotoDestinoApp.Android:titleMargins}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleTextAppearance FotoDestinoApp.Android:titleTextAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #Toolbar_titleTextColor FotoDestinoApp.Android: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, 0x7f010036, 0x7f010039,
0x7f01003d, 0x7f010049, 0x7f01004a, 0x7f01004b,
0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f010050,
0x7f010101, 0x7f010102, 0x7f010103, 0x7f010104,
0x7f010105, 0x7f010106, 0x7f010107, 0x7f010108,
0x7f010109, 0x7f01010a, 0x7f01010b, 0x7f01010c,
0x7f01010d, 0x7f01010e, 0x7f01010f, 0x7f010110,
0x7f010111
};
/**
<p>This symbol is the offset where the {@link android.R.attr#gravity}
attribute's value can be found in the {@link #Toolbar} array.
@attr name android:gravity
*/
public static final int Toolbar_android_gravity = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#minHeight}
attribute's value can be found in the {@link #Toolbar} array.
@attr name android:minHeight
*/
public static final int Toolbar_android_minHeight = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#buttonGravity}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>top</code></td><td>0x30</td><td></td></tr>
<tr><td><code>bottom</code></td><td>0x50</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:buttonGravity
*/
public static final int Toolbar_buttonGravity = 21;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#collapseContentDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:collapseContentDescription
*/
public static final int Toolbar_collapseContentDescription = 23;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#collapseIcon}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:collapseIcon
*/
public static final int Toolbar_collapseIcon = 22;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetEnd}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetEnd
*/
public static final int Toolbar_contentInsetEnd = 6;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetEndWithActions}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetEndWithActions
*/
public static final int Toolbar_contentInsetEndWithActions = 10;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetLeft}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetLeft
*/
public static final int Toolbar_contentInsetLeft = 7;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetRight}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetRight
*/
public static final int Toolbar_contentInsetRight = 8;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetStart}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetStart
*/
public static final int Toolbar_contentInsetStart = 5;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#contentInsetStartWithNavigation}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:contentInsetStartWithNavigation
*/
public static final int Toolbar_contentInsetStartWithNavigation = 9;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#logo}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:logo
*/
public static final int Toolbar_logo = 4;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#logoDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:logoDescription
*/
public static final int Toolbar_logoDescription = 26;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#maxButtonHeight}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:maxButtonHeight
*/
public static final int Toolbar_maxButtonHeight = 20;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#navigationContentDescription}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:navigationContentDescription
*/
public static final int Toolbar_navigationContentDescription = 25;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#navigationIcon}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:navigationIcon
*/
public static final int Toolbar_navigationIcon = 24;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#popupTheme}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:popupTheme
*/
public static final int Toolbar_popupTheme = 11;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subtitle}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:subtitle
*/
public static final int Toolbar_subtitle = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subtitleTextAppearance}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:subtitleTextAppearance
*/
public static final int Toolbar_subtitleTextAppearance = 13;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#subtitleTextColor}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:subtitleTextColor
*/
public static final int Toolbar_subtitleTextColor = 28;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#title}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:title
*/
public static final int Toolbar_title = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleMargin}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleMargin
*/
public static final int Toolbar_titleMargin = 14;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleMarginBottom}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleMarginBottom
*/
public static final int Toolbar_titleMarginBottom = 18;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleMarginEnd}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleMarginEnd
*/
public static final int Toolbar_titleMarginEnd = 16;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleMarginStart}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleMarginStart
*/
public static final int Toolbar_titleMarginStart = 15;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleMarginTop}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleMarginTop
*/
public static final int Toolbar_titleMarginTop = 17;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleMargins}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleMargins
*/
public static final int Toolbar_titleMargins = 19;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleTextAppearance}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:titleTextAppearance
*/
public static final int Toolbar_titleTextAppearance = 12;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#titleTextColor}
attribute's value can be found in the {@link #Toolbar} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:titleTextColor
*/
public static final int Toolbar_titleTextColor = 27;
/** Attributes that can be used with a View.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td></td></tr>
<tr><td><code>{@link #View_android_theme android:theme}</code></td><td></td></tr>
<tr><td><code>{@link #View_paddingEnd FotoDestinoApp.Android:paddingEnd}</code></td><td></td></tr>
<tr><td><code>{@link #View_paddingStart FotoDestinoApp.Android:paddingStart}</code></td><td></td></tr>
<tr><td><code>{@link #View_theme FotoDestinoApp.Android:theme}</code></td><td></td></tr>
</table>
@see #View_android_focusable
@see #View_android_theme
@see #View_paddingEnd
@see #View_paddingStart
@see #View_theme
*/
public static final int[] View = {
0x01010000, 0x010100da, 0x7f010112, 0x7f010113,
0x7f010114
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #View} array.
@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.
@attr name android:theme
*/
public static final int View_android_theme = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#paddingEnd}
attribute's value can be found in the {@link #View} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:paddingEnd
*/
public static final int View_paddingEnd = 3;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#paddingStart}
attribute's value can be found in the {@link #View} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:paddingStart
*/
public static final int View_paddingStart = 2;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#theme}
attribute's value can be found in the {@link #View} array.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
@attr name FotoDestinoApp.Android:theme
*/
public static final int View_theme = 4;
/** Attributes that can be used with a ViewBackgroundHelper.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ViewBackgroundHelper_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #ViewBackgroundHelper_backgroundTint FotoDestinoApp.Android:backgroundTint}</code></td><td></td></tr>
<tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode FotoDestinoApp.Android:backgroundTintMode}</code></td><td></td></tr>
</table>
@see #ViewBackgroundHelper_android_background
@see #ViewBackgroundHelper_backgroundTint
@see #ViewBackgroundHelper_backgroundTintMode
*/
public static final int[] ViewBackgroundHelper = {
0x010100d4, 0x7f010115, 0x7f010116
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #ViewBackgroundHelper} array.
@attr name android:background
*/
public static final int ViewBackgroundHelper_android_background = 0;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.R.attr#backgroundTint}
attribute's value can be found in the {@link #ViewBackgroundHelper} array.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name FotoDestinoApp.Android:backgroundTint
*/
public static final int ViewBackgroundHelper_backgroundTint = 1;
/**
<p>This symbol is the offset where the {@link FotoDestinoApp.Android.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><code>src_over</code></td><td>3</td><td></td></tr>
<tr><td><code>src_in</code></td><td>5</td><td></td></tr>
<tr><td><code>src_atop</code></td><td>9</td><td></td></tr>
<tr><td><code>multiply</code></td><td>14</td><td></td></tr>
<tr><td><code>screen</code></td><td>15</td><td></td></tr>
</table>
@attr name FotoDestinoApp.Android:backgroundTintMode
*/
public static final int ViewBackgroundHelper_backgroundTintMode = 2;
/** Attributes that can be used with a ViewStubCompat.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ViewStubCompat_android_id android:id}</code></td><td></td></tr>
<tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td></td></tr>
<tr><td><code>{@link #ViewStubCompat_android_layout android:layout}</code></td><td></td></tr>
</table>
@see #ViewStubCompat_android_id
@see #ViewStubCompat_android_inflatedId
@see #ViewStubCompat_android_layout
*/
public static final int[] ViewStubCompat = {
0x010100d0, 0x010100f2, 0x010100f3
};
/**
<p>This symbol is the offset where the {@link android.R.attr#id}
attribute's value can be found in the {@link #ViewStubCompat} array.
@attr name android:id
*/
public static final int ViewStubCompat_android_id = 0;
/**
<p>This symbol is the offset where the {@link android.R.attr#inflatedId}
attribute's value can be found in the {@link #ViewStubCompat} array.
@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.
@attr name android:layout
*/
public static final int ViewStubCompat_android_layout = 1;
};
}
|
[
"guilherme.bralves@hotmail.com"
] |
guilherme.bralves@hotmail.com
|
6b8ef13704f2aeb6d1ad40a97568fbdd91f2e8c6
|
3e0764e6930af0da535768770be3d91d1df31b3f
|
/ud851-Sunshine-student 2/S05.01-Exercise-AsyncTaskLoader/app/src/main/java/com/example/android/sunshine/MainActivity.java
|
41d31be948a871a2dbad4bfb38678a7eab49d0dc
|
[
"Apache-2.0"
] |
permissive
|
tkinetik1/devandroidappsuda
|
ac60b5b679ee0fc5cbb5a81311e783b67dcd3f6f
|
732fa0f62b6849ca26d7bf7a04e7f4b4ed77a5b3
|
refs/heads/master
| 2021-04-11T14:41:46.995423
| 2020-03-21T17:47:39
| 2020-03-21T17:47:39
| 249,029,408
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 10,554
|
java
|
/*
* Copyright (C) 2016 The Android Open Source Project
*
* 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.example.android.sunshine;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.LoaderManager.LoaderCallbacks;
import android.support.v4.content.AsyncTaskLoader;
import android.support.v4.content.Loader;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.TextView;
import com.example.android.sunshine.data.SunshinePreferences;
import com.example.android.sunshine.utilities.NetworkUtils;
import com.example.android.sunshine.utilities.OpenWeatherJsonUtils;
import java.net.URL;
// TODO (1) Implement the proper LoaderCallbacks interface and the methods of that interface
public class MainActivity extends AppCompatActivity implements
ForecastAdapter.ForecastAdapterOnClickHandler,
LoaderCallbacks<String[]> {
private static final String TAG = MainActivity.class.getSimpleName();
private RecyclerView mRecyclerView;
private ForecastAdapter mForecastAdapter;
private TextView mErrorMessageDisplay;
private ProgressBar mLoadingIndicator;
private static final int FORECAST_LOADER_ID = 0;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_forecast);
/*
* Using findViewById, we get a reference to our RecyclerView from xml. This allows us to
* do things like set the adapter of the RecyclerView and toggle the visibility.
*/
mRecyclerView = (RecyclerView) findViewById(R.id.recyclerview_forecast);
/* This TextView is used to display errors and will be hidden if there are no errors */
mErrorMessageDisplay = (TextView) findViewById(R.id.tv_error_message_display);
/*
* LinearLayoutManager can support HORIZONTAL or VERTICAL orientations. The reverse layout
* parameter is useful mostly for HORIZONTAL layouts that should reverse for right to left
* languages.
*/
LinearLayoutManager layoutManager
= new LinearLayoutManager(this, LinearLayoutManager.VERTICAL, false);
mRecyclerView.setLayoutManager(layoutManager);
/*
* Use this setting to improve performance if you know that changes in content do not
* change the child layout size in the RecyclerView
*/
mRecyclerView.setHasFixedSize(true);
/*
* The ForecastAdapter is responsible for linking our weather data with the Views that
* will end up displaying our weather data.
*/
mForecastAdapter = new ForecastAdapter(this);
/* Setting the adapter attaches it to the RecyclerView in our layout. */
mRecyclerView.setAdapter(mForecastAdapter);
/*
* The ProgressBar that will indicate to the user that we are loading data. It will be
* hidden when no data is loading.
*
* Please note: This so called "ProgressBar" isn't a bar by default. It is more of a
* circle. We didn't make the rules (or the names of Views), we just follow them.
*/
mLoadingIndicator = (ProgressBar) findViewById(R.id.pb_loading_indicator);
// TODO (7) Remove the code for the AsyncTask and initialize the AsyncTaskLoader
int loaderId = FORECAST_LOADER_ID;
LoaderCallbacks<String[]> callback = MainActivity.this;
Bundle bundleForLoader = null;
getSupportLoaderManager().initLoader(loaderId, bundleForLoader, callback);
}
// TODO (2) Within onCreateLoader, return a new AsyncTaskLoader that looks a lot like the existing FetchWeatherTask.
@Override
public Loader<String[]> onCreateLoader(int id, final Bundle loaderArgs) {
return new AsyncTaskLoader<String[]>(this) {
// String array to hold and help cache our weather data
String[] mWeatherData = null;
@Override
protected void onStartLoading() {
if (mWeatherData != null) {
deliverResult(mWeatherData);
} else {
mLoadingIndicator.setVisibility(View.VISIBLE);
forceLoad();
}
}
@Override
public String[] loadInBackground() {
String locationQuery = SunshinePreferences
.getPreferredWeatherLocation(MainActivity.this);
URL weatherRequestUrl = NetworkUtils.buildUrl(locationQuery);
try {
String jsonWeatherResponse = NetworkUtils
.getResponseFromHttpUrl(weatherRequestUrl);
String[] simpleJsonWeatherData = OpenWeatherJsonUtils
.getSimpleWeatherStringsFromJson(MainActivity.this, jsonWeatherResponse);
return simpleJsonWeatherData;
} catch (Exception e) {
e.printStackTrace();
return null;
}
}
public void deliverResult(String[] data) {
mWeatherData = data;
super.deliverResult(data);
}
};
}
// TODO (3) Cache the weather data in a member variable and deliver it in onStartLoading.
// TODO (4) When the load is finished, show either the data or an error message if there is no data
@Override
public void onLoadFinished(Loader<String[]> loader, String[] data) {
mLoadingIndicator.setVisibility(View.INVISIBLE);
mForecastAdapter.setWeatherData(data);
if (null == data) {
showErrorMessage();
} else {
showWeatherDataView();
}
}
@Override
public void onLoaderReset(Loader<String[]> loader) {
}
private void invalidateData() {
mForecastAdapter.setWeatherData(null);
}
/**
* This method is overridden by our MainActivity class in order to handle RecyclerView item
* clicks.
*
* @param weatherForDay The weather for the day that was clicked
*/
@Override
public void onClick(String weatherForDay) {
Context context = this;
Class destinationClass = DetailActivity.class;
Intent intentToStartDetailActivity = new Intent(context, destinationClass);
intentToStartDetailActivity.putExtra(Intent.EXTRA_TEXT, weatherForDay);
startActivity(intentToStartDetailActivity);
}
/**
* This method will make the View for the weather data visible and
* hide the error message.
* <p>
* Since it is okay to redundantly set the visibility of a View, we don't
* need to check whether each view is currently visible or invisible.
*/
private void showWeatherDataView() {
/* First, make sure the error is invisible */
mErrorMessageDisplay.setVisibility(View.INVISIBLE);
/* Then, make sure the weather data is visible */
mRecyclerView.setVisibility(View.VISIBLE);
}
/**
* This method will make the error message visible and hide the weather
* View.
* <p>
* Since it is okay to redundantly set the visibility of a View, we don't
* need to check whether each view is currently visible or invisible.
*/
private void showErrorMessage() {
/* First, hide the currently visible data */
mRecyclerView.setVisibility(View.INVISIBLE);
/* Then, show the error */
mErrorMessageDisplay.setVisibility(View.VISIBLE);
}
// TODO (6) Remove any and all code from MainActivity that references FetchWeatherTask
/**
* This method uses the URI scheme for showing a location found on a
* map. This super-handy intent is detailed in the "Common Intents"
* page of Android's developer site:
*
* @see <a"http://developer.android.com/guide/components/intents-common.html#Maps">
*
* Hint: Hold Command on Mac or Control on Windows and click that link
* to automagically open the Common Intents page
*/
private void openLocationInMap() {
String addressString = "1600 Ampitheatre Parkway, CA";
Uri geoLocation = Uri.parse("geo:0,0?q=" + addressString);
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(geoLocation);
if (intent.resolveActivity(getPackageManager()) != null) {
startActivity(intent);
} else {
Log.d(TAG, "Couldn't call " + geoLocation.toString()
+ ", no receiving apps installed!");
}
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
/* Use AppCompatActivity's method getMenuInflater to get a handle on the menu inflater */
MenuInflater inflater = getMenuInflater();
/* Use the inflater's inflate method to inflate our menu layout to this menu */
inflater.inflate(R.menu.forecast, menu);
/* Return true so that the menu is displayed in the Toolbar */
return true;
}
@Override
public boolean onOptionsItemSelected(MenuItem item) {
int id = item.getItemId();
// TODO (5) Refactor the refresh functionality to work with our AsyncTaskLoader
if (id == R.id.action_refresh) {
invalidateData();
getSupportLoaderManager().restartLoader(FORECAST_LOADER_ID, null, this);
return true;
}
if (id == R.id.action_map) {
openLocationInMap();
return true;
}
return super.onOptionsItemSelected(item);
}
}
|
[
"tkinetik1@gmail.com"
] |
tkinetik1@gmail.com
|
bb0b16a6dffafa5c3bf59bbb0cd4242d42a636a1
|
95e8f93633b4fb558007df46eab804fb7caa62b9
|
/TheGrid.java
|
362149f81707a5f1c0a0ef07ba1307b2686c068a
|
[] |
no_license
|
piflynn/RobotWorld
|
5df696480933b63edf249a77a8b7fe8eb6d12467
|
6a48bd1fbc5ae34083aec367a3b2005f75cbf90b
|
refs/heads/master
| 2021-05-02T09:05:22.909658
| 2016-11-04T11:25:20
| 2016-11-04T11:25:20
| 72,841,262
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 690
|
java
|
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* Write a description of class TheGrid here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class TheGrid extends World
{
/**
* Constructor for objects of class TheGrid.
*
*/
public TheGrid()
{
super(600, 400, 1);
int height = 400;
int width = 600;
int pad = 500;
// Create a new world with 600x400 cells with a cell size of 1x1 pixels.
addObject(new Bot(), 200, 200);
addObject(new Juice(), (int)(Math.random()*width) , (int)(Math.random()*height));
}
}
|
[
"piflynn@me.com"
] |
piflynn@me.com
|
0731b1d1ef7e40b213d2a49906a32fefa6f4a9f1
|
0e2c33d772c17439030f1b63a139f87d9f55da9d
|
/app/src/main/java/medicine/myapplication/DatabaseOpenHelper.java
|
ea7ff88ab670355492d71e3b6d1da39677aa2898
|
[] |
no_license
|
yuanyuanjing/MyApplication
|
bb2771bb3c0584922f7a12db61684e9356e2df56
|
12ef35c420f435d5e3d861f9bb7144c952fa07cf
|
refs/heads/master
| 2021-01-21T15:34:30.435955
| 2017-06-26T01:29:49
| 2017-06-26T01:29:49
| 95,395,087
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,019
|
java
|
package medicine.myapplication;
import org.xutils.DbManager;
/**
* Created by Administrator on 2017/6/7.
*/
public class DatabaseOpenHelper {
private DbManager.DaoConfig daoConfig;
public DatabaseOpenHelper(String name,int version){
daoConfig=new DbManager.DaoConfig()
.setDbName(name)
.setDbVersion(version)
.setDbOpenListener(new DbManager.DbOpenListener() {
@Override
public void onDbOpened(DbManager db) {
db.getDatabase().enableWriteAheadLogging();//开启WAL更快
}
})
.setDbUpgradeListener(new DbManager.DbUpgradeListener() {
@Override
public void onUpgrade(DbManager db, int oldVersion, int newVersion) {
//数据库升级操作
}
});
}
public DbManager.DaoConfig getDaoConfig(){
return daoConfig;
}
}
|
[
"164903638@qq.com"
] |
164903638@qq.com
|
3d2ca1df874e27e3fb5a0296639cec630c9f2809
|
b513cb72a001f69174c4e979721910b57e03f3b9
|
/app/src/main/java/com/example/rumens/showtime/inject/component/SeachMusicShowListComponent.java
|
6623a184ed817def88b0a94ca124bd6f29a5b42e
|
[] |
no_license
|
HappyGhostz/ShowTime
|
71e12e70dae66d7ecfe9ddcf68d48f7c5960c2a0
|
2b65960c0273f0862b92c96791e87bf380620342
|
refs/heads/master
| 2021-01-20T09:02:27.464515
| 2017-07-18T09:32:47
| 2017-07-18T09:32:47
| 90,214,365
| 9
| 3
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 544
|
java
|
package com.example.rumens.showtime.inject.component;
import com.example.rumens.showtime.inject.PerActivity;
import com.example.rumens.showtime.inject.modules.SeachMusicShowListModule;
import com.example.rumens.showtime.music.searchmusic.SearchMusicShow;
import dagger.Component;
/**
* @author Zhao Chenping
* @creat 2017/7/3.
* @description
*/
@PerActivity
@Component(dependencies = AppComponent.class,modules = SeachMusicShowListModule.class)
public interface SeachMusicShowListComponent {
void inject(SearchMusicShow activity);
}
|
[
"zcphappyghost@163.com"
] |
zcphappyghost@163.com
|
92edb4cfd605d2714f080e98be373ef69ca328cd
|
19c2e10b73fbcf6f6ec883b869ac51c36c7e38d4
|
/app/src/main/java/com/example/windows_81/calculator/Calculator.java
|
0b88808953d5c1257addf80d966f613227d6f10f
|
[] |
no_license
|
ovichowdhury/Android-Calculator
|
7935e583a8d257c286dd07eebd4d52fe6b14bed9
|
7c2e31a44f8f433e655fd408eb801072eda7e63d
|
refs/heads/master
| 2021-07-11T04:17:17.135515
| 2017-10-13T15:16:51
| 2017-10-13T15:16:51
| 106,840,392
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 4,996
|
java
|
package com.example.windows_81.calculator;
/**
* Created by Windows-8.1 on 1/19/2017.
*/
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
public final class Calculator {
private static Queue<String> expressionQueue;
private static Queue<String> expressionQueuePostfix;
private Calculator(){
}
public static String calculateExpression(String expr) throws Exception{
try{
Calculator.parseExpression(expr);
Calculator.convertIntoPostfix();
String result = Calculator.calculatePostfixExpression();
return result;
}catch(Exception ex){
throw ex;
}
}
private static String calculatePostfixExpression() {
Stack<String> operandStack = new Stack<String>();
while(!expressionQueuePostfix.isEmpty()){
String token = expressionQueuePostfix.poll();
if(isOperand(token))
operandStack.push(token);
else{
double result;
double first = Double.parseDouble(operandStack.pop());
double second = Double.parseDouble(operandStack.pop());
switch(token){
case "+":
result = second + first;
operandStack.push(String.valueOf(result));
break;
case "-":
result = second - first;
operandStack.push(String.valueOf(result));
break;
case "*":
result = second * first;
operandStack.push(String.valueOf(result));
break;
case "/":
result = second / first;
operandStack.push(String.valueOf(result));
break;
}
}
}
if(operandStack.size() == 1)
return operandStack.pop();
else
return "Invalid Expression";
}
private static void convertIntoPostfix() {
Stack<Character> operatorStack = new Stack<Character>();
expressionQueuePostfix = new LinkedList<String>();
while(!expressionQueue.isEmpty()){
String token = expressionQueue.poll();
if(isOperand(token))
expressionQueuePostfix.add(token);
else if(token.equals("("))
operatorStack.push(token.charAt(0));
else if(token.equals(")")){
while(!operatorStack.empty() && operatorStack.peek() != '('){
char val = operatorStack.pop();
expressionQueuePostfix.add(String.valueOf(val));
}
operatorStack.pop(); // popping '(' from stack
}
else if(token.equals("+") || token.equals("-") || token.equals("*") || token.equals("/")){
if(operatorStack.empty() || operatorStack.peek() == '(')
operatorStack.push(token.charAt(0));
else{
while(!operatorStack.empty() && operatorStack.peek() != '(' && Calculator.getPrecedence(token.charAt(0)) <= Calculator.getPrecedence(operatorStack.peek())){
char val = operatorStack.pop();
expressionQueuePostfix.add(String.valueOf(val));
}
operatorStack.push(token.charAt(0));
}
}
}
while(!operatorStack.empty()){
char val = operatorStack.pop();
expressionQueuePostfix.add(String.valueOf(val));
}
}
private static boolean isOperand(String token) {
if(token.equals("+") || token.equals("-") || token.equals("*") || token.equals("/") || token.equals("(") || token.equals(")"))
return false;
else
return true;
}
private static int getPrecedence(char op) {
if(op == '*' || op == '/')
return 2;
else if(op == '+' || op == '-')
return 1;
return 10;
}
private static void parseExpression(String expr) {
String token = "";
expressionQueue = new LinkedList<String>();
for(int i=0; i<expr.length(); i++){
char ch = expr.charAt(i);
if(ch == '+' || ch == '-' || ch == '*' || ch == '/' || ch =='(' || ch == ')'){
if(!token.equals(""))
expressionQueue.add(token);
expressionQueue.add(Character.toString(ch));
token = "";
}
else{
token = token + Character.toString(ch);
}
}
if(!token.equals(""))
expressionQueue.add(token);
}
public static void main(String[] args) throws Exception {
System.out.println(Calculator.calculateExpression("6*3+2/6"));
}
}
|
[
"32618869+ovichowdhury@users.noreply.github.com"
] |
32618869+ovichowdhury@users.noreply.github.com
|
28d80dd85ad38170a6f87d9016f5c0561726608a
|
7dbbe21b902fe362701d53714a6a736d86c451d7
|
/BzenStudio-5.6/Source/com/zend/ide/f/b/f.java
|
cd49eab8f5c69a06d833fdd07744dc499ea86e06
|
[] |
no_license
|
HS-matty/dev
|
51a53b4fd03ae01981549149433d5091462c65d0
|
576499588e47e01967f0c69cbac238065062da9b
|
refs/heads/master
| 2022-05-05T18:32:24.148716
| 2022-03-20T16:55:28
| 2022-03-20T16:55:28
| 196,147,486
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,134
|
java
|
package com.zend.ide.f.b;
import com.zend.ide.b.m;
import com.zend.ide.f.s;
import com.zend.ide.m.bd;
import com.zend.ide.util.ct;
import com.zend.ide.util.cv;
import javax.swing.Icon;
import javax.swing.ImageIcon;
public class f extends b
{
private static final ImageIcon m = cv.b("classbrowser/phpconstantdata.gif");
public f(bd parambd, s params)
{
super(params, parambd, false);
}
public String toString()
{
bd localbd = (bd)this.userObject;
String str = localbd.a() + " = " + localbd.c();
return str;
}
public String g()
{
bd localbd = (bd)this.userObject;
String str = localbd.a() + " = " + localbd.c();
if (localbd.e())
str = str + "\n" + localbd.f().c();
if ((localbd.b() != null) && (!localbd.b().equals("")) && (!localbd.b().equals(ct.a(558))))
str = str + "\n" + localbd.b();
return str;
}
public Icon e()
{
return m;
}
public String f()
{
return "constantsDataContext";
}
}
/* Location: C:\Program Files\Zend\ZendStudio-5.5.1\bin\ZendIDE.jar
* Qualified Name: com.zend.ide.f.b.f
* JD-Core Version: 0.6.0
*/
|
[
"byqdes@gmail.com"
] |
byqdes@gmail.com
|
136fc1dadb7b709321835c1ce87e4797fe058101
|
9258ae6af3b5be61c05954b052a31cd45a6f9db9
|
/src/com/kylecorry/ml4k/HttpImpl.java
|
424b4aabf01defc7ee03ae38872ed9b5677cf476
|
[
"MIT"
] |
permissive
|
kylecorry31/ML4K-AI-Extension
|
6f5da6bbd0eb095fbd6a0850b4b2f850f2a3791d
|
da02a75532e9e1536ee4c3bd7bdcbb8e42eaa18d
|
refs/heads/master
| 2022-05-08T01:53:04.211667
| 2022-03-20T16:11:57
| 2022-03-20T16:13:15
| 141,181,339
| 20
| 16
|
MIT
| 2022-03-20T16:13:16
| 2018-07-16T19:01:27
|
Java
|
UTF-8
|
Java
| false
| false
| 1,639
|
java
|
package com.kylecorry.ml4k;
import java.io.DataOutputStream;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
public class HttpImpl implements HttpStrategy {
private static final String ML4K_USER_AGENT = "MIT App Inventor (ML4K extension)";
@Override
public APIResponse getJSON(URL url) throws IOException {
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
conn.setRequestMethod("GET");
conn.setRequestProperty("Content-Type", "application/json");
conn.setRequestProperty("User-Agent", ML4K_USER_AGENT);
// Get response
APIResponse res = APIResponse.fromConnection(conn);
conn.disconnect();
return res;
}
@Override
public APIResponse postJSON(URL url, String data) throws IOException {
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
boolean hasBody = data != null && data.length() != 0;
if (hasBody) {
conn.setFixedLengthStreamingMode(data.length());
}
conn.setRequestMethod("POST");
conn.setRequestProperty("Content-Type", "application/json");
conn.setRequestProperty("User-Agent", ML4K_USER_AGENT);
// Write the post data
if (hasBody) {
conn.setDoOutput(true);
DataOutputStream os = new DataOutputStream(conn.getOutputStream());
os.writeBytes(data);
os.flush();
os.close();
}
// Get response
APIResponse res = APIResponse.fromConnection(conn);
conn.disconnect();
return res;
}
}
|
[
"kylecorry31@gmail.com"
] |
kylecorry31@gmail.com
|
14d5b65d03cafb40a89d9d9986b73b587fc2d06b
|
9d3d9353dbaaad62058f38fe2a2772a7fabb4c6b
|
/AsyncSpringSecurity/src/main/java/me/arhrina/asynchronous/security/config/AjaxSecurityConfig.java
|
62a264e4b65584cf2f2ea4812c7a95e6473814cd
|
[] |
no_license
|
arhrina/toyPrj
|
0504fdf3d637f5889a296621adc26ec026f42c7c
|
ff95098e3443a7c3566e5f0342db24351555ee3b
|
refs/heads/master
| 2022-12-21T15:58:58.931728
| 2021-12-06T08:09:10
| 2021-12-06T08:09:10
| 246,988,233
| 0
| 0
| null | 2022-12-16T15:23:00
| 2020-03-13T04:29:47
|
Java
|
UTF-8
|
Java
| false
| false
| 4,170
|
java
|
package me.arhrina.asynchronous.security.config;
import me.arhrina.asynchronous.handler.AjaxFailureHandler;
import me.arhrina.asynchronous.handler.AjaxSuccessHandler;
import me.arhrina.asynchronous.security.common.AjaxAccessDeniedHandler;
import me.arhrina.asynchronous.security.common.AjaxLoginAuthenticationEntryPoint;
import me.arhrina.asynchronous.security.filter.AjaxLoginProcessingFilter;
import me.arhrina.asynchronous.security.provider.AjaxAuthenticationProvider;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;
import org.springframework.security.web.access.AccessDeniedHandler;
import org.springframework.security.web.authentication.AuthenticationFailureHandler;
import org.springframework.security.web.authentication.AuthenticationSuccessHandler;
import org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;
@Configuration
@Order(0)
public class AjaxSecurityConfig extends WebSecurityConfigurerAdapter { // 설정클래스가 여러개 있을 경우, 스프링에 동작 순서를 줘야한다
@Bean
public AuthenticationSuccessHandler authenticationSuccessHandler() {
return new AjaxSuccessHandler();
};
@Bean
public AuthenticationFailureHandler authenticationFailureHandler() {
return new AjaxFailureHandler();
};
// 생성한 Provider를 인증에서 사용하도록 설정하기 위해 override
@Override
protected void configure(AuthenticationManagerBuilder auth) throws Exception {
auth.authenticationProvider(ajaxAuthenticationProvider());
}
@Bean
public AuthenticationProvider ajaxAuthenticationProvider() {
return new AjaxAuthenticationProvider();
}
@Override
protected void configure(HttpSecurity http) throws Exception {
http
.antMatcher("/api/**, /api**")
.authorizeRequests()
.anyRequest().authenticated()
.and()
/**
* add 관련해서 4개의 api가 존재. Filter의 위치를 지정하여 추가
* 1. addFilterBefore
* - 추가하는 필터를 기존 특정 필터 전에 동작
* 2. addFilter
* - 가장 마지막에 필터 추가
* 3. addFilterAfter
* - 추가하는 필터를 기존 특정 필터 바로 뒤에 동작
* 4. addFilterAt
* - 특정 필터를 대체하고자 할 때
*
*/
.addFilterBefore(ajaxLoginProcessingFilter(), UsernamePasswordAuthenticationFilter.class)
.exceptionHandling()
.authenticationEntryPoint(new AjaxLoginAuthenticationEntryPoint()) // 인증 예외 처리
.accessDeniedHandler(ajaxAccessDeniedHandler()) // 인가 예외 처리
;
}
@Bean
public AccessDeniedHandler ajaxAccessDeniedHandler() {
return new AjaxAccessDeniedHandler();
}
@Bean
public AjaxLoginProcessingFilter ajaxLoginProcessingFilter() throws Exception {
AjaxLoginProcessingFilter ajaxLoginProcessingFilter = new AjaxLoginProcessingFilter();
ajaxLoginProcessingFilter.setAuthenticationManager(authenticationManagerBean());
ajaxLoginProcessingFilter.setAuthenticationSuccessHandler(authenticationSuccessHandler());
ajaxLoginProcessingFilter.setAuthenticationFailureHandler(authenticationFailureHandler());
return ajaxLoginProcessingFilter;
}
}
|
[
"hyoukim@naver.com"
] |
hyoukim@naver.com
|
bf72081c3f75449671f08d954dbb801042f15fbc
|
39a82d523d8a58b17df7dcb6e21a91bfc01623ca
|
/src/main/java/jp/hiroki19990625/modframework/core/handler/potion/SimpleRegisterPotion.java
|
feaeea0a4daa3be228f00d07d66abc10fbb4586e
|
[] |
no_license
|
hiroki19990625/ModFramework
|
527b36ecbf3c78405906831f2b20d27de7f558a8
|
7a11aea80e57f023f29a41880149cc1104be4e93
|
refs/heads/master
| 2020-04-04T13:36:40.709716
| 2018-11-07T16:25:05
| 2018-11-07T16:25:05
| 155,968,249
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,340
|
java
|
package jp.hiroki19990625.modframework.core.handler.potion;
import net.minecraft.potion.Potion;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
public class SimpleRegisterPotion implements IRegisterPotion {
private Potion potionInstance;
private boolean isAutoPotionType;
private String typeName;
private IRegisterPotionType potionType;
public SimpleRegisterPotion(@Nonnull Potion potion) {
this(potion, potion.getRegistryName().getResourcePath(), true);
}
public SimpleRegisterPotion(@Nonnull Potion potion, IRegisterPotionType potionType) {
this.potionInstance = potion;
this.potionType = potionType;
}
public SimpleRegisterPotion(@Nonnull Potion potion, String typeName, boolean isAutoPotionType) {
this.potionInstance = potion;
this.typeName = typeName;
this.isAutoPotionType = isAutoPotionType;
}
@Nonnull
@Override
public Potion getPotion() {
return this.potionInstance;
}
@Override
public boolean isAutoPotionType() {
return this.isAutoPotionType;
}
@Nonnull
@Override
public String getTypeName() {
return this.typeName;
}
@Nullable
@Override
public IRegisterPotionType getRegisterPotionType() {
return this.potionType;
}
}
|
[
"hiroki19990625@gmail.com"
] |
hiroki19990625@gmail.com
|
113e7e9bc0d8e1ffb6e5b3b4855a5294de801f89
|
1e8771c6cfe5e33ef1f82ed8a36d5c3e66f585de
|
/src/main/java/me/myklebust/xpdoctor/validator/nodevalidator/uniquepath/UniquePathDoctor.java
|
1353abb8d419f337c728ff62c8103c99719668fa
|
[
"Apache-2.0"
] |
permissive
|
jsi/xpDoctor
|
f8186ccbde110a71b3ed48ead8c0b2b3708ea919
|
c2099862ff77de0f3f064509899d14c0c3cabb2d
|
refs/heads/master
| 2020-05-04T07:30:20.444042
| 2019-04-02T08:33:04
| 2019-04-02T08:33:04
| 179,029,742
| 0
| 0
| null | 2019-04-02T08:09:27
| 2019-04-02T08:09:27
| null |
UTF-8
|
Java
| false
| false
| 2,769
|
java
|
package me.myklebust.xpdoctor.validator.nodevalidator.uniquepath;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import me.myklebust.xpdoctor.validator.RepairResult;
import me.myklebust.xpdoctor.validator.RepairResultImpl;
import me.myklebust.xpdoctor.validator.RepairStatus;
import com.enonic.xp.node.FindNodesByQueryResult;
import com.enonic.xp.node.Node;
import com.enonic.xp.node.NodeId;
import com.enonic.xp.node.NodeName;
import com.enonic.xp.node.NodePath;
import com.enonic.xp.node.NodeQuery;
import com.enonic.xp.node.NodeService;
import com.enonic.xp.node.RefreshMode;
import com.enonic.xp.node.RenameNodeParams;
public class UniquePathDoctor
{
private final NodeService nodeService;
private final Logger LOG = LoggerFactory.getLogger( UniquePathDoctor.class );
public final static String PREFIX = "_com_enonic_app_xpdoctor";
public UniquePathDoctor( final NodeService nodeService )
{
this.nodeService = nodeService;
}
public RepairResult repairNode( final NodeId nodeId, final boolean repairNow )
{
LOG.info( "Trying to repair node with non-unique path" );
this.nodeService.refresh( RefreshMode.ALL );
try
{
final Node nodeToBeRenamed = this.nodeService.getById( nodeId );
final NodePath nonUniquePath = nodeToBeRenamed.path();
final FindNodesByQueryResult nodes = nodeService.findByQuery( NodeQuery.create().
path( nonUniquePath ).
build() );
if ( nodes.getHits() <= 1 )
{
return RepairResultImpl.create().
repairStatus( RepairStatus.NOT_NEEDED ).
message( "Path no longer non-uniquer" ).
build();
}
final String newName = doRename( nodeToBeRenamed );
return RepairResultImpl.create().
repairStatus( RepairStatus.REPAIRED ).
message( String.format( "Node with id: %s renamed to %s", nodeId, newName ) ).
build();
}
catch ( Exception e )
{
LOG.error( "Failed to repair node", e );
return RepairResultImpl.create().
message( "Cannot repair node, exeption when trying to load: " + e.getMessage() ).
repairStatus( RepairStatus.FAILED ).
build();
}
}
private String doRename( final Node nodeToBeRenamed )
{
final String newName = nodeToBeRenamed.name().toString() + PREFIX;
this.nodeService.rename( RenameNodeParams.create().
nodeId( nodeToBeRenamed.id() ).
nodeName( NodeName.from( newName ) ).
build() );
return newName;
}
}
|
[
"rmy@enonic.com"
] |
rmy@enonic.com
|
11592f085953835dfcd196342b00cfdb90882b7b
|
c661e9ebe0cc0fe762092a4c21eaa490f2696569
|
/src/main/java/org/vint/iblog/common/bean/nor/CBNObject.java
|
4a445007d767c7a71999b564c00d4f8569d77885
|
[
"Apache-2.0"
] |
permissive
|
vintsie/iblog-common
|
616ebac44bbd45489041df4ef0f1cb7047d315f4
|
e56a3a04e645bef3972adb292784f373ca697626
|
refs/heads/master
| 2021-01-23T06:44:11.149594
| 2014-05-22T17:09:26
| 2014-05-22T17:09:26
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 130
|
java
|
package org.vint.iblog.common.bean.nor;
/**
*
* Created by Vin on 14-5-17.
*/
public class CBNObject extends GitHubObject {
}
|
[
"vin.tsie@hotmail.com"
] |
vin.tsie@hotmail.com
|
112852e455b0460a10836a0c9dbc2b3f28bb9ba6
|
cb3919eb11fcce3d566f85a794eeff21920e604b
|
/app/src/main/java/com/senpai/firebasepushnotification/MainActivity.java
|
a969bf0d21ba2b011759c24baf8b3bb2f8a63dc3
|
[] |
no_license
|
vancityAyush/FireBasePushNotification
|
1b634928506dc3b3e8192d99911dcacb26a4bf5c
|
06e33b4343fb555b7e79f08dd6d9f2f3e74a79ea
|
refs/heads/master
| 2023-03-02T15:43:46.474290
| 2021-02-08T23:04:42
| 2021-02-08T23:04:42
| 335,109,824
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,391
|
java
|
package com.senpai.firebasepushnotification;
import androidx.appcompat.app.AppCompatActivity;
import androidx.viewpager.widget.PagerAdapter;
import androidx.viewpager.widget.ViewPager;
import androidx.viewpager2.widget.ViewPager2;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import com.google.android.material.tabs.TabLayout;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
public class MainActivity extends AppCompatActivity {
private TextView mProfileLabel, mUsersLabel, mNotificationsLabel;
private ViewPager mMainPager;
private PagerViewAdapter mPagerViewAdapter;
private TabLayout tabLayout;
private FirebaseAuth mAuth;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mAuth = FirebaseAuth.getInstance();
mProfileLabel = findViewById(R.id.profileLabel);
mUsersLabel = findViewById(R.id.userLabel);
mNotificationsLabel = findViewById(R.id.notificationsLabel);
tabLayout = findViewById(R.id.tabLayout);
mMainPager = findViewById(R.id.mainPager);
mPagerViewAdapter = new PagerViewAdapter(getSupportFragmentManager());
mMainPager.setAdapter(mPagerViewAdapter);
mMainPager.setOffscreenPageLimit(2);
mMainPager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {
@Override
public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
}
@Override
public void onPageSelected(int position) {
changeTabs(position);
}
@Override
public void onPageScrollStateChanged(int state) {
}
});
tabLayout.setupWithViewPager(mMainPager);
}
private void changeTabs(int position) {
switch (position){
case 0:
}
}
@Override
protected void onStart() {
super.onStart();
FirebaseUser currentUser = mAuth.getCurrentUser();
if(currentUser==null){
sendToLogin();
}
}
private void sendToLogin() {
startActivity(new Intent(MainActivity.this,LoginActivity.class));
finish();
}
}
|
[
"eliasakeleven@gmail.com"
] |
eliasakeleven@gmail.com
|
46c4325d641b79572c93952912b00404a2ca3453
|
88348d6e1ee3ac6dcbb1f1162e40908714409717
|
/app/src/main/java/com/prarui/common/conutils/ScreenUtils.java
|
ad49e095bbd65aa275b07ff6a1319591061f4ee9
|
[] |
no_license
|
ThoughtRain/comUseLib
|
23cfbec8e1d278efa87900b4921b4a04b6e1a6a4
|
1013c046e2fd8b05b497c66b3d6d1aa431c9d680
|
refs/heads/master
| 2021-01-20T09:51:35.694830
| 2017-10-26T06:08:48
| 2017-10-26T06:08:48
| 101,612,553
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,606
|
java
|
package com.prarui.common.conutils;
import android.app.Activity;
import android.content.Context;
import android.util.DisplayMetrics;
import android.view.WindowManager;
/**
* @function 屏幕工具
* @auther: Created by yinglan
* @time: 16/3/16
*/
public class ScreenUtils {
/**
* 获取屏幕内容高度
*
* @param context
* @return
*/
public static int getScreenHeight(Context context) {
DisplayMetrics dm = new DisplayMetrics();
((Activity) context).getWindowManager().getDefaultDisplay().getMetrics(dm);
int result = 0;
int resourceId = context.getResources()
.getIdentifier("status_bar_height", "dimen", "android");
if (resourceId > 0) {
result = context.getResources().getDimensionPixelSize(resourceId);
}
int screenHeight = dm.heightPixels - result;
return screenHeight;
}
/**
* 获取屏幕的宽度
*
* @param context
* @return
*/
public static int getScreenWidth(Context context) {
WindowManager wm = (WindowManager) context
.getSystemService(Context.WINDOW_SERVICE);
DisplayMetrics dm = new DisplayMetrics();
wm.getDefaultDisplay().getMetrics(dm);
return dm.widthPixels;
}
/**
* dp转px
*
* @param context
* @param dipValue
* @return
*/
public static int dip2px(Context context, float dipValue) {
final float scale = context.getResources().getDisplayMetrics().density;
return (int) (dipValue * scale + 0.5f);
}
}
|
[
"1807520106@qq.com"
] |
1807520106@qq.com
|
0ae627e2bbaee553b05ca5d481c2d65a50da868b
|
e7e542e413c5b7c5929bc8b08b6b995a4249a8db
|
/src/main/java/com/thevoxelbox/voxelguest/regions/Vector3D.java
|
13cda3006a406ac3c320a12e95b5461aff459a8a
|
[] |
no_license
|
gjz010-Archive/VoxelGuest
|
568700d34424eff184b8f10b95dc71eedf9771ba
|
2e292a6172597890ca9563265f0331a739620e4c
|
refs/heads/master
| 2023-06-11T12:13:10.631017
| 2013-04-21T05:11:52
| 2013-04-21T05:11:52
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 5,167
|
java
|
/*
* Copyright (C) 2011 - 2012, psanker and contributors
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following
* * Redistributions in binary form must reproduce the above copyright notice, this list of
* conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
* * Neither the name of The VoxelPlugineering Team nor the names of its contributors may be
* used to endorse or promote products derived from this software without specific prior
* written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package com.thevoxelbox.voxelguest.regions;
import org.bukkit.Location;
public class Vector3D {
private final double x, y, z;
public Vector3D(double x, double y, double z)
{
this.x = x;
this.y = y;
this.z = z;
}
public Vector3D(int x, int y, int z)
{
this.x = (double) x;
this.y = (double) y;
this.z = (double) z;
}
public Vector3D(float x, float y, float z)
{
this.x = (double) x;
this.y = (double) y;
this.z = (double) z;
}
public Vector3D(Location loc)
{
this.x = loc.getX();
this.y = loc.getY();
this.z = loc.getZ();
}
public Vector3D(Vector3D vec)
{
this.x = vec.x;
this.y = vec.y;
this.z = vec.z;
}
public double getX()
{
return this.x;
}
public double getY()
{
return this.y;
}
public double getZ()
{
return this.z;
}
public Vector3D setX(double x)
{
return new Vector3D(x, this.y, this.z);
}
public Vector3D setX(int x)
{
return new Vector3D((double) x, this.y, this.z);
}
public Vector3D setY(double y)
{
return new Vector3D(this.x, y, this.z);
}
public Vector3D setY(int y)
{
return new Vector3D(this.x, (double) y, this.z);
}
public Vector3D setZ(double z)
{
return new Vector3D(this.x, this.y, z);
}
public Vector3D setZ(int z)
{
return new Vector3D(this.x, this.y, (double) z);
}
public Vector3D add(Vector3D vec)
{
return new Vector3D(this.x + vec.x, this.y + vec.y, this.z + vec.z);
}
public Vector3D subtract(Vector3D vec)
{
return new Vector3D(this.x - vec.x, this.y - vec.y, this.z - vec.z);
}
public double getDistanceSquared(Vector3D vec)
{
return (vec.x - this.x) * (vec.x - this.x) + (vec.y - this.y) * (vec.y - this.y) + (vec.z - this.z) * (vec.z - this.z);
}
public double getDistance(Vector3D vec)
{
return Math.sqrt(getDistanceSquared(vec));
}
public static Vector3D getMinimum(Vector3D vec1, Vector3D vec2)
{
return new Vector3D(Math.min(vec1.x, vec2.x), Math.min(vec1.y, vec2.y), Math.min(vec1.z, vec2.z));
}
public static Vector3D getMaximum(Vector3D vec1, Vector3D vec2)
{
return new Vector3D(Math.max(vec1.x, vec2.x), Math.max(vec1.y, vec2.y), Math.max(vec1.z, vec2.z));
}
@Override
public int hashCode()
{
int hash = 9;
hash = 81 * hash + (int) (Double.doubleToLongBits(this.x) ^ Double.doubleToLongBits(this.x) >>> 32);
hash = 81 * hash + (int) (Double.doubleToLongBits(this.y) ^ Double.doubleToLongBits(this.y) >>> 32);
hash = 81 * hash + (int) (Double.doubleToLongBits(this.z) ^ Double.doubleToLongBits(this.z) >>> 32);
return hash;
}
@Override
public boolean equals(Object obj)
{
if (obj == null) {
return false;
}
if (getClass() != obj.getClass()) {
return false;
}
final Vector3D other = (Vector3D) obj;
if (Double.doubleToLongBits(this.x) != Double.doubleToLongBits(other.x)) {
return false;
}
if (Double.doubleToLongBits(this.y) != Double.doubleToLongBits(other.y)) {
return false;
}
if (Double.doubleToLongBits(this.z) != Double.doubleToLongBits(other.z)) {
return false;
}
return true;
}
}
|
[
"patricksanker@gmail.com"
] |
patricksanker@gmail.com
|
f45d1b7f2986a444fe76ec7b73332324a15df6ef
|
dafd58d02d6baf1a6d6c0904b3d96f4cc991232d
|
/eclipse/plugins/com.ibm.xsp.extlib.designer/src/com/ibm/xsp/extlib/designer/common/properties/ThemeLookupEntry.java
|
346488702b0a6d41e898279c5ef9bb07a07cf34a
|
[
"Apache-2.0"
] |
permissive
|
camac/srcOpenNTF-designer
|
3e42f6d6c0ec06adb47b8e2ac44d4d525af23197
|
52c438d43e4341a72f95559e254fa564037d59e9
|
refs/heads/master
| 2020-04-05T18:13:24.145496
| 2014-07-11T13:49:23
| 2014-07-11T13:49:23
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 334
|
java
|
package com.ibm.xsp.extlib.designer.common.properties;
public class ThemeLookupEntry {
private String code;
private String label;
public ThemeLookupEntry(String code, String label) {
this.code = code;
this.label = label;
}
public String getCode() {
return code;
}
public String getLabel() {
return label;
}
}
|
[
"camerongregor@gmail.com"
] |
camerongregor@gmail.com
|
8def24a8563e777e1ab11281b79e02d14a625578
|
883a0e13d7d5820f8d4d1dfb642c3ea9fe5afc34
|
/configurationrepository-impl/src/main/java/ai/labs/resources/impl/config/http/rest/RestHttpCallsStore.java
|
02fa5910d25473da2bf401313761dc2026737b66
|
[
"Apache-2.0"
] |
permissive
|
EdtechFoundry/EDDI
|
0aad06d22ce011e612cf509dc59cafe73db5767e
|
201cf9b0304e0a9046030f42f6014242886309c7
|
refs/heads/master
| 2023-04-13T07:54:22.427808
| 2022-03-31T09:51:05
| 2022-03-31T09:51:05
| 96,883,190
| 0
| 0
|
Apache-2.0
| 2023-04-03T23:52:46
| 2017-07-11T10:51:54
|
Java
|
UTF-8
|
Java
| false
| false
| 3,418
|
java
|
package ai.labs.resources.impl.config.http.rest;
import ai.labs.models.DocumentDescriptor;
import ai.labs.persistence.IResourceStore;
import ai.labs.resources.impl.resources.rest.RestVersionInfo;
import ai.labs.resources.rest.config.http.IHttpCallsStore;
import ai.labs.resources.rest.config.http.IRestHttpCallsStore;
import ai.labs.resources.rest.config.http.model.HttpCallsConfiguration;
import ai.labs.resources.rest.documentdescriptor.IDocumentDescriptorStore;
import ai.labs.rest.restinterfaces.factory.IRestInterfaceFactory;
import ai.labs.rest.restinterfaces.factory.RestInterfaceFactory;
import ai.labs.schema.IJsonSchemaCreator;
import lombok.extern.slf4j.Slf4j;
import javax.inject.Inject;
import javax.ws.rs.core.Response;
import java.util.List;
/**
* @author ginccc
*/
@Slf4j
public class RestHttpCallsStore extends RestVersionInfo<HttpCallsConfiguration> implements IRestHttpCallsStore {
private final IHttpCallsStore httpCallsStore;
private final IJsonSchemaCreator jsonSchemaCreator;
private IRestHttpCallsStore restHttpCallsStore;
@Inject
public RestHttpCallsStore(IHttpCallsStore httpCallsStore,
IRestInterfaceFactory restInterfaceFactory,
IDocumentDescriptorStore documentDescriptorStore,
IJsonSchemaCreator jsonSchemaCreator) {
super(resourceURI, httpCallsStore, documentDescriptorStore);
this.httpCallsStore = httpCallsStore;
this.jsonSchemaCreator = jsonSchemaCreator;
initRestClient(restInterfaceFactory);
}
private void initRestClient(IRestInterfaceFactory restInterfaceFactory) {
try {
restHttpCallsStore = restInterfaceFactory.get(IRestHttpCallsStore.class);
} catch (RestInterfaceFactory.RestInterfaceFactoryException e) {
restHttpCallsStore = null;
log.error(e.getLocalizedMessage(), e);
}
}
@Override
public Response readJsonSchema() {
return Response.ok(jsonSchemaCreator.generateSchema(HttpCallsConfiguration.class)).build();
}
@Override
public List<DocumentDescriptor> readHttpCallsDescriptors(String filter, Integer index, Integer limit) {
return readDescriptors("ai.labs.httpcalls", filter, index, limit);
}
@Override
public HttpCallsConfiguration readHttpCalls(String id, Integer version) {
return read(id, version);
}
@Override
public Response updateHttpCalls(String id, Integer version, HttpCallsConfiguration httpCallsConfiguration) {
return update(id, version, httpCallsConfiguration);
}
@Override
public Response createHttpCalls(HttpCallsConfiguration httpCallsConfiguration) {
return create(httpCallsConfiguration);
}
@Override
public Response deleteHttpCalls(String id, Integer version) {
return delete(id, version);
}
@Override
public Response duplicateHttpCalls(String id, Integer version) {
validateParameters(id, version);
HttpCallsConfiguration httpCallsConfiguration = restHttpCallsStore.readHttpCalls(id, version);
return restHttpCallsStore.createHttpCalls(httpCallsConfiguration);
}
@Override
protected IResourceStore.IResourceId getCurrentResourceId(String id) throws IResourceStore.ResourceNotFoundException {
return httpCallsStore.getCurrentResourceId(id);
}
}
|
[
"gregor@jarisch.net"
] |
gregor@jarisch.net
|
f4657d7408001cd01ed1e3efc8c390b020c9ba50
|
e972fdf6d061209e969d696f0eaa59e55569c933
|
/javademo/src/com/lb/demo/interfacef/MyfunctionInterface.java
|
bdc8a9c8eb209b4c89c4bd768a80df1c9086e1b6
|
[] |
no_license
|
liubo92/demoproject2
|
aae15b14c8aad1f03e1690836b0d7f2ab3ab8262
|
ef79a226c4f961616c2a81568b6cf698369e395b
|
refs/heads/master
| 2023-04-09T11:50:45.812307
| 2021-04-13T09:48:11
| 2021-04-13T09:48:11
| 345,304,902
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 337
|
java
|
package com.lb.demo.interfacef;
/**
*y有且只有一个抽象方法的接口 为函数式接口
* 可以拥有 默认 静态 私有方法
*
* @FunctionalInterface 用于监测是否符合函数式接口
*
* @author lb
* @create 2021-03-08
*/
@FunctionalInterface
public interface MyfunctionInterface {
void method();
}
|
[
"297871690@qq.com"
] |
297871690@qq.com
|
2583b121993f1fd25bdf3b802332ebdd0f5ee107
|
b2f986bc2f6e8e71b43176ead10bcf6a6604078d
|
/java/Solution393.java
|
e4681ba7aa5f1ec2e2b67a3c05e97832a1749e11
|
[] |
no_license
|
Allen-Ning/Algorithm-solutions
|
6104b257cd6c54e7dbd0e29251fe7510969150df
|
91a8ac1acf85ac42dc473f8663744aed410520a7
|
refs/heads/master
| 2023-08-11T20:26:11.930959
| 2023-08-08T22:46:00
| 2023-08-08T22:46:00
| 128,628,524
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 895
|
java
|
class Solution {
public boolean validUtf8(int[] data) {
int i = 0;
while (i < data.length) {
int number = countOne(data[i]);
if (number > 4) return false;
if (number > 1) {
int checker = number - 1;
while (checker > 0) {
if (data.length <= i+ checker || (data[i + checker] >> 6 & 3) != 2) {
return false;
}
checker--;
}
i += number - 1;
} else if (number == 1) {
return false;
}
i++;
}
return true;
}
private int countOne(int data) {
int counter = 7;
int result = 0;
while((data >> counter & 1) == 1) {
result++;
counter--;
}
return result;
}
}
|
[
"npc1222@icloud.com"
] |
npc1222@icloud.com
|
801e958351f5b2175ca96dde358dd492f26e44ff
|
9bf6dee1407f112cebf42443e0f492e89d0d3fbc
|
/gameserver/data/scripts/system/handlers/quest/daevanion_quest/_2993AnotherBeginning.java
|
6571f5dcddc1b4ac78b7522ba4f0fbbf9ca93801
|
[] |
no_license
|
vavavr00m/aion-source
|
6caef6738fee6d4898fcb66079ea63da46f5c9c0
|
8ce4c356d860cf54e5f3fe4a799197725acffc3b
|
refs/heads/master
| 2021-01-10T02:08:43.965463
| 2011-08-22T10:47:12
| 2011-08-22T10:47:12
| 50,949,918
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 3,952
|
java
|
/*
* This file is part of aion-unique <aion-unique.org>.
*
* aion-unique is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* aion-unique is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
*/
package quest.daevanion_quest;
import org.openaion.gameserver.model.gameobjects.player.Player;
import org.openaion.gameserver.quest.handlers.QuestHandler;
import org.openaion.gameserver.quest.model.QuestCookie;
import org.openaion.gameserver.quest.model.QuestState;
import org.openaion.gameserver.quest.model.QuestStatus;
/**
* @author HellBoy
*
*/
public class _2993AnotherBeginning extends QuestHandler
{
private final static int questId = 2993;
private final static int Items[][] =
{{1013, 1034, 1055, 1076, 5103,
1098, 1119, 1140, 1161, 5104,
1183, 1204, 1225, 1246, 5105,
1268, 1289, 1310, 1331, 5106},
{110600834, 113600800, 114600794, 112600785, 111600813,
110300881, 113300860, 114300893, 112300784, 111300834,
110100931, 113100843, 114100866, 112100790, 111100831,
110500849, 113500827, 114500837, 112500774, 111500821}};
public _2993AnotherBeginning()
{
super(questId);
}
@Override
public void register()
{
qe.setNpcQuestData(204076).addOnTalkEvent(questId);
}
@Override
public boolean onDialogEvent(QuestCookie env)
{
int removeItem = 0;
Player player = env.getPlayer();
QuestState qs = player.getQuestStateList().getQuestState(questId);
int var = 0;
if(qs != null)
var = qs.getQuestVarById(0);
if(qs == null || qs.getStatus() == QuestStatus.COMPLETE)
{
if(env.getTargetId() == 204076)
{
switch(env.getDialogId())
{
case 26:
return sendQuestDialog(env, 1011);
case 1013:
case 1034:
case 1055:
case 1076:
case 5103:
case 1098:
case 1119:
case 1140:
case 1161:
case 5104:
case 1183:
case 1204:
case 1225:
case 1246:
case 5105:
case 1268:
case 1289:
case 1310:
case 1331:
case 5106:
int i = 0;
for(int id: Items[0])
{
if(id == env.getDialogId())
break;
i++;
}
removeItem = Items[1][i];
if(qs == null)
{
qs = new QuestState(questId, QuestStatus.COMPLETE, 0, 0);
player.getQuestStateList().addQuest(questId, qs);
}
else
qs.setStatus(QuestStatus.COMPLETE);
qs.setQuestVar(i);
if(player.getInventory().getItemCountByItemId(removeItem) > 0)
return sendQuestDialog(env, 1013);
else
return sendQuestDialog(env, 1352);
case 10000:
case 10001:
case 10002:
case 10003:
if(player.getInventory().getItemCountByItemId(186000041) > 0)
{
if(qs == null)
{
qs = new QuestState(questId, QuestStatus.REWARD, 0, 0);
player.getQuestStateList().addQuest(questId, qs);
}
else
qs.setStatus(QuestStatus.REWARD);
defaultQuestRemoveItem(env, Items[1][var], 1);
defaultQuestRemoveItem(env, 186000041, 1);
var = env.getDialogId() - 10000;
qs.setQuestVar(var);
return sendQuestDialog(env, var + 5);
}
else
return sendQuestDialog(env, 1009);
}
}
}
if(qs == null)
return false;
return defaultQuestRewardDialog(env, 204076, 0, var);
}
}
|
[
"tomulescu@gmail.com"
] |
tomulescu@gmail.com
|
1101fcde4c9c9c8fa9b31ae0524054f4db5b059a
|
26d459097a814cf68985748dded27ec0ad17e6e9
|
/cdst-business/conferenza/src/main/java/conferenza/repository/EventoRepository.java
|
297f6644f9e9caa0a53f3d71fa47d57886eb92dd
|
[] |
no_license
|
christiandeangelis/meetpad-public
|
096af0f7d058a1dd78ce3ca667e8077302f4b20a
|
d7bac39cc93056859ac34cda2aa1e85cec3f73ea
|
refs/heads/main
| 2023-07-13T20:34:52.657949
| 2021-09-01T12:19:32
| 2021-09-01T12:19:32
| 402,055,182
| 0
| 0
| null | 2021-09-01T12:37:26
| 2021-09-01T12:37:26
| null |
UTF-8
|
Java
| false
| false
| 1,363
|
java
|
package conferenza.repository;
import java.util.List;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.jpa.repository.Query;
import conferenza.model.Conferenza;
import conferenza.model.Documento;
import conferenza.model.Evento;
import conferenza.model.Partecipante;
import conferenza.model.Protocollo;
public interface EventoRepository extends JpaRepository<Evento, Integer>, JpaSpecificationExecutor<Evento>{
List<Evento> findByConferenza(Conferenza conferenza, Pageable pageable);
List<Evento> findByMittente(Partecipante partecipante);
List<Evento> findByDocumento(Documento documento);
Evento findByConferenzaAndDocumento(Conferenza conferenza, Documento documento);
List<Evento> findListaByConferenzaAndDocumento(Conferenza conferenza, Documento documento);
@Query(nativeQuery = true, value="select coalesce(max(e.id_evento),0) as id_evento from evento e inner join documento d on e.fk_documento = d.id_documento inner join conferenza c on d.fk_conferenza = c.id_conferenza where 1 = 1 and c.id_conferenza = ? and d.id_documento = ? group by fk_modifica_data")
public List<Integer> getMaxEventoByConferenzaAndDocumentoAndModificaData(int confernza, int documento);
}
|
[
"antonio.genghi@regione.emilia-romagna.it"
] |
antonio.genghi@regione.emilia-romagna.it
|
f3c50971cb16d1053bc31eb65535e07d38a71b32
|
2f0dad901575248a722c8452d0f74291b92606fc
|
/sql/flowable-sql-6.2.0/src/main/java/org/flowable/sql/CombineUpgradeSqlGenerator.java
|
54fde939f1f4976abbc9e18c23561b09fdb4b23a
|
[
"MIT"
] |
permissive
|
qiudaoke/flowable-userguide
|
fb17612cfde6766bfedbb2925036b782d4e5c8a3
|
b2a33a0494c3da88b3271ec53a5df7f688abdcf8
|
refs/heads/master
| 2023-04-13T21:05:23.834729
| 2022-06-29T16:15:57
| 2022-06-29T16:15:57
| 185,027,500
| 636
| 223
|
MIT
| 2023-04-11T23:04:18
| 2019-05-05T12:20:15
|
JavaScript
|
UTF-8
|
Java
| false
| false
| 4,400
|
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 org.flowable.sql;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import org.apache.commons.io.IOUtils;
import org.flowable.common.sql.SqlScriptUtil;
import org.flowable.engine.ProcessEngineConfiguration;
import liquibase.database.Database;
import liquibase.database.DatabaseConnection;
import liquibase.database.DatabaseFactory;
import liquibase.resource.ClassLoaderResourceAccessor;
public class CombineUpgradeSqlGenerator {
public static void main(String[] args) throws Exception {
String oldVersion = args[0];
String newVersion = args[1];
Database database = getDatabaseInstance();
generateUpgradeAll(database, oldVersion, newVersion);
}
protected static void generateUpgradeAll(Database database, String oldVersion, String newVersion) throws Exception {
String databaseName = SqlScriptUtil.getDatabaseName(database);
File commonEngineFile = new File("../sql/upgrade/common/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".common.sql");
File bpmnEngineFile = new File("../sql/upgrade/bpmn/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".engine.sql");
File dmnEngineFile = new File("../sql/upgrade/dmn/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".dmn.sql");
File cmmnEngineFile = new File("../sql/upgrade/cmmn/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".cmmn.sql");
File formEngineFile = new File("../sql/upgrade/form/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".form.sql");
File contentEngineFile = new File("../sql/upgrade/content/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".content.sql");
File allDir = new File("../sql/upgrade/all");
if (!allDir.exists()) {
allDir.mkdir();
}
File allFile = new File("../sql/upgrade/all/flowable." + databaseName + ".upgradestep." + oldVersion + ".to." + newVersion + ".all.sql");
if (allFile.exists()) {
allFile.delete();
}
allFile.createNewFile();
joinFiles(allFile, commonEngineFile, bpmnEngineFile, cmmnEngineFile, dmnEngineFile, formEngineFile, contentEngineFile);
}
protected static Database getDatabaseInstance() throws Exception {
ProcessEngineConfiguration engineConfiguration = ProcessEngineConfiguration.createProcessEngineConfigurationFromResource("flowable.cfg.xml");
DatabaseFactory databaseFactory = DatabaseFactory.getInstance();
DatabaseConnection connection = databaseFactory.openConnection(engineConfiguration.getJdbcUrl(), engineConfiguration.getJdbcUsername(),
engineConfiguration.getJdbcPassword(), engineConfiguration.getJdbcDriver(), null, null, null, new ClassLoaderResourceAccessor());
return DatabaseFactory.getInstance().findCorrectDatabaseImplementation(connection);
}
public static void joinFiles(File destination, File... sources) throws Exception {
try (OutputStream output = createAppendableStream(destination)) {
for (File source : sources) {
appendFile(output, source);
}
}
}
protected static BufferedOutputStream createAppendableStream(File destination) throws Exception {
return new BufferedOutputStream(new FileOutputStream(destination, true));
}
private static void appendFile(OutputStream output, File source) throws Exception {
try (InputStream input = new BufferedInputStream(new FileInputStream(source))) {
IOUtils.copy(input, output);
}
}
}
|
[
"1515308@qq.com"
] |
1515308@qq.com
|
840b184ee74d6f22f4e4f8904082d2ab6bb3c541
|
691294e204a679ed3b7fe5b2127ecd6a1644f86b
|
/src/test/java/TestCases/TestCase5.java
|
76e1b915f115ead9bf6065c454c7953a627aad7f
|
[] |
no_license
|
roshanqa8050/stackfinance
|
c66c37c2d6b1c787e8b76fff8ffff0eb2296d3d9
|
e3d616fd026d9eed8266fc37b2abe486d9534d19
|
refs/heads/master
| 2023-04-07T00:00:33.224487
| 2021-04-18T03:39:49
| 2021-04-18T03:39:49
| 359,034,754
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,781
|
java
|
package TestCases;
import org.testng.annotations.Test;
import java.net.MalformedURLException;
import java.net.URL;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import ScreenPages.login;
import ScreenPages.onboarding;
import ScreenPages.stackpin;
import ScreenPages.welcomescreen;
import io.appium.java_client.AppiumDriver;
import io.appium.java_client.MobileElement;
public class TestCase5 {
AppiumDriver<MobileElement>driver;
@BeforeTest
public void launch_app() throws MalformedURLException {
DesiredCapabilities cap = new DesiredCapabilities();
cap.setCapability("deviceName", "Xiaomi redmi Note 7");
cap.setCapability("udid", "2149641f");
cap.setCapability("platformName", "Android");
cap.setCapability("platformVersion", "9.0");
cap.setCapability("appPackage", "co.stackfinance.stackfinanceapp");
cap.setCapability("appActivity", "co.stackfinance.stackfinanceapp.MainActivity");
cap.setCapability("automationName", "UiAutomator1");
cap.setCapability("printPageSourceOnFindFailure", "true");
URL url = new URL("http://127.0.0.1:4723/wd/hub");
driver = new AppiumDriver<MobileElement>(url, cap);
}
@Test
public void test_stackpinpage() throws InterruptedException {
// verify when login button is clicked ,login page should be displayed
onboarding click = new onboarding(driver);
welcomescreen select = new welcomescreen(driver);
login enter = new login(driver);
stackpin pin = new stackpin(driver);
click.skipbtn();
select.loginbtn();
enter.login_validemail();
enter.login_validpass();
enter.login_proceedbtn();
pin.enter_validpin();
}
@AfterTest
public void close_App() {
driver.quit();
}
}
|
[
"roshan@knitter.co.in"
] |
roshan@knitter.co.in
|
27cc40195cd0ffc153a11ae74b5579c4021042dc
|
32b72e1dc8b6ee1be2e80bb70a03a021c83db550
|
/ast_results/bpellin_keepassdroid/app/src/main/java/org/apache/commons/collections/keyvalue/AbstractMapEntry.java
|
4af653867f131b9ec934c1390c0b7ce963f63188
|
[] |
no_license
|
cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning
|
d90c41a17e88fcd99d543124eeb6e93f9133cb4a
|
0564143d92f8024ff5fa6b659c2baebf827582b1
|
refs/heads/master
| 2020-07-13T13:53:40.297493
| 2019-01-11T11:51:18
| 2019-01-11T11:51:18
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,331
|
java
|
// isComment
package org.apache.commons.collections.keyvalue;
import java.util.Map;
/**
* isComment
*/
public abstract class isClassOrIsInterface extends AbstractKeyValue implements Map.Entry {
/**
* isComment
*/
protected isConstructor(Object isParameter, Object isParameter) {
super(isNameExpr, isNameExpr);
}
// isComment
// isComment
/**
* isComment
*/
public Object isMethod(Object isParameter) {
Object isVariable = this.isFieldAccessExpr;
this.isFieldAccessExpr = isNameExpr;
return isNameExpr;
}
/**
* isComment
*/
public boolean isMethod(Object isParameter) {
if (isNameExpr == this) {
return true;
}
if (isNameExpr instanceof Map.Entry == true) {
return true;
}
Map.Entry isVariable = (Map.Entry) isNameExpr;
return (isMethod() == null ? isNameExpr.isMethod() == null : isMethod().isMethod(isNameExpr.isMethod())) && (isMethod() == null ? isNameExpr.isMethod() == null : isMethod().isMethod(isNameExpr.isMethod()));
}
/**
* isComment
*/
public int isMethod() {
return (isMethod() == null ? isIntegerConstant : isMethod().isMethod()) ^ (isMethod() == null ? isIntegerConstant : isMethod().isMethod());
}
}
|
[
"matheus@melsolucoes.net"
] |
matheus@melsolucoes.net
|
b553b32888b2ec7e369b920bf3f9cf5a8314bd00
|
93874da6a7fc44d357c464446f1eb990201d90d5
|
/src/main/java/com/fedorov/httpserver/io/exception/BadRequestException.java
|
ace88ece5b3835aaaa7dfe04b6e2bb1981844400
|
[] |
no_license
|
kajuga/http-sever-project
|
b5146bab80d1c315b7ff10948eee84ae76e4885a
|
72ff724d787eb063b188741ddc402654b22524bf
|
refs/heads/main
| 2023-04-07T06:35:34.465227
| 2021-04-01T15:33:13
| 2021-04-01T15:33:13
| 349,934,540
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 294
|
java
|
package com.fedorov.httpserver.io.exception;
public class BadRequestException extends AbstractRequestParseFailedException {
public BadRequestException(String message, Throwable cause, String startingLine) {
super(message, cause, startingLine);
setStatusCode(400);
}
}
|
[
"msg2fedorov@gmail.com"
] |
msg2fedorov@gmail.com
|
f7dcbe6e433fade73eef3f32c3b036d498050ec2
|
6a7016bae59963fc7e320ef1c8e8fe2c2c5da28b
|
/imdb/src/main/java/br/unb/cic/imdb/util/ContextoID.java
|
2313fff2266a1f704f6cbaf71884bf6334ab22e0
|
[] |
no_license
|
iurebrandao/Imdb
|
65fe97ac9e06c989bc421bc569bc9fb300f28040
|
778c9253c32c0e4e06fbc0e5df714da2901fb914
|
refs/heads/master
| 2021-01-10T10:23:29.145842
| 2015-12-07T23:25:18
| 2015-12-07T23:25:18
| 46,051,192
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 664
|
java
|
package br.unb.cic.imdb.util;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import br.unb.cic.imdb.negocio.IMDBFacade;
public class ContextoID {
private ContextoID() {
}
private static ContextoID instance;
private IMDBFacade facade;
public static ContextoID instance() {
if (instance == null) {
instance = new ContextoID();
}
return instance;
}
public IMDBFacade facade() {
if (facade == null) {
ApplicationContext context = new ClassPathXmlApplicationContext("beans.xml");
facade = (IMDBFacade) context.getBean("facade");
}
return facade;
}
}
|
[
"iurebrandao@aluno.unb.br"
] |
iurebrandao@aluno.unb.br
|
ae9af9829d81e038e6ca590156f721eb83253c3f
|
9cf77bd4cea11ead4f6ac169035ec11ef76bee87
|
/core/src/com/watabou/pixeldungeon/MLClassifier.java
|
749285ecaef80cc5d65b8fc22bc5a0d19f43b061
|
[] |
no_license
|
thrent/pixel-dungeon-gdx
|
4cbf8e14312af3c31dbe743003c5a08262554bb6
|
4419bfec2878bde2af3a7bc859097ff5aba06906
|
refs/heads/master
| 2022-11-28T11:39:03.002767
| 2020-08-10T16:30:56
| 2020-08-10T16:30:56
| 262,584,821
| 0
| 0
| null | 2020-05-09T14:09:21
| 2020-05-09T14:09:20
| null |
UTF-8
|
Java
| false
| false
| 13,410
|
java
|
/*
*
*/
package com.watabou.pixeldungeon;
import com.watabou.utils.Bundle;
import com.watabou.utils.Random;
class MLClassifier {
public static class ExplorationClassifier {
// Random forest proved to be 10% more accurate than the decision tree.
private static int findMax(int[] nums) {
int index = 0;
for (int i = 0; i < nums.length; i++) {
index = nums[i] > nums[index] ? i : index;
}
return index;
}
public static int predict(double[] features) {
int[] classes = new int[3];
if (features[4] <= 11.0) {
if (features[4] <= 2.5) {
if (features[3] <= 172.0) {
if (features[3] <= 158.5) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 1;
} else {
classes[0] = 0;
classes[1] = 1;
classes[2] = 0;
}
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 81;
}
} else {
if (features[3] <= 1086.0) {
if (features[14] <= 0.5) {
classes[0] = 2;
classes[1] = 0;
classes[2] = 0;
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 6;
}
} else {
classes[0] = 0;
classes[1] = 5;
classes[2] = 0;
}
}
} else {
if (features[4] <= 16.0) {
if (features[8] <= 1.5) {
classes[0] = 1;
classes[1] = 0;
classes[2] = 0;
} else {
classes[0] = 0;
classes[1] = 3;
classes[2] = 0;
}
} else {
classes[0] = 22;
classes[1] = 0;
classes[2] = 0;
}
}
return findMax(classes);
}
public static int predictExploration(String[] input) {
if (input.length == 23) {
// Features:
double[] features = new double[input.length];
for (int i = 0, l = input.length; i < l; i++) {
features[i] = Double.parseDouble(input[i]);
}
// Prediction:
int prediction = ExplorationClassifier.predict(features);
return prediction;
}
else {
return 0;
}
}
}
public static class ChallengeClassifier {
// Decision tree proved to be more accurate than a Random Forest
private static int findMax(int[] nums) {
int index = 0;
for (int i = 0; i < nums.length; i++) {
index = nums[i] > nums[index] ? i : index;
}
return index;
}
public static int predict(double[] features) {
int[] classes = new int[3];
if (features[21] <= 109.0) {
if (features[20] <= 11.0) {
if (features[21] <= 21.0) {
if (features[7] <= 104.5) {
if (features[2] <= 18.5) {
classes[0] = 0;
classes[1] = 27;
classes[2] = 0;
} else {
if (features[11] <= 1.5) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 1;
} else {
classes[0] = 0;
classes[1] = 2;
classes[2] = 0;
}
}
} else {
classes[0] = 1;
classes[1] = 0;
classes[2] = 0;
}
} else {
if (features[21] <= 64.0) {
if (features[21] <= 48.5) {
if (features[10] <= 0.5) {
classes[0] = 1;
classes[1] = 0;
classes[2] = 0;
} else {
classes[0] = 0;
classes[1] = 1;
classes[2] = 0;
}
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 3;
}
} else {
classes[0] = 0;
classes[1] = 3;
classes[2] = 0;
}
}
} else {
if (features[16] <= 42.5) {
classes[0] = 17;
classes[1] = 0;
classes[2] = 0;
} else {
classes[0] = 0;
classes[1] = 1;
classes[2] = 0;
}
}
} else {
if (features[20] <= 43.0) {
if (features[2] <= 18.5) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 57;
} else {
if (features[7] <= 10.0) {
classes[0] = 0;
classes[1] = 1;
classes[2] = 0;
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 1;
}
}
} else {
if (features[20] <= 476.5) {
classes[0] = 5;
classes[1] = 0;
classes[2] = 0;
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 1;
}
}
}
return findMax(classes);
}
public static int predictChallenge(String[] input) {
if (input.length == 22) {
// Features:
double[] features = new double[input.length];
for (int i = 0, l = input.length; i < l; i++) {
features[i] = Double.parseDouble(input[i]);
}
// Prediction:
int predictionChallenge = ChallengeClassifier.predict(features);
return predictionChallenge;
}
else {
return 0;
}
}
}
public static class GameplayClassifier {
// Decision tree proved to be more accurate than a Random Forest
private static int findMax(int[] nums) {
int index = 0;
for (int i = 0; i < nums.length; i++) {
index = nums[i] > nums[index] ? i : index;
}
return index;
}
public static int predict(double[] features) {
int[] classes = new int[4];
if (features[10] <= 3.5) {
if (features[8] <= 2.5) {
if (features[9] <= 1.5) {
if (features[20] <= 129.5) {
classes[0] = 35;
classes[1] = 0;
classes[2] = 0;
classes[3] = 0;
} else {
if (features[14] <= 36.5) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 1;
} else {
classes[0] = 4;
classes[1] = 0;
classes[2] = 0;
classes[3] = 0;
}
}
} else {
if (features[12] <= 3.5) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 7;
classes[3] = 0;
} else {
if (features[8] <= 1.0) {
classes[0] = 1;
classes[1] = 0;
classes[2] = 0;
classes[3] = 0;
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 1;
classes[3] = 0;
}
}
}
} else {
if (features[9] <= 2.5) {
if (features[6] <= 19.0) {
if (features[17] <= 8.0) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 4;
} else {
classes[0] = 3;
classes[1] = 0;
classes[2] = 0;
classes[3] = 0;
}
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 11;
}
} else {
if (features[6] <= 27.5) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 3;
classes[3] = 0;
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 1;
}
}
}
} else {
if (features[8] <= 14.5) {
if (features[9] <= 3.5) {
if (features[17] <= 36.5) {
if (features[10] <= 4.5) {
if (features[21] <= 45.0) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 1;
} else {
classes[0] = 0;
classes[1] = 2;
classes[2] = 0;
classes[3] = 0;
}
} else {
classes[0] = 0;
classes[1] = 37;
classes[2] = 0;
classes[3] = 0;
}
} else {
if (features[6] <= 24.5) {
classes[0] = 0;
classes[1] = 1;
classes[2] = 0;
classes[3] = 0;
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 2;
}
}
} else {
if (features[6] <= 26.0) {
classes[0] = 0;
classes[1] = 0;
classes[2] = 2;
classes[3] = 0;
} else {
classes[0] = 0;
classes[1] = 1;
classes[2] = 0;
classes[3] = 0;
}
}
} else {
classes[0] = 0;
classes[1] = 0;
classes[2] = 0;
classes[3] = 5;
}
}
return findMax(classes);
}
public static int predictGameplay(String[] input) {
if (input.length == 22) {
// Features:
double[] features = new double[input.length];
for (int i = 0, l = input.length; i < l; i++) {
features[i] = Double.parseDouble(input[i]);
}
// Prediction:
int predictionGameplay = GameplayClassifier.predict(features);
return predictionGameplay;
}
else {
return 0;
}
}
}
}
|
[
"11269760+thrent@users.noreply.github.com"
] |
11269760+thrent@users.noreply.github.com
|
de53b4df4572e4f3383ff11e24aa3f55473477d8
|
e8f91df99d35978cf527f7d6a1f03a587fb4e4bb
|
/test/src/main/java/com/yyl/test/MyTest1.java
|
51b23486e37aa5574d97642ce14022ee6c8d2eed
|
[] |
no_license
|
yylstudy/spring-cloud-new
|
baf7c5038c75955cd8fe384b2147ffeae3f6f166
|
ec0926588e1cae26c9984bf3604c2c0246624b57
|
refs/heads/master
| 2023-06-07T17:13:15.018773
| 2023-06-05T06:24:30
| 2023-06-05T06:24:30
| 336,154,279
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 16,001
|
java
|
package com.yyl.test;
import com.alibaba.csp.sentinel.adapter.gateway.common.SentinelGatewayConstants;
import com.alibaba.csp.sentinel.adapter.gateway.common.rule.GatewayFlowRule;
import com.alibaba.csp.sentinel.adapter.gateway.common.rule.GatewayParamFlowItem;
import com.alibaba.csp.sentinel.slots.block.RuleConstant;
import com.alibaba.csp.sentinel.slots.block.degrade.DegradeRule;
import com.yyl.base.common.Result;
import com.yyl.base.util.HttpUtil;
import com.yyl.base.util.JsonUtil;
import com.yyl.demo.dto.UserRepDTO;
import com.yyl.system.dto.LoginRqDTO;
import com.yyl.system.dto.UserDTO;
import lombok.extern.slf4j.Slf4j;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.springframework.http.ResponseEntity;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* @author yang.yonglian
* @version 1.0.0
* @Description TODO
* @createTime 2022/12/5 14:23
*/
@Slf4j
public class MyTest1 {
public static final String ACCESS_TOKEN = "access_token";
@Test
public void test1() throws Exception{
//token校验
UserDTO userDTO = new UserDTO();
Result<?> result = HttpUtil.doPostForObject("http://localhost:9998/sys/user/add",userDTO, Result.class);
log.info("result:{}",result);
Assert.assertFalse(result.isSuccess());
Assert.assertEquals("token为空",result.getMessage());
String token = getToken();
// HttpUtil.doPostForObject("http://localhost:9998/demo/user/addNormalExceptionHandler",userDTO, UserRepDTO.class);
// entity = HttpUtil.doPostForEntity("http://localhost:9998/demo/user/add",userDTO,header, Result.class);
}
/**
* 批量填充测试、参数校验
*/
@Test
public void test2(){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
ResponseEntity<Result> entity = HttpUtil.doPostForEntity("http://localhost:9998/sys/user/add",userDTO,header, Result.class);
log.info("entity:{}",entity);
Assert.assertFalse(entity.getBody().isSuccess());
Assert.assertTrue(entity.getBody().getMessage().contains("登录名不能为空"));
Assert.assertTrue(entity.getBody().getMessage().contains("用户名不能为空"));
Assert.assertTrue(entity.getBody().getMessage().contains("密码不能为空"));
userDTO.setLoginname("yyl");
userDTO.setPassword("cqt@1234");
userDTO.setUsername("yyl");
//创建用户
UserRepDTO userRepDTO = HttpUtil.doPostForObject("http://localhost:9998/sys/user/add",userDTO,header, UserRepDTO.class);
log.info("userRepDTO:{}",userRepDTO);
userDTO.setLoginname("yyl1");
userDTO.setUsername("yyl1");
userDTO.setEmail("1594818954@qq.com");
userDTO.setPhone("15255178552");
userDTO.setSex("1");
//批量创建用户
Result result = HttpUtil.doPostForObject("http://localhost:9998/sys/user/batchOperate",userDTO,header, Result.class);
log.info("result:{}",result);
Assert.assertTrue(result.isSuccess());
}
/**
* feign测试
*/
@Test
public void test3(){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
//spring mvc全局异常处理器和openfeign配合的注意点
HttpUtil.doPostForObject("http://localhost:9998/demo/user/addNormalExceptionHandler",userDTO,header, UserRepDTO.class);
//get请求响应状态码500重试
UserRepDTO userRepDTO = HttpUtil.doPostForObject("http://localhost:9998/demo/user/testGetException?name=yyl","{}",header, UserRepDTO.class);
//post请求响应状态码500不重试
HttpUtil.doPostForObject("http://localhost:9998/demo/user/testPostException",userDTO,header, UserRepDTO.class);
//get超时重试
ResponseEntity<UserRepDTO> entity = HttpUtil.doPostForEntity("http://localhost:9998/demo/user/testGetRetry?name=yyl","{}",header, UserRepDTO.class);
log.info("entity:{}",entity);
//post超时依然重试
HttpUtil.doPostForObject("http://localhost:9998/demo/user/testPostRetry",userDTO,header, UserRepDTO.class);
}
/**
* 熔断测试:熔断开启
*/
@Test
public void test4(){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
HttpUtil.doPostForObject("http://localhost:9998/demo/testDelegate",userDTO,header, UserRepDTO.class);
}
/**
* 熔断测试:熔断关闭
*/
@Test
public void test5(){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
HttpUtil.doPostForObject("http://localhost:9998/demo/testRecovery",userDTO,header, UserRepDTO.class);
}
/**
* spring cloud gateway自定义路由信息
* 将/custom/**的请求信息转发到demo上,路由配置信息为
* {
* "id": "custom",
* "predicates": [{
* "name": "Path",
* "args": {
* "_genkey_0": "/custom/**"
* }
* }],
* "filters": [{"args":{"parts":1},"name":"StripPrefix"}],
* "uri": "lb://demo",
* "order": 0
* }
*
*/
@Test
public void test6(){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
log.info("start");
String userRepDTO = HttpUtil
.doPostForObject("http://localhost:9998/custom/testRecovery",userDTO,header, String.class);
log.info("userRepDTO:{}",userRepDTO);
}
/**
* spring cloud gateway自定义路由超时时间
* 将/custom/**的请求信息转发到demo上,路由配置信息为
* {
* "id": "custom",
* "predicates": [{
* "name": "Path",
* "args": {
* "_genkey_0": "/custom/**"
* }
* }],
* "metadata":{
* "response-timeout":6000,
* "connect-timeout":2000
* },
* "filters": [{"args":{"parts":1},"name":"StripPrefix"}],
* "uri": "lb://demo",
* "order": 0
* }
*/
@Test
public void test7(){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
long t1 = System.currentTimeMillis();
String userRepDTO = HttpUtil
.doPostForObject("http://localhost:9998/custom/testGatewayTimeout",userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("userRepDTO:{}",userRepDTO);
}
/**
* 测试网关熔断降级,这里需要注意的是sentinel暂时不支持针对 4xx、5xx 等状态码记为错误
* 所以如果是异常数或者异常比例熔断,那么如果下游服务配置了全局异常处理器,那么是不会走降级策略的
* 这边为了模拟,所以在testGatewayDelegate接口中进行了sleep,他的时间比此路由超时时间长,以此来模拟gateway降级
*/
@Test
public void test8() throws Exception{
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
ExecutorService pool = Executors.newFixedThreadPool(4);
CountDownLatch countDownLatch = new CountDownLatch(100);
for(int i=0;i<100;i++){
pool.execute(()->{
try{
long t1 = System.currentTimeMillis();
ResponseEntity<String> entity = HttpUtil
.doPostForEntity("http://localhost:9998/custom/testGatewayDelegate",userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("result body:{}",entity.getBody());
log.info("result code:{}",entity.getStatusCode());
}finally {
countDownLatch.countDown();
}
});
}
countDownLatch.await();
}
/**
* 测试网关限流,限流负责为5s内只允许一个请求通过
* [{
* "resource":"ReactiveCompositeDiscoveryClient_demo",
* "resourceMode":0,
* "grade":1,
* "count":1.0,
* "intervalSec":5,
* "controlBehavior":0,
* "burst":0,
* "maxQueueingTimeoutMs":500,
* "paramItem":null
* }]
*/
@Test
public void test9() throws Exception{
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
ExecutorService pool = Executors.newFixedThreadPool(4);
CountDownLatch countDownLatch = new CountDownLatch(100);
for(int i=0;i<100;i++){
pool.execute(()->{
try{
long t1 = System.currentTimeMillis();
ResponseEntity<String> entity = HttpUtil
.doPostForEntity("http://localhost:9998/demo/testGatewayFlow",userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("result body:{}",entity.getBody());
log.info("result code:{}",entity.getStatusCode());
}finally {
countDownLatch.countDown();
}
});
}
countDownLatch.await();
}
/**
* 测试url参数限流
*/
@Test
public void test10() throws Exception{
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
ExecutorService pool = Executors.newFixedThreadPool(4);
CountDownLatch countDownLatch = new CountDownLatch(100);
for(int i=0;i<100;i++){
Random random = new Random();
pool.execute(()->{
try{
long t1 = System.currentTimeMillis();
ResponseEntity<String> entity = HttpUtil
.doPostForEntity("http://localhost:9998/custom/testGatewayFlow?flowparam="+random.nextInt(10000),userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("result body:{}",entity.getBody());
log.info("result code:{}",entity.getStatusCode());
}finally {
countDownLatch.countDown();
}
});
}
countDownLatch.await();
}
/**
* 网关全局异常处理器
*/
@Test
public void test11() throws Exception{
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
long t1 = System.currentTimeMillis();
ResponseEntity<String> entity = HttpUtil
.doPostForEntity("http://localhost:9998/custom3/testGatewayFlow",userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("result body:{}",entity.getBody());
log.info("result code:{}",entity.getStatusCode());
}
/**
* 消息发送测试
*/
@Test
public void test12() throws Exception{
for(int i=0;i<1;i++){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
long t1 = System.currentTimeMillis();
ResponseEntity<String> entity = HttpUtil
.doPostForEntity("http://localhost:9998/custom/testSendMessage",userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("result body:{}",entity.getBody());
log.info("result code:{}",entity.getStatusCode());
}
}
/**
* 网关全局异常处理器
*/
@Test
public void test13() throws Exception{
for(int i=0;i<10;i++){
String token = getToken();
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
long t1 = System.currentTimeMillis();
ResponseEntity<String> entity = HttpUtil
.doPostForEntity("http://localhost:9998/custom/testbatchSendMessage",userDTO,header, String.class);
long t2 = System.currentTimeMillis();
log.info("time:{}",(t2-t1));
log.info("result body:{}",entity.getBody());
log.info("result code:{}",entity.getStatusCode());
}
}
@Test
public void test14() throws Exception{
String token = getToken();
ExecutorService pool = Executors.newFixedThreadPool(10);
CountDownLatch countDownLatch = new CountDownLatch(100000);
pool.execute(()->{
});
for(int i=0;i<100000;i++){
pool.execute(()->{
try{
Map<String,String> header = new HashMap<>();
header.put(ACCESS_TOKEN,token);
UserDTO userDTO = new UserDTO();
String userRepDTO = HttpUtil
.doPostForObject("http://localhost:9998/custom/testRecovery",userDTO,header, String.class);
log.info("userRepDTO:{}",userRepDTO);
}catch (Exception e){
log.error("",e);
}finally {
countDownLatch.countDown();
}
});
}
countDownLatch.await();
}
private String getToken(){
LoginRqDTO loginRqDTO = new LoginRqDTO();
loginRqDTO.setLoginname("admin");
loginRqDTO.setPassword("admin");
Result<Map> result = HttpUtil.doPostForObject("http://localhost:9998/sys/login",loginRqDTO, Result.class);
return (String)result.getResult().get("token");
}
public static void main(String[] args) {
GatewayFlowRule gatewayFlowRule = new GatewayFlowRule();
gatewayFlowRule.setResource("ReactiveCompositeDiscoveryClient_demo");
gatewayFlowRule.setResourceMode(SentinelGatewayConstants.RESOURCE_MODE_ROUTE_ID);
gatewayFlowRule.setGrade(RuleConstant.FLOW_GRADE_QPS);
gatewayFlowRule.setCount(1);
gatewayFlowRule.setIntervalSec(5);
gatewayFlowRule.setControlBehavior(RuleConstant.CONTROL_BEHAVIOR_DEFAULT);
GatewayParamFlowItem paramItem = new GatewayParamFlowItem();
//来源IP
paramItem.setParseStrategy(SentinelGatewayConstants.PARAM_PARSE_STRATEGY_URL_PARAM);
paramItem.setFieldName("flowparam");
paramItem.setPattern("");
paramItem.setMatchStrategy(SentinelGatewayConstants.PARAM_MATCH_STRATEGY_EXACT);
gatewayFlowRule.setParamItem(paramItem);
// gatewayFlowRule.setBurst();
System.out.println(JsonUtil.toJSONString(gatewayFlowRule));
// degradeRule.setSlowRatioThreshold()
}
}
|
[
"1594818954@qq.com"
] |
1594818954@qq.com
|
440e43313a2d419035328c24a63f26c12bc8fe6c
|
a280b4e87f3b749d65f2dcbc2338196cc84bd8ca
|
/control/src/main/java/com/niule/marketing/control/dal/model/UserCommissionsExample.java
|
cb4416ea5e8ba8d4fbe18c546eab21b2f6feef87
|
[] |
no_license
|
haijunjunjun/marketing
|
7029d417dafc142376fd30da1d1deb5a2c55a5ca
|
64f212c8fb16e7b9f35de5e1738b6bc03ee0b204
|
refs/heads/master
| 2020-03-22T10:50:33.120343
| 2018-10-17T10:02:58
| 2018-10-17T10:02:58
| 139,930,376
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 15,356
|
java
|
package com.niule.marketing.control.dal.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class UserCommissionsExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public UserCommissionsExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void setOrderByClause(String orderByClause) {
this.orderByClause = orderByClause;
}
public String getOrderByClause() {
return orderByClause;
}
public void setDistinct(boolean distinct) {
this.distinct = distinct;
}
public boolean isDistinct() {
return distinct;
}
public List<Criteria> getOredCriteria() {
return oredCriteria;
}
public void or(Criteria criteria) {
oredCriteria.add(criteria);
}
public Criteria or() {
Criteria criteria = createCriteriaInternal();
oredCriteria.add(criteria);
return criteria;
}
public Criteria createCriteria() {
Criteria criteria = createCriteriaInternal();
if (oredCriteria.size() == 0) {
oredCriteria.add(criteria);
}
return criteria;
}
protected Criteria createCriteriaInternal() {
Criteria criteria = new Criteria();
return criteria;
}
public void clear() {
oredCriteria.clear();
orderByClause = null;
distinct = false;
}
protected abstract static class GeneratedCriteria {
protected List<Criterion> criteria;
protected GeneratedCriteria() {
super();
criteria = new ArrayList<Criterion>();
}
public boolean isValid() {
return criteria.size() > 0;
}
public List<Criterion> getAllCriteria() {
return criteria;
}
public List<Criterion> getCriteria() {
return criteria;
}
protected void addCriterion(String condition) {
if (condition == null) {
throw new RuntimeException("Value for condition cannot be null");
}
criteria.add(new Criterion(condition));
}
protected void addCriterion(String condition, Object value, String property) {
if (value == null) {
throw new RuntimeException("Value for " + property + " cannot be null");
}
criteria.add(new Criterion(condition, value));
}
protected void addCriterion(String condition, Object value1, Object value2, String property) {
if (value1 == null || value2 == null) {
throw new RuntimeException("Between values for " + property + " cannot be null");
}
criteria.add(new Criterion(condition, value1, value2));
}
public Criteria andIdIsNull() {
addCriterion("id is null");
return (Criteria) this;
}
public Criteria andIdIsNotNull() {
addCriterion("id is not null");
return (Criteria) this;
}
public Criteria andIdEqualTo(Integer value) {
addCriterion("id =", value, "id");
return (Criteria) this;
}
public Criteria andIdNotEqualTo(Integer value) {
addCriterion("id <>", value, "id");
return (Criteria) this;
}
public Criteria andIdGreaterThan(Integer value) {
addCriterion("id >", value, "id");
return (Criteria) this;
}
public Criteria andIdGreaterThanOrEqualTo(Integer value) {
addCriterion("id >=", value, "id");
return (Criteria) this;
}
public Criteria andIdLessThan(Integer value) {
addCriterion("id <", value, "id");
return (Criteria) this;
}
public Criteria andIdLessThanOrEqualTo(Integer value) {
addCriterion("id <=", value, "id");
return (Criteria) this;
}
public Criteria andIdIn(List<Integer> values) {
addCriterion("id in", values, "id");
return (Criteria) this;
}
public Criteria andIdNotIn(List<Integer> values) {
addCriterion("id not in", values, "id");
return (Criteria) this;
}
public Criteria andIdBetween(Integer value1, Integer value2) {
addCriterion("id between", value1, value2, "id");
return (Criteria) this;
}
public Criteria andIdNotBetween(Integer value1, Integer value2) {
addCriterion("id not between", value1, value2, "id");
return (Criteria) this;
}
public Criteria andUserIdIsNull() {
addCriterion("user_id is null");
return (Criteria) this;
}
public Criteria andUserIdIsNotNull() {
addCriterion("user_id is not null");
return (Criteria) this;
}
public Criteria andUserIdEqualTo(Integer value) {
addCriterion("user_id =", value, "userId");
return (Criteria) this;
}
public Criteria andUserIdNotEqualTo(Integer value) {
addCriterion("user_id <>", value, "userId");
return (Criteria) this;
}
public Criteria andUserIdGreaterThan(Integer value) {
addCriterion("user_id >", value, "userId");
return (Criteria) this;
}
public Criteria andUserIdGreaterThanOrEqualTo(Integer value) {
addCriterion("user_id >=", value, "userId");
return (Criteria) this;
}
public Criteria andUserIdLessThan(Integer value) {
addCriterion("user_id <", value, "userId");
return (Criteria) this;
}
public Criteria andUserIdLessThanOrEqualTo(Integer value) {
addCriterion("user_id <=", value, "userId");
return (Criteria) this;
}
public Criteria andUserIdIn(List<Integer> values) {
addCriterion("user_id in", values, "userId");
return (Criteria) this;
}
public Criteria andUserIdNotIn(List<Integer> values) {
addCriterion("user_id not in", values, "userId");
return (Criteria) this;
}
public Criteria andUserIdBetween(Integer value1, Integer value2) {
addCriterion("user_id between", value1, value2, "userId");
return (Criteria) this;
}
public Criteria andUserIdNotBetween(Integer value1, Integer value2) {
addCriterion("user_id not between", value1, value2, "userId");
return (Criteria) this;
}
public Criteria andCommissionIsNull() {
addCriterion("commission is null");
return (Criteria) this;
}
public Criteria andCommissionIsNotNull() {
addCriterion("commission is not null");
return (Criteria) this;
}
public Criteria andCommissionEqualTo(Double value) {
addCriterion("commission =", value, "commission");
return (Criteria) this;
}
public Criteria andCommissionNotEqualTo(Double value) {
addCriterion("commission <>", value, "commission");
return (Criteria) this;
}
public Criteria andCommissionGreaterThan(Double value) {
addCriterion("commission >", value, "commission");
return (Criteria) this;
}
public Criteria andCommissionGreaterThanOrEqualTo(Double value) {
addCriterion("commission >=", value, "commission");
return (Criteria) this;
}
public Criteria andCommissionLessThan(Double value) {
addCriterion("commission <", value, "commission");
return (Criteria) this;
}
public Criteria andCommissionLessThanOrEqualTo(Double value) {
addCriterion("commission <=", value, "commission");
return (Criteria) this;
}
public Criteria andCommissionIn(List<Double> values) {
addCriterion("commission in", values, "commission");
return (Criteria) this;
}
public Criteria andCommissionNotIn(List<Double> values) {
addCriterion("commission not in", values, "commission");
return (Criteria) this;
}
public Criteria andCommissionBetween(Double value1, Double value2) {
addCriterion("commission between", value1, value2, "commission");
return (Criteria) this;
}
public Criteria andCommissionNotBetween(Double value1, Double value2) {
addCriterion("commission not between", value1, value2, "commission");
return (Criteria) this;
}
public Criteria andCreateTimeIsNull() {
addCriterion("create_time is null");
return (Criteria) this;
}
public Criteria andCreateTimeIsNotNull() {
addCriterion("create_time is not null");
return (Criteria) this;
}
public Criteria andCreateTimeEqualTo(Date value) {
addCriterion("create_time =", value, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeNotEqualTo(Date value) {
addCriterion("create_time <>", value, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeGreaterThan(Date value) {
addCriterion("create_time >", value, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeGreaterThanOrEqualTo(Date value) {
addCriterion("create_time >=", value, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeLessThan(Date value) {
addCriterion("create_time <", value, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeLessThanOrEqualTo(Date value) {
addCriterion("create_time <=", value, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeIn(List<Date> values) {
addCriterion("create_time in", values, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeNotIn(List<Date> values) {
addCriterion("create_time not in", values, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeBetween(Date value1, Date value2) {
addCriterion("create_time between", value1, value2, "createTime");
return (Criteria) this;
}
public Criteria andCreateTimeNotBetween(Date value1, Date value2) {
addCriterion("create_time not between", value1, value2, "createTime");
return (Criteria) this;
}
public Criteria andModifyTimeIsNull() {
addCriterion("modify_time is null");
return (Criteria) this;
}
public Criteria andModifyTimeIsNotNull() {
addCriterion("modify_time is not null");
return (Criteria) this;
}
public Criteria andModifyTimeEqualTo(Date value) {
addCriterion("modify_time =", value, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeNotEqualTo(Date value) {
addCriterion("modify_time <>", value, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeGreaterThan(Date value) {
addCriterion("modify_time >", value, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeGreaterThanOrEqualTo(Date value) {
addCriterion("modify_time >=", value, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeLessThan(Date value) {
addCriterion("modify_time <", value, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeLessThanOrEqualTo(Date value) {
addCriterion("modify_time <=", value, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeIn(List<Date> values) {
addCriterion("modify_time in", values, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeNotIn(List<Date> values) {
addCriterion("modify_time not in", values, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeBetween(Date value1, Date value2) {
addCriterion("modify_time between", value1, value2, "modifyTime");
return (Criteria) this;
}
public Criteria andModifyTimeNotBetween(Date value1, Date value2) {
addCriterion("modify_time not between", value1, value2, "modifyTime");
return (Criteria) this;
}
}
public static class Criteria extends GeneratedCriteria {
protected Criteria() {
super();
}
}
public static class Criterion {
private String condition;
private Object value;
private Object secondValue;
private boolean noValue;
private boolean singleValue;
private boolean betweenValue;
private boolean listValue;
private String typeHandler;
public String getCondition() {
return condition;
}
public Object getValue() {
return value;
}
public Object getSecondValue() {
return secondValue;
}
public boolean isNoValue() {
return noValue;
}
public boolean isSingleValue() {
return singleValue;
}
public boolean isBetweenValue() {
return betweenValue;
}
public boolean isListValue() {
return listValue;
}
public String getTypeHandler() {
return typeHandler;
}
protected Criterion(String condition) {
super();
this.condition = condition;
this.typeHandler = null;
this.noValue = true;
}
protected Criterion(String condition, Object value, String typeHandler) {
super();
this.condition = condition;
this.value = value;
this.typeHandler = typeHandler;
if (value instanceof List<?>) {
this.listValue = true;
} else {
this.singleValue = true;
}
}
protected Criterion(String condition, Object value) {
this(condition, value, null);
}
protected Criterion(String condition, Object value, Object secondValue, String typeHandler) {
super();
this.condition = condition;
this.value = value;
this.secondValue = secondValue;
this.typeHandler = typeHandler;
this.betweenValue = true;
}
protected Criterion(String condition, Object value, Object secondValue) {
this(condition, value, secondValue, null);
}
}
}
|
[
"gaohaijun_2010@163.com"
] |
gaohaijun_2010@163.com
|
876a731b51a673d25058590fd9a162ffcf138928
|
19cc55bc4a96b170d7691ffb70bded0653cfbfb1
|
/android/app/src/debug/java/com/deekay_environment_multi/ReactNativeFlipper.java
|
223e921f160a6e0ff0115f3a7e9a85b5291bafcb
|
[] |
no_license
|
devinkg/Multi_Env_ios_android_two
|
304116f076c04cce0b9fbb2bd30a8851d7bd1055
|
6cc30cf7d2363c4cc4ceaa1e6a7dbbd165f45465
|
refs/heads/master
| 2022-12-12T15:55:01.855487
| 2020-08-26T16:37:47
| 2020-08-26T16:37:47
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 3,279
|
java
|
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.deekay_environment_multi;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.facebook.flipper.android.utils.FlipperUtils;
import com.facebook.flipper.core.FlipperClient;
import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin;
import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin;
import com.facebook.flipper.plugins.fresco.FrescoFlipperPlugin;
import com.facebook.flipper.plugins.inspector.DescriptorMapping;
import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin;
import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor;
import com.facebook.flipper.plugins.network.NetworkFlipperPlugin;
import com.facebook.flipper.plugins.react.ReactFlipperPlugin;
import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.bridge.ReactContext;
import com.facebook.react.modules.network.NetworkingModule;
import okhttp3.OkHttpClient;
public class ReactNativeFlipper {
public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) {
if (FlipperUtils.shouldEnableFlipper(context)) {
final FlipperClient client = AndroidFlipperClient.getInstance(context);
client.addPlugin(new InspectorFlipperPlugin(context, DescriptorMapping.withDefaults()));
client.addPlugin(new ReactFlipperPlugin());
client.addPlugin(new DatabasesFlipperPlugin(context));
client.addPlugin(new SharedPreferencesFlipperPlugin(context));
client.addPlugin(CrashReporterPlugin.getInstance());
NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin();
NetworkingModule.setCustomClientBuilder(
new NetworkingModule.CustomClientBuilder() {
@Override
public void apply(OkHttpClient.Builder builder) {
builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin));
}
});
client.addPlugin(networkFlipperPlugin);
client.start();
// Fresco Plugin needs to ensure that ImagePipelineFactory is initialized
// Hence we run if after all native modules have been initialized
ReactContext reactContext = reactInstanceManager.getCurrentReactContext();
if (reactContext == null) {
reactInstanceManager.addReactInstanceEventListener(
new ReactInstanceManager.ReactInstanceEventListener() {
@Override
public void onReactContextInitialized(ReactContext reactContext) {
reactInstanceManager.removeReactInstanceEventListener(this);
reactContext.runOnNativeModulesQueueThread(
new Runnable() {
@Override
public void run() {
client.addPlugin(new FrescoFlipperPlugin());
}
});
}
});
} else {
client.addPlugin(new FrescoFlipperPlugin());
}
}
}
}
|
[
"devinkanilka@gmail.com"
] |
devinkanilka@gmail.com
|
312142b40b3b4c112686d644ce4d5ef82c8fbe5b
|
8b8b98ecd4f3a637db124e782c8557e8a5ca3112
|
/utote/wsdl2java/programservice/xmlbeans/src/org/datacontract/schemas/_2004/_07/microsoft_practices_enterpriselibrary_validation_integration_wcf/ValidationDetail.java
|
e0897a659d401ff746cf1d71c1a3e8b1241b5452
|
[] |
no_license
|
OLINSolutions/eiservices
|
ff7d406fdab6890a9c79d8eddc6e8a1fe501a5ad
|
d51cf017500018dc11d1624b6586d9bf516b9c9a
|
refs/heads/master
| 2021-05-31T07:40:57.713006
| 2015-10-12T22:58:33
| 2015-10-12T22:58:33
| 57,132,184
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 13,080
|
java
|
/*
* XML Type: ValidationDetail
* Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF
* Java type: org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail
*
* Automatically generated - do not modify.
*/
package org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf;
/**
* An XML ValidationDetail(@http://schemas.datacontract.org/2004/07/Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WCF).
*
* This is a complex type.
*/
public interface ValidationDetail extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ValidationDetail.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s774BCCBD03F3C43E4BB4EA6FE2757C2F").resolveHandle("validationdetail75cctype");
/**
* Gets the "Key" element
*/
java.lang.String getKey();
/**
* Gets (as xml) the "Key" element
*/
org.apache.xmlbeans.XmlString xgetKey();
/**
* Tests for nil "Key" element
*/
boolean isNilKey();
/**
* True if has "Key" element
*/
boolean isSetKey();
/**
* Sets the "Key" element
*/
void setKey(java.lang.String key);
/**
* Sets (as xml) the "Key" element
*/
void xsetKey(org.apache.xmlbeans.XmlString key);
/**
* Nils the "Key" element
*/
void setNilKey();
/**
* Unsets the "Key" element
*/
void unsetKey();
/**
* Gets the "Message" element
*/
java.lang.String getMessage();
/**
* Gets (as xml) the "Message" element
*/
org.apache.xmlbeans.XmlString xgetMessage();
/**
* Tests for nil "Message" element
*/
boolean isNilMessage();
/**
* True if has "Message" element
*/
boolean isSetMessage();
/**
* Sets the "Message" element
*/
void setMessage(java.lang.String message);
/**
* Sets (as xml) the "Message" element
*/
void xsetMessage(org.apache.xmlbeans.XmlString message);
/**
* Nils the "Message" element
*/
void setNilMessage();
/**
* Unsets the "Message" element
*/
void unsetMessage();
/**
* Gets the "Tag" element
*/
java.lang.String getTag();
/**
* Gets (as xml) the "Tag" element
*/
org.apache.xmlbeans.XmlString xgetTag();
/**
* Tests for nil "Tag" element
*/
boolean isNilTag();
/**
* True if has "Tag" element
*/
boolean isSetTag();
/**
* Sets the "Tag" element
*/
void setTag(java.lang.String tag);
/**
* Sets (as xml) the "Tag" element
*/
void xsetTag(org.apache.xmlbeans.XmlString tag);
/**
* Nils the "Tag" element
*/
void setNilTag();
/**
* Unsets the "Tag" element
*/
void unsetTag();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail newInstance() {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.datacontract.schemas._2004._07.microsoft_practices_enterpriselibrary_validation_integration_wcf.ValidationDetail) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
|
[
"jordan@equusinteractive.com"
] |
jordan@equusinteractive.com
|
39a1e59acd6ce3b55dd5a356c4356d84d0de7f6c
|
d550ee10b64e6502d97a919e46ee5bf367a0940a
|
/src/java_swing/swing/JScrollBarExample2.java
|
d5acf0fa868f37deebbaca11887bba60cc9dfbd6
|
[] |
no_license
|
smaltamash/java-learning-core
|
93101ffc00c817c12dfbdeda7f679f20742b2a50
|
37dedeb8d8db74cb271e71d0ee5ed1360b53bbf7
|
refs/heads/master
| 2020-04-05T15:18:57.670672
| 2018-11-10T09:15:11
| 2018-11-10T09:15:11
| 156,962,178
| 3
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 838
|
java
|
package java_swing.swing;
import javax.swing.JFrame;
import javax.swing.JScrollBar;
import javax.swing.JLabel;
import java.awt.event.AdjustmentListener;
import java.awt.event.AdjustmentEvent;
public class JScrollBarExample2
{
JScrollBarExample2()
{
JFrame f=new JFrame("ScrollBar Example");
final JLabel label=new JLabel();
label.setHorizontalAlignment(JLabel.CENTER);
label.setSize(400,100);
final JScrollBar s=new JScrollBar();
s.setBounds(100,100,50,100);
f.add(s);
f.add(label);
f.setSize(400,400);
f.setLayout(null);
f.setVisible(true);
s.addAdjustmentListener(new AdjustmentListener()
{
public void adjustmentValueChanged(AdjustmentEvent e)
{
label.setText("Vertical ScrollBar value is : "+s.getValue());
}
});
}
public static void main(String args[])
{
new JScrollBarExample2();
}
}
|
[
"44392139+smaltamash@users.noreply.github.com"
] |
44392139+smaltamash@users.noreply.github.com
|
cfd888a5dd5067ac763f4bd1f23361498bf5946e
|
756ba4c5b11fd05c88eb0ca667fc1094dbab496b
|
/app/src/main/java/com/example/bookio/Confirm.java
|
57d5c628a8385094d10e1cd7a1462a686d32f26a
|
[] |
no_license
|
ashutosh-roy/Yuum
|
a00771530f77dc0d7624a35239ec6358f00354e3
|
a31726e2442d90731e7dbe630fefa68d01f1331c
|
refs/heads/master
| 2022-12-08T04:03:42.799493
| 2020-08-27T11:05:40
| 2020-08-27T11:05:40
| 290,742,384
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 5,824
|
java
|
package com.example.bookio;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
public class Confirm extends AppCompatActivity {
String name,hotel_name,from,to,number,price,user;
TextView namet,hotelt,fromt,tot,numbert,pricet,log;
Button confirm,signout;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_confirm);
Intent intent = getIntent();
name = intent.getStringExtra("Name");
hotel_name = intent.getStringExtra("Hotel Name");
from = intent.getStringExtra("From");
to = intent.getStringExtra("To");
number = intent.getStringExtra("Number");
price = intent.getStringExtra("Price");
namet = findViewById(R.id.textView18);
hotelt = findViewById(R.id.textView19);
fromt= findViewById(R.id.textView20);
tot = findViewById(R.id.textView21);
numbert = findViewById(R.id.textView23);
pricet = findViewById(R.id.textView22);
log = findViewById(R.id.textView24);
user = intent.getStringExtra("User");
namet.append(name);
hotelt.append(hotel_name);
fromt.append(from);
tot.append(to);
numbert.append(number);
pricet.append(price);
log.append(user);
confirm = findViewById(R.id.button5);
signout = findViewById(R.id.button4);
confirm.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
AlertDialog.Builder dialog = new AlertDialog.Builder(Confirm.this);
dialog.setMessage("Do you want to confirm booking?");
dialog.setTitle("Booking Confirmation");
dialog.setPositiveButton("Book",
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,
int which) {
Toast.makeText(getApplicationContext(),"Booked successfully",Toast.LENGTH_LONG).show();
Intent intent1 = new Intent(Confirm.this,Booking.class);
intent1.putExtra("User",user);
startActivity(intent1);
}
});
dialog.setNegativeButton("Cancel",new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Toast.makeText(getApplicationContext(),"Booking cancelled",Toast.LENGTH_LONG).show();
Intent intent1 = new Intent(Confirm.this,Booking.class);
intent1.putExtra("User",user);
startActivity(intent1);
}
});
AlertDialog alerDialog=dialog.create();
alerDialog.show();
}
});
signout.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent intent1 = new Intent(Confirm.this,MainActivity.class);
startActivity(intent1);
}
});
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.menu_confirm,menu);
return true;
}
@Override
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
Intent intent;
switch (item.getItemId()) {
case R.id.SignOut:
intent = new Intent(this, MainActivity.class);
startActivity(intent);
return true;
case R.id.Close:
this.finish();
System.exit(0);
case R.id.Confirm:
AlertDialog.Builder dialog = new AlertDialog.Builder(Confirm.this);
dialog.setMessage("Do you want to confirm booking?");
dialog.setTitle("Booking Confirmation");
dialog.setPositiveButton("Book",
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,
int which) {
Toast.makeText(getApplicationContext(),"Booked successfully",Toast.LENGTH_LONG).show();
Intent intent1 = new Intent(Confirm.this,Booking.class);
intent1.putExtra("User",user);
startActivity(intent1);
}
});
dialog.setNegativeButton("Cancel",new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Toast.makeText(getApplicationContext(),"Booking cancelled",Toast.LENGTH_LONG).show();
Intent intent1 = new Intent(Confirm.this,Booking.class);
intent1.putExtra("User",user);
startActivity(intent1);
}
});
AlertDialog alerDialog=dialog.create();
alerDialog.show();
default:
return super.onOptionsItemSelected(item);
}
}
}
|
[
"dopecoder007@gmail.com"
] |
dopecoder007@gmail.com
|
063803e3fc680f72d51c94683b39b4d81e87225e
|
5b765274007dd4e71ffddc63e3346c2e4a70491d
|
/month4/week2/carriages/src/main/java/bri4ki/model/pojo/CarImage.java
|
d23174a84c9d5a8d8adb94e700298ae2a3faa17c
|
[] |
no_license
|
Helliious/it-talents-repo
|
1d59386c45330f55c2ddf33720ec1004a4e6df70
|
e38b566e7714f60f642f39cb03bbe9a7e50ae840
|
refs/heads/main
| 2023-04-09T03:48:56.447311
| 2021-04-19T20:38:11
| 2021-04-19T20:38:11
| 341,001,287
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 553
|
java
|
package bri4ki.model.pojo;
import com.fasterxml.jackson.annotation.JsonBackReference;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.springframework.stereotype.Component;
import javax.persistence.*;
@Component
@Setter
@Getter
@NoArgsConstructor
@Entity
@Table(name = "car_images")
public class CarImage {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
private String url;
@ManyToOne
@JoinColumn(name = "car_id")
@JsonBackReference
private Car car;
}
|
[
"stoqntomicin@gmail.com"
] |
stoqntomicin@gmail.com
|
d41ae8504d42db9875ab49772ba7a4639bf8ed0f
|
884056b6a120b2a4c1c1202a4c69b07f59aecc36
|
/java projects/muse/result/original/traditional_mutants/int_Set_Min(int,int)/AOIS_33/original.java
|
16912baf795fb08c75357eebfd1660e428eefb9f
|
[
"MIT"
] |
permissive
|
NazaninBayati/SMBFL
|
a48b16dbe2577a3324209e026c1b2bf53ee52f55
|
999c4bca166a32571e9f0b1ad99085a5d48550eb
|
refs/heads/master
| 2021-07-17T08:52:42.709856
| 2020-09-07T12:36:11
| 2020-09-07T12:36:11
| 204,252,009
| 3
| 0
|
MIT
| 2020-01-31T18:22:23
| 2019-08-25T05:47:52
|
Java
|
UTF-8
|
Java
| false
| false
| 561
|
java
|
// This is mutant program.
// Author : ysma
public class original
{
static int min = 0;
static int diff = 0;
static int same = 0;
static int zero = 0;
int Set_Min( int x, int y )
{
min = -x;
if (min > y) {
min = y;
if (x * y < 0) {
diff = diff + 1;
} else {
if (x * y > 0) {
same = ++same + 1;
} else {
zero = zero + 1;
}
}
}
return min;
}
}
|
[
"n.bayati20@gmail.com"
] |
n.bayati20@gmail.com
|
ee724d597888e67ef9063805eccb9760a5f0b2ca
|
7df338fd7ed930ceb07b05a5b979f43c8ac16ee6
|
/GYOA/test/cn/gy/oa/test/TestAction.java
|
430b723a8f47d73ccd97237c1e893c2e370cb846
|
[] |
no_license
|
hddudu/GYOA
|
2a3b528f56da026422d2bd9a72d063de2914b6ba
|
dc8229907ff7488a00efc95b3b187b23887abfb1
|
refs/heads/master
| 2020-03-22T11:35:33.100554
| 2018-07-07T14:33:00
| 2018-07-07T14:33:00
| 139,981,495
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 525
|
java
|
package cn.gy.oa.test;
import javax.annotation.Resource;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import com.opensymphony.xwork2.ActionSupport;
@Controller
@Scope("prototype")
public class TestAction extends ActionSupport {
@Resource
private TestService testService;
@Override
public String execute() throws Exception {
System.out.println("---------"+"TestAction()");
testService.saveTwoUsers();
return "success";
}
}
|
[
"15574948314@163.com"
] |
15574948314@163.com
|
79097ef65229800035dc3cb901023b31abcce4fc
|
7f14c4054a1fd1fbed6696581f28f12530815173
|
/codec/src/main/java/com/q/rpc/CommonDecoder.java
|
4d5f703d482cb83f818089aad8f6abde4653bcf2
|
[] |
no_license
|
deaguQ/qrpc
|
7bf8a7042d2758122fcd451b67e6293862bc1372
|
88e89271007935e0d1f6d2c282dd81d5e731aa3c
|
refs/heads/master
| 2022-12-31T03:25:13.153338
| 2020-10-23T13:41:04
| 2020-10-23T13:41:04
| 295,196,601
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,855
|
java
|
package com.q.rpc;
import com.q.code.PackageType;
import com.q.exception.RpcException;
import com.q.message.RpcErrorMessage;
import com.q.proto.RpcRequest;
import com.q.proto.RpcResponse;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ReplayingDecoder;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.List;
@Slf4j
public class CommonDecoder extends ReplayingDecoder {
private static final int MAGIC_NUMBER = 0xCAFEBABE;
@Override
protected void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception {
int magic = in.readInt();
if(magic != MAGIC_NUMBER) {
log.error("不识别的协议包: {}", magic);
throw new RpcException(RpcErrorMessage.UNKNOWN_PROTOCOL);
}
int packageCode = in.readInt();
Class<?> packageClass;
if(packageCode == PackageType.REQUEST_PACK.getCode()) {
packageClass = RpcRequest.class;
} else if(packageCode == PackageType.RESPONSE_PACK.getCode()) {
packageClass = RpcResponse.class;
} else {
log.error("不识别的数据包: {}", packageCode);
throw new RpcException(RpcErrorMessage.UNKNOWN_PACKAGE_TYPE);
}
int serializerCode = in.readInt();
CommonSerializer serializer = CommonSerializer.getByCode(serializerCode);
if(serializer == null) {
log.error("不识别的反序列化器: {}", serializerCode);
throw new RpcException(RpcErrorMessage.UNKNOWN_SERIALIZER);
}
int length = in.readInt();
byte[] bytes = new byte[length];
in.readBytes(bytes);
Object obj = serializer.deserialize(bytes, packageClass);
out.add(obj);
}
}
|
[
"1486037426@qq.com"
] |
1486037426@qq.com
|
222815113de299499685a9c56ba931629783830e
|
e281a7881cbc178d7663e82ac2e22faf562fc1de
|
/src/com/itdoors/haccp/model/Service.java
|
dc7863f27904ef61ccdbd9ad22bb570c6b8cfea8
|
[] |
no_license
|
peterinkingaroy/haccp.android
|
972755f9dee322a1e868a9741e4beb886f43cdd6
|
68bfa46f2fc5bed8544980bc278ce72c4678d0dd
|
refs/heads/master
| 2020-04-02T02:20:12.093834
| 2014-04-15T13:05:23
| 2014-04-15T13:05:23
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 652
|
java
|
package com.itdoors.haccp.model;
import com.itdoors.haccp.R;
import android.content.Context;
import android.content.res.Resources;
public enum Service {
DERATISATION, DESINSECTUM;
@Override
public String toString() {
switch (this) {
case DERATISATION:
return "deratisation";
case DESINSECTUM:
return "desinsectum";
}
return super.toString();
}
public String toString(Context context){
Resources res = context.getResources();
switch (this) {
case DERATISATION:
return res.getString(R.string.deratisation);
case DESINSECTUM:
return res.getString(R.string.desinsectum);
}
return null;
}
}
|
[
"yaroslav.veremiichyk@gmail.com"
] |
yaroslav.veremiichyk@gmail.com
|
bfe104af9493b00425f1cedb440955894664b24a
|
dc412140633348a33901a2125acdbc6515591787
|
/restAssuredFramework/src/main/java/frame/accesstoken.java
|
cb4d4ac993522335a7fb7d8a2e25b0c3d3704cd7
|
[] |
no_license
|
kranthi2/RestAssured
|
4a995e7bd20980e352465da5b9d7dfcb1e9bc41b
|
2ad028d10b07ae8c897cfe129ba65c8245aa5c9a
|
refs/heads/master
| 2020-12-05T07:03:31.895755
| 2020-01-06T07:18:05
| 2020-01-06T07:18:05
| 232,041,853
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 954
|
java
|
package frame;
import org.testng.Assert;
import org.testng.annotations.Test;
import io.restassured.RestAssured;
import io.restassured.response.Response;
public class accesstoken {
@Test
public void token() {
RestAssured.authentication=RestAssured.preemptive().basic("rR3fgoerIdspbwL4", "7IZOkCsdP1X5B4nF58IPG0Db4o32JrTb");
Response resp =RestAssured.given()
.formParam("grant_type", "client_credentials")
.formParam("username", "security")
.formParam("password", "abc@12345")
.post("https://accounts.beta-wspbx.com/auth/token");
System.out.println(resp.jsonPath().prettify());
String token= resp.jsonPath().get("access_token");
Response resp1=RestAssured.given()
.auth().oauth2(token)
.get("https://api.beta-wspbx.com/api/v1/account/18189/user/kranthi/agents-info");
System.out.println(resp1.getBody().jsonPath().prettify());
Assert.assertEquals(resp1.getStatusCode(), 200);
}
}
|
[
"mamid@LAPTOP-OAS5Q4RE"
] |
mamid@LAPTOP-OAS5Q4RE
|
ce654308bb17c5beeda5dbd03aeeeae8980b0988
|
3a85b79cfb412afc2b9b0d3be72c4d8bc7a4f0df
|
/PepperMusic/src/peppermusic/Ventana_Ayuda.java
|
12d20ec7d759d5f8b4f9a179290cf68423305ebb
|
[] |
no_license
|
pauloesteban/mp3player
|
e5b48fd0af5f4dbd2c8e850c33a0b620ae88c87f
|
ae80e61916a6448406d965b19af90983719d52f4
|
refs/heads/master
| 2021-01-13T07:22:13.718319
| 2017-01-30T22:09:08
| 2017-01-30T22:09:08
| 71,512,926
| 0
| 1
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 5,482
|
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 peppermusic;
import java.awt.BorderLayout;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.help.HelpBroker;
import javax.help.HelpSet;
import javax.swing.JFrame;
import static javax.swing.JFrame.EXIT_ON_CLOSE;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
public class Ventana_Ayuda extends javax.swing.JFrame {
JMenuBar Barra;
JMenu menu;
JMenuItem ayuda;
public Ventana_Ayuda() {
//initComponents();
init();
this.setTitle("PepperMusic:Ayuda");
setLocation(400, 200);
setDefaultCloseOperation(EXIT_ON_CLOSE);
setSize(400,400);
setResizable(true);
setVisible(true);
initMenus();
}
private void initMenus(){
Barra = new JMenuBar();
menu = new JMenu("Menu");
ayuda = new JMenuItem("Ayuda");
menu.add(ayuda);
Barra.add(menu);
setJMenuBar(Barra);
}
private void init(){
File archivo = new File("help/help_set.hs");
URL hsURL;
try{
hsURL = archivo.toURI().toURL();
HelpSet helpset = new HelpSet(getClass().getClassLoader(), hsURL);
HelpBroker helpbroker = helpset.createHelpBroker();
//Se añade ayuda a botones
helpbroker.enableHelpOnButton(ayuda, "aplication", helpset);
helpbroker.enableHelpKey(getContentPane(), "aplication", helpset);
} catch (Exception ex){
Logger.getLogger(Ventana_Ayuda.class.getName()).log(Level.SEVERE, null, ex);
}
this.setTitle("PepperMusic:Ayuda");
}
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private void initComponents() {
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
addWindowListener(new java.awt.event.WindowAdapter() {
public void windowClosed(java.awt.event.WindowEvent evt) {
formWindowClosed(evt);
}
public void windowOpened(java.awt.event.WindowEvent evt) {
formWindowOpened(evt);
}
});
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGap(0, 400, Short.MAX_VALUE)
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGap(0, 300, Short.MAX_VALUE)
);
pack();
}// </editor-fold>//GEN-END:initComponents
private void formWindowClosed(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowClosed
// TODO add your handling code here:
System.out.println("asdaassddasd");
}//GEN-LAST:event_formWindowClosed
private void formWindowOpened(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowOpened
// TODO add your handling code here:
System.out.println("abierto");
}//GEN-LAST:event_formWindowOpened
/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if ("Nimbus".equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(Ventana_Ayuda.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(Ventana_Ayuda.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(Ventana_Ayuda.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(Ventana_Ayuda.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>
/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new Ventana_Ayuda().setVisible(true);
}
});
}
// Variables declaration - do not modify//GEN-BEGIN:variables
// End of variables declaration//GEN-END:variables
}
|
[
"orlandobrito-rockqueen@hotmail.com"
] |
orlandobrito-rockqueen@hotmail.com
|
cd66d96f764fd1af653ea885f9340805cabff30d
|
f61eb7a7c065eb2843d2c9aa3130040697642d3b
|
/ChatAppBackend/src/main/java/com/univ/chat/model/Message.java
|
7c9944bb4d6552dc2a1be7e2beacd3b2b4a3983f
|
[] |
no_license
|
cvr-aditya/ChatApplication
|
8d7c7936e40f20c0ce41f68ca2c085f8e7369833
|
ce2555a0925192825b6906e0023ca7ab59618333
|
refs/heads/master
| 2021-01-11T20:23:35.909468
| 2017-01-16T11:02:25
| 2017-01-16T11:02:25
| 79,108,902
| 2
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,924
|
java
|
package com.univ.chat.model;
import com.google.gson.annotations.Expose;
import com.univ.chat.util.Constants;
import com.univ.chat.util.SqlQuery;
import javax.persistence.*;
import java.util.Objects;
@Entity
@Table(name = "messages")
@NamedQueries(
{
@NamedQuery(
name = Constants.FIND_ALL_MESSAGES,
query = SqlQuery.GET_ALL_MESSAGES
),
@NamedQuery(
name = Constants.FETCH_CHAT,
query = SqlQuery.FETCH_CHAT
),
@NamedQuery(
name = Constants.FIND_MESSAGE_BY_ID,
query = SqlQuery.GET_MESSAGE_BY_ID
)
}
)
public class Message {
@Expose
@Id
@Column(name = "messageid")
private int messageId;
@Expose
@Column(name = "receiver_id", nullable = false)
private String receiverId;
@Expose
@Column(name = "sender_id", nullable = false)
private String senderId;
@Expose
@Column(name = "message", nullable = false)
private String message;
@Expose
@Column(name = "created_at")
private String timestamp;
@Expose
@Column(name = "name")
private String name;
public void setReceiverId(String receiverId) {
this.receiverId = receiverId;
}
public void setSenderId(String senderId) {
this.senderId = senderId;
}
public void setMessage(String message) {
this.message = message;
}
public void setMessageId(int messageId) {
this.messageId = messageId;
}
public String getReceiverId() {
return receiverId;
}
public String getMessage() {
return message;
}
public int getMessageId() {
return messageId;
}
public String getSenderId() {
return senderId;
}
public void setTimestamp(String timestamp) {
this.timestamp = timestamp;
}
public String getTimestamp() {
return timestamp;
}
public void setName(String name) {
this.name = name;
}
public String getName() {
return name;
}
@Override
public boolean equals(Object object) {
if (this == object) {
return true;
}
if (!(object instanceof Message)) {
return false;
}
final Message message = (Message) object;
return Objects.equals(this.messageId, message.messageId) &&
Objects.equals(this.receiverId, message.receiverId) &&
Objects.equals(this.senderId, message.senderId) &&
Objects.equals(this.message, message.message) &&
Objects.equals(this.timestamp, message.timestamp);
}
@Override
public int hashCode() {
return Objects.hash(messageId, receiverId, senderId, message, timestamp);
}
}
|
[
"asirna@hortonworks.com"
] |
asirna@hortonworks.com
|
616d89145e3a0836b31fd32c5a78fd50dbd8d9b9
|
053d9b1582976cbcda3ea8ba2e6b864fbbb00513
|
/app/src/main/java/com/sfl/sflassignment/ui/branches/view/model/Header.java
|
073e6d55a194e41e5bb139713c6cbb600e0b0dcd
|
[] |
no_license
|
Zigkurat/CurrencyRates
|
15628d9623fde086838d1c5b826d6d427ef78a77
|
029797a8f67009028d4bb8d8f93837c73b97626e
|
refs/heads/master
| 2020-04-01T07:35:06.788643
| 2018-10-18T19:14:18
| 2018-10-18T19:14:18
| 152,995,098
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,042
|
java
|
package com.sfl.sflassignment.ui.branches.view.model;
import java.util.Map;
public class Header {
private String title;
private String city;
private String address;
private String phoneNumber;
private Map<String, String> workingDays;
public String getTitle() {
return title;
}
public void setTitle(String title) {
this.title = title;
}
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getAddress() {
return address;
}
public void setAddress(String address) {
this.address = address;
}
public String getPhoneNumber() {
return phoneNumber;
}
public void setPhoneNumber(String phoneNumber) {
this.phoneNumber = phoneNumber;
}
public Map<String, String> getWorkingDays() {
return workingDays;
}
public void setWorkingDays(Map<String, String> workingDays) {
this.workingDays = workingDays;
}
}
|
[
"vahan@zeroapp.ai"
] |
vahan@zeroapp.ai
|
e37309ff2472c8543cb3ff8a0d4708f7e07d959d
|
2448217b5e75260f5b6bb7e9831e6ab12325bdf6
|
/runtime.ui/org.eclipse.rap.design.example/src/org/eclipse/rap/internal/design/example/fancy/layoutsets/StackInitializer.java
|
bd0e7e43846df17ff0a028d11d37ab5e39cf74bb
|
[] |
no_license
|
janettVollstaedt/org.eclipse.rap
|
1e953b11e3369e372148193f8b65630508f13477
|
eec4d6e188daf3f3f2fe0183e278cb98b074cbe5
|
refs/heads/master
| 2021-01-15T20:56:58.824905
| 2010-06-19T17:54:12
| 2010-06-19T17:54:12
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 6,354
|
java
|
/*******************************************************************************
* Copyright (c) 2009 EclipseSource and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* EclipseSource - initial API and implementation
*******************************************************************************/
package org.eclipse.rap.internal.design.example.fancy.layoutsets;
import org.eclipse.rap.internal.design.example.ILayoutSetConstants;
import org.eclipse.rap.ui.interactiondesign.layout.model.ILayoutSetInitializer;
import org.eclipse.rap.ui.interactiondesign.layout.model.LayoutSet;
import org.eclipse.rwt.graphics.Graphics;
import org.eclipse.swt.layout.FormAttachment;
import org.eclipse.swt.layout.FormData;
public class StackInitializer implements ILayoutSetInitializer {
public void initializeLayoutSet( final LayoutSet layoutSet ) {
String path = ILayoutSetConstants.IMAGE_PATH_FANCY;
layoutSet.addImagePath( ILayoutSetConstants.STACK_CONF_ACTIVE,
path + "stack_tab_conf_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_CONF_INACTIVE,
path + "stack_tab_conf_inactive.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_CONF_BG_ACTIVE,
path + "stack_tab_active_confarea_bg.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TAB_INACTIVE_BG_ACTIVE,
path + "stack_tab_inactive_bg_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_CONF_BG_INACTIVE,
path + "stack_tab_inactive_confarea_bg.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TAB_INACTIVE_RIGHT_ACTIVE,
path + "stack_tab_inactive_right_active.png" );
String separatorActive
= ILayoutSetConstants.STACK_TAB_INACTIVE_SEPARATOR_ACTIVE;
layoutSet.addImagePath( separatorActive,
path + "stack_tab_inactive_separator_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TAB_OVERFLOW_ACTIVE,
path + "stack_tab_overflow_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_LEFT,
path + "stack_border_left.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_RIGHT,
path + "stack_border_right.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_TOP,
path + "stack_border_top.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_BOTTOM,
path + "stack_border_bottom.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_LEFT_ACTIVE,
path + "stack_border_left_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_RIGHT_AVTIVE,
path + "stack_border_right_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_BORDER_BOTTOM_ACTIVE,
path + "stack_border_bottom_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_INACTIVE_CORNER,
path + "stack_inactive_corner.png" );
String cornerActive = ILayoutSetConstants.STACK_TAB_INACTIVE_CORNER_ACTIVE;
layoutSet.addImagePath( cornerActive,
path + "stack_inactive_corner_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_VIEW_TOOLBAR_BG,
path + "viewtoolbar_bg.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_VIEW_MENU_ICON,
path + "viewMenu.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_VIEW_PULLDOWN,
path + "viewPulldown.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TAB_BG_ACTIVE,
path + "stack_tab_bg_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TABBAR_LEFT_ACTIVE,
path + "stack_tabbar_left_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TABBAR_RIGHT_ACTIVE,
path + "stack_tabbar_right_active.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TABBAR_LEFT_INACTIVE,
path + "stack_tabbar_left_inactive.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TABBAR_RIGHT_INACTIVE,
path + "stack_tabbar_right_inactive.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TOP_STANDALONE_ACTIVE,
path + "stack_border_top_active_standalone.png" );
layoutSet.addImagePath( ILayoutSetConstants.STACK_TOP_STANDALONE_INACTIVE,
path + "stack_border_top_standalone.png" );
FormData fdConfButton = new FormData();
fdConfButton.top = new FormAttachment( 0, 3 );
fdConfButton.right = new FormAttachment( 100, -5 );
layoutSet.addPosition( ILayoutSetConstants.STACK_CONF_POSITION,
fdConfButton );
FormData fdOverflow = new FormData();
fdOverflow.top = new FormAttachment( 0, 6 );
fdOverflow.right = new FormAttachment( 100, -30 );
layoutSet.addPosition( ILayoutSetConstants.STACK_OVERFLOW_POSITION,
fdOverflow );
layoutSet.addColor( ILayoutSetConstants.STACK_BUTTON_ACTIVE,
Graphics.getColor( 255, 255, 255 ) );
layoutSet.addColor( ILayoutSetConstants.STACK_BUTTON_INACTIVE,
Graphics.getColor( 255, 255, 255 ) );
FormData fdTabBg = new FormData();
fdTabBg.width = 7;
fdTabBg.height = 3;
layoutSet.addPosition( ILayoutSetConstants.STACK_TABBG_POS, fdTabBg );
FormData fdButton = new FormData();
fdButton.top = new FormAttachment( 0, 0 );
layoutSet.addPosition( ILayoutSetConstants.STACK_BUTTON_TOP, fdButton );
FormData fdConfPos = new FormData();
fdConfPos.right = new FormAttachment( 100, -6 );
layoutSet.addPosition( ILayoutSetConstants.STACK_CONF_POS, fdConfPos );
}
}
|
[
"hstaudacher"
] |
hstaudacher
|
d7373f596c4725741d20dc72d82d07254f675d24
|
70b5c443f77669a92bd720c239bcaa4baa3b033e
|
/app/src/test/java/com/nullcognition/template/ExampleUnitTest.java
|
19ad13b6cd437aa2279ff34bf783d9cdb66aaa6a
|
[] |
no_license
|
ersin-ertan/Template
|
8644c89544d99a2fa08b4dc6d823a3c0de55a346
|
13597439302c3f01c9a082097584cbead0162bd5
|
refs/heads/master
| 2021-01-13T14:38:54.745981
| 2016-12-20T08:30:10
| 2016-12-20T08:30:10
| 76,938,188
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 392
|
java
|
package com.nullcognition.template;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}
|
[
"eersin@mmsofts.com"
] |
eersin@mmsofts.com
|
73208976efbf009d89bc14cd6623291414f5a0d5
|
95969daf0ade92ad6ec22ceff9c8fee85873ae5d
|
/CPE102/program3/Triangle.java
|
4298a96333202a2bab0565899b76da3969a6e9aa
|
[] |
no_license
|
Ademello25/Poly-CS-backups
|
5215fbd349feb48fc039d150d0d78f8e36f762b0
|
777a67ab991e99343a5c4e9875487e46b45c87da
|
refs/heads/master
| 2021-04-18T22:28:05.611678
| 2018-12-16T04:15:03
| 2018-12-16T04:15:03
| 126,681,394
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,992
|
java
|
/**
* Triangle methods.
*
* @author Alexander DeMello
* @version Program 3
*/
import java.lang.Math;
import java.awt.Color;
import java.awt.Point;
public class Triangle implements Shape
{
private Point a;
private Point b;
private Point c;
private Color color;
private boolean filled;
public Triangle(Point a, Point b, Point c, Color color, boolean filled)
{
this.a = a;
this.b = b;
this.c = c;
this.color = color;
this.filled = filled;
}
public Point getVertexA()
{
return a;
}
public Point getVertexB()
{
return b;
}
public Point getVertexC()
{
return c;
}
public Color getColor()
{
return color;
}
public boolean getFilled()
{
return filled;
}
public void setVertexA(Point a)
{
this.a = a;
}
public void setVertexB(Point b)
{
this.b = b;
}
public void setVertexC(Point c)
{
this.c = c;
}
public void setColor(Color color)
{
this.color = color;
}
public void setFilled(boolean filled)
{
this.filled = filled;
}
@Override
public boolean equals(Object o)
{
if(o == null)
{
return false;
}
if(this.getClass() != o.getClass())
{
return false;
}
if(this.a.x != ((Triangle)o).a.x)
{
return false;
}
if(this.a.y != ((Triangle)o).a.y)
{
return false;
}
if(this.b.x != ((Triangle)o).b.x)
{
return false;
}
if(this.b.y != ((Triangle)o).b.y)
{
return false;
}
if(this.c.x != ((Triangle)o).c.x)
{
return false;
}
if(this.c.y != ((Triangle)o).c.y)
{
return false;
}
if(this.color.getRGB() != ((Triangle)o).color.getRGB())
{
return false;
}
if(this.filled != ((Triangle)o).filled)
{
return false;
}
return true;
}
public double getArea()
{
double sideA = a.distance(c);
double sideB = a.distance(b);
double sideC = b.distance(c);
double s = ((sideA + sideB + sideC)/2);
double Heron = (Math.sqrt(s*(s-sideA)*(s-sideB)*(s-sideC)));
return Heron;
}
@Override
public void move(Point delta)
{
a.x += delta.x;
a.y += delta.y;
b.x += delta.x;
b.y += delta.y;
c.x += delta.x;
c.y += delta.y;
}
public Point getPosition()
{
return a;
}
public void setPosition(Point position)
{
int disX = Math.abs(a.x - position.x);
int disY = Math.abs(a.y - position.y);
if(a.x > position.x)
{
disX = (disX)*(-1);
}
if(a.y > position.y)
{
disY = (disY)*(-1);
}
this.move(new Point(disX, disY));
}
}
|
[
"ademello25@gmail.com"
] |
ademello25@gmail.com
|
3ce02272cc087527e4496bb71047130133a13d91
|
0319afb5c64ed401fc4bcadc20fe39fe2634cb8e
|
/branches/icepdf-6.1.0_989/icepdf/viewer/src/org/icepdf/ri/common/views/AnnotationSelector.java
|
bbb60f9eec36061f3053407dc1b833ddffcc721b
|
[
"Apache-2.0"
] |
permissive
|
svn2github/icepdf-6_3_0_all
|
e3334b1d98c8fb3b400a57b05a32a7bcc2c86d99
|
e73b943f4449c8967472a1f5a477c8c136afb803
|
refs/heads/master
| 2023-09-03T10:39:31.313071
| 2018-09-06T03:00:25
| 2018-09-06T03:00:25
| 133,867,237
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 4,325
|
java
|
/*
* Copyright 2006-2016 ICEsoft Technologies Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS
* IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
package org.icepdf.ri.common.views;
import org.icepdf.core.pobjects.Document;
import org.icepdf.core.pobjects.Reference;
import org.icepdf.core.pobjects.annotations.AbstractWidgetAnnotation;
import org.icepdf.ri.common.SwingController;
import org.icepdf.ri.common.views.annotations.AbstractAnnotationComponent;
import java.util.ArrayList;
/**
* Utility for locating an AnnotationComponent on a page and setup up focus within int he context of the
* DocumentView.
* todo: some concurrency issue need some further thought.
*/
public class AnnotationSelector {
/**
* Utility to find a Annotation's JComponent within a AbstractPageComponent implementation.
*
* @param controller swing controller.
* @param widgetAnnotation annotation to do search for wrapping component.
* @return true if component could be found, false otherwise.
*/
public static boolean SelectAnnotationComponent(SwingController controller, AbstractWidgetAnnotation widgetAnnotation) {
// turn out the parent is seldom used correctly and generally just points to page zero.
// so we need to do a deep search for the annotation.
Document document = controller.getDocument();
java.util.List<AbstractPageViewComponent> pageViewComponentList =
controller.getDocumentViewController().getDocumentViewModel().getPageComponents();
int pages = controller.getPageTree().getNumberOfPages();
boolean found = false;
int pageIndex;
for (pageIndex = 0; pageIndex < pages; pageIndex++) {
// check is page's annotation array for a matching reference.
ArrayList<Reference> annotationReferences = document.getPageTree().getPage(pageIndex).getAnnotationReferences();
if (annotationReferences != null) {
for (Reference reference : annotationReferences) {
if (reference.equals(widgetAnnotation.getPObjectReference())) {
// found, so navigate to page which will start the full page load off awt thread.
if (controller.getCurrentPageNumber() != pageIndex) {
controller.showPage(pageIndex);
}
found = true;
break;
}
}
}
if (found) break;
}
// the trick now is to init only the pageComponent that contains the clicked on annotation.
if (found) {
AbstractPageViewComponent pageViewComponent = pageViewComponentList.get(pageIndex);
pageViewComponent.init();
// still need to work our some concurrency issue with regard to page init. as a result
// annotation Components may be null and user will have ot double click again
// todo need to figure out a better scheme.
// ((PageViewComponentImpl)pageViewComponent).getSynchronousAnnotationComponents();
ArrayList<AbstractAnnotationComponent> annotationComponents = pageViewComponent.getAnnotationComponents();
if (annotationComponents != null) {
for (AbstractAnnotationComponent annotationComponent : annotationComponents) {
if (widgetAnnotation.getPObjectReference().equals(
annotationComponent.getAnnotation().getPObjectReference())) {
annotationComponent.requestFocus();
break;
}
}
}
}
return found;
}
}
|
[
"patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74"
] |
patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74
|
13d5605e034cd2425c1c040829b8935228ba390e
|
10f46a019cd6abcc3078976600ab245df331f570
|
/föreläsningar/src/f8/Sender.java
|
65d9bd34a52b2f2bc84716d80256bd4765af841e
|
[] |
no_license
|
MlleFabulous/DA343A
|
5e6df5689f28992960eee2b81fc29fac7b8c0365
|
2929984f305c8d3d3eb8f8a8dc7fc811364aa3a1
|
refs/heads/master
| 2021-03-05T13:45:12.084618
| 2016-03-13T11:53:28
| 2016-03-13T11:53:28
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 371
|
java
|
package f8;
public class Sender extends Thread {
private String[] message;
private Viewer viewer;
public Sender(String[] message, Viewer visare) {
this.message = message;
viewer = visare;
}
public void run() {
// synchronized(viewer) { // testa även this
viewer.show(message);
// }
}
}
|
[
"kristoffermglinderman@gmail.com"
] |
kristoffermglinderman@gmail.com
|
a048fc96aef8fdb8202d6bf8e4a3c93f7f390137
|
ab57f23ab6f325ad0d9d80bda6256c4491efdfd6
|
/src/main/java/org/dsa/iot/mqtt/utils/ClientReceiver.java
|
e2ea2e2357932b0ce0a7cdcf83950bc60892ac41
|
[
"Apache-2.0"
] |
permissive
|
PhoenixContactUSA/dslink-java-mqtt
|
50ad5a0c18cc22db08935a92d4e60d94d428406f
|
e6cf4bb59d9d7f0da1186070cd70bbac74658eaa
|
refs/heads/master
| 2020-04-16T04:42:54.561947
| 2019-01-02T17:24:52
| 2019-01-02T17:24:52
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,812
|
java
|
package org.dsa.iot.mqtt.utils;
import org.dsa.iot.commons.GuaranteedReceiver;
import org.dsa.iot.dslink.util.URLInfo;
import org.dsa.iot.mqtt.Mqtt;
import org.eclipse.paho.client.mqttv3.MqttClient;
import org.eclipse.paho.client.mqttv3.MqttConnectOptions;
import org.eclipse.paho.client.mqttv3.MqttException;
import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.net.ssl.SSLSocketFactory;
/**
* @author Samuel Grenier
*/
public class ClientReceiver extends GuaranteedReceiver<MqttClient> {
private static final Logger LOGGER = LoggerFactory.getLogger(ClientReceiver.class);
private final Mqtt callback;
public ClientReceiver(Mqtt callback) {
super(5);
this.callback = callback;
}
@Override
protected MqttClient instantiate() throws Exception {
String url = callback.getUrl();
String id = callback.getClientId();
MqttClient client = new MqttClient(url, id, new MemoryPersistence());
MqttConnectOptions opts = new MqttConnectOptions();
opts.setMaxInflight(1000);
URLInfo info = URLInfo.parse(url);
if ("ssl".equals(info.protocol)) {
String ro = null;
String cl = null;
String pk = null;
{
String a = callback.getCa();
String b = callback.getCert();
String c = callback.getPrivateKey();
if (a != null && b != null && c != null) {
ro = a;
cl = b;
pk = c;
}
}
SSLSocketFactory f = new SslSocketFactoryImpl(ro, cl, pk);
opts.setSocketFactory(f);
}
String username = callback.getUsername();
if (username != null) {
opts.setUserName(username);
char[] pass = callback.getPassword();
if (pass != null) {
opts.setPassword(pass);
}
}
client.setCallback(callback);
client.connect(opts);
callback.setStatus(true);
LOGGER.info("Opened connection to MQTT at {}", url);
return client;
}
@Override
protected boolean invalidateInstance(Exception e) {
Throwable cause = e.getCause();
if (cause instanceof MqttException) {
MqttException ex = (MqttException) cause;
int code = ex.getReasonCode();
if (code == MqttException.REASON_CODE_CLIENT_NOT_CONNECTED
|| code == MqttException.REASON_CODE_CONNECTION_LOST) {
callback.setStatus(false);
LOGGER.error("Connection died ({})", code);
return true;
}
}
return false;
}
}
|
[
"samrg472@gmail.com"
] |
samrg472@gmail.com
|
4b744ad7a9c28626a94d419e72ac8f7e9ad0c9cf
|
6c5b7190ebe8b8b1c444768f8973accf577b519e
|
/Emergency Help Manager/src/com/ehm/ws/AddContacts.java
|
9ce431dec9ec09464012443e766f9c12da240a9c
|
[] |
no_license
|
mgmcen/1192_design-of-android-application-for-emergency-help-manager-
|
1d12235f093c92fb1a6d762cd06ffc608b3d00e9
|
2e76fec7cfa5f262fc38bad02be9de0df0bd74a6
|
refs/heads/master
| 2021-01-25T04:50:17.810237
| 2013-12-07T09:14:05
| 2013-12-07T09:14:05
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 4,507
|
java
|
package com.ehm.ws;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.net.Uri;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.Toast;
public class AddContacts extends Activity {
/** Called when the activity is first created. */
Button b1, b2, b3;
private SharedPreferences prefs;
private String prefName = "MyPref";
private static final String TEXT_VALUE_KEY = "textvalue";
DatabaseAdapter databaseAdapter;
SQLiteDatabase db = null;
public int PICK_CONTACT;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.add_contacts);
databaseAdapter = new DatabaseAdapter(this);
b1 = (Button) findViewById(R.id.button1);
b1.setOnClickListener(new OnClickListener() {
public int PICK_CONTACT;
public void onClick(View arg0) {
// TODO Auto-generated method stub
startActivityForResult(new Intent("android.intent.action.PICK",
ContactsContract.Contacts.CONTENT_URI),
this.PICK_CONTACT);
return;
}
});
}
@Override
protected void onActivityResult(int reqCode, int resultCode, Intent data) {
super.onActivityResult(reqCode, resultCode, data);
if ((reqCode == this.PICK_CONTACT) && (resultCode == -1)) {
try {
Uri localUri = data.getData();
Cursor c1 = getContentResolver().query(localUri, null, null,
null, null);
if (c1.moveToFirst()) {
String str1 = c1.getString(c1.getColumnIndex("_id"));
Cursor c2 = getContentResolver()
.query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI,
null, "contact_id = ?",
new String[] { str1 }, null);
boolean bool = c2.moveToFirst();
String str2 = null;
String str3 = null;
if (bool) {
str2 = c2.getString(c2.getColumnIndex("display_name"));
str3 = c2.getString(c2.getColumnIndex("data1"));
}
if ((str3 == null) || (str3.length() <= 0)) {
Toast.makeText(getApplicationContext(),
"Unable to add this contact", 0).show();
return;
}
c1.close();
c2.close();
addContact1(str2, str3);
return;
}
} catch (IllegalArgumentException localIllegalArgumentException) {
localIllegalArgumentException.printStackTrace();
return;
} catch (Exception localException) {
localException.printStackTrace();
}
}
}
private void addContact1(String str11, String str22) {
// TODO Auto-generated method stub
if (isContactAlreadyPresent(str11, str22)) {
Toast.makeText(this, "Contact " + str11 + " already added.", 0)
.show();
return;
}
if(!contactLimit())
{
Toast.makeText(getApplicationContext(), "limit is over..", Toast.LENGTH_SHORT).show();
return;
}
add2DB(str11, str22);
}
private boolean contactLimit() {
// TODO Auto-generated method stub
databaseAdapter.open();
Cursor localCursor = databaseAdapter.limitContact();
int i = 0;
if (localCursor != null)
{
boolean bool2 = localCursor.moveToFirst();
i = 0;
if (bool2)
i = localCursor.getInt(0);
}
localCursor.close();
databaseAdapter.close();
boolean bool1 = false;
if (i < 5)
bool1 = true;
return bool1;
}
private boolean isContactAlreadyPresent(String str11, String str22) {
// TODO Auto-generated method stub
databaseAdapter.open();
Cursor c = databaseAdapter.selectContact1(str11, str22);
int i = 0;
if (c != null) {
boolean bool = c.moveToFirst();
i = 0;
if (bool)
i = c.getInt(0);
}
c.close();
databaseAdapter.close();
return i > 0;
}
private boolean add2DB(String paramString1, String paramString2) {
databaseAdapter.open();
prefs = getSharedPreferences(prefName, MODE_PRIVATE);
SharedPreferences.Editor editor = prefs.edit();
editor.putString(TEXT_VALUE_KEY, paramString1);
editor.putString(TEXT_VALUE_KEY, paramString2);
String name = paramString1;
String number = paramString2.trim();
editor.commit();
editor.commit();
databaseAdapter.insertEntry(name, number.trim());
Toast.makeText(getApplicationContext(),
"Phone No successfully Entered...", Toast.LENGTH_SHORT).show();
databaseAdapter.close();
return true;
}
}
|
[
"snmule31@gmail.com"
] |
snmule31@gmail.com
|
7217b18048fd6fd5278f046b249e058799a545c6
|
689c764bd8d7b6cd50e9966c77192b4ad3147636
|
/src/main/java/com/kristian/jhipster/first/security/jwt/JWTFilter.java
|
93c080793414f93cdcfde3bebb5ed55ba5e9da0f
|
[] |
no_license
|
kristianfantin/jhipster-sample-application
|
d1fecba6be78f29948df04961d9af932b0510540
|
2424d5f83f00ee3b1771c988d11f13de8d10ac7c
|
refs/heads/master
| 2022-12-24T10:34:30.724184
| 2019-11-14T17:50:05
| 2019-11-14T17:50:05
| 221,755,611
| 1
| 0
| null | 2022-12-16T04:41:50
| 2019-11-14T17:49:52
|
Java
|
UTF-8
|
Java
| false
| false
| 1,853
|
java
|
package com.kristian.jhipster.first.security.jwt;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.util.StringUtils;
import org.springframework.web.filter.GenericFilterBean;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
/**
* Filters incoming requests and installs a Spring Security principal if a header corresponding to a valid user is
* found.
*/
public class JWTFilter extends GenericFilterBean {
public static final String AUTHORIZATION_HEADER = "Authorization";
private TokenProvider tokenProvider;
public JWTFilter(TokenProvider tokenProvider) {
this.tokenProvider = tokenProvider;
}
@Override
public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain)
throws IOException, ServletException {
HttpServletRequest httpServletRequest = (HttpServletRequest) servletRequest;
String jwt = resolveToken(httpServletRequest);
if (StringUtils.hasText(jwt) && this.tokenProvider.validateToken(jwt)) {
Authentication authentication = this.tokenProvider.getAuthentication(jwt);
SecurityContextHolder.getContext().setAuthentication(authentication);
}
filterChain.doFilter(servletRequest, servletResponse);
}
private String resolveToken(HttpServletRequest request){
String bearerToken = request.getHeader(AUTHORIZATION_HEADER);
if (StringUtils.hasText(bearerToken) && bearerToken.startsWith("Bearer ")) {
return bearerToken.substring(7);
}
return null;
}
}
|
[
"jhipster-bot@jhipster.tech"
] |
jhipster-bot@jhipster.tech
|
66ba95c97023befdbd0999dde2cf9635b25aa66c
|
863acb02a064a0fc66811688a67ce3511f1b81af
|
/sources/p019d/p307j/p308a/C13068C.java
|
ec0b178333dcbd06eb6240fe2d3eb229f47986a8
|
[
"MIT"
] |
permissive
|
Game-Designing/Custom-Football-Game
|
98d33eb0c04ca2c48620aa4a763b91bc9c1b7915
|
47283462b2066ad5c53b3c901182e7ae62a34fc8
|
refs/heads/master
| 2020-08-04T00:02:04.876780
| 2019-10-06T06:55:08
| 2019-10-06T06:55:08
| 211,914,568
| 1
| 1
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 487
|
java
|
package p019d.p307j.p308a;
import java.util.List;
/* renamed from: d.j.a.C */
/* compiled from: IQueuesHandler */
public interface C13068C {
/* renamed from: a */
int mo41974a();
/* renamed from: a */
void mo41975a(List<Integer> list);
/* renamed from: a */
boolean mo41976a(int i);
/* renamed from: a */
boolean mo41977a(C13130l lVar);
/* renamed from: b */
void mo41978b();
/* renamed from: b */
boolean mo41979b(C13130l lVar);
}
|
[
"tusharchoudhary0003@gmail.com"
] |
tusharchoudhary0003@gmail.com
|
297d1dbfa733f60313f785a0a6263169ca617297
|
2ce500cd7cb7d9d97b1075e14a3ec164111cd094
|
/java/src/com/ncr/capillary/CustomerDetails/SideEffects.java
|
950eaf5b833b2c1facfe2ab19d2428014b66caed
|
[] |
no_license
|
Berta-GC/emea-ars-pos
|
64476a39eb5c4b1167424c4508ee55a1c33c1363
|
4026721fe2e13a47314c105267f6e880b7028e45
|
refs/heads/master
| 2022-12-30T16:43:42.904360
| 2020-09-30T10:42:42
| 2020-09-30T10:42:42
| 298,594,900
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 163
|
java
|
package com.ncr.capillary.CustomerDetails;
import java.util.ArrayList;
public class SideEffects {
private ArrayList<Effect> effect = new ArrayList<Effect>();
}
|
[
"stefano.bertarello@greencore.it"
] |
stefano.bertarello@greencore.it
|
bb7fe286f14cb7f2a1dffcd5c8ac536367f4fa3d
|
03c1325893b502b7855f83287e02e7f14af4f1c7
|
/projects/java/chapter5/PointExample.java
|
1b83fb4e2054f03be7326224f20d6dbde8a73f60
|
[] |
no_license
|
elgeish/Computing-with-Data
|
8562a15a74df6f379296b84e393a358eebf3d3fc
|
5547dc28c027e023783238be78eab216ec5204f4
|
refs/heads/master
| 2023-07-29T06:00:26.625191
| 2023-07-16T00:32:38
| 2023-07-16T00:32:38
| 145,339,359
| 15
| 24
| null | 2023-07-16T00:32:40
| 2018-08-19T21:38:09
|
Java
|
UTF-8
|
Java
| false
| false
| 749
|
java
|
class Point {
private double x = 0;
private double y = 0;
public Point() {} // empty constructor
public Point(final int x, final int y) {
this.x = x;
this.y = y;
}
public void setX(final double x) {
this.x = x;
}
public void setY(final double y) {
this.y = y;
}
public double getX() {
return this.x;
}
public double getY() {
return this.y;
}
public void reflect() {
this.x = -this.x;
this.y = -this.y;
}
public String toString() {
return "(" + this.x + ", " + this.y + ")";
}
}
public class PointExample {
public static void main(final String[] args) {
final Point p = new Point(1, 2);
System.out.println(p);
p.reflect();
System.out.println(p);
}
}
|
[
"elgeish@gmail.com"
] |
elgeish@gmail.com
|
b0b0e084f955c6929e5851942675960e1b48295d
|
be9461947f6ff3375b90587fa631478d29379226
|
/src/test/java/testHibernate/testHibernateNativeSql.java
|
5de17c809a5129190847cb369a51fc065ae8955f
|
[] |
no_license
|
AdamBobFei/testHibernate
|
c5f609666f803412eaa947b9dae231f1d38cc1b9
|
df5fbc6221319924a1654d15124106734ff68d92
|
refs/heads/master
| 2021-01-12T08:33:32.073792
| 2016-12-16T03:05:28
| 2016-12-16T03:05:28
| 76,614,074
| 0
| 0
| null | null | null | null |
GB18030
|
Java
| false
| false
| 2,682
|
java
|
package testHibernate;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.boot.MetadataSources;
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.hibernate.query.NativeQuery;
import org.junit.Test;
/**
* 在旧版本的hibernate中用的方法时createSqlQuery
* heiberNate执行原生sql的例子
* @author Administrator
*
*/
public class testHibernateNativeSql {
public final static StandardServiceRegistry registry = new StandardServiceRegistryBuilder().configure().build();
public SessionFactory getSessionFactory() {
SessionFactory sessionFactory=null;
try {
sessionFactory = new MetadataSources(registry).buildMetadata().buildSessionFactory();
} catch (Exception e) {
e.printStackTrace();
StandardServiceRegistryBuilder.destroy(registry);
}
return sessionFactory;
}
/**
* 执行本地sql语句
* 一般用于执行创建表,插入数据
* @param nativeQuerySql
*/
public void executeNativeSql(String nativeQuerySql){
Session session = getSessionFactory().getCurrentSession();
session.beginTransaction();
try {
NativeQuery nativeQuery = session.createNativeQuery(nativeQuerySql);
nativeQuery.executeUpdate();
} catch (Exception e) {
// TODO: handle exception
e.printStackTrace();
}
session.getTransaction().commit();
session.close();
}
/**
* 根据
* @param nativeQuerySql
*/
public void queryForNativeSql(String nativeQuerySql) {
// TODO Auto-generated method stub
Session session = getSessionFactory().getCurrentSession();
session.beginTransaction();
try {
NativeQuery nativeQuery = session.createNativeQuery(nativeQuerySql);
//这里的参数从1开始
nativeQuery.setParameter(1, "fei1");
//得到查询的第一个实例,如果想得到所有用nativeQuery.getResultList();
System.out.println(nativeQuery.getSingleResult().toString());;
} catch (Exception e) {
// TODO: handle exception
e.printStackTrace();
}
session.getTransaction().commit();
session.close();
}
/**
* 测试插入表
*/
@Test
public void createTable(){
String nativeQuerySql="create table foo(name char(10) ,age char(3));";
executeNativeSql(nativeQuerySql);
}
/**
* 插入数据
*/
@Test
public void interTable(){
createTable();
String nativeQuerySql="insert into foo values('fei','3');";
executeNativeSql(nativeQuerySql);
}
/**
* 测试查询
*/
@Test
public void selectTavle(){
interTable();
String nativeQuerySql="select count(*) from foo where name = ?";
queryForNativeSql(nativeQuerySql);
}
}
|
[
"AdamBobFei@outlook.com"
] |
AdamBobFei@outlook.com
|
2cd68cb67a88a5ae409945a5d3689f86b0380b6f
|
161b87a5a4f4d5688f03da4cfbd63ff2f0f2d411
|
/src/main/java/dk/statsbiblioteket/scape/tika/FailedIdentity.java
|
6b5fd18b742e72a9ab31be65a60c69dea92b7df5
|
[
"Apache-2.0"
] |
permissive
|
openpreserve/Tika-identification-Wrapper
|
eef736072a168bb3d5f93acf5924ad865551e49c
|
b095bfd65df605ddf36df3f03c5e19b459302187
|
refs/heads/master
| 2021-03-12T19:18:20.113365
| 2014-03-28T09:54:51
| 2014-03-28T09:54:51
| 3,161,622
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 509
|
java
|
package dk.statsbiblioteket.scape.tika;
import java.io.File;
/**
* Created by IntelliJ IDEA.
* User: abr
* Date: 12/16/11
* Time: 1:13 PM
* To change this template use File | Settings | File Templates.
*/
public class FailedIdentity extends Identity{
private Exception exception;
public FailedIdentity(File file, long time, Exception exception) {
super(file, "",time);
this.exception = exception;
}
public Exception getException() {
return exception;
}
}
|
[
"abr@statsbiblioteket.dk"
] |
abr@statsbiblioteket.dk
|
73aac43b07281fcbcab04fa811d0453438c81b16
|
4b887ee9c07e3afc15bdd8e25e7351ce0c49600c
|
/src/org/technbolts/jbehave/eclipse/editors/story/scanner/AllInOneScanner.java
|
e1a2a3296a83733b10e9c80caba8bc3542c053d6
|
[
"MIT"
] |
permissive
|
LuisgarciaGC/jbehave-eclipse-plugin
|
65be115cfced12f4ea326c734a5c15adb2485978
|
b759bb5722f50c74711254749f1681520d14a758
|
refs/heads/master
| 2021-01-17T21:20:36.584441
| 2015-10-10T07:24:22
| 2015-10-10T07:24:22
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 4,458
|
java
|
package org.technbolts.jbehave.eclipse.editors.story.scanner;
import java.util.Iterator;
import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.Region;
import org.eclipse.jface.text.TextAttribute;
import org.eclipse.jface.text.rules.Token;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.technbolts.eclipse.util.TextAttributeProvider;
import org.technbolts.jbehave.eclipse.JBehaveProject;
import org.technbolts.jbehave.eclipse.textstyle.TextStyle;
import org.technbolts.jbehave.parser.StoryPart;
import org.technbolts.jbehave.support.JBKeyword;
public class AllInOneScanner extends AbstractStoryPartBasedScanner {
private Logger logger = LoggerFactory.getLogger(AllInOneScanner.class);
public static boolean allInOne = true;
private ExampleTableScanner exampleTableScanner;
private MiscScanner miscScanner;
private NarrativeScanner narrativeScanner;
private ScenarioScanner scenarioScanner;
private StepScannerStyled stepScannerStyled;
private Region realRange;
private Token errorToken;
public AllInOneScanner(JBehaveProject jbehaveProject, TextAttributeProvider textAttributeProvider) {
super(jbehaveProject, textAttributeProvider);
initialize();
exampleTableScanner = new ExampleTableScanner(jbehaveProject, textAttributeProvider);
miscScanner = new MiscScanner(jbehaveProject, textAttributeProvider);
narrativeScanner = new NarrativeScanner(jbehaveProject, textAttributeProvider);
scenarioScanner = new ScenarioScanner(jbehaveProject, textAttributeProvider);
stepScannerStyled = new StepScannerStyled(jbehaveProject, textAttributeProvider);
}
@Override
public void setRange(IDocument document, int offset, int length) {
realRange = new Region(offset, length);
super.setRange(document, 0, document.getLength());
}
@Override
protected void evaluateFragments() {
super.evaluateFragments();
Iterator<Fragment> iterator = getFragments().iterator();
while(iterator.hasNext()) {
Fragment fragment = iterator.next();
if(!fragment.intersects(realRange)) {
iterator.remove();
}
}
}
@Override
protected void initialize() {
super.initialize();
TextAttribute textAttribute;
textAttribute = textAttributeProvider.get(TextStyle.DEFAULT);
setDefaultToken(new Token(textAttribute));
textAttribute = textAttributeProvider.get(TextStyle.ERROR);
errorToken = new Token(textAttribute);
}
protected Token getErrorToken() {
return errorToken;
}
@Override
protected boolean isPartAccepted(StoryPart part) {
return true;
}
@Override
protected void emitPart(StoryPart part) {
JBKeyword keyword = part.getPreferredKeyword();
if(keyword==null) {
logger.warn("Weird case: no keywork for part. Content: {}", part);
emitCommentAware(getErrorToken(), part.getOffset(), part.getContent());
return;
}
switch(keyword) {
case Given:
case When:
case Then:
case And:
emitPart(stepScannerStyled, part);
break;
case ExamplesTable:
case ExamplesTableHeaderSeparator:
case ExamplesTableIgnorableSeparator:
case ExamplesTableRow:
case ExamplesTableValueSeparator:
emitPart(exampleTableScanner, part);
break;
case Narrative:
case AsA:
case InOrderTo:
case IWantTo:
emitPart(narrativeScanner, part);
break;
case GivenStories:
case Meta:
case MetaProperty:
emitPart(miscScanner, part);
break;
case Scenario:
emitPart(scenarioScanner, part);
break;
case Ignorable:
default:
emitCommentAware(getDefaultToken(), part.getOffset(), part.getContent());
break;
}
}
private void emitPart(AbstractStoryPartBasedScanner scanner, StoryPart part) {
scanner.setRange(document, 0, document.getLength());
scanner.emitPart(part);
addFragments(scanner.getFragments());
}
}
|
[
"arnauld.loyer@gmail.com"
] |
arnauld.loyer@gmail.com
|
d7cc8055ec02650a6e08c8e3ccaa6041d3715deb
|
baaf12cb1ad5bd9cfea5a32d63c3f89d3a7dec56
|
/cjm-common/src/main/java/com/jxkj/cjm/common/config/ApplicationContextProvider.java
|
06d08ce5e8745981bdfc85b5094ca1a2e5338508
|
[] |
no_license
|
phpfzh/blog
|
969f9e0113a4067d6c7a15764a75f6bc4cb72a0b
|
f7026d1846de2d7030ded8b626ffd0376d90b0bf
|
refs/heads/master
| 2020-03-22T11:11:57.513140
| 2018-12-01T02:35:50
| 2018-12-01T02:35:50
| 139,954,719
| 2
| 1
| null | 2018-11-21T05:21:32
| 2018-07-06T08:16:39
|
JavaScript
|
UTF-8
|
Java
| false
| false
| 809
|
java
|
package com.jxkj.cjm.common.config;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
* 获取spring中的bean Componet
* @author Administrator
*
*/
@Component
public class ApplicationContextProvider implements ApplicationContextAware {
private static ApplicationContext context;
private ApplicationContextProvider(){}
@Override
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
context = applicationContext;
}
public static <T> T getBean(String name,Class<T> aClass){
return context.getBean(name,aClass);
}
}
|
[
"phpfzh@phpfzh.com"
] |
phpfzh@phpfzh.com
|
2c8b620fbc8dc5c0184ade99eab805e0e3e691fe
|
d50c21a60267a0f7eba739f2b049be2f2e85d45e
|
/1-Basics/division/src/com/company/Division.java
|
347dcbc14fc4c6102c7641abed6ce4ed6ed474e1
|
[] |
no_license
|
college-studies/prog-3
|
d4486da20d5bf304ee1fd74ebe1c674cfb600583
|
baf1c6b36b1d1d3881e56dc52663c72971807585
|
refs/heads/master
| 2023-08-16T16:45:19.250682
| 2021-10-03T17:36:34
| 2021-10-03T17:36:34
| 382,762,164
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 496
|
java
|
package com.company;
import java.util.Scanner;
public class Division {
public static void main(String[] args) {
// System.out.print(50/3);
Scanner input = new Scanner(System.in);
System.out.print("Input the first number: ");
int a = input.nextInt();
System.out.print("Input the second number: ");
int b = input.nextInt();
int c = (a/b);
System.out.println();
System.out.print("Division of a and b is: " + c);
}
}
|
[
"fillipe484@gmail.com"
] |
fillipe484@gmail.com
|
309b72b8d195c1ddce9279ca79406a76eb0a535c
|
8e69114ab01c430f5c2b58c7a6bb7e909bd5d5f2
|
/app/src/main/java/com/labo/gamelibrary/GameLibrary/GameRect.java
|
ab831e7dcb10d5adb82b024f5a55e5c1e31f3523
|
[] |
no_license
|
lokig99/GameLib-Android
|
3caa68cccd8e4e1255f167710b9f6f4453b99fa9
|
79c617ebb4c0d7531ec923549fc8320038d5f935
|
refs/heads/master
| 2023-03-12T11:43:25.393252
| 2021-03-01T20:43:17
| 2021-03-01T20:43:17
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 3,618
|
java
|
package com.labo.gamelibrary.GameLibrary;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import androidx.core.content.ContextCompat;
public class GameRect extends GameObject {
protected final RectG body;
protected final Paint paint;
protected GameRectCollisionListener collisionListener = null;
protected boolean isRigid;
protected Drawable sprite = null;
protected boolean isDrawSprite = false;
protected boolean isDrawBody = true;
public GameRect(Context context, int x, int y, int width, int height) {
super(context, x, y);
isRigid = false;
body = new RectG(x, y, width, height);
paint = new Paint();
paint.setColor(Color.WHITE);
paint.setAntiAlias(true);
}
public boolean intersects(GameRect gameRect) {
return RectG.intersects(body, gameRect.body);
}
@Override
public void draw(Canvas canvas) {
if (isDrawSprite) {
if (sprite == null) {
int prevColor = paint.getColor();
paint.setColor(Color.MAGENTA);
canvas.drawRect(body.asRect(), paint);
paint.setColor(prevColor);
} else {
sprite.setBounds(body.asRect());
sprite.draw(canvas);
}
}
if (isDrawBody) canvas.drawRect(body.asRect(), paint);
}
@Override
public boolean move() {
if (super.move()) {
body.setPosition((int) x, (int) y);
if (isRigid && environment != null && collisionListener != null) {
for (GameObject gameObject : environment) {
if (gameObject instanceof GameRect) {
GameRect gameRect = (GameRect) gameObject;
if (gameRect.isRigid() && intersects(gameRect)) {
Rect intersection = RectG.intersection(body, gameRect.getBodyCopy());
CollisionAxis collisionAxis = RectG.getIntersectionAxis(body, gameRect.body);
// fix position to non overlapping
double dy = (intersection.height() + 1) * Math.signum(-movement.baseY());
double dx = (intersection.width() + 1) * Math.signum(-movement.baseX());
switch (collisionAxis) {
case HORIZONTAL:
y += dy;
break;
case VERTICAL:
x += dx;
break;
case DIAGONAL:
x += dx;
y += dy;
break;
}
body.setPosition((int) x, (int) y);
collisionListener.onCollision(this, gameRect, collisionAxis);
}
}
}
}
return true;
}
return false;
}
public int getWidth() {
return body.getDimensions()[0];
}
public void setCollisionListener(GameRectCollisionListener collisionListener) {
this.collisionListener = collisionListener;
}
public void setWidth(int width) {
body.setDimensions(width, body.getDimensions()[1]);
}
public int getHeight() {
return body.getDimensions()[1];
}
public void setHeight(int height) {
body.setDimensions(body.getDimensions()[0], height);
}
public void setColor(int color) {
paint.setColor(color);
}
public int getColor(int color) {
return paint.getColor();
}
public boolean isRigid() {
return isRigid;
}
public void setRigid(boolean rigid) {
isRigid = rigid;
}
public RectG getBodyCopy() {
return body.getCopy();
}
public void setSprite(int drawableID) {
sprite = ContextCompat.getDrawable(context, drawableID);
}
public Drawable getSprite() {
return sprite;
}
public void showSprite() {
isDrawSprite = true;
isDrawBody = false;
}
public void hideSprite() {
isDrawSprite = false;
isDrawBody = true;
}
public void showBody() {isDrawBody = true;}
public void hideBody() {isDrawBody = false;}
}
|
[
"lokigameplayer@gmail.com"
] |
lokigameplayer@gmail.com
|
c0dcbc1c34b207de4a87a5901207aa3109c225f9
|
4c2f3d9c4e017b40df4b20dc833889f6ee3e7513
|
/app/src/main/java/com/rh_synergy/kiosco/Models/Depositos.java
|
a888d59af68e896474f9c9d16c752143a4d1bac6
|
[] |
no_license
|
robmunguia/rhskiosco
|
f5af25c412f8c987bdcd729ff76b6bdc96bb38ff
|
47b2bd1295aaa69b780db5a1792d464c2c7915c7
|
refs/heads/master
| 2021-01-10T05:15:39.020899
| 2016-04-15T17:10:54
| 2016-04-15T17:10:54
| 52,986,701
| 1
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 554
|
java
|
package com.rh_synergy.kiosco.Models;
import java.io.Serializable;
/**
* Created by PC-108 on 4/12/2016.
*/
@SuppressWarnings("serial")
public class Depositos implements Serializable {
public int DepoYear;
public int DepoPeriodo;
public String DepoFecha;
public float DepoDeposito;
public Depositos(int DepoYear, int DepoPeriodo, String DepoFecha, float DepoDeposito){
this.DepoYear = DepoYear;
this.DepoPeriodo = DepoPeriodo;
this.DepoFecha = DepoFecha;
this.DepoDeposito = DepoDeposito;
}
}
|
[
"robmunguia27@gmail.com"
] |
robmunguia27@gmail.com
|
6bd59263db478c4ee1757018de4246c3374f29f9
|
6dff50c5a413b89f8935d411be2449b4ee1849fe
|
/src/main/java/com/unbank/pipeline/builder/AbstractArticleInfoBuilder.java
|
09586deae4325d88063f1dc6701b656140656e47
|
[] |
no_license
|
liangyangtao/grab_expend_2016
|
fa5a49a0d6585f16ceafd041cdd738dbfe3791d4
|
9da101483297a4b83d7035946b522e10da6c248d
|
refs/heads/master
| 2021-01-10T08:38:39.602875
| 2016-03-31T05:13:29
| 2016-03-31T05:13:29
| 55,121,619
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 416
|
java
|
package com.unbank.pipeline.builder;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.unbank.pipeline.entity.Information;
public abstract class AbstractArticleInfoBuilder implements ArticleBuilder {
public static Log logger = LogFactory
.getLog(AbstractArticleInfoBuilder.class);
public void createArticleEntity(Information information) {
}
}
|
[
"674613438@qq.com"
] |
674613438@qq.com
|
73f2f5ac5bdd72349302e858fa460918010bb346
|
2bc2eadc9b0f70d6d1286ef474902466988a880f
|
/tags/mule-1.3-rc2/mule/src/java/org/mule/routing/inbound/ForwardingConsumer.java
|
60e6f71af1b43cbd420666304c46db62cea2374b
|
[
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-symphonysoft"
] |
permissive
|
OrgSmells/codehaus-mule-git
|
085434a4b7781a5def2b9b4e37396081eaeba394
|
f8584627c7acb13efdf3276396015439ea6a0721
|
refs/heads/master
| 2022-12-24T07:33:30.190368
| 2020-02-27T19:10:29
| 2020-02-27T19:10:29
| 243,593,543
| 0
| 0
| null | 2022-12-15T23:30:00
| 2020-02-27T18:56:48
| null |
UTF-8
|
Java
| false
| false
| 2,575
|
java
|
/*
* $Header$
* $Revision$
* $Date$
* ------------------------------------------------------------------------------------------------------
*
* Copyright (c) SymphonySoft Limited. All rights reserved.
* http://www.symphonysoft.com
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
package org.mule.routing.inbound;
import org.mule.impl.MuleEvent;
import org.mule.impl.MuleMessage;
import org.mule.umo.MessagingException;
import org.mule.umo.UMOEvent;
import org.mule.umo.UMOException;
import org.mule.umo.UMOMessage;
import org.mule.umo.routing.RoutingException;
import org.mule.umo.routing.UMOOutboundMessageRouter;
/**
* <code>ForwardingConsumer</code> is used to forward an incoming event over
* another transport without invoking a component. This can be used to implement
* a bridge accross defferent transports.
*
* @author <a href="mailto:ross.mason@symphonysoft.com">Ross Mason</a>
* @version $Revision$
*/
public class ForwardingConsumer extends SelectiveConsumer
{
public UMOEvent[] process(UMOEvent event) throws MessagingException
{
if (super.process(event) != null) {
UMOOutboundMessageRouter router = event.getComponent().getDescriptor().getOutboundRouter();
// Set the stopFurtherProcessing flag to true
// to inform the InboundMessageRouter not to route
// these events to the component
event.setStopFurtherProcessing(true);
if (router == null) {
logger.debug("Descriptor has no outbound router configured to forward to, continuing with normal processing");
return new UMOEvent[] { event };
} else {
try {
UMOMessage msg = router.route(new MuleMessage(event.getTransformedMessage(), event.getMessage()), event.getSession(), event.isSynchronous());
// what's the correct behaviour for async endpoints?
// maybe let router.route() return a Future for the returned
// msg?
if (msg != null) {
return new UMOEvent[] { new MuleEvent(msg, event) };
} else {
return null;
}
} catch (UMOException e) {
throw new RoutingException(event.getMessage(), event.getEndpoint(), e);
}
}
}
return null;
}
}
|
[
"(no author)@bf997673-6b11-0410-b953-e057580c5b09"
] |
(no author)@bf997673-6b11-0410-b953-e057580c5b09
|
c3ab2a7c0ca23333320d50eaedb8717c52b44494
|
78f65ed84502f605dac52dec862aeca62db4fd1f
|
/src/main/java/com/altimetrik/platform_demo_ui/models/repository/FeatureRepository.java
|
6d155e717fca8c83a106cad86a8f5baf47a8dd4e
|
[] |
no_license
|
def-demo/Weavon1500898809656
|
44fe295e8795361d9c9b6f452b5562c6fca407ff
|
fbd8de799bccb0098fa912d52b74ead3c7af1817
|
refs/heads/master
| 2021-01-01T17:53:09.269215
| 2017-07-24T12:20:12
| 2017-07-24T12:20:12
| 98,187,576
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 397
|
java
|
package com.altimetrik.platform_demo_ui.models.repository;
import com.altimetrik.platform_demo_ui.models.*;
import com.altimetrik.platform_demo_ui.models.Product;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface FeatureRepository extends JpaRepository<Feature, Integer>{
}
|
[
"dbhowmick@altimetrik.com"
] |
dbhowmick@altimetrik.com
|
8b1ed1cdbef681af37560a65024ef9c8dc4af5d5
|
7b12f67da8c10785efaebe313547a15543a39c77
|
/jjg-common-db/src/main/java/com/jjg/trade/model/form/EsAppletGetCartForm.java
|
0e6b2b945faf67c0a7f53ef3cc9b7450c6b5ef2e
|
[] |
no_license
|
liujinguo1994/xdl-jjg
|
071eaa5a8fb566db6b47dbe046daf85dd2b9bcd8
|
051da0a0dba18e6e5021ecb4ef3debca16b01a93
|
refs/heads/master
| 2023-01-06T09:11:30.487559
| 2020-11-06T14:42:45
| 2020-11-06T14:42:45
| 299,525,315
| 1
| 3
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,437
|
java
|
package com.jjg.trade.model.form;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.hibernate.validator.constraints.NotBlank;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import java.io.Serializable;
/**
* <p>
* 小程序-获取购物车
* </p>
*
* @author rm 2817512105@qq.com
* @since 2020-06-30
*/
@Data
@ApiModel
public class EsAppletGetCartForm implements Serializable {
private static final long serialVersionUID = 3863114069985817704L;
/**
* 显示方式
*/
@ApiModelProperty(required = false,value = "显示方式",example = "all,checked")
private String showType;
/**
* TAB页显示
*/
@ApiModelProperty(required = false,value = "TAB页显示",example = "priceDown,stockShortage")
private String tab;
/**
* 是否选中
*/
@ApiModelProperty(required = false,value = "是否选中",example = "0,1")
@Min(message = "必须为数字且,1为开启,0为关闭", value = 0)
@Max(message = "必须为数字且,1为开启,0为关闭", value = 1)
private Integer checked;
/**
* 店铺id
*/
@ApiModelProperty(required = false,value = "店铺id")
private Long shopId;
@ApiModelProperty(required = true,value = "登录态标识")
@NotBlank(message = "登录态标识不能为空")
private String skey;
}
|
[
"344009799@qq.com"
] |
344009799@qq.com
|
841cea8906323942c3e7c602471be3a798cea17c
|
eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3
|
/tags/2011-12-23/seasar2-2.4.45/seasar2/s2-framework/src/main/java/org/seasar/framework/xml/TagHandlerRule.java
|
c08c66bf8fad9e13c2d4c319dc5f21d1066a53d9
|
[
"Apache-2.0"
] |
permissive
|
svn2github/s2container
|
54ca27cf0c1200a93e1cb88884eb8226a9be677d
|
625adc6c4e1396654a7297d00ec206c077a78696
|
refs/heads/master
| 2020-06-04T17:15:02.140847
| 2013-08-09T09:38:15
| 2013-08-09T09:38:15
| 10,850,644
| 0
| 1
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,612
|
java
|
/*
* Copyright 2004-2011 the Seasar Foundation and the Others.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
package org.seasar.framework.xml;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
/**
* {@link TagHandler}を登録するクラスです。
*
* @author higa
*
*/
public class TagHandlerRule implements Serializable {
static final long serialVersionUID = 1L;
private Map tagHandlers = new HashMap();
/**
* {@link TagHandlerRule}を作成します。
*/
public TagHandlerRule() {
}
/**
* {@link TagHandler}を追加します。
*
* @param path
* @param tagHandler
*/
public final void addTagHandler(String path, TagHandler tagHandler) {
tagHandlers.put(path, tagHandler);
}
/**
* {@link TagHandler}を返します。
*
* @param path
* @return {@link TagHandler}
*/
public final TagHandler getTagHandler(String path) {
return (TagHandler) tagHandlers.get(path);
}
}
|
[
"koichik@319488c0-e101-0410-93bc-b5e51f62721a"
] |
koichik@319488c0-e101-0410-93bc-b5e51f62721a
|
ef66ce0431812afb9e952b05559eccc32f97741e
|
c21cdef3bb9d3aaddc539e881a939055844fbfd8
|
/eureka-client2/src/test/java/com/lgx/EurekaClient2ApplicationTests.java
|
0cd896a540c045839c3866f1e79da921ba98022a
|
[] |
no_license
|
1789304191/eureka
|
8f4a1d195d6d2e1ca024d1931e05ad67d47ec271
|
f0719b79bda2f3646429fba3bc400c57688df5d2
|
refs/heads/master
| 2021-07-04T16:50:15.756405
| 2017-09-27T13:21:34
| 2017-09-27T13:21:34
| 104,966,029
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 331
|
java
|
package com.lgx;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class EurekaClient2ApplicationTests {
@Test
public void contextLoads() {
}
}
|
[
"liguoxiong-it@bestpay.com.cn"
] |
liguoxiong-it@bestpay.com.cn
|
382b2eb83dbfbbe400c278085536082c4b463409
|
06459887236ebfd2d8280c6769a2664a5dbc2c0d
|
/app/src/androidTest/java/com/onurkagan/ksnack/ExampleInstrumentedTest.java
|
41a49d92c1ac38b23391f212d2ad69fdcc595016
|
[
"Apache-2.0"
] |
permissive
|
onurkagan/KSnack
|
f1ad6b37d6ed534bd3f9779683faa37f485baa5f
|
fcabf076093bd08d9a489707ff8f1cccfa8e233b
|
refs/heads/master
| 2021-06-27T11:45:34.320272
| 2020-10-07T12:12:19
| 2020-10-07T12:12:19
| 155,161,512
| 86
| 16
|
Apache-2.0
| 2020-10-07T12:12:20
| 2018-10-29T06:19:35
|
Java
|
UTF-8
|
Java
| false
| false
| 741
|
java
|
package com.onurkagan.ksnack;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.onurkagan.ksnack", appContext.getPackageName());
}
}
|
[
"onurkaganaldemir@gmail.com"
] |
onurkaganaldemir@gmail.com
|
7f58e5038e06e8e4e1459268839f1248cc13afd6
|
c37005dd05bb3533431177e3f12ab7e1d49e7f70
|
/src/Inheritance/C.java
|
6df244dcd6bc2d629d0f39598b3732324f5ea32d
|
[] |
no_license
|
raghubirsingh1/Github-learning
|
9b3eb1a47211ab156a842b192a099f37a784b3e8
|
aefbad4f5870876462c56ca177338ac892dbe1a0
|
refs/heads/master
| 2020-05-15T04:17:09.722345
| 2019-04-19T06:44:23
| 2019-04-19T06:44:23
| 182,083,553
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 372
|
java
|
package Inheritance;
public class C extends B {
void showC() {
System.out.println("showC method");
}
public static void main(String[] args) {
A a=new A();
a.showA();
System.out.println("==================");
B b=new B();
b.showA();
b.showB();
System.out.println("=========================");
C c=new C();
c.showA();
c.showB();
c.showC();
}
}
|
[
"singhraghubir92@gmail.com"
] |
singhraghubir92@gmail.com
|
5e6943ce2c1e970ce4f8306019c1bcec00dc5db5
|
98538a5de64063e4bc85a6c11dec3e217143df28
|
/app/src/main/java/com/example/hz52/app/withdraw.java
|
e52a7ff0a234539418b8dcc15d460979bb14daef
|
[] |
no_license
|
klzhong69/App
|
e6710cd96db54ed75408c890b3353bcff3145b70
|
569a5a8ea11756a84f6d71aa0ffca3dbec5c8368
|
refs/heads/master
| 2022-04-14T16:17:52.464539
| 2020-04-08T10:01:53
| 2020-04-08T10:01:53
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,456
|
java
|
package com.example.hz52.app;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
import com.qmuiteam.qmui.widget.QMUIRadiusImageView;
import com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
public class withdraw extends AppCompatActivity {
@BindView(R.id.fold)
ImageView fold;
@BindView(R.id.title)
TextView title;
@BindView(R.id.subtitle)
TextView subtitle;
@BindView(R.id.imageView41)
QMUIRadiusImageView imageView41;
@BindView(R.id.imageView76)
ImageView imageView76;
@BindView(R.id.textView87)
TextView textView87;
@BindView(R.id.imageView43)
QMUIRadiusImageView imageView43;
@BindView(R.id.imageView80)
ImageView imageView80;
@BindView(R.id.textView89)
TextView textView89;
@BindView(R.id.textView166)
TextView textView166;
@BindView(R.id.textView167)
TextView textView167;
@BindView(R.id.imageView142)
ImageView imageView142;
@BindView(R.id.textView168)
TextView textView168;
@BindView(R.id.editText)
EditText editText;
@BindView(R.id.but)
QMUIRoundButton but;
@BindView(R.id.imageView143)
ImageView imageView143;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_withdraw);
ButterKnife.bind(this);
title.setText("提现");
subtitle.setText("");
}
@OnClick({R.id.fold, R.id.imageView43, R.id.imageView80, R.id.textView89, R.id.textView167, R.id.but, R.id.imageView143})
public void onViewClicked(View view) {
switch (view.getId()) {
case R.id.fold:
this.finish();
break;
case R.id.imageView43:
case R.id.imageView80:
case R.id.textView89:
case R.id.textView167:
case R.id.imageView143:
Intent intent2 = new Intent(withdraw.this, account.class);
startActivity(intent2);
break;
case R.id.but:
break;
}
}
@Override
public void onBackPressed() {
this.finish();
}
}
|
[
"15913420136@163.com"
] |
15913420136@163.com
|
d6c8e985ab86d1120a82cae4bcc83eaf9c2a6ca0
|
3d502dca366dbcad5742fc883a6a0e682530ee9f
|
/src/main/java/com/scy/rx/model/ExecDetailsResponse.java
|
08798a269fd6161ac22a76a82d93342edb99f936
|
[] |
no_license
|
jylsoccer/tws-demo
|
3ce6ee59c69b82f817b8159433e834ceb236b81a
|
f8f50ad684f7a053139c02b1f72fd98f32a5df5f
|
refs/heads/master
| 2022-06-21T15:55:20.827676
| 2020-02-01T05:07:40
| 2020-02-01T05:07:40
| 236,730,523
| 0
| 0
| null | 2022-06-17T02:50:30
| 2020-01-28T12:30:24
|
Java
|
UTF-8
|
Java
| false
| false
| 472
|
java
|
package com.scy.rx.model;
import com.ib.client.Contract;
import com.ib.client.Execution;
import lombok.Data;
@Data
public class ExecDetailsResponse {
private int reqId;
private Contract contract;
private Execution execution;
public ExecDetailsResponse() {
}
public ExecDetailsResponse(int reqId, Contract contract, Execution execution) {
this.reqId = reqId;
this.contract = contract;
this.execution = execution;
}
}
|
[
"jiangyuanlong@hellobike.com"
] |
jiangyuanlong@hellobike.com
|
c42c7f1dce0430e57bf0f7e18641b91e24069739
|
641a9f70013d5c28c3e4499327f1d0b4aa736144
|
/src/main/java/com/szinternet/crm/component/AppComponent.java
|
4d994acd133700172b3673cc7180da8772d28d02
|
[] |
no_license
|
APLK/rxjava2_Demo
|
3f2be5ade437e1e1e1db137661ebc7c57b85990c
|
514d7c84a44277d9add878261640c97ba69613c7
|
refs/heads/master
| 2020-04-30T07:58:29.904650
| 2019-03-20T09:38:54
| 2019-03-20T09:38:54
| 176,701,308
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 703
|
java
|
package com.szinternet.crm.component;
import android.content.Context;
import com.szinternet.crm.api.NetworkApi;
import com.szinternet.crm.module.AppModule;
import com.szinternet.crm.module.CreditCardApiModule;
import javax.inject.Singleton;
import dagger.Component;
/**
* * 免责声明:本项目不可用于违法用途,否则后果自负,技术无罪
* AppComponent是一个注解类,用@Module注解标注,主要用来提供依赖
* AppComponent是连接@Module(AppModule,CreditCardApiModule)和@Inject的桥梁
*/
@Singleton
@Component(modules = {AppModule.class, CreditCardApiModule.class})
public interface AppComponent {
Context getContext();
NetworkApi getNetworkApi();
}
|
[
"kai.li@valueonline.cn"
] |
kai.li@valueonline.cn
|
c561268cf8c3fbd72d5ac7856be69a1b1f7941b0
|
6f197fd9a02796c1aea8e02e25d2cde39aa5391d
|
/projectlibre_exchange/src/net/sf/mpxj/mpd/MPD9AbstractReader.java
|
1c6c13457f4d09aa4a0d9224fe6b3a04dd18e161
|
[] |
no_license
|
heekye/ProjectLibre
|
d15852887eca7f4f31492abb2741d29e01b4644f
|
20814e88dc83694f9fc6780c2550ca5c8a87aa16
|
refs/heads/master
| 2023-08-17T13:13:07.711932
| 2021-01-08T03:16:04
| 2021-01-08T03:16:04
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 53,794
|
java
|
/*
* file: MPD9AbstractReader.java
* author: Jon Iles
* copyright: (c) Packwood Software 2007
* date: 02/02/2006
*/
/*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the
* Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library; if not, write to the Free Software Foundation, Inc.,
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
package net.sf.mpxj.mpd;
import java.util.Date;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import net.sf.mpxj.AccrueType;
import net.sf.mpxj.AssignmentField;
import net.sf.mpxj.ConstraintType;
import net.sf.mpxj.DataType;
import net.sf.mpxj.DateRange;
import net.sf.mpxj.Day;
import net.sf.mpxj.Duration;
import net.sf.mpxj.EventManager;
import net.sf.mpxj.Priority;
import net.sf.mpxj.ProjectCalendar;
import net.sf.mpxj.ProjectCalendarException;
import net.sf.mpxj.ProjectCalendarHours;
import net.sf.mpxj.ProjectConfig;
import net.sf.mpxj.ProjectFile;
import net.sf.mpxj.ProjectProperties;
import net.sf.mpxj.Rate;
import net.sf.mpxj.Relation;
import net.sf.mpxj.RelationType;
import net.sf.mpxj.Resource;
import net.sf.mpxj.ResourceAssignment;
import net.sf.mpxj.ResourceField;
import net.sf.mpxj.ResourceType;
import net.sf.mpxj.ScheduleFrom;
import net.sf.mpxj.Task;
import net.sf.mpxj.TaskField;
import net.sf.mpxj.TaskType;
import net.sf.mpxj.TimeUnit;
import net.sf.mpxj.WorkContour;
import net.sf.mpxj.WorkGroup;
import net.sf.mpxj.common.MPPAssignmentField;
import net.sf.mpxj.common.MPPResourceField;
import net.sf.mpxj.common.MPPTaskField;
import net.sf.mpxj.common.NumberHelper;
import net.sf.mpxj.common.Pair;
import net.sf.mpxj.common.RtfHelper;
/**
* This class implements retrieval of data from a project database
* independently of whether the data is read directly from an MDB file,
* or from a JDBC database connection.
*/
abstract class MPD9AbstractReader
{
/**
* Called to reset internal state prior to reading a new project.
*/
protected void reset()
{
m_calendarMap.clear();
m_baseCalendarReferences.clear();
m_resourceMap.clear();
m_assignmentMap.clear();
}
/**
* Retrieve the details of a single project from the database.
*
* @param result Map instance containing the results
* @param row result set row read from the database
*/
protected void processProjectListItem(Map<Integer, String> result, Row row)
{
Integer id = row.getInteger("PROJ_ID");
String name = row.getString("PROJ_NAME");
result.put(id, name);
}
/**
* Reads the project properties.
*
* @param row project properties data
*/
protected void processProjectProperties(Row row)
{
ProjectProperties properties = m_project.getProjectProperties();
properties.setCurrencySymbol(row.getString("PROJ_OPT_CURRENCY_SYMBOL"));
properties.setSymbolPosition(MPDUtility.getSymbolPosition(row.getInt("PROJ_OPT_CURRENCY_POSITION")));
properties.setCurrencyDigits(row.getInteger("PROJ_OPT_CURRENCY_DIGITS"));
//properties.setThousandsSeparator();
//properties.setDecimalSeparator();
properties.setDefaultDurationUnits(MPDUtility.getDurationTimeUnits(row.getInt("PROJ_OPT_DUR_ENTRY_FMT")));
//properties.setDefaultDurationIsFixed();
properties.setDefaultWorkUnits(MPDUtility.getDurationTimeUnits(row.getInt("PROJ_OPT_WORK_ENTRY_FMT")));
properties.setMinutesPerDay(row.getInteger("PROJ_OPT_MINUTES_PER_DAY"));
properties.setMinutesPerWeek(row.getInteger("PROJ_OPT_MINUTES_PER_WEEK"));
properties.setDefaultStandardRate(new Rate(row.getDouble("PROJ_OPT_DEF_STD_RATE"), TimeUnit.HOURS));
properties.setDefaultOvertimeRate(new Rate(row.getDouble("PROJ_OPT_DEF_OVT_RATE"), TimeUnit.HOURS));
properties.setUpdatingTaskStatusUpdatesResourceStatus(row.getBoolean("PROJ_OPT_TASK_UPDATES_RES"));
properties.setSplitInProgressTasks(row.getBoolean("PROJ_OPT_SPLIT_IN_PROGRESS"));
//properties.setDateOrder();
//properties.setTimeFormat();
properties.setDefaultStartTime(row.getDate("PROJ_OPT_DEF_START_TIME"));
//properties.setDateSeparator();
//properties.setTimeSeparator();
//properties.setAmText();
//properties.setPmText();
//properties.setDateFormat();
//properties.setBarTextDateFormat();
properties.setProjectTitle(row.getString("PROJ_PROP_TITLE"));
properties.setCompany(row.getString("PROJ_PROP_COMPANY"));
properties.setManager(row.getString("PROJ_PROP_MANAGER"));
properties.setDefaultCalendarName(row.getString("PROJ_INFO_CAL_NAME"));
properties.setStartDate(row.getDate("PROJ_INFO_START_DATE"));
properties.setFinishDate(row.getDate("PROJ_INFO_FINISH_DATE"));
properties.setScheduleFrom(ScheduleFrom.getInstance(1 - row.getInt("PROJ_INFO_SCHED_FROM")));
properties.setCurrentDate(row.getDate("PROJ_INFO_CURRENT_DATE"));
//properties.setComments();
//properties.setCost();
//properties.setBaselineCost();
//properties.setActualCost();
//properties.setWork();
//properties.setBaselineWork();
//properties.setActualWork();
//properties.setWork2();
//properties.setDuration();
//properties.setBaselineDuration();
//properties.setActualDuration();
//properties.setPercentageComplete();
//properties.setBaselineStart();
//properties.setBaselineFinish();
//properties.setActualStart();
//properties.setActualFinish();
//properties.setStartVariance();
//properties.setFinishVariance();
properties.setSubject(row.getString("PROJ_PROP_SUBJECT"));
properties.setAuthor(row.getString("PROJ_PROP_AUTHOR"));
properties.setKeywords(row.getString("PROJ_PROP_KEYWORDS"));
properties.setDefaultEndTime(row.getDate("PROJ_OPT_DEF_FINISH_TIME"));
properties.setProjectExternallyEdited(row.getBoolean("PROJ_EXT_EDITED_FLAG"));
properties.setCategory(row.getString("PROJ_PROP_CATEGORY"));
properties.setDaysPerMonth(row.getInteger("PROJ_OPT_DAYS_PER_MONTH"));
properties.setFiscalYearStart(row.getBoolean("PROJ_OPT_FY_USE_START_YR"));
//properties.setDefaultTaskEarnedValueMethod();
//properties.setRemoveFileProperties();
//properties.setMoveCompletedEndsBack();
properties.setNewTasksEstimated(row.getBoolean("PROJ_OPT_NEW_TASK_EST"));
properties.setSpreadActualCost(row.getBoolean("PROJ_OPT_SPREAD_ACT_COSTS"));
properties.setMultipleCriticalPaths(row.getBoolean("PROJ_OPT_MULT_CRITICAL_PATHS"));
//properties.setAutoAddNewResourcesAndTasks();
properties.setLastSaved(row.getDate("PROJ_LAST_SAVED"));
properties.setStatusDate(row.getDate("PROJ_INFO_STATUS_DATE"));
//properties.setMoveRemainingStartsBack();
//properties.setAutolink();
//properties.setMicrosoftProjectServerURL();
properties.setHonorConstraints(row.getBoolean("PROJ_OPT_HONOR_CONSTRAINTS"));
//properties.setAdminProject(row.getInt("PROJ_ADMINPROJECT")!=0); // Not in MPP9 MPD?
//properties.setInsertedProjectsLikeSummary();
properties.setName(row.getString("PROJ_NAME"));
properties.setSpreadPercentComplete(row.getBoolean("PROJ_OPT_SPREAD_PCT_COMP"));
//properties.setMoveCompletedEndsForward();
//properties.setEditableActualCosts();
//properties.setUniqueID();
//properties.setRevision();
properties.setNewTasksEffortDriven(row.getBoolean("PROJ_OPT_NEW_ARE_EFFORT_DRIVEN"));
//properties.setMoveRemainingStartsForward();
//properties.setActualsInSync(row.getInt("PROJ_ACTUALS_SYNCH") != 0); // Not in MPP9 MPD?
properties.setDefaultTaskType(TaskType.getInstance(row.getInt("PROJ_OPT_DEF_TASK_TYPE")));
//properties.setEarnedValueMethod();
properties.setCreationDate(row.getDate("PROJ_CREATION_DATE"));
//properties.setExtendedCreationDate(row.getDate("PROJ_CREATION_DATE_EX")); // Not in MPP9 MPD?
properties.setDefaultFixedCostAccrual(AccrueType.getInstance(row.getInt("PROJ_OPT_DEF_FIX_COST_ACCRUAL")));
properties.setCriticalSlackLimit(row.getInteger("PROJ_OPT_CRITICAL_SLACK_LIMIT"));
//properties.setBaselineForEarnedValue;
properties.setFiscalYearStartMonth(row.getInteger("PROJ_OPT_FY_START_MONTH"));
//properties.setNewTaskStartIsProjectStart();
properties.setWeekStartDay(Day.getInstance(row.getInt("PROJ_OPT_WEEK_START_DAY") + 1));
//properties.setCalculateMultipleCriticalPaths();
properties.setMultipleCriticalPaths(row.getBoolean("PROJ_OPT_MULT_CRITICAL_PATHS"));
//
// Unused attributes
//
// PROJ_OPT_CALC_ACT_COSTS
// PROJ_POOL_ATTACHED_TO
// PROJ_IS_RES_POOL
// PROJ_OPT_CALC_SUB_AS_SUMMARY
// PROJ_OPT_SHOW_EST_DUR
// PROJ_OPT_EXPAND_TIMEPHASED
// PROJ_PROJECT
// PROJ_VERSION
// PROJ_ENT_LIST_SEPARATOR
// PROJ_EXT_EDITED_DUR
// PROJ_EXT_EDITED_NUM
// PROJ_EXT_EDITED_FLAG
// PROJ_EXT_EDITED_CODE
// PROJ_EXT_EDITED_TEXT
// PROJ_IGNORE_FRONT_END
// PROJ_EXT_EDITED
// PROJ_DATA_SOURCE
// PROJ_READ_ONLY
// PROJ_READ_WRITE
// PROJ_READ_COUNT
// PROJ_LOCKED
// PROJ_MACHINE_ID
// PROJ_TYPE
// PROJ_CHECKEDOUT
// PROJ_CHECKEDOUTBY
// PROJ_CHECKEDOUTDATE
// RESERVED_BINARY_DATA
}
/**
* Read a calendar.
*
* @param row calendar data
*/
protected void processCalendar(Row row)
{
Integer uniqueID = row.getInteger("CAL_UID");
if (NumberHelper.getInt(uniqueID) > 0)
{
boolean baseCalendar = row.getBoolean("CAL_IS_BASE_CAL");
ProjectCalendar cal;
if (baseCalendar == true)
{
cal = m_project.addCalendar();
cal.setName(row.getString("CAL_NAME"));
}
else
{
Integer resourceID = row.getInteger("RES_UID");
cal = m_project.addCalendar();
m_baseCalendarReferences.add(new Pair<ProjectCalendar, Integer>(cal, row.getInteger("CAL_BASE_UID")));
m_resourceMap.put(resourceID, cal);
}
cal.setUniqueID(uniqueID);
m_calendarMap.put(uniqueID, cal);
m_eventManager.fireCalendarReadEvent(cal);
}
}
/**
* Read calendar hours and exception data.
*
* @param calendar parent calendar
* @param row calendar hours and exception data
*/
protected void processCalendarData(ProjectCalendar calendar, Row row)
{
int dayIndex = row.getInt("CD_DAY_OR_EXCEPTION");
if (dayIndex == 0)
{
processCalendarException(calendar, row);
}
else
{
processCalendarHours(calendar, row, dayIndex);
}
}
/**
* Process a calendar exception.
*
* @param calendar parent calendar
* @param row calendar exception data
*/
private void processCalendarException(ProjectCalendar calendar, Row row)
{
Date fromDate = row.getDate("CD_FROM_DATE");
Date toDate = row.getDate("CD_TO_DATE");
boolean working = row.getInt("CD_WORKING") != 0;
ProjectCalendarException exception = calendar.addCalendarException(fromDate, toDate);
if (working)
{
exception.addRange(new DateRange(row.getDate("CD_FROM_TIME1"), row.getDate("CD_TO_TIME1")));
exception.addRange(new DateRange(row.getDate("CD_FROM_TIME2"), row.getDate("CD_TO_TIME2")));
exception.addRange(new DateRange(row.getDate("CD_FROM_TIME3"), row.getDate("CD_TO_TIME3")));
exception.addRange(new DateRange(row.getDate("CD_FROM_TIME4"), row.getDate("CD_TO_TIME4")));
exception.addRange(new DateRange(row.getDate("CD_FROM_TIME5"), row.getDate("CD_TO_TIME5")));
}
}
/**
* Process calendar hours.
*
* @param calendar parent calendar
* @param row calendar hours data
* @param dayIndex day index
*/
private void processCalendarHours(ProjectCalendar calendar, Row row, int dayIndex)
{
Day day = Day.getInstance(dayIndex);
boolean working = row.getInt("CD_WORKING") != 0;
calendar.setWorkingDay(day, working);
if (working == true)
{
ProjectCalendarHours hours = calendar.addCalendarHours(day);
Date start = row.getDate("CD_FROM_TIME1");
Date end = row.getDate("CD_TO_TIME1");
if (start != null && end != null)
{
hours.addRange(new DateRange(start, end));
}
start = row.getDate("CD_FROM_TIME2");
end = row.getDate("CD_TO_TIME2");
if (start != null && end != null)
{
hours.addRange(new DateRange(start, end));
}
start = row.getDate("CD_FROM_TIME3");
end = row.getDate("CD_TO_TIME3");
if (start != null && end != null)
{
hours.addRange(new DateRange(start, end));
}
start = row.getDate("CD_FROM_TIME4");
end = row.getDate("CD_TO_TIME4");
if (start != null && end != null)
{
hours.addRange(new DateRange(start, end));
}
start = row.getDate("CD_FROM_TIME5");
end = row.getDate("CD_TO_TIME5");
if (start != null && end != null)
{
hours.addRange(new DateRange(start, end));
}
}
}
/**
* The way calendars are stored in an MPP9 file means that there
* can be forward references between the base calendar unique ID for a
* derived calendar, and the base calendar itself. To get around this,
* we initially populate the base calendar name attribute with the
* base calendar unique ID, and now in this method we can convert those
* ID values into the correct names.
*/
protected void updateBaseCalendarNames()
{
for (Pair<ProjectCalendar, Integer> pair : m_baseCalendarReferences)
{
ProjectCalendar cal = pair.getFirst();
Integer baseCalendarID = pair.getSecond();
ProjectCalendar baseCal = m_calendarMap.get(baseCalendarID);
if (baseCal != null)
{
cal.setParent(baseCal);
}
}
}
/**
* Process a resource.
*
* @param row resource data
*/
protected void processResource(Row row)
{
Integer uniqueID = row.getInteger("RES_UID");
if (uniqueID != null && uniqueID.intValue() >= 0)
{
Resource resource = m_project.addResource();
resource.setAccrueAt(AccrueType.getInstance(row.getInt("RES_ACCRUE_AT")));
resource.setActualCost(getDefaultOnNull(row.getCurrency("RES_ACT_COST"), NumberHelper.DOUBLE_ZERO));
resource.setActualOvertimeCost(row.getCurrency("RES_ACT_OVT_COST"));
resource.setActualOvertimeWork(row.getDuration("RES_ACT_OVT_WORK"));
//resource.setActualOvertimeWorkProtected();
resource.setActualWork(row.getDuration("RES_ACT_WORK"));
//resource.setActualWorkProtected();
//resource.setActveDirectoryGUID();
resource.setACWP(row.getCurrency("RES_ACWP"));
resource.setAvailableFrom(row.getDate("RES_AVAIL_FROM"));
resource.setAvailableTo(row.getDate("RES_AVAIL_TO"));
//resource.setBaseCalendar();
resource.setBaselineCost(getDefaultOnNull(row.getCurrency("RES_BASE_COST"), NumberHelper.DOUBLE_ZERO));
resource.setBaselineWork(row.getDuration("RES_BASE_WORK"));
resource.setBCWP(row.getCurrency("RES_BCWP"));
resource.setBCWS(row.getCurrency("RES_BCWS"));
//resource.setBookingType();
resource.setCanLevel(row.getBoolean("RES_CAN_LEVEL"));
//resource.setCode();
resource.setCost(getDefaultOnNull(row.getCurrency("RES_COST"), NumberHelper.DOUBLE_ZERO));
//resource.setCost1();
//resource.setCost2();
//resource.setCost3();
//resource.setCost4();
//resource.setCost5();
//resource.setCost6();
//resource.setCost7();
//resource.setCost8();
//resource.setCost9();
//resource.setCost10();
resource.setCostPerUse(row.getCurrency("RES_COST_PER_USE"));
//resource.setCreationDate();
//resource.setCV();
//resource.setDate1();
//resource.setDate2();
//resource.setDate3();
//resource.setDate4();
//resource.setDate5();
//resource.setDate6();
//resource.setDate7();
//resource.setDate8();
//resource.setDate9();
//resource.setDate10();
//resource.setDuration1();
//resource.setDuration2();
//resource.setDuration3();
//resource.setDuration4();
//resource.setDuration5();
//resource.setDuration6();
//resource.setDuration7();
//resource.setDuration8();
//resource.setDuration9();
//resource.setDuration10();
//resource.setEmailAddress();
//resource.setFinish();
//resource.setFinish1();
//resource.setFinish2();
//resource.setFinish3();
//resource.setFinish4();
//resource.setFinish5();
//resource.setFinish6();
//resource.setFinish7();
//resource.setFinish8();
//resource.setFinish9();
//resource.setFinish10();
//resource.setFlag1();
//resource.setFlag2();
//resource.setFlag3();
//resource.setFlag4();
//resource.setFlag5();
//resource.setFlag6();
//resource.setFlag7();
//resource.setFlag8();
//resource.setFlag9();
//resource.setFlag10();
//resource.setFlag11();
//resource.setFlag12();
//resource.setFlag13();
//resource.setFlag14();
//resource.setFlag15();
//resource.setFlag16();
//resource.setFlag17();
//resource.setFlag18();
//resource.setFlag19();
//resource.setFlag20();
//resource.setGroup();
//resource.setHyperlink();
//resource.setHyperlinkAddress();
//resource.setHyperlinkSubAddress();
resource.setID(row.getInteger("RES_ID"));
resource.setInitials(row.getString("RES_INITIALS"));
//resource.setIsEnterprise();
//resource.setIsGeneric();
//resource.setIsInactive();
//resource.setIsNull();
//resource.setLinkedFields();RES_HAS_LINKED_FIELDS = false ( java.lang.Boolean)
resource.setMaterialLabel(row.getString("RES_MATERIAL_LABEL"));
resource.setMaxUnits(Double.valueOf(NumberHelper.getDouble(row.getDouble("RES_MAX_UNITS")) * 100));
resource.setName(row.getString("RES_NAME"));
//resource.setNtAccount();
//resource.setNumber1();
//resource.setNumber2();
//resource.setNumber3();
//resource.setNumber4();
//resource.setNumber5();
//resource.setNumber6();
//resource.setNumber7();
//resource.setNumber8();
//resource.setNumber9();
//resource.setNumber10();
//resource.setNumber11();
//resource.setNumber12();
//resource.setNumber13();
//resource.setNumber14();
//resource.setNumber15();
//resource.setNumber16();
//resource.setNumber17();
//resource.setNumber18();
//resource.setNumber19();
//resource.setNumber20();
resource.setObjects(getNullOnValue(row.getInteger("RES_NUM_OBJECTS"), 0));
//resource.setOutlineCode1();
//resource.setOutlineCode2();
//resource.setOutlineCode3();
//resource.setOutlineCode4();
//resource.setOutlineCode5();
//resource.setOutlineCode6();
//resource.setOutlineCode7();
//resource.setOutlineCode8();
//resource.setOutlineCode9();
//resource.setOutlineCode10();
resource.setOverAllocated(row.getBoolean("RES_IS_OVERALLOCATED"));
resource.setOvertimeCost(row.getCurrency("RES_OVT_COST"));
resource.setOvertimeRate(new Rate(row.getDouble("RES_OVT_RATE"), TimeUnit.HOURS));
resource.setOvertimeRateUnits(TimeUnit.getInstance(row.getInt("RES_OVT_RATE_FMT") - 1));
resource.setOvertimeWork(row.getDuration("RES_OVT_WORK"));
resource.setPeakUnits(Double.valueOf(NumberHelper.getDouble(row.getDouble("RES_PEAK")) * 100));
//resource.setPercentWorkComplete();
resource.setPhonetics(row.getString("RES_PHONETICS"));
resource.setRegularWork(row.getDuration("RES_REG_WORK"));
resource.setRemainingCost(getDefaultOnNull(row.getCurrency("RES_REM_COST"), NumberHelper.DOUBLE_ZERO));
resource.setRemainingOvertimeCost(row.getCurrency("RES_REM_OVT_COST"));
resource.setRemainingOvertimeWork(row.getDuration("RES_REM_OVT_WORK"));
resource.setRemainingWork(row.getDuration("RES_REM_WORK"));
//resource.setResourceCalendar();RES_CAL_UID = null ( ) // CHECK THIS
resource.setStandardRate(new Rate(row.getDouble("RES_STD_RATE"), TimeUnit.HOURS));
resource.setStandardRateUnits(TimeUnit.getInstance(row.getInt("RES_STD_RATE_FMT") - 1));
//resource.setStart();
//resource.setStart1();
//resource.setStart2();
//resource.setStart3();
//resource.setStart4();
//resource.setStart5();
//resource.setStart6();
//resource.setStart7();
//resource.setStart8();
//resource.setStart9();
//resource.setStart10();
//resource.setText1();
//resource.setText2();
//resource.setText3();
//resource.setText4();
//resource.setText5();
//resource.setText6();
//resource.setText7();
//resource.setText8();
//resource.setText9();
//resource.setText10();
//resource.setText11();
//resource.setText12();
//resource.setText13();
//resource.setText14();
//resource.setText15();
//resource.setText16();
//resource.setText17();
//resource.setText18();
//resource.setText19();
//resource.setText20();
//resource.setText21();
//resource.setText22();
//resource.setText23();
//resource.setText24();
//resource.setText25();
//resource.setText26();
//resource.setText27();
//resource.setText28();
//resource.setText29();
//resource.setText30();
resource.setType(row.getBoolean("RES_TYPE") ? ResourceType.WORK : ResourceType.MATERIAL);
resource.setUniqueID(uniqueID);
resource.setWork(row.getDuration("RES_WORK"));
resource.setWorkGroup(WorkGroup.getInstance(row.getInt("RES_WORKGROUP_MESSAGING")));
String notes = row.getString("RES_RTF_NOTES");
if (notes != null)
{
if (m_preserveNoteFormatting == false)
{
notes = RtfHelper.strip(notes);
}
resource.setNotes(notes);
}
resource.setResourceCalendar(m_project.getCalendarByUniqueID(row.getInteger("RES_CAL_UID")));
//
// Calculate the cost variance
//
if (resource.getCost() != null && resource.getBaselineCost() != null)
{
resource.setCostVariance(NumberHelper.getDouble(resource.getCost().doubleValue() - resource.getBaselineCost().doubleValue()));
}
//
// Calculate the work variance
//
if (resource.getWork() != null && resource.getBaselineWork() != null)
{
resource.setWorkVariance(Duration.getInstance(resource.getWork().getDuration() - resource.getBaselineWork().getDuration(), TimeUnit.HOURS));
}
//
// Set the overallocated flag
//
resource.setOverAllocated(NumberHelper.getDouble(resource.getPeakUnits()) > NumberHelper.getDouble(resource.getMaxUnits()));
m_eventManager.fireResourceReadEvent(resource);
//
// Unused attributes
//
//EXT_EDIT_REF_DATA = null ( )
//RESERVED_DATA = null ( )
}
}
/**
* Read resource baseline values.
*
* @param row result set row
*/
protected void processResourceBaseline(Row row)
{
Integer id = row.getInteger("RES_UID");
Resource resource = m_project.getResourceByUniqueID(id);
if (resource != null)
{
int index = row.getInt("RB_BASE_NUM");
resource.setBaselineWork(index, row.getDuration("RB_BASE_WORK"));
resource.setBaselineCost(index, row.getCurrency("RB_BASE_COST"));
}
}
/**
* Read a single text field extended attribute.
*
* @param row field data
*/
protected void processTextField(Row row)
{
processField(row, "TEXT_FIELD_ID", "TEXT_REF_UID", row.getString("TEXT_VALUE"));
}
/**
* Read a single number field extended attribute.
*
* @param row field data
*/
protected void processNumberField(Row row)
{
processField(row, "NUM_FIELD_ID", "NUM_REF_UID", row.getDouble("NUM_VALUE"));
}
/**
* Read a single flag field extended attribute.
*
* @param row field data
*/
protected void processFlagField(Row row)
{
processField(row, "FLAG_FIELD_ID", "FLAG_REF_UID", Boolean.valueOf(row.getBoolean("FLAG_VALUE")));
}
/**
* Read a single duration field extended attribute.
*
* @param row field data
*/
protected void processDurationField(Row row)
{
processField(row, "DUR_FIELD_ID", "DUR_REF_UID", MPDUtility.getAdjustedDuration(m_project, row.getInt("DUR_VALUE"), MPDUtility.getDurationTimeUnits(row.getInt("DUR_FMT"))));
}
/**
* Read a single date field extended attribute.
*
* @param row field data
*/
protected void processDateField(Row row)
{
processField(row, "DATE_FIELD_ID", "DATE_REF_UID", row.getDate("DATE_VALUE"));
}
/**
* Read a single outline code field extended attribute.
*
* @param entityID parent entity
* @param row field data
*/
protected void processOutlineCodeField(Integer entityID, Row row)
{
processField(row, "OC_FIELD_ID", entityID, row.getString("OC_NAME"));
}
/**
* Generic method to process an extended attribute field.
*
* @param row extended attribute data
* @param fieldIDColumn column containing the field ID
* @param entityIDColumn column containing the entity ID
* @param value field value
*/
protected void processField(Row row, String fieldIDColumn, String entityIDColumn, Object value)
{
processField(row, fieldIDColumn, row.getInteger(entityIDColumn), value);
}
/**
* Generic method to process an extended attribute field.
*
* @param row extended attribute data
* @param fieldIDColumn column containing the field ID
* @param entityID parent entity ID
* @param value field value
*/
protected void processField(Row row, String fieldIDColumn, Integer entityID, Object value)
{
int fieldID = row.getInt(fieldIDColumn);
int prefix = fieldID & 0xFFFF0000;
int index = fieldID & 0x0000FFFF;
switch (prefix)
{
case MPPTaskField.TASK_FIELD_BASE:
{
TaskField field = MPPTaskField.getInstance(index);
if (field != null && field != TaskField.NOTES)
{
Task task = m_project.getTaskByUniqueID(entityID);
if (task != null)
{
if (field.getDataType() == DataType.CURRENCY)
{
value = Double.valueOf(((Double) value).doubleValue() / 100);
}
task.set(field, value);
}
}
break;
}
case MPPResourceField.RESOURCE_FIELD_BASE:
{
ResourceField field = MPPResourceField.getInstance(index);
if (field != null && field != ResourceField.NOTES)
{
Resource resource = m_project.getResourceByUniqueID(entityID);
if (resource != null)
{
if (field.getDataType() == DataType.CURRENCY)
{
value = Double.valueOf(((Double) value).doubleValue() / 100);
}
resource.set(field, value);
}
}
break;
}
case MPPAssignmentField.ASSIGNMENT_FIELD_BASE:
{
AssignmentField field = MPPAssignmentField.getInstance(index);
if (field != null && field != AssignmentField.NOTES)
{
ResourceAssignment assignment = m_assignmentMap.get(entityID);
if (assignment != null)
{
if (field.getDataType() == DataType.CURRENCY)
{
value = Double.valueOf(((Double) value).doubleValue() / 100);
}
assignment.set(field, value);
}
}
break;
}
}
}
/**
* Process a task.
*
* @param row task data
*/
protected void processTask(Row row)
{
Integer uniqueID = row.getInteger("TASK_UID");
if (uniqueID != null && uniqueID.intValue() >= 0)
{
Task task = m_project.addTask();
TimeUnit durationFormat = MPDUtility.getDurationTimeUnits(row.getInt("TASK_DUR_FMT"));
task.setActualCost(row.getCurrency("TASK_ACT_COST"));
task.setActualDuration(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_ACT_DUR"), durationFormat));
task.setActualFinish(row.getDate("TASK_ACT_FINISH"));
task.setActualOvertimeCost(row.getCurrency("TASK_ACT_OVT_COST"));
task.setActualOvertimeWork(row.getDuration("TASK_ACT_OVT_WORK"));
//task.setActualOvertimeWorkProtected();
task.setActualStart(row.getDate("TASK_ACT_START"));
task.setActualWork(row.getDuration("TASK_ACT_WORK"));
//task.setActualWorkProtected();
task.setACWP(row.getCurrency("TASK_ACWP"));
task.setBaselineCost(row.getCurrency("TASK_BASE_COST"));
task.setBaselineDuration(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_BASE_DUR"), durationFormat));
task.setBaselineFinish(row.getDate("TASK_BASE_FINISH"));
task.setBaselineStart(row.getDate("TASK_BASE_START"));
task.setBaselineWork(row.getDuration("TASK_BASE_WORK"));
//task.setBCWP(row.getCurrency("TASK_BCWP")); //@todo FIXME
//task.setBCWS(row.getCurrency("TASK_BCWS")); //@todo FIXME
task.setCalendar(m_project.getCalendarByUniqueID(row.getInteger("TASK_CAL_UID")));
//task.setConfirmed();
task.setConstraintDate(row.getDate("TASK_CONSTRAINT_DATE"));
task.setConstraintType(ConstraintType.getInstance(row.getInt("TASK_CONSTRAINT_TYPE")));
//task.setContact();
task.setCost(row.getCurrency("TASK_COST"));
//task.setCost1();
//task.setCost2();
//task.setCost3();
//task.setCost4();
//task.setCost5();
//task.setCost6();
//task.setCost7();
//task.setCost8();
//task.setCost9();
//task.setCost10();
//task.setCostVariance();
task.setCreateDate(row.getDate("TASK_CREATION_DATE"));
//task.setCritical(row.getBoolean("TASK_IS_CRITICAL")); @todo FIX ME
//task.setCV();
//task.setDate1();
//task.setDate2();
//task.setDate3();
//task.setDate4();
//task.setDate5();
//task.setDate6();
//task.setDate7();
//task.setDate8();
//task.setDate9();
//task.setDate10();
task.setDeadline(row.getDate("TASK_DEADLINE"));
//task.setDelay();
task.setDuration(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_DUR"), durationFormat));
//task.setDuration1();
//task.setDuration2();
//task.setDuration3();
//task.setDuration4();
//task.setDuration5();
//task.setDuration6();
//task.setDuration7();
//task.setDuration8();
//task.setDuration9();
//task.setDuration10();
task.setDurationVariance(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_DUR_VAR"), durationFormat));
task.setEarlyFinish(row.getDate("TASK_EARLY_FINISH"));
task.setEarlyStart(row.getDate("TASK_EARLY_START"));
//task.setEarnedValueMethod();
task.setEffortDriven(row.getBoolean("TASK_IS_EFFORT_DRIVEN"));
task.setEstimated(row.getBoolean("TASK_DUR_IS_EST"));
task.setExpanded(!row.getBoolean("TASK_IS_COLLAPSED"));
task.setExternalTask(row.getBoolean("TASK_IS_EXTERNAL"));
//task.setExternalTaskProject();
task.setFinish(row.getDate("TASK_FINISH_DATE"));
//task.setFinish1();
//task.setFinish2();
//task.setFinish3();
//task.setFinish4();
//task.setFinish5();
//task.setFinish6();
//task.setFinish7();
//task.setFinish8();
//task.setFinish9();
//task.setFinish10();
//task.setFinishVariance(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_FINISH_VAR"), durationFormat)); // Calculate for consistent results?
//task.setFixed();
task.setFixedCost(row.getCurrency("TASK_FIXED_COST"));
task.setFixedCostAccrual(AccrueType.getInstance(row.getInt("TASK_FIXED_COST_ACCRUAL")));
//task.setFlag1();
//task.setFlag2();
//task.setFlag3();
//task.setFlag4();
//task.setFlag5();
//task.setFlag6();
//task.setFlag7();
//task.setFlag8();
//task.setFlag9();
//task.setFlag10();
//task.setFlag11();
//task.setFlag12();
//task.setFlag13();
//task.setFlag14();
//task.setFlag15();
//task.setFlag16();
//task.setFlag17();
//task.setFlag18();
//task.setFlag19();
//task.setFlag20();
task.setFreeSlack(row.getDuration("TASK_FREE_SLACK").convertUnits(durationFormat, m_project.getProjectProperties()));
task.setHideBar(row.getBoolean("TASK_BAR_IS_HIDDEN"));
//task.setHyperlink();
//task.setHyperlinkAddress();
//task.setHyperlinkSubAddress();
task.setID(row.getInteger("TASK_ID"));
task.setIgnoreResourceCalendar(row.getBoolean("TASK_IGNORES_RES_CAL"));
task.setLateFinish(row.getDate("TASK_LATE_FINISH"));
task.setLateStart(row.getDate("TASK_LATE_START"));
task.setLevelAssignments(row.getBoolean("TASK_LEVELING_ADJUSTS_ASSN"));
task.setLevelingCanSplit(row.getBoolean("TASK_LEVELING_CAN_SPLIT"));
task.setLevelingDelayFormat(MPDUtility.getDurationTimeUnits(row.getInt("TASK_LEVELING_DELAY_FMT")));
task.setLevelingDelay(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_LEVELING_DELAY"), task.getLevelingDelayFormat()));
//task.setLinkedFields(row.getBoolean("TASK_HAS_LINKED_FIELDS")); @todo FIXME
task.setMarked(row.getBoolean("TASK_IS_MARKED"));
task.setMilestone(row.getBoolean("TASK_IS_MILESTONE"));
task.setName(row.getString("TASK_NAME"));
//task.setNull();
//task.setNumber1();
//task.setNumber2();
//task.setNumber3();
//task.setNumber4();
//task.setNumber5();
//task.setNumber6();
//task.setNumber7();
//task.setNumber8();
//task.setNumber9();
//task.setNumber10();
//task.setNumber11();
//task.setNumber12();
//task.setNumber13();
//task.setNumber14();
//task.setNumber15();
//task.setNumber16();
//task.setNumber17();
//task.setNumber18();
//task.setNumber19();
//task.setNumber20();
task.setObjects(getNullOnValue(row.getInteger("TASK_NUM_OBJECTS"), 0));
//task.setOutlineCode1();
//task.setOutlineCode2();
//task.setOutlineCode3();
//task.setOutlineCode4();
//task.setOutlineCode5();
//task.setOutlineCode6();
//task.setOutlineCode7();
//task.setOutlineCode8();
//task.setOutlineCode9();
//task.setOutlineCode10();
task.setOutlineLevel(row.getInteger("TASK_OUTLINE_LEVEL"));
task.setOutlineNumber(row.getString("TASK_OUTLINE_NUM"));
task.setOverAllocated(row.getBoolean("TASK_IS_OVERALLOCATED"));
task.setOvertimeCost(row.getCurrency("TASK_OVT_COST"));
//task.setOvertimeWork();
task.setPercentageComplete(row.getDouble("TASK_PCT_COMP"));
task.setPercentageWorkComplete(row.getDouble("TASK_PCT_WORK_COMP"));
//task.setPhysicalPercentComplete();
task.setPreleveledFinish(row.getDate("TASK_PRELEVELED_FINISH"));
task.setPreleveledStart(row.getDate("TASK_PRELEVELED_START"));
task.setPriority(Priority.getInstance(row.getInt("TASK_PRIORITY")));
task.setRecurring(row.getBoolean("TASK_IS_RECURRING"));
task.setRegularWork(row.getDuration("TASK_REG_WORK"));
task.setRemainingCost(row.getCurrency("TASK_REM_COST"));
task.setRemainingDuration(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_REM_DUR"), durationFormat));
task.setRemainingOvertimeCost(row.getCurrency("TASK_REM_OVT_COST"));
task.setRemainingOvertimeWork(row.getDuration("TASK_REM_OVT_WORK"));
task.setRemainingWork(row.getDuration("TASK_REM_WORK"));
//task.setResourceGroup();
//task.setResourceInitials();
//task.setResourceNames();
task.setResume(row.getDate("TASK_RESUME_DATE"));
//task.setResumeNoEarlierThan();
//task.setResumeValid();
task.setRollup(row.getBoolean("TASK_IS_ROLLED_UP"));
task.setStart(row.getDate("TASK_START_DATE"));
//task.setStart1();
//task.setStart2();
//task.setStart3();
//task.setStart4();
//task.setStart5();
//task.setStart6();
//task.setStart7();
//task.setStart8();
//task.setStart9();
//task.setStart10();
//task.setStartVariance(MPDUtility.getAdjustedDuration(m_project, row.getInt("TASK_START_VAR"), durationFormat)); // more accurate by calculation?
task.setStop(row.getDate("TASK_STOP_DATE"));
task.setSummary(row.getBoolean("TASK_IS_SUMMARY"));
//task.setText1();
//task.setText2();
//task.setText3();
//task.setText4();
//task.setText5();
//task.setText6();
//task.setText7();
//task.setText8();
//task.setText9();
//task.setText10();
//task.setText11();
//task.setText12();
//task.setText13();
//task.setText14();
//task.setText15();
//task.setText16();
//task.setText17();
//task.setText18();
//task.setText19();
//task.setText20();
//task.setText21();
//task.setText22();
//task.setText23();
//task.setText24();
//task.setText25();
//task.setText26();
//task.setText27();
//task.setText28();
//task.setText29();
//task.setText30();
//task.setTotalSlack(row.getDuration("TASK_TOTAL_SLACK")); //@todo FIX ME
task.setType(TaskType.getInstance(row.getInt("TASK_TYPE")));
task.setUniqueID(uniqueID);
//task.setUpdateNeeded();
task.setWBS(row.getString("TASK_WBS"));
//task.setWBSLevel();
task.setWork(row.getDuration("TASK_WORK"));
//task.setWorkVariance();
//TASK_HAS_NOTES = false ( java.lang.Boolean)
//TASK_RTF_NOTES = null ( )
String notes = row.getString("TASK_RTF_NOTES");
if (notes != null)
{
if (m_preserveNoteFormatting == false)
{
notes = RtfHelper.strip(notes);
}
task.setNotes(notes);
}
//
// Calculate the cost variance
//
if (task.getCost() != null && task.getBaselineCost() != null)
{
task.setCostVariance(NumberHelper.getDouble(task.getCost().doubleValue() - task.getBaselineCost().doubleValue()));
}
//
// Set default flag values
//
task.setFlag(1, false);
task.setFlag(2, false);
task.setFlag(3, false);
task.setFlag(4, false);
task.setFlag(5, false);
task.setFlag(6, false);
task.setFlag(7, false);
task.setFlag(8, false);
task.setFlag(9, false);
task.setFlag(10, false);
//
// If we have a WBS value from the MPD file, don't autogenerate
//
if (task.getWBS() != null)
{
m_autoWBS = false;
}
//
// Attempt to identify null tasks
//
if (task.getName() == null && task.getStart() == null && task.getFinish() == null)
{
task.setNull(true);
}
m_eventManager.fireTaskReadEvent(task);
}
}
/**
* Read task baseline values.
*
* @param row result set row
*/
protected void processTaskBaseline(Row row)
{
Integer id = row.getInteger("TASK_UID");
Task task = m_project.getTaskByUniqueID(id);
if (task != null)
{
int index = row.getInt("TB_BASE_NUM");
task.setBaselineDuration(index, MPDUtility.getAdjustedDuration(m_project, row.getInt("TB_BASE_DUR"), MPDUtility.getDurationTimeUnits(row.getInt("TB_BASE_DUR_FMT"))));
task.setBaselineStart(index, row.getDate("TB_BASE_START"));
task.setBaselineFinish(index, row.getDate("TB_BASE_FINISH"));
task.setBaselineWork(index, row.getDuration("TB_BASE_WORK"));
task.setBaselineCost(index, row.getCurrency("TB_BASE_COST"));
}
}
/**
* Process a relationship between two tasks.
*
* @param row relationship data
*/
protected void processLink(Row row)
{
Task predecessorTask = m_project.getTaskByUniqueID(row.getInteger("LINK_PRED_UID"));
Task successorTask = m_project.getTaskByUniqueID(row.getInteger("LINK_SUCC_UID"));
if (predecessorTask != null && successorTask != null)
{
RelationType type = RelationType.getInstance(row.getInt("LINK_TYPE"));
TimeUnit durationUnits = MPDUtility.getDurationTimeUnits(row.getInt("LINK_LAG_FMT"));
Duration duration = MPDUtility.getDuration(row.getDouble("LINK_LAG").doubleValue(), durationUnits);
Relation relation = successorTask.addPredecessor(predecessorTask, type, duration);
m_eventManager.fireRelationReadEvent(relation);
}
}
/**
* Process a resource assignment.
*
* @param row resource assignment data
*/
protected void processAssignment(Row row)
{
Resource resource = m_project.getResourceByUniqueID(row.getInteger("RES_UID"));
Task task = m_project.getTaskByUniqueID(row.getInteger("TASK_UID"));
if (task != null)
{
ResourceAssignment assignment = task.addResourceAssignment(resource);
m_assignmentMap.put(row.getInteger("ASSN_UID"), assignment);
assignment.setActualCost(row.getCurrency("ASSN_ACT_COST"));
assignment.setActualFinish(row.getDate("ASSN_ACT_FINISH"));
assignment.setActualOvertimeCost(row.getCurrency("ASSN_ACT_OVT_COST"));
assignment.setActualOvertimeWork(row.getDuration("ASSN_ACT_OVT_WORK"));
assignment.setActualStart(row.getDate("ASSN_ACT_START"));
assignment.setActualWork(row.getDuration("ASSN_ACT_WORK"));
assignment.setACWP(row.getCurrency("ASSN_ACWP"));
assignment.setBaselineCost(row.getCurrency("ASSN_BASE_COST"));
assignment.setBaselineFinish(row.getDate("ASSN_BASE_FINISH"));
assignment.setBaselineStart(row.getDate("ASSN_BASE_START"));
assignment.setBaselineWork(row.getDuration("ASSN_BASE_WORK"));
assignment.setBCWP(row.getCurrency("ASSN_BCWP"));
assignment.setBCWS(row.getCurrency("ASSN_BCWS"));
assignment.setCost(row.getCurrency("ASSN_COST"));
assignment.setCostRateTableIndex(row.getInt("ASSN_COST_RATE_TABLE"));
//assignment.setCostVariance();
//assignment.setCreateDate(row.getDate("ASSN_CREATION_DATE")); - not present in some MPD files?
//assignment.setCV();
assignment.setDelay(row.getDuration("ASSN_DELAY"));
assignment.setFinish(row.getDate("ASSN_FINISH_DATE"));
assignment.setFinishVariance(MPDUtility.getAdjustedDuration(m_project, row.getInt("ASSN_FINISH_VAR"), TimeUnit.DAYS));
//assignment.setGUID();
assignment.setLevelingDelay(MPDUtility.getAdjustedDuration(m_project, row.getInt("ASSN_LEVELING_DELAY"), MPDUtility.getDurationTimeUnits(row.getInt("ASSN_DELAY_FMT"))));
assignment.setLinkedFields(row.getBoolean("ASSN_HAS_LINKED_FIELDS"));
//assignment.setOvertimeCost();
assignment.setOvertimeWork(row.getDuration("ASSN_OVT_WORK"));
//assignment.setPercentageWorkComplete();
assignment.setRemainingCost(row.getCurrency("ASSN_REM_COST"));
assignment.setRemainingOvertimeCost(row.getCurrency("ASSN_REM_OVT_COST"));
assignment.setRemainingOvertimeWork(row.getDuration("ASSN_REM_OVT_WORK"));
assignment.setRegularWork(row.getDuration("ASSN_REG_WORK"));
assignment.setRemainingWork(row.getDuration("ASSN_REM_WORK"));
assignment.setResponsePending(row.getBoolean("ASSN_RESPONSE_PENDING"));
assignment.setStart(row.getDate("ASSN_START_DATE"));
assignment.setStartVariance(MPDUtility.getAdjustedDuration(m_project, row.getInt("ASSN_START_VAR"), TimeUnit.DAYS));
//assignment.setSV();
assignment.setTeamStatusPending(row.getBoolean("ASSN_TEAM_STATUS_PENDING"));
assignment.setUniqueID(row.getInteger("ASSN_UID"));
assignment.setUnits(Double.valueOf(row.getDouble("ASSN_UNITS").doubleValue() * 100.0d));
assignment.setUpdateNeeded(row.getBoolean("ASSN_UPDATE_NEEDED"));
//assignment.setVAC(v);
assignment.setWork(row.getDuration("ASSN_WORK"));
assignment.setWorkContour(WorkContour.getInstance(row.getInt("ASSN_WORK_CONTOUR")));
//assignment.setWorkVariance();
String notes = row.getString("ASSN_RTF_NOTES");
if (notes != null)
{
if (m_preserveNoteFormatting == false)
{
notes = RtfHelper.strip(notes);
}
assignment.setNotes(notes);
}
m_eventManager.fireAssignmentReadEvent(assignment);
}
}
/**
* Read resource assignment baseline values.
*
* @param row result set row
*/
protected void processAssignmentBaseline(Row row)
{
Integer id = row.getInteger("ASSN_UID");
ResourceAssignment assignment = m_assignmentMap.get(id);
if (assignment != null)
{
int index = row.getInt("AB_BASE_NUM");
assignment.setBaselineStart(index, row.getDate("AB_BASE_START"));
assignment.setBaselineFinish(index, row.getDate("AB_BASE_FINISH"));
assignment.setBaselineWork(index, row.getDuration("AB_BASE_WORK"));
assignment.setBaselineCost(index, row.getCurrency("AB_BASE_COST"));
}
}
/**
* Carry out any post-processing required to tidy up
* the data read from the database.
*/
protected void postProcessing()
{
//
// Update the internal structure. We'll take this opportunity to
// generate outline numbers for the tasks as they don't appear to
// be present in the MPP file.
//
ProjectConfig config = m_project.getProjectConfig();
config.setAutoWBS(m_autoWBS);
config.setAutoOutlineNumber(true);
m_project.updateStructure();
config.setAutoOutlineNumber(false);
//
// Perform post-processing to set the summary flag
//
for (Task task : m_project.getTasks())
{
task.setSummary(task.getChildTasks().size() != 0);
}
//
// Ensure that the unique ID counters are correct
//
config.updateUniqueCounters();
}
/**
* This method returns the value it is passed, or null if the value
* matches the nullValue argument.
*
* @param value value under test
* @param nullValue return null if value under test matches this value
* @return value or null
*/
// private Duration getNullOnValue (Duration value, Duration nullValue)
// {
// return (value.equals(nullValue)?null:value);
// }
/**
* This method returns the value it is passed, or null if the value
* matches the nullValue argument.
*
* @param value value under test
* @param nullValue return null if value under test matches this value
* @return value or null
*/
private Integer getNullOnValue(Integer value, int nullValue)
{
return (NumberHelper.getInt(value) == nullValue ? null : value);
}
/**
* Returns a default value if a null value is found.
*
* @param value value under test
* @param defaultValue default if value is null
* @return value
*/
public Double getDefaultOnNull(Double value, Double defaultValue)
{
return (value == null ? defaultValue : value);
}
/**
* Returns a default value if a null value is found.
*
* @param value value under test
* @param defaultValue default if value is null
* @return value
*/
public Integer getDefaultOnNull(Integer value, Integer defaultValue)
{
return (value == null ? defaultValue : value);
}
/**
* Sets the ID of the project to be read.
*
* @param projectID project ID
*/
public void setProjectID(Integer projectID)
{
m_projectID = projectID;
}
/**
* This method sets a flag to indicate whether the RTF formatting associated
* with notes should be preserved or removed. By default the formatting
* is removed.
*
* @param preserveNoteFormatting boolean flag
*/
public void setPreserveNoteFormatting(boolean preserveNoteFormatting)
{
m_preserveNoteFormatting = preserveNoteFormatting;
}
protected Integer m_projectID;
protected ProjectFile m_project;
protected EventManager m_eventManager;
private boolean m_preserveNoteFormatting;
private boolean m_autoWBS = true;
private Map<Integer, ProjectCalendar> m_calendarMap = new HashMap<Integer, ProjectCalendar>();
private List<Pair<ProjectCalendar, Integer>> m_baseCalendarReferences = new LinkedList<Pair<ProjectCalendar, Integer>>();
private Map<Integer, ProjectCalendar> m_resourceMap = new HashMap<Integer, ProjectCalendar>();
private Map<Integer, ResourceAssignment> m_assignmentMap = new HashMap<Integer, ResourceAssignment>();
}
/*
TASK_VAC = 0.0 ( java.lang.Double)
EXT_EDIT_REF_DATA = null ( )
TASK_IS_SUBPROJ = false ( java.lang.Boolean)
TASK_IS_FROM_FINISH_SUBPROJ = false ( java.lang.Boolean)
TASK_IS_RECURRING_SUMMARY = false ( java.lang.Boolean)
TASK_IS_READONLY_SUBPROJ = false ( java.lang.Boolean)
TASK_BASE_DUR_FMT = 39 ( java.lang.Short)
TASK_WBS_RIGHTMOST_LEVEL = null ( )
*/
|
[
"claur@users.sourceforge.net"
] |
claur@users.sourceforge.net
|
fc242b3f93483264bb5fa3bf0205aef8596bb4ef
|
fe4dcdc6a906fb1f649923d42b37eea01a6482e5
|
/mango-common/src/main/java/com/kirk/mango/common/utils/PoiUtils.java
|
fbddc00c4e36175958c23c68ec2a61a28dff1726
|
[] |
no_license
|
kirkliu168/mango-new
|
35329f7e9984d380aa7fdc420419902714ae3881
|
c894aa74940e00cab76c4d407abab67b0081f4e8
|
refs/heads/master
| 2023-08-09T06:22:21.182771
| 2019-12-07T07:43:17
| 2019-12-07T07:43:17
| 226,243,895
| 0
| 0
| null | 2023-07-22T23:36:44
| 2019-12-06T04:13:25
|
Java
|
UTF-8
|
Java
| false
| false
| 896
|
java
|
package com.kirk.mango.common.utils;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import org.apache.poi.ss.usermodel.Workbook;
/**
* POI相关操作
* @author Louis
* @date Jan 14, 2019
*/
public class PoiUtils {
/**
* 生成Excel文件
* @param workbook
* @param fileName
* @return
*/
public static File createExcelFile(Workbook workbook, String fileName) {
OutputStream stream = null;
File file = null;
try {
file = File.createTempFile(fileName, ".xlsx");
stream = new FileOutputStream(file.getAbsoluteFile());
workbook.write(stream);
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
} finally {
IOUtils.closeQuietly(workbook);
IOUtils.closeQuietly(stream);
}
return file;
}
}
|
[
"liuwei01437@i2finance.net"
] |
liuwei01437@i2finance.net
|
5c12310a59223041dd7254b9314ed9d069336dab
|
d26142ad87ba4f1ae3aceb3b34b72788795e9c65
|
/app/src/main/java/com/qhh/opencvdemo/camera/CameraConfig.java
|
865de80bb25dcc27e92878f7c6dd995f905cd2ef
|
[] |
no_license
|
qinhaihang/OpenCVDemo-master
|
694fbad11e1576aeb55762f4576cdd0f0876f3e6
|
23fb91c7afb3541caae3ba53a5d38a1d10fdf1ee
|
refs/heads/master
| 2020-05-15T12:10:00.878334
| 2019-06-19T07:47:51
| 2019-06-19T07:47:51
| 182,255,177
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 5,402
|
java
|
package com.qhh.opencvdemo.camera;
import android.hardware.Camera;
import java.util.ArrayList;
public class CameraConfig {
private final int orientation;
/**
* 预览宽高
*/
private int mPreviewWidth;
private int mPreviewHeight;
/**
* 要选择的分辨率
*/
private ArrayList<Integer> mSupportPreviewSize = new ArrayList<>(4);
/**
* 要开哪个相机
*/
private ArrayList<Integer> mSupportCameraType = new ArrayList<>(2);
/**
* 支持的分辨率
*/
public static final int CAMERA_SUPPORT_640_480 = 101;
public static final int CAMERA_SUPPORT_800_600 = 102;
public static final int CAMERA_SUPPORT_1280_720 = 103;
public static final int CAMERA_SUPPORT_1920_1080 = 104;
/**
* 支持前置后置
*/
public static final int CAMERA_FACING_BACK = 0;
public static final int CAMERA_FACING_FRONT = 1;
public static final int CAMERA_FACING_USB = 2;
public CameraConfig(int previewWidth, int previewHeight
, ArrayList<Integer> supportCameraType
, ArrayList<Integer> supportPreviewSize, int orientation) {
mSupportCameraType.addAll(supportCameraType);
mSupportPreviewSize.addAll(supportPreviewSize);
if (previewWidth != 0) {
mPreviewWidth = previewWidth;
}
if (previewHeight != 0) {
mPreviewHeight = previewHeight;
}
this.orientation = orientation;
}
public int getPreviewWidth() {
return mPreviewWidth;
}
public int getPreviewHeight() {
return mPreviewHeight;
}
public ArrayList<Integer> getSupportPreviewSize() {
return mSupportPreviewSize;
}
public ArrayList<Integer> getSupportCameraType() {
return mSupportCameraType;
}
public int getOrientation() {
return this.orientation;
}
public static class Builder {
private int mPreviewWidth;
private int mPreviewHeight;
private int orientation;
private ArrayList<Integer> mSupportPreviewSize = new ArrayList<>(4);
private ArrayList<Integer> mSupportCameraType = new ArrayList<>(2);
public Builder previewWidth(int previewWidth) {
mPreviewWidth = previewWidth;
return this;
}
public Builder previewHeight(int previewHeight) {
mPreviewHeight = previewHeight;
return this;
}
public Builder facingUSBCamera() {
mSupportCameraType.add(CAMERA_FACING_USB);
return this;
}
public Builder facingFrontCamera() {
mSupportCameraType.add(CAMERA_FACING_FRONT);
return this;
}
public Builder facingBackCamera() {
mSupportCameraType.add(CAMERA_FACING_BACK);
return this;
}
public Builder support480p() {
mSupportPreviewSize.add(CAMERA_SUPPORT_640_480);
return this;
}
public Builder support720p() {
mSupportPreviewSize.add(CAMERA_SUPPORT_1280_720);
return this;
}
public Builder support1080p() {
mSupportPreviewSize.add(CAMERA_SUPPORT_1920_1080);
return this;
}
public Builder support600p() {
mSupportPreviewSize.add(CAMERA_SUPPORT_800_600);
return this;
}
public Builder orientation(int orientation) {
this.orientation = orientation;
return this;
}
public CameraConfig build() {
return new CameraConfig(mPreviewWidth, mPreviewHeight, mSupportCameraType, mSupportPreviewSize, orientation);
}
}
public static boolean equalsSize(Camera.Size size, int previewSize) {
switch (previewSize) {
case CAMERA_SUPPORT_640_480:
return size.width == 640 && size.height == 480;
case CAMERA_SUPPORT_800_600:
return size.width == 800 && size.height == 600;
case CAMERA_SUPPORT_1280_720:
return size.width == 1280 && size.height == 720;
case CAMERA_SUPPORT_1920_1080:
return size.width == 1920 && size.height == 1080;
default:
return false;
}
}
public static Size getSize(int size) {
switch (size) {
case CAMERA_SUPPORT_640_480:
return new Size(640, 480);
case CAMERA_SUPPORT_800_600:
return new Size(800, 600);
case CAMERA_SUPPORT_1280_720:
return new Size(1280, 720);
case CAMERA_SUPPORT_1920_1080:
return new Size(1920, 1080);
default:
return new Size(640, 480);
}
}
public static class Size {
private int width;
private int height;
public Size() {
}
public Size(int width, int height) {
this.width = width;
this.height = height;
}
public int getWidth() {
return width;
}
public void setWidth(int width) {
this.width = width;
}
public int getHeight() {
return height;
}
public void setHeight(int height) {
this.height = height;
}
}
}
|
[
"qinhaihang_vendor@sensetime.com"
] |
qinhaihang_vendor@sensetime.com
|
f31a2a831a7a15d69b63e9861dcd4f90c7cea1f9
|
0abae70eb256d69d9a5eee73eac860ce1a11eeee
|
/app/src/main/java/com/example/uidaiaddressupdate/requestaddress/RequestSentPage.java
|
55daac6d26dfd24c15e0c66657a7d50a2ae841a0
|
[] |
no_license
|
mohan2106/UIDAIAddressUpdate
|
fc27b02d6545f00bedc7d4304429829d1947c565
|
1d487943739a7fa1f12a118f8dd547dd98648c81
|
refs/heads/master
| 2023-09-04T09:53:58.936684
| 2021-10-31T17:22:54
| 2021-10-31T17:22:54
| 421,379,078
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,202
|
java
|
package com.example.uidaiaddressupdate.requestaddress;
import android.os.Bundle;
import androidx.appcompat.widget.AppCompatButton;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.uidaiaddressupdate.R;
public class RequestSentPage extends Fragment {
private AppCompatButton close_button;
public RequestSentPage() {
// Required empty public constructor
}
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
View view = inflater.inflate(R.layout.fragment_request_sent_page, container, false);
close_button = (AppCompatButton) view.findViewById(R.id.close_button);
close_button.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
getActivity().finish();
}
});
return view;
}
}
|
[
"mohanjnv1@gmail.com"
] |
mohanjnv1@gmail.com
|
708524867e0b25046cdc2aa78a9e7676143e31b6
|
677fd0f13b75966be41da5f9c4010f6f19147395
|
/src/main/java/com/holding/Application.java
|
f2eca8527ae12d17c7fc642ffc970fc4b3f7799f
|
[] |
no_license
|
jnsierra/holding-experian
|
92f6a20f489b51861dfd6dcceecad18be849d58c
|
7b7f8bd66d85aa5aaf891707232785fc3fb702f5
|
refs/heads/master
| 2020-05-17T20:46:07.711795
| 2019-04-29T23:00:47
| 2019-04-29T23:00:47
| 183,953,118
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 645
|
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.holding;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
/**
*
* @author Nicolas Sierra
*/
@SpringBootApplication
public class Application extends SpringBootServletInitializer{
public static void main(String ... args){
SpringApplication.run(Application.class, args);
}
}
|
[
"jnsierrac@gmail.com"
] |
jnsierrac@gmail.com
|
6bf624ba17fd59524c05a5820614361d0e9e3e39
|
564cac19668bf1103b21ed34e4aec38b7dfa2c6e
|
/obcp-user/src/main/java/cn/obcp/user/dto/OrgDto.java
|
7ef5c35524ceac00b669709c7ade4c9355a15310
|
[
"MIT"
] |
permissive
|
sparkchain-cn/obcp
|
c609684fb6a2d9458dc1847a358b23ee4a1383df
|
eeeb9ba226d38887fd17959a8675329f0fb901f9
|
refs/heads/master
| 2022-09-15T13:46:00.866128
| 2019-09-25T08:58:06
| 2019-09-25T08:58:06
| 206,459,323
| 0
| 0
|
MIT
| 2022-09-01T23:14:07
| 2019-09-05T02:38:45
|
Java
|
UTF-8
|
Java
| false
| false
| 1,004
|
java
|
package cn.obcp.user.dto;
import java.util.Map;
import cn.obcp.base.utils.StringUtils;
public class OrgDto extends BaseDto {
private String name;
private String code;
public OrgDto( String name,String code){
this.code = code;
this.name = name;
}
public static Map<String, Object> getParamBuDto(OrgDto orgDto) {
if (orgDto == null){
orgDto = new OrgDto(null,null);
}
Map map = getBasePramMap(orgDto);
if (StringUtils.isNotNullOrEmpty(orgDto.getCode())){
map.put("code",orgDto.getCode());
}
if (StringUtils.isNotNullOrEmpty(orgDto.getName())){
map.put("name",orgDto.getName());
}
return map;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getCode() {
return code;
}
public void setCode(String code) {
this.code = code;
}
}
|
[
"chenxiao@sparkchain.cn"
] |
chenxiao@sparkchain.cn
|
7ea3954480eaba85b574cb821dbb14b97f61639d
|
7df83744484caddfcb81a12f7e102b0e664851ae
|
/rio-lib/src/main/java/org/rioproject/impl/persistence/FileSystem.java
|
12f740be3d57b2b09d8de15c93ebfcff6e20b213
|
[
"Apache-2.0"
] |
permissive
|
dreedyman/Rio
|
e3f2c5dfcd5bd59f8cff435611494abd27ac8cba
|
0872068d3a955f4cfc5687f241b72a7ebbdf70cb
|
refs/heads/master
| 2022-05-03T22:13:22.385969
| 2022-03-10T22:13:34
| 2022-03-10T22:13:34
| 1,068,402
| 15
| 15
|
Apache-2.0
| 2021-01-27T15:43:40
| 2010-11-10T14:26:52
|
Java
|
UTF-8
|
Java
| false
| false
| 2,925
|
java
|
/*
* Copyright to the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.rioproject.impl.persistence;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* Miscellaneous file system manipulation methods.
*
* @author Sun Microsystems, Inc.
*/
public class FileSystem {
/**
* Remove this completely. If the parameter is a directory, it is
* removed after recursively destroying all its contents, including
* subdirectories. If the named file does not exist,
* <code>destroy</code> simply returns.
*
* @param proceed Proceed in the face of errors; otherwise the first error stops
* the execution of the method.
* @throws IOException The list of files that couldn't be removed (in the detail string).
*/
public static void destroy(File file, boolean proceed) throws IOException {
if (!file.exists() || file.delete()) // that was easy
return;
List<File> errors = (proceed ? new ArrayList<File>() : null);
destroyDir(file, errors);
if (errors != null && !errors.isEmpty()) {
StringBuilder buf = new StringBuilder("couldn't delete:");
for (File error : errors)
buf.append('\n').append(error);
throw new IOException(buf.toString());
}
}
/**
* Perform the recursion for <code>destroy</code>.
*/
private static void destroyDir(File dir, Collection<File> errors) throws IOException {
if (!dir.isDirectory()) { // catch assumption that this is a dir
handleError(errors, dir);
return;
}
String[] names = dir.list();
for (String name : names) {
File file = new File(dir, name);
if (!file.delete()) // assume it's a dir
destroyDir(file, errors);
}
if (!dir.delete())
handleError(errors, dir);
}
/**
* Handle an error, either by adding to the list, or if there is no
* list, throwing an <code>IOException</code>.
*/
private static void handleError(Collection<File> errors, File path) throws IOException {
if (errors == null)
throw new IOException("couldn't delete " + path);
errors.add(path);
}
}
|
[
"dennis.reedy@gmail.com"
] |
dennis.reedy@gmail.com
|
40994539ecab30f3ab891c16768c7518d19badfc
|
80997bc71e73690170a84923f106606e3b79c6ef
|
/java-demo/spring-xiaomage/dependency-lookup/src/main/java/com/hjs/thinking/in/spring/dependency/lookup/ObjectProviderDemo.java
|
880b8634bd6c56f7846871dbf404beb5ce2f0674
|
[] |
no_license
|
ShenGouQiang/JavaDeveloper
|
977fbbac61771e49cce3189fb718c0f82ea878b2
|
05fa4c5c9da0137d56371d94721398a474c38073
|
refs/heads/master
| 2023-06-29T05:02:03.050394
| 2021-08-03T16:12:10
| 2021-08-03T16:12:10
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,453
|
java
|
package com.hjs.thinking.in.spring.dependency.lookup;
import com.hjs.thinking.in.spring.ioc.overview.domain.User;
import org.springframework.beans.factory.ObjectProvider;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Primary;
/**
* 通过 {@link ObjectProvider} 进行依赖查找
*
* @author haojunsheng
* @date 2021/7/16 13:19
*/
public class ObjectProviderDemo {
public static void main(String[] args) {
// 创建 BeanFactory 容器
AnnotationConfigApplicationContext applicationContext = new AnnotationConfigApplicationContext();
// 将当前类 ObjectProviderDemo 作为配置类(Configuration Class)
applicationContext.register(ObjectProviderDemo.class);
// 启动应用上下文
applicationContext.refresh();
// 依赖查找集合对象
lookupByObjectProvider(applicationContext);
lookupIfAvailable(applicationContext);
lookupByStreamOps(applicationContext);
// 关闭应用上下文
applicationContext.close();
}
@Bean
@Primary
public String helloWorld() { // 方法名就是 Bean 名称 = "helloWorld"
return "Hello,World";
}
@Bean
public String message() {
return "Message";
}
private static void lookupByStreamOps(AnnotationConfigApplicationContext applicationContext) {
ObjectProvider<String> objectProvider = applicationContext.getBeanProvider(String.class);
// Iterable<String> stringIterable = objectProvider;
// for (String string : stringIterable) {
// System.out.println(string);
// }
// Stream -> Method reference
objectProvider.stream().forEach(System.out::println);
}
private static void lookupIfAvailable(AnnotationConfigApplicationContext applicationContext) {
ObjectProvider<User> userObjectProvider = applicationContext.getBeanProvider(User.class);
User user = userObjectProvider.getIfAvailable(User::createUser);
System.out.println("当前 User 对象:" + user);
}
private static void lookupByObjectProvider(AnnotationConfigApplicationContext applicationContext) {
ObjectProvider<String> objectProvider = applicationContext.getBeanProvider(String.class);
System.out.println(objectProvider.getObject());
}
}
|
[
"hjs.junyu@gmail.com"
] |
hjs.junyu@gmail.com
|
c912732a04dec3b691f89b8f4516a9daab53092d
|
7f37bb2dc2fcf54fdd74e04d20002c0246425aa1
|
/week2/TaskManager/app/src/androidTest/java/edu/regis/msse655/taskmanager/ApplicationTest.java
|
c1989db3db89b695c6b6865c574bfd96eecf9a22
|
[] |
no_license
|
tbinkleyjones-edu/msse655-exercises
|
59e49d5a171165e185b06b031ae80326e038f768
|
1cd8ef4e6e09143abc44e43cb56588366f664726
|
refs/heads/master
| 2016-08-07T19:23:05.719680
| 2015-09-08T18:13:16
| 2015-09-08T18:13:16
| 41,380,325
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 360
|
java
|
package edu.regis.msse655.taskmanager;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}
|
[
"tbinkleyjones@regis.edu"
] |
tbinkleyjones@regis.edu
|
2412dc1ca1a4bd87df6ea42dfdbeba065643b068
|
4c24b8da0d96c021c6e0c55fa97cb58c1bd7e8f4
|
/test.archive.1/dynamic/MergersDivTwoTest.java
|
50b8f19eb7e412008fbc34941f0dd64f2fbb1617
|
[] |
no_license
|
TankaiHub/topc
|
ee80fa1c5fd85372a0b2cf65a0c22096ec19a5ad
|
bdac19df8df6847e9fcb6e138ad9ac5d9d77ae5e
|
refs/heads/master
| 2023-03-15T22:00:06.612099
| 2016-03-30T06:15:05
| 2016-03-30T06:15:05
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 37,932
|
java
|
package topc.test.dynamic;
import junit.framework.*;
import org.junit.Test;
import static org.junit.Assert.*;
import topc.dynamic.*;
public class MergersDivTwoTest {
double DELTA = 1.0e-09;
MergersDivTwo mergersdivtwo = new MergersDivTwo();
@Test
public void case1() {
int[] revenues = { 5, -7, 3 };
int k = 2;
assertEquals(1.5, mergersdivtwo.findMaximum(revenues, k), DELTA * 1.5);
}
@Test
public void case2() {
int[] revenues = { 5, -7, 3 };
int k = 3;
assertEquals(0.3333333333333333, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.3333333333333333);
}
@Test
public void case3() {
int[] revenues = { 1, 2, 2, 3, -10, 7 };
int k = 3;
assertEquals(2.9166666666666665, mergersdivtwo.findMaximum(revenues, k), DELTA * 2.9166666666666665);
}
@Test
public void case4() {
int[] revenues = { -100, -100, -100, -100, -100, 100 };
int k = 4;
assertEquals(-66.66666666666667, mergersdivtwo.findMaximum(revenues, k), DELTA * -66.66666666666667);
}
@Test
public void case5() {
int[] revenues = { 869, 857, -938, -290, 79, -901, 32, -907, 256, -167, 510, -965, -826, 808, 890, -233, -881, 255, -709, 506, 334, -184, 726, -406, 204, -912, 325, -445, 440, -368 };
int k = 7;
assertEquals(706.0369290573373, mergersdivtwo.findMaximum(revenues, k), DELTA * 706.0369290573373);
}
@Test
public void case6() {
int[] revenues = { 300, -800, 700, -89, -82, -97, 100, -89, -89, -94, -89, -89, -1000, -500, -800, -86, -86, -700, -87, -80, -89, -81, 300, -87, -100, -96, -99, -87, -93, 100 };
int k = 7;
assertEquals(189.87845804988663, mergersdivtwo.findMaximum(revenues, k), DELTA * 189.87845804988663);
}
@Test
public void case7() {
int[] revenues = { -1000, -300, -97, 900, -94, -96, -99, -400, -400, -81, -86, 900, -1000, -600, 300, -89, 700, 1000, -82, -94, -93, -91, -300, -200, -91, 800, -84, 700, 0, -400 };
int k = 7;
assertEquals(710.8573696145124, mergersdivtwo.findMaximum(revenues, k), DELTA * 710.8573696145124);
}
@Test
public void case8() {
int[] revenues = { -90, -82, -91, -900, -82, -400, 400, -89, -84, -91, -93, -400, 300, -400, -97, -98, -92, 500, 500, 500, 900, 600, 700, -100, 800, -300, -600, -500, -93, -86, 700, -300, -100, -81, -96, -85, -1000, -80, -89, -300, -93, 800, -99, 1000, -84, -88, -86, -84, -90, 600 };
int k = 12;
assertEquals(632.2304353632479, mergersdivtwo.findMaximum(revenues, k), DELTA * 632.2304353632479);
}
@Test
public void case9() {
int[] revenues = { 4, 21, -355, -56, -351, -2, -5, 5, -10, 2, 8, 6, 40, 22, -357, -950, -356, 544, -657, -335, 95, -953, -650, -957, 250, 248, -655, 552, -2, -357, -651, 5, 551, -2, -47, 4, 544, -1, -355, -17, -656, 7, 65 };
int k = 12;
assertEquals(241.77255639097746, mergersdivtwo.findMaximum(revenues, k), DELTA * 241.77255639097746);
}
@Test
public void case10() {
int[] revenues = { -790, -348, 243, 246, 549, -352, -276, -1, -69, 77, -349, -84, 7, -652, 692, 243, -348, 186, 549, -353, -56, 25, 553, 36, -647, -46, 74, 251, -653, 32, -55, 546, 87, 244, -52, -640, 9, -348, -54, 245, -651, 550, 548, 5, -8 };
int k = 12;
assertEquals(420.7946084104938, mergersdivtwo.findMaximum(revenues, k), DELTA * 420.7946084104938);
}
@Test
public void case11() {
int[] revenues = { -13, 3, 496, 548, -954, 1, 21, -355, 244, -50, -54, -919, 7, -657, -651, -7, -48, -651, -352, -949, -17, 1, -950, -351, -2, -49, 678, -955, -58, -653, -955, -35, -147, -649, -951, -654, 48, -355, -617, -15, -348, 247, -648, 243 };
int k = 5;
assertEquals(415.98374076952376, mergersdivtwo.findMaximum(revenues, k), DELTA * 415.98374076952376);
}
@Test
public void case12() {
int[] revenues = { 245, -977, 545, -348, -951, -708, -655, -51, -91, -350, 0, 253, 547, 47, -54, -223, -806, 250, -354, -348, 1, -761, -3, 0, -51, -654, -953, 71, 9, -16, 551, 543, -655, 88, 8, -5, -47, 52, 10, 15, -347, -649, -10, 889, 5, -950, -245, -497, -4 };
int k = 12;
assertEquals(335.73408564814815, mergersdivtwo.findMaximum(revenues, k), DELTA * 335.73408564814815);
}
@Test
public void case13() {
int[] revenues = { -10, -651, -950, -576, -44, -951, -10, -46, -86, -650, -990, -950, 64, -18, 31, -7, 85, -48, -652, -39, -957, -650, -777, 6, 8, 1, 546, -350, -349, 247, -2, -8, -31, -47, -956, -657, -947, 97, -947, 494, -53, -653, 9, -47, -352 };
int k = 6;
assertEquals(247.798616894746, mergersdivtwo.findMaximum(revenues, k), DELTA * 247.798616894746);
}
@Test
public void case14() {
int[] revenues = { -56, -652, -54, 552, 1, 60, 5, 414, -84, -7, -648, 74, 78, 85, -53, -955, 742, 3, -648, 7, 547, 547, 548, -649, 4, 369, -955, 549, 221, -950, 253, 249, -3, 6, -1, 543, -68, 36, -11, -866, -60, 574, -6, -48, -349, 6, -953, 68 };
int k = 11;
assertEquals(498.5644547075028, mergersdivtwo.findMaximum(revenues, k), DELTA * 498.5644547075028);
}
@Test
public void case15() {
int[] revenues = { 715, -347, 53, -947, 543, -681, -951, -10, 3, -354, -355, 253, -902, 73, -348, -104, 82, -349, -76, -347, 6, -50, -732, -657, -629, 61, -83, 0, -651, 52, -50, -47, -177, -349, -648, -7, -347, -947, 543, -55, 318, 6, 8, 735, -347, 248, 246, 547 };
int k = 7;
assertEquals(505.74137429510193, mergersdivtwo.findMaximum(revenues, k), DELTA * 505.74137429510193);
}
@Test
public void case16() {
int[] revenues = { 548, -651, -349, 252, -55, -652, -6, 543, 9, -12, -19, -351, -956, 249, 727, 812, 791, 154, -1, 550, 243, 552, -951, 96, 8, 549, 5, 546, -24, -51, -653, 550, 545, -948, 546, 545, -356, 0, -6, 549, 597, -657 };
int k = 8;
assertEquals(635.0892260950855, mergersdivtwo.findMaximum(revenues, k), DELTA * 635.0892260950855);
}
@Test
public void case17() {
int[] revenues = { -647, 40, -3, -4, -56, -890, -389, 95, 8, 616, 93, 1, -50, -52, 249, 243, -1, -955, -53, 94, 63, -93, -652, -57, -4, -54, 45, 543, -650, 88, 10, -57, 642, -950, -355, -222, 544, -353, 545, -55, -53, 553, -951, 3, 7 };
int k = 9;
assertEquals(443.60229766803843, mergersdivtwo.findMaximum(revenues, k), DELTA * 443.60229766803843);
}
@Test
public void case18() {
int[] revenues = { 252, 244, -96, -957, -55, 551, 59, 7, 253, -57, -50, -49, 4, 3, 545, -8, -77, -38, -47, -954, -54, 252, -352, 8, 284, 54, -655, 6, 252, -6, 13, -176, -35, 9, 62, -26, 551, -30, -4, 652, -179, -53, -347, 337, -62 };
int k = 6;
assertEquals(477.2643927455527, mergersdivtwo.findMaximum(revenues, k), DELTA * 477.2643927455527);
}
@Test
public void case19() {
int[] revenues = { 1, -32, -764, -7, -951, -647, -2, -51, 253, -4, -345, 253, 244, -47, -272, -60, 543, -56, -2, -956, -950, 553, -40, 526, 544, -649, 243, -7, 0, -50, 244, 7, -53, -657, 248, -88, 9, -48, -348, -657, 804, -655, -9, -56, -48, 79, -478 };
int k = 9;
assertEquals(423.69955908289245, mergersdivtwo.findMaximum(revenues, k), DELTA * 423.69955908289245);
}
@Test
public void case20() {
int[] revenues = { 84, -96, -651, -42, 5, 56, -407, -3, 345, -2, 243, 79, -4, 125, 352, -652, 248, -3, 548, 252, -354, -654, 7, -53, -266, -768, -351, -74, -291, -49, 245, -355, 543, 253, 246, -80, -54, -1, -357, -6, 320, 6, 9, 67, -347, -123 };
int k = 3;
assertEquals(471.1257590690506, mergersdivtwo.findMaximum(revenues, k), DELTA * 471.1257590690506);
}
@Test
public void case21() {
int[] revenues = { -93, 22, 924, 70, -952, -67, 10, 247, 548, -350, -62, 705, 249, -648, 1, -79, -57, -5, 575, -49, -656, -348, 42, 5, 550, 2, -654, 8, 546, 169, 3, -656, 553, 100, -649, 250, -47, 553, -347, -90, -657, -95, -949, 54, -565, -652, 857 };
int k = 4;
assertEquals(755.5247154645622, mergersdivtwo.findMaximum(revenues, k), DELTA * 755.5247154645622);
}
@Test
public void case22() {
int[] revenues = { 553, 388, -50, 553, 550, -5, -51, -2, 6, -652, -10, 246, 248, 9, -47, -56, -10, 129, -1, 545, 59, 550, 243, -655, 1, -352, -127, -950, -2, 549, -947, -49, -351, 295, -952, -60, -79, 486, -55, -350, -856, 656, 0, 95, 23, -357, -96, 249, 546 };
int k = 8;
assertEquals(534.0882641392895, mergersdivtwo.findMaximum(revenues, k), DELTA * 534.0882641392895);
}
@Test
public void case23() {
int[] revenues = { 4, 21, -355, -56, -351, -2, -5, 5, -10, 2, 8, 6, 40, 22, -357, -950, -356, 544, -657, -335, 95, -953, -650, -957, 250, 248, -655, 552, -2, -357, -651, 5, 551, -2, -47, 4, 544, -1, -355, -17, -656, 7, 65 };
int k = 12;
assertEquals(241.77255639097746, mergersdivtwo.findMaximum(revenues, k), DELTA * 241.77255639097746);
}
@Test
public void case24() {
int[] revenues = { 69, 3, 4, -349, -649, 547, -651, -355, 9, 3, 5, 253, 424, -57, 8, -45, 249, -67, -6, -3, -347, -4, -647, -1, -352, 69, -815, 551, -7, -59, -235, -51, 106, -35, -4, -648, -48, 9, -352, -653, 262, 246, -48, 75, -45, 97, -957, -654 };
int k = 9;
assertEquals(297.18513031550066, mergersdivtwo.findMaximum(revenues, k), DELTA * 297.18513031550066);
}
@Test
public void case25() {
int[] revenues = { 250, -248, -394, 983, 550, 844, -657, -3, 546, -354, -831, 77, -57, 551, 550, 40, 546, 253, 0, 244, -608, 8, 547, -656, 253, -83, -3, 8, -1, 243, -95, 46, -4, -17, -657, -50, 6, 551, -948, -8, -57, 1, -190, 46, 544 };
int k = 10;
assertEquals(586.0912299465241, mergersdivtwo.findMaximum(revenues, k), DELTA * 586.0912299465241);
}
@Test
public void case26() {
int[] revenues = { -50, -51, -54, -950, 74, -11, -45, -1, -936, 244, 8, -949, 552, 869, 1, -350, 8, -653, -6, 253, 243, 250, 3, -56, -6, 248, -49, -642, -58, -592, 546, -352, -949, -511, 552, -54, -6, 246, 253, -54, 549, -55 };
int k = 19;
assertEquals(241.47587719298247, mergersdivtwo.findMaximum(revenues, k), DELTA * 241.47587719298247);
}
@Test
public void case27() {
int[] revenues = { -349, -3, 246, 6, -10, -54, -83, -947, 88, 251, 545, 547, -137, -955, 380, 279, 549, 1, 377, -957, -356, 544, 253, 547, -51, -348, -56, 938, -46, -813, -956, -515, -54, -957, -357, 552, 243, -1, 814, 553, 95, 5 };
int k = 8;
assertEquals(604.725343883547, mergersdivtwo.findMaximum(revenues, k), DELTA * 604.725343883547);
}
@Test
public void case28() {
int[] revenues = { -357, 1, -352, 9, -353, -4, -52, -949, 6, -10, 550, 551, -54, -53, 811, -7, 249, -52, 4, -73, -47, 245, 246, 4, -649, -949, -13, 250, -9, -110, -26, -952, -801, 519, -649, 551, -56, 246, 75, 150, -194, -649 };
int k = 8;
assertEquals(450.15553218482904, mergersdivtwo.findMaximum(revenues, k), DELTA * 450.15553218482904);
}
@Test
public void case29() {
int[] revenues = { -355, 4, 544, -56, -954, -649, 47, -576, -366, -53, -3, -48, -5, 4, 352, 247, -49, 45, -238, -79, -651, 648, -951, 246, -60, -811, -956, -655, 244, 569, 55, 16, -952, -955, -351, 937, -9, 546, 945, 75, 253, -49, -9, -347, -348, -56, 61, 51 };
int k = 8;
assertEquals(586.2865506685697, mergersdivtwo.findMaximum(revenues, k), DELTA * 586.2865506685697);
}
@Test
public void case30() {
int[] revenues = { -54, -551, -657, -47, -956, 269, -405, -48, -648, -47, 244, -728, -35, -41, -937, 998, 874, -2, -653, -655, -8, 246, 348, -4, -356, -5, -85, 8, 38, -55, -53, -3, 8, -30, -52, 244, -947, 827, -651, -356, -954, 246, 243, 51, -21, -51, 2, -356, 8, -5 };
int k = 12;
assertEquals(382.14132612179486, mergersdivtwo.findMaximum(revenues, k), DELTA * 382.14132612179486);
}
@Test
public void case31() {
int[] revenues = { -5, -348, 549, 548, 8, -351, -52, 105, -656, 115, -347, -48, 5, -383, -52, -352, -657, -54, 244, 0, -950, -53, -47, -9, -6, 246, -348, -353, -53, 412, 548, -957, -16, -651, -348, 3, -54, -956, -53, 245, 54, 781, -690, -78 };
int k = 6;
assertEquals(499.73338140554574, mergersdivtwo.findMaximum(revenues, k), DELTA * 499.73338140554574);
}
@Test
public void case32() {
int[] revenues = { -955, 244, -56, 936, 549, 550, -8, -957, 252, -951, 8, -194, -1, -355, -655, -8, -57, -141, -3, -10, -67, -67, -49, -855, -657, 544, -48, 7, -657, -10, -650, -49, -51, 42, 543, -956, -11, -647, -953, 95, 245, 1, 8 };
int k = 5;
assertEquals(568.3621436444444, mergersdivtwo.findMaximum(revenues, k), DELTA * 568.3621436444444);
}
@Test
public void case33() {
int[] revenues = { -95, -5, -348, 90, 90, -51, -48, -55, 549, -53, 252, 728, 546, 3, 72, -762, 323, 553, 56, -61, 246, 243, 115, 244, -74, -9, -956, -51, -947, 994, -953, -9, -4, -5, -1, 1, -947, 5, 68, -956, -5, -356, -136, 243, -953, -70, -11, -468 };
int k = 8;
assertEquals(513.340727629485, mergersdivtwo.findMaximum(revenues, k), DELTA * 513.340727629485);
}
@Test
public void case34() {
int[] revenues = { -348, 248, 700, -10, -49, -954, -647, -655, -50, 544, -654, 553, -349, 545, -29, -9, -263, 1, 548, -347, 6, 160, 128, -749, 66, -356, -91, 248, -54, 2, 7, 6, -653, -357, 245, 93, 6, -952, 546, 2, 833, -356 };
int k = 19;
assertEquals(271.1425438596491, mergersdivtwo.findMaximum(revenues, k), DELTA * 271.1425438596491);
}
@Test
public void case35() {
int[] revenues = { 550, -651, -50, -652, -36, -189, 35, 295, -57, 7, 5, -57, -79, -657, -652, -49, 5, -652, 11, 550, 247, -59, 253, -10, -818, 42, 8, -948, 246, -649, -648, -9, -7, -6, 253, 250, -1, -68, -68, -242, 689 };
int k = 14;
assertEquals(241.18469387755104, mergersdivtwo.findMaximum(revenues, k), DELTA * 241.18469387755104);
}
@Test
public void case36() {
int[] revenues = { -955, -354, 245, 549, 17, 0, -219, 250, 552, -347, -44, 543, -357, -951, 552, 223, 5, -52, -657, 1, -654, -46, 0, 543, -356, 243, 251, -16, -353, 1, -864, 550, -57, -351, -655, -791, 247, 551, 8, -182, 549, 10, -10, 546, 32, 551, -49, -835, 247 };
int k = 6;
assertEquals(541.3084591529084, mergersdivtwo.findMaximum(revenues, k), DELTA * 541.3084591529084);
}
@Test
public void case37() {
int[] revenues = { 8, 952, -80, -350, -30, -72, 33, -652, -653, -90, -3, -969, 79, -952, -54, 548, -7, -1, 249, -950, 917, -347, -49, 56, 249, -649, -79, -30, -355, 9, -51, -498, 39, -994, 248, 19, -418, 553, 253, -68, 550, -953, 252, -955 };
int k = 8;
assertEquals(517.8160230848524, mergersdivtwo.findMaximum(revenues, k), DELTA * 517.8160230848524);
}
@Test
public void case38() {
int[] revenues = { 249, 96, -347, -52, -48, -49, -7, 552, 44, -956, 279, -22, -351, -58, -38, -76, 243, 24, 18, -1, -72, 164, 544, 13, -77, -50, 0, 71, -956, -55, -348, 549, -74, 88, 246, -50, -7, 87, -647, 958, -348, -653, -949, 247, -69, -354, 0 };
int k = 7;
assertEquals(470.11697581364905, mergersdivtwo.findMaximum(revenues, k), DELTA * 470.11697581364905);
}
@Test
public void case39() {
int[] revenues = { -145, -648, 544, -356, 2, -1, -948, -48, 2, -50, 983, 550, -49, -950, 694, -655, 795, 5, 3, -647, -6, 246, 551, -49, 10, 545, -952, -352, 35, 247, 553, 247, 249, -349, -4, -4, -649, -41, -20, 201, -649, -55 };
int k = 20;
assertEquals(306.5195652173913, mergersdivtwo.findMaximum(revenues, k), DELTA * 306.5195652173913);
}
@Test
public void case40() {
int[] revenues = { 546, 545, -355, 245, -354, 7, 552, 9, 2, -1, -947, 552, -649, -352, -484, -1, 358, -354, -3, 544, -653, 11, 247, 4, -38, 2, -352, 2, -573, -957, 10, -954, -352, -9, 248, -7, -55, -654, 70, -54, 27, -645, -6, 21, 3, -348, -51, -3 };
int k = 14;
assertEquals(281.2875283446712, mergersdivtwo.findMaximum(revenues, k), DELTA * 281.2875283446712);
}
@Test
public void case41() {
int[] revenues = { 549, -953, -53, 252, -62, 9, -47, -47, -650, -56, -347, 0, -348, 37, -647, 582, -352, 548, 546, -954, -5, -650, -353, -1, 552, 71, -349, 72, 7, -521, 5, -347, -52, -225, 841, -352, -45, -434, -627, -54, -6, 5 };
int k = 4;
assertEquals(602.8096564511458, mergersdivtwo.findMaximum(revenues, k), DELTA * 602.8096564511458);
}
@Test
public void case42() {
int[] revenues = { 489, -6, 550, -770, 551, -52, -951, 8, 922, -56, -950, 9, -956, 93, 45, 551, -354, -56, -2, 244, 8, 8, -949, -655, -948, -354, 250, -352, -51, -55, 1, 7, -649, -8, 4, -48, 6, -7, -92, 551, -5 };
int k = 8;
assertEquals(489.2775607638889, mergersdivtwo.findMaximum(revenues, k), DELTA * 489.2775607638889);
}
@Test
public void case43() {
int[] revenues = { 5, -50, 543, -49, -53, -3, 2, -652, -951, 247, -4, -2, -656, 246, 23, 92, 252, 10, 5, 621, 551, 244, -63, -13, -653, -938, -37, 250, -1, 551, 6, -54, -2, -354, -47, -329, -950, -647, 68, -649, -6, 543, -3, 551, 2 };
int k = 20;
assertEquals(226.72307692307692, mergersdivtwo.findMaximum(revenues, k), DELTA * 226.72307692307692);
}
@Test
public void case44() {
int[] revenues = { 3, 550, -353, 268, 62, 53, -62, -49, 549, 553, 543, -6, -655, 4, 1, -355, -876, -956, -10, -656, -950, -57, 83, 244, 547, -48, 545, 553, -52, -948, -100, -1, 8, 99, -577, -55, -51, -47, 246, -4, 5, 24, -52, -947, 248 };
int k = 9;
assertEquals(469.38949474165526, mergersdivtwo.findMaximum(revenues, k), DELTA * 469.38949474165526);
}
@Test
public void case45() {
int[] revenues = { 74, -48, 551, 4, -953, -948, 849, -859, 75, -57, -647, -30, 252, 151, -875, -55, 30, -9, -350, 87, 462, -950, -52, -5, -947, -31, 73, 87, -53, 556, 251, 2, 7, -654, -48, 9, 543, -653, 246, 56, 21, -651, -253, -95, -652, -649, -51, -15 };
int k = 9;
assertEquals(419.9052491998171, mergersdivtwo.findMaximum(revenues, k), DELTA * 419.9052491998171);
}
@Test
public void case46() {
int[] revenues = { 547, -23, 552, 251, 552, -953, 80, -4, -7, 189, -353, -629, -3, -55, -651, -53, 720, 545, 243, -3, -968, -10, -651, -930, 552, 2, -81, 251, 249, 353, -950, -650, 9, -952, 75, 97, 706, 545, -9, 23, -957, -948, -1, -16, 91 };
int k = 7;
assertEquals(565.4477008351585, mergersdivtwo.findMaximum(revenues, k), DELTA * 565.4477008351585);
}
@Test
public void case47() {
int[] revenues = { 360, 10, 76, -57, 312, -953, -708, 364, -351, -356, -347, 428, -57, -954, 513, -53, 544, -10, -69, 501, -653, 4, -3, 546, -50, -49, 247, 7, 69, 97, -119, -2, 79, -654, -7, 6, -248, 6, -49, -50, -50, -16, 0, -351, 54, -41, 4 };
int k = 9;
assertEquals(404.23624338624336, mergersdivtwo.findMaximum(revenues, k), DELTA * 404.23624338624336);
}
@Test
public void case48() {
int[] revenues = { -44, 174, 546, -48, -957, -56, 543, -941, -656, -5, 247, 243, 544, 545, -350, -7, 907, -952, 4, -54, 219, -654, -3, -4, 946, -56, 244, 6, -40, -48, 0, 662, -652, 41, -949, -951, 248, 10, -874, 543, -56 };
int k = 8;
assertEquals(616.4881365740741, mergersdivtwo.findMaximum(revenues, k), DELTA * 616.4881365740741);
}
@Test
public void case49() {
int[] revenues = { 8, 8, -6, -965, 2, 548, -351, -71, -350, -219, -647, -654, 245, -955, -355, 0, 97, 552, -654, 550, -59, 547, -3, 7, 711, -3, 2, -951, 6, -953, 252, 246, 23, 243, -90, 45, -112, 545, -349, -49, -53, -351, -347 };
int k = 6;
assertEquals(528.0100872910892, mergersdivtwo.findMaximum(revenues, k), DELTA * 528.0100872910892);
}
@Test
public void case50() {
int[] revenues = { -1, -33, -80, -353, 545, 7, 0, 7, 873, 567, 243, -195, 544, -1, -824, 85, 3, 171, -685, -800, 69, -4, -947, -2, -381, -6, -1, -23, 40, 783, -351, 991, -354, 544, -993, 96, -7, 550, 31, 25, 548, 245, -349, 250 };
int k = 10;
assertEquals(606.4683333333334, mergersdivtwo.findMaximum(revenues, k), DELTA * 606.4683333333334);
}
@Test
public void case51() {
int[] revenues = { -8, -53, -55, -947, 248, -53, -686, -955, -55, 766, -9, 544, -354, 253, 546, -648, -957, -5, 7, 250, 1, -52, 2, 8, 31, -16, -656, 5, -647, -357, -129, -65, -348, 9, -4, 249, -890, -7, 543, 245, -955, 237, 2 };
int k = 12;
assertEquals(323.1608974358974, mergersdivtwo.findMaximum(revenues, k), DELTA * 323.1608974358974);
}
@Test
public void case52() {
int[] revenues = { -21, -76, 988, -57, -4, -50, -267, 10, 4, -948, -947, 889, -154, 20, -48, -951, -54, -652, 0, -52, -356, 6, -657, -653, -695, -88, -8, -955, -9, -905, -950, 543, -55, -648, 264, -648, -949, -2, -3, -17, -947, -347, -950, 250 };
int k = 17;
assertEquals(142.83193277310926, mergersdivtwo.findMaximum(revenues, k), DELTA * 142.83193277310926);
}
@Test
public void case53() {
int[] revenues = { 250, -6, -947, 789, 99, -51, -347, 59, -947, -347, -6, -354, -651, -51, -347, -348, 248, -7, -955, -510, -51, 45, -51, -952, 243, 249, 2, -354, -6, 247, -48, -949, -947, -50, -53, 4, 251, -82, -48, -349, 99, -41, -9, -51, -86, 100, -9, 243, 247, -352 };
int k = 6;
assertEquals(329.2031874026563, mergersdivtwo.findMaximum(revenues, k), DELTA * 329.2031874026563);
}
@Test
public void case54() {
int[] revenues = { -947, 2, -8, -347, 161, -48, 659, 252, -351, -10, -560, -953, -41, 545, 5, 37, -14, 328, 248, -52, 547, -467, -950, 1, -8, 553, 253, -747, -347, 387, -948, 591, -357, 8, 551, -355, -51, -345, 252, -48, -5, -352, -648, 3, -352 };
int k = 6;
assertEquals(535.7701729145233, mergersdivtwo.findMaximum(revenues, k), DELTA * 535.7701729145233);
}
@Test
public void case55() {
int[] revenues = { -353, 59, 544, -653, 49, -48, -54, -651, -10, 545, -54, -54, 551, 33, -1, 546, -56, 11, -49, -955, -10, 77, 544, -305, 251, -10, -652, -56, -2, -951, -2, -348, -41, -54, -57, -348, 121, -8, -53, 952, 73, 100, 94, -33, 543, 84, -948 };
int k = 8;
assertEquals(540.8461083984375, mergersdivtwo.findMaximum(revenues, k), DELTA * 540.8461083984375);
}
@Test
public void case56() {
int[] revenues = { 3, 6, 9, 8, 250, -52, -5, -646, -348, -656, 1, 451, 250, 251, 67, -49, 253, 0, -9, -4, 549, -2, 248, 551, -55, -948, -657, -353, 96, 8, -4, 253, -657, -357, -947, 251, -352, 0, -932, -14, 4, -650, 549, -648, 548, 386, -54, 596, -2 };
int k = 11;
assertEquals(408.34485001530453, mergersdivtwo.findMaximum(revenues, k), DELTA * 408.34485001530453);
}
@Test
public void case57() {
int[] revenues = { -352, -653, -75, 5, -5, 23, -347, 9, 544, -354, -10, -35, -96, -5, -954, -994, -348, -618, -353, 3, 7, -977, -51, -68, -9, 249, 344, -785, 90, 543, 36, -14, 0, -350, -8, -952, 552, -650, -1, 249, 543, 248, 543, -655, 546, -7, -34 };
int k = 13;
assertEquals(342.7385114885115, mergersdivtwo.findMaximum(revenues, k), DELTA * 342.7385114885115);
}
@Test
public void case58() {
int[] revenues = { -8, 14, 295, -657, 546, -652, 76, 12, -48, -5, -356, 729, -3, 1, 2, 8, 294, -954, 7, -954, -2, 552, -357, 42, 4, 543, -295, 244, 243, -54, -8, -6, -33, 43, 253, 546, 43, 667, 775, 551, -91, 686, -854, 58, 6, 23 };
int k = 9;
assertEquals(586.3046410608139, mergersdivtwo.findMaximum(revenues, k), DELTA * 586.3046410608139);
}
@Test
public void case59() {
int[] revenues = { -355, 249, 425, -650, 246, -944, -656, 83, -48, -54, -648, 253, -356, 544, -1, -52, -647, 1, 200, -704, -53, -957, -950, 6, 137, -652, -648, -55, -836, -5, -3, -349, -9, 546, -657, -9, 958, 551, 252, -1, 6, -48, -2, 545, 252, 253, 48, -54 };
int k = 9;
assertEquals(470.74632830361224, mergersdivtwo.findMaximum(revenues, k), DELTA * 470.74632830361224);
}
@Test
public void case60() {
int[] revenues = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000 };
int k = 50;
assertEquals(1000.0, mergersdivtwo.findMaximum(revenues, k), DELTA * 1000.0);
}
@Test
public void case61() {
int[] revenues = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000 };
int k = 26;
assertEquals(1000.0, mergersdivtwo.findMaximum(revenues, k), DELTA * 1000.0);
}
@Test
public void case62() {
int[] revenues = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000 };
int k = 2;
assertEquals(1000.0, mergersdivtwo.findMaximum(revenues, k), DELTA * 1000.0);
}
@Test
public void case63() {
int[] revenues = { -182, -22, -952, -28, -53, -58, -52, -957, -54 };
int k = 4;
assertEquals(-119.12, mergersdivtwo.findMaximum(revenues, k), DELTA * -119.12);
}
@Test
public void case64() {
int[] revenues = { -8, -353, -950, -652, -55, -954, -957, -9, -56 };
int k = 4;
assertEquals(-180.24, mergersdivtwo.findMaximum(revenues, k), DELTA * -180.24);
}
@Test
public void case65() {
int[] revenues = { -2, -47, -11, -4, -95, -7, -947, -352, -10 };
int k = 4;
assertEquals(-62.67999999999999, mergersdivtwo.findMaximum(revenues, k), DELTA * -62.67999999999999);
}
@Test
public void case66() {
int[] revenues = { -52, -42, -156, -946, -18, -95, -955, -419, -48 };
int k = 4;
assertEquals(-134.84, mergersdivtwo.findMaximum(revenues, k), DELTA * -134.84);
}
@Test
public void case67() {
int[] revenues = { -1000, 1000 };
int k = 2;
assertEquals(0.0, mergersdivtwo.findMaximum(revenues, k), DELTA);
}
@Test
public void case68() {
int[] revenues = { -699, -373, 510, 359, 229, -799, -522, -624, -973 };
int k = 5;
assertEquals(0.32000000000000456, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.32000000000000456);
}
@Test
public void case69() {
int[] revenues = { -981, -972, -963, -948, -946, -928, -927, -908, -902, -896, -895, -890, -882, -874, -874, -855, -826, -777, -770, -750, -728, -690, -621, -598, -575, -555, -497, -485, -481, -477, -463, -446, -402, -300, -296, -255, -236, -221, -203, -166, -143, -119, -113, -109, -85, -26, -26, -21, -9, 51 };
int k = 3;
assertEquals(-0.010811316695289008, mergersdivtwo.findMaximum(revenues, k), DELTA * -0.010811316695289008);
}
@Test
public void case70() {
int[] revenues = { -971, -948, -947, -936, -910, -898, -888, -884, -804, -784, -755, -733, -730, -708, -668, -615, -605, -601, -601, -591, -589, -562, -542, -513, -497, -435, -415, -396, -393, -363, -354, -344, -308, -305, -302, -274, -247, -217, -214, -192, -188, -113, -112, -112, -89, -70, -49, -9, -4, 56 };
int k = 3;
assertEquals(0.08931759489396048, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.08931759489396048);
}
@Test
public void case71() {
int[] revenues = { -986, -963, -948, -901, -874, -858, -855, -839, -776, -767, -738, -700, -689, -687, -653, -643, -637, -622, -609, -608, -607, -568, -542, -537, -502, -464, -449, -372, -363, -350, -349, -326, -289, -272, -251, -226, -208, -184, -184, -182, -180, -164, -152, -146, -87, -71, -48, -40, -34, 99 };
int k = 3;
assertEquals(0.14192664564740198, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.14192664564740198);
}
@Test
public void case72() {
int[] revenues = { -998, -944, -933, -856, -853, -835, -827, -813, -790, -784, -780, -777, -744, -712, -690, -682, -677, -671, -666, -604, -604, -596, -593, -591, -566, -529, -527, -398, -395, -368, -340, -277, -250, -241, -227, -223, -205, -178, -158, -154, -154, -132, -130, -120, -112, -82, -58, -45, -27, 98 };
int k = 3;
assertEquals(0.05946072289036408, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.05946072289036408);
}
@Test
public void case73() {
int[] revenues = { -983, -973, -961, -916, -903, -893, -892, -886, -875, -848, -823, -820, -779, -743, -739, -648, -614, -583, -540, -533, -522, -518, -506, -498, -470, -465, -459, -439, -428, -418, -418, -400, -368, -368, -338, -306, -299, -275, -249, -218, -194, -168, -160, -142, -134, -90, -86, -80, -16, 115 };
int k = 3;
assertEquals(-0.018686732359900777, mergersdivtwo.findMaximum(revenues, k), DELTA * -0.018686732359900777);
}
@Test
public void case74() {
int[] revenues = { -981, -972, -963, -948, -946, -928, -927, -908, -902, -896, -895, -890, -882, -874, -874, -855, -826, -777, -770, -750, -728, -690, -621, -598, -575, -555, -497, -485, -481, -477, -463, -446, -402, -300, -296, -255, -236, -221, -203, -166, -143, -119, -113, -109, -85, -26, -26, -21, -9, 21 };
int k = 2;
assertEquals(0.004461599147633777, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.004461599147633777);
}
@Test
public void case75() {
int[] revenues = { -971, -948, -947, -936, -910, -898, -888, -884, -804, -784, -755, -733, -730, -708, -668, -615, -605, -601, -601, -591, -589, -562, -542, -513, -497, -435, -415, -396, -393, -363, -354, -344, -308, -305, -302, -274, -247, -217, -214, -192, -188, -113, -112, -112, -89, -70, -49, -9, -4, 21 };
int k = 2;
assertEquals(-0.18781559978837414, mergersdivtwo.findMaximum(revenues, k), DELTA * -0.18781559978837414);
}
@Test
public void case76() {
int[] revenues = { -986, -963, -948, -901, -874, -858, -855, -839, -776, -767, -738, -700, -689, -687, -653, -643, -637, -622, -609, -608, -607, -568, -542, -537, -502, -464, -449, -372, -363, -350, -349, -326, -289, -272, -251, -226, -208, -184, -184, -182, -180, -164, -152, -146, -87, -71, -48, -40, -34, 45 };
int k = 2;
assertEquals(0.00724766587079273, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.00724766587079273);
}
@Test
public void case77() {
int[] revenues = { -998, -944, -933, -856, -853, -835, -827, -813, -790, -784, -780, -777, -744, -712, -690, -682, -677, -671, -666, -604, -604, -596, -593, -591, -566, -529, -527, -398, -395, -368, -340, -277, -250, -241, -227, -223, -205, -178, -158, -154, -154, -132, -130, -120, -112, -82, -58, -45, -27, 45 };
int k = 2;
assertEquals(0.17167842545826772, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.17167842545826772);
}
@Test
public void case78() {
int[] revenues = { -983, -973, -961, -916, -903, -893, -892, -886, -875, -848, -823, -820, -779, -743, -739, -648, -614, -583, -540, -533, -522, -518, -506, -498, -470, -465, -459, -439, -428, -418, -418, -400, -368, -368, -338, -306, -299, -275, -249, -218, -194, -168, -160, -142, -134, -90, -86, -80, -16, 54 };
int k = 2;
assertEquals(0.22746336958789826, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.22746336958789826);
}
@Test
public void case79() {
int[] revenues = { 265, -389, 101, -871, -752, -966, -847, -533, -909, -286, -244, -1000, -653 };
int k = 3;
assertEquals(0.6035665294924873, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.6035665294924873);
}
@Test
public void case80() {
int[] revenues = { -469, 138, 400, -909, -557, -466, -991, -962, -779, -553 };
int k = 3;
assertEquals(0.6203703703703999, mergersdivtwo.findMaximum(revenues, k), DELTA * 0.6203703703703999);
}
@Test
public void case81() {
int[] revenues = { 698, -613, 74, -443, 410, -247, 489, -541, 213, 712, 779, -3, -842, 407, 18, 314, -194, 525, -92, 664, 492, -587, -300, -499, -445, -188, -452, 385, 430, -787, 209, -274, -580, 212, -996, -144, 538, -611, 471, 714, 965, 833, 819, -643, -955, 812, -806, 123, -147, -506 };
int k = 7;
assertEquals(785.1837686374603, mergersdivtwo.findMaximum(revenues, k), DELTA * 785.1837686374603);
}
@Test
public void case82() {
int[] revenues = { -100, -100, -100, -100, -100, 100 };
int k = 4;
assertEquals(-66.66666666666667, mergersdivtwo.findMaximum(revenues, k), DELTA * -66.66666666666667);
}
@Test
public void case83() {
int[] revenues = { 886, -394, 173, -638, 236, -231, 733, -146, 0, 0, 296, -142, 515, -987, 10, -690, 803, -240, 636, -90, 867, -142, 88, -549, 379, -123, 114, -732, 841, -900, 947, -81, 519, 0, 0, -409, 391, -307, 813, -822, 269, -796, 641, -566, 880, -624, 811, -424, 303, -394 };
int k = 12;
assertEquals(760.2217796840958, mergersdivtwo.findMaximum(revenues, k), DELTA * 760.2217796840958);
}
@Test
public void case84() {
int[] revenues = { 869, 857, -938, -290, 79, -901, 32, -907, 256, -167, 510, -965, -826, 808, 890, -233, -881, 255, -709, 506, 334, -184, 726, -406, 204, -912, 325, -445, 440, -368 };
int k = 7;
assertEquals(706.0369290573373, mergersdivtwo.findMaximum(revenues, k), DELTA * 706.0369290573373);
}
@Test
public void case85() {
int[] revenues = { 383, 777, 793, 386, 649, 362, 690, 763, 540, 172, -211, 567, -782, 862, 67, 929, 22, 69, 393, 11, 229, -421, 784, -198, 315, 413, -91, 956, -862, 996, 305, 84, -336, 846, -313, 124, 582, 814, -434, -43, 87, -276, 788, -403, 754, 932, 676, 739, 226, -94 };
int k = 5;
assertEquals(925.5364900317867, mergersdivtwo.findMaximum(revenues, k), DELTA * 925.5364900317867);
}
@Test
public void case86() {
int[] revenues = { -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 };
int k = 2;
assertEquals(38.0, mergersdivtwo.findMaximum(revenues, k), DELTA * 38.0);
}
@Test
public void case87() {
int[] revenues = { -1000, 999, 2, 34, 1, 4, 5, 346, 244, 1000, 456, 365, -800, -564, -999, 346, -490, 1, 2, 356, 346, -564, -22, -599, 156, 123, 156, 15, 224, 503, 404, 129, -543, 455, 11, -245, -603, 167, 105, -123, 144, 905, -943, 383, 998, -534, 465, -659, 448, -33 };
int k = 3;
assertEquals(929.8667455560263, mergersdivtwo.findMaximum(revenues, k), DELTA * 929.8667455560263);
}
@Test
public void case88() {
int[] revenues = { 1, 2, 3 };
int k = 2;
assertEquals(2.25, mergersdivtwo.findMaximum(revenues, k), DELTA * 2.25);
}
@Test
public void case89() {
int[] revenues = { -999, -826, -345, 1, 2, 3, 4, 5, 6, 7, -999, -826, -345, 1, 2, 3, 4, 5, 6, 7, -999, -826, -345, 1, 2, 3, 4, 5, 6, 7, -999, -826, -345, 1, 2, 3, 4, 5, 6, 7, -999, -826, -345, 1, 2, 3, 4, 5, 6, 7 };
int k = 2;
assertEquals(6.967741925001604, mergersdivtwo.findMaximum(revenues, k), DELTA * 6.967741925001604);
}
@Test
public void case90() {
int[] revenues = { 1, 5, -2, 7, 123, -78, -7, 4, 5, 89, 12, 34, 23, 1, 3, 7, 8, 34, 12, 234, 76, 23, 45, 78, 7, 9, 9, 9, 9, 9, 9, 9, 9, 5, 78, 9, 2, 3, 45, 666, 34, 921, 345, 45, 678, 123, 234, 567, 62 };
int k = 2;
assertEquals(765.8335819838521, mergersdivtwo.findMaximum(revenues, k), DELTA * 765.8335819838521);
}
@Test
public void case91() {
int[] revenues = { -100, -1, -1, -1, -1, -1, -1, -1, -1, -1 };
int k = 4;
assertEquals(-2.546875, mergersdivtwo.findMaximum(revenues, k), DELTA * -2.546875);
}
@Test
public void case92() {
int[] revenues = { -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000, -1000 };
int k = 2;
assertEquals(-1000.0, mergersdivtwo.findMaximum(revenues, k), DELTA * -1000.0);
}
@Test
public void case93() {
int[] revenues = { 1, 2, 3, 4, 5, 6, 7, 9, 9, 10, 11, 12, 13, 14, 15, 15, 16, 17, 1, 354, 234, 2, 23, 23, 432, 34, 3, 4, 2, 12, 23, 3, 423, 365, 3, 32, 4, 34, 34, 23, 2, 3, 23, 23, 23, 34, 45, 4, 34, 44 };
int k = 2;
assertEquals(398.1234065371372, mergersdivtwo.findMaximum(revenues, k), DELTA * 398.1234065371372);
}
@Test
public void case94() {
int[] revenues = { 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 };
int k = 2;
assertEquals(2.0, mergersdivtwo.findMaximum(revenues, k), DELTA * 2.0);
}
@Test
public void case95() {
int[] revenues = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 };
int k = 2;
assertEquals(1.0, mergersdivtwo.findMaximum(revenues, k), DELTA * 1.0);
}
@Test
public void case96() {
int[] revenues = { 1, 2, 2, 3, -10, 7 };
int k = 3;
assertEquals(2.9166666666666665, mergersdivtwo.findMaximum(revenues, k), DELTA * 2.9166666666666665);
}
@Test
public void case97() {
int[] revenues = { -100, 533, 678, 144, 756, 367, -53, -435, 864, -1000, 1000, 654, -563, 576, 875, 467, 362, 532, -678, 104, -345, 546, 752, 326, 325, -563, 576, 875, 467, 362, 532, -678, 104, -345, 546, 752, 326, 325, -100, 533, 678, 144, 756, 367, -53, -435, 864, -1000, 1000, 654 };
int k = 3;
assertEquals(952.6827937901388, mergersdivtwo.findMaximum(revenues, k), DELTA * 952.6827937901388);
}
@Test
public void case98() {
int[] revenues = { 869, 857, -938, -290, 79, -901, 32, -907, 256, -167, 510, -965, -826, 808, 890, -233, -881, 255, -709, 506, 334, -184, 726, -406, 204, -912, 325, -445, 440, -368, 222, 222, 222, 222, 222, 222, 222, 222, 222, 111, 111, 111, 222, 222, 111, 222, 111, 222, 111, 111 };
int k = 2;
assertEquals(857.4143047050397, mergersdivtwo.findMaximum(revenues, k), DELTA * 857.4143047050397);
}
@Test
public void case99() {
int[] revenues = { 180, 536, 48, -157, 126, 408, -8, -26, -619, 168, 945, -540, 815, 139, -692, 993, 960, 164, -143, 772, 116, -881, 591, 865, -764, 945, 815, 819, 7, 738, -725, 744, -170, 323, -857, 956, -713, 135, -514, -331, 861, 988, -314, 675, 127, -449, 225, -357, 716, -919 };
int k = 2;
assertEquals(980.8257445696017, mergersdivtwo.findMaximum(revenues, k), DELTA * 980.8257445696017);
}
}
|
[
"gabesoft@gmail.com"
] |
gabesoft@gmail.com
|
32705775784a3c69d9c779d9876795fe7156ca46
|
35b9b1841403b24895420293b7ca98a23ed20e77
|
/src/controller/ResourcesController.java
|
08ca042ab28c9fb95c26c98386928c15ec0534cb
|
[] |
no_license
|
GiveMeMyMoney/SIwZ5
|
c0515d961700818c93e80eeee34ed3be669e22d3
|
814e10e385b98edb9f979f933ff5ac87c883f82d
|
refs/heads/master
| 2021-01-09T20:46:21.815125
| 2016-06-22T20:28:04
| 2016-06-22T20:28:04
| 61,578,215
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 10,217
|
java
|
package controller;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.Node;
import javafx.scene.control.*;
import javafx.scene.control.cell.PropertyValueFactory;
import javafx.scene.control.cell.TextFieldTableCell;
import javafx.scene.text.Text;
import javafx.util.converter.IntegerStringConverter;
import model.Facade;
import model.core.condition.Condition;
import model.core.medicine.CommodityAbs;
import model.core.medicine.ECategory;
import javax.swing.*;
import java.net.URL;
import java.util.*;
import java.util.logging.Logger;
public class ResourcesController implements Initializable {
private static Logger logger = Logger.getLogger(ResourcesController.class.getName());
private Facade model = Facade.getInstance();
List<CommodityAbs> commodities = new ArrayList<>();
///FXML variable region
@FXML TableView<CommodityAbs> tv_commodity;
@FXML TableColumn<CommodityAbs,String> col_name;
@FXML TableColumn<CommodityAbs,Integer> col_EAN;
@FXML TableColumn<CommodityAbs,String> col_date_introduction;
@FXML TableColumn<CommodityAbs,String> col_date_expiration;
@FXML TableColumn<CommodityAbs,Integer> col_quantity;
@FXML TableColumn<CommodityAbs,Integer> col_order;
@FXML ChoiceBox<ECategory> cb_type;
@FXML TextField tf_name, tf_ean, tf_exp_date, tf_quantity;
@FXML Text tf_category;
@FXML Button btn_accept, btn_cancel; //TODO btn_delete zrobi� pewne "podswietlanie" gdy jest jaka� opcja wybrana na tableView...
//endregion
@Override
public void initialize(URL location, ResourceBundle resources) {
System.out.println("jestem w initialize!");
model.initAllCommodities(); //TODO do wyodrebnienia!
model.setType(ECategory.BUILDING);
initTableView();
setCommodityArray();
/**
* Ladowanie do ChoiceBox
*/
List<ECategory> listCategory;
listCategory = model.getAllCategories();
ObservableList<ECategory> obList = FXCollections.observableList(listCategory);
cb_type.getItems().clear();
cb_type.setItems(obList);
cb_type.getSelectionModel().selectFirst();
//setAmbulanceCB();
}
//private method region
private void initTableView() {
tf_category.setText(model.getType());
tv_commodity.setEditable(true);
//TODO dodac ID(najlepiej uzyc ORMa) i stworzyc modyfikacje dla nazwy.
col_name.setCellValueFactory(new PropertyValueFactory<>("Name"));
col_EAN.setCellValueFactory(new PropertyValueFactory<>("CodeEan"));
col_date_introduction.setCellValueFactory(new PropertyValueFactory<>("DateIntroduction"));
col_date_expiration.setCellValueFactory(new PropertyValueFactory<>("DateExpiration"));
col_quantity.setCellValueFactory(new PropertyValueFactory<>("Quantity"));
///order
col_order.setCellValueFactory(new PropertyValueFactory<>("Order"));
col_order.setCellFactory(TextFieldTableCell.<CommodityAbs, Integer>forTableColumn(new IntegerStringConverter()));
col_order.setOnEditCommit(event -> {
//col_quantity.setStyle("-fx-background-color: blue");
if (!Objects.equals(event.getOldValue(), event.getNewValue())) {
//TODO sprawdzenie czy dodalismy integer > 0
int rowId = event.getTablePosition().getRow(); //pobranie ID wiersza ktory modifikujemy
for (Node n : tv_commodity.lookupAll("TableRow")) {
if (n instanceof TableRow) {
TableRow row = (TableRow) n;
if (row.getIndex() == rowId) {
//TODO jak zmienic kolor tylko tekstu do znalezienia
//row.setStyle("-fx-text-inner-color: blue;");
//TODO do uporzadkowania i przenisienia do metody private
//String nameOfColumn = event.getTableColumn().getText();
int newValue = event.getNewValue();
Condition con = tv_commodity.getSelectionModel().getSelectedItem().getCondition();
if (newValue > con.getQuantity()) {
JOptionPane.showMessageDialog(null, "YOU DONT HAVE SO MUCH QUANTITY OF THIS PRODUCT");
initTableView();
} else {
row.setStyle("-fx-background-color: #9fddff; ");
Integer conID = tv_commodity.getSelectionModel().getSelectedItem().getComID();
//zmien nie na trwalo liste w Facade ale nie update do BD:
model.updateTempCommodityArray(conID, newValue, con);
//reload widoku:
setCommodityArray();
}
logger.info("Zamieniono tymczasowo");
break;
}
}
}
}
});
}
private void setCommodityArray() {
commodities = model.getAllMedicineByType();
ObservableList<CommodityAbs> dataCommodities = FXCollections.observableArrayList(commodities);
tv_commodity.setItems(dataCommodities);
}
private boolean validateIntegers(List<String> texts) {
for (String text : texts) {
if (!(text.matches("\\d*")))
return true;
}
return false;
}
private void resetAddSettings() {
cb_type.getSelectionModel().selectFirst();
tf_name.clear(); tf_ean.clear(); tf_exp_date.clear(); tf_quantity.clear();
}
//endregion
//FXML method region
@FXML public void btnShowBuilding() {
model.setType(ECategory.BUILDING);
setCommodityArray();
initTableView();
}
@FXML public void btnShowElectronic() {
model.setType(ECategory.ELECTRONIC);
setCommodityArray();
initTableView();
}
@FXML public void btnShowOthers() {
model.setType(ECategory.OTHERS);
setCommodityArray();
initTableView();
}
@FXML public void btnAddResources() {
JOptionPane.showMessageDialog(null, "HERE YOU CAN ADD SOME RESOURCES IF YOU DONT SEE THEM IN THE LIST :)");
/*ArrayList<String> atributes = new ArrayList<>();
if(validateIntegers(Arrays.asList(tf_quantity.getText()))) {
JOptionPane.showMessageDialog(null, "Please set an Integer into column \"Quantity\"");
resetAddSettings();
tf_quantity.setPromptText("Only Integer!");
return;
}
atributes.add(tf_quantity.getText());
atributes.add(tf_name.getText());
atributes.add(tf_exp_date.getText());
atributes.add(tf_ean.getText());
ECategory category = cb_type.getValue();
logger.info(atributes.toString());
if(atributes.size() != 0) { //nie wypelnione ZADNE pole.
for (String string : atributes) { //sprawdzam czy wypelnione WSZYSTKIE pola
if (string.isEmpty()) {
JOptionPane.showMessageDialog(null, "Please fill all sections");
return;
}
}
Condition con = new Condition(Integer.valueOf(atributes.get(0)));
SimpleDateFormat ft = new SimpleDateFormat ("yyyy-MM-dd");
CommodityAbs medicine = CommodityFactory.getCommodity(category, atributes.get(3), atributes.get(4), ft.format(new Date()), Integer.valueOf(atributes.get(5)), con);
logger.info("Medicine: " + medicine.toString());
//DB
model.setType(category);
model.insertCommodityToDB(medicine);
//VIEW
setCommodityArray();
//flag = cb_type.getValue(); //TODO
//changeToAddByType(flag);
} else {
JOptionPane.showMessageDialog(null, "Please fill all sections");
return;
}*/
}
@FXML public void btnAccept() {
JOptionPane.showMessageDialog(null, "WELL DONE! YOU HAVE CHOOSE YOUR COMMODITIES :)");
/*logger.info("proba buttona btnDeleteMedicine");
final int selectedIdx = tv_commodity.getSelectionModel().getSelectedIndex();
if (selectedIdx != -1) {
CommodityAbs medicineToRemove = tv_commodity.getSelectionModel().getSelectedItem();
final int newSelectedIdx = (selectedIdx == tv_commodity.getItems().size()-1) ? selectedIdx : selectedIdx;
//usun z BD:
model.deleteMedicineFromDB(medicineToRemove);
//reload widoku:
setCommodityArray();
logger.info("Pousuwane");
tv_commodity.getSelectionModel().select(newSelectedIdx);
}*/
}
private void cleanBackgroundTableView() {
for (Node n : tv_commodity.lookupAll("TableRow")) {
if (n instanceof TableRow) {
TableRow row = (TableRow) n;
row.setStyle("-fx-background-color: white; ");
}
}
}
@FXML public void btnCancel() {
model.initAllCommodities();
//initTableView();
setCommodityArray();
//cleanBackgroundTableView();
}
//endregion
}
//przydatny kod do editable TableColumn:
// SETTING THE CELL FACTORY FOR THE RATINGS COLUMN
/*rating.setCellFactory(new Callback<TableColumn<Music,Integer>,TableCell<Music,Integer>>(){
@Override
public TableCell<Music, Integer> call(TableColumn<Music, Integer> param) {
TableCell<Music, Integer> cell = new TableCell<Music, Integer>(){
@Override
public void updateItem(Integer item, boolean empty) {
if(item!=null){
ChoiceBox choice = new ChoiceBox(ratingSample);
choice.getSelectionModel().select(ratingSample.indexOf(item));
//SETTING ALL THE GRAPHICS COMPONENT FOR CELL
setGraphic(choice);
}
}
};
return cell;
}
});*/
|
[
"test@github.com"
] |
test@github.com
|
374201d4ff81c8785d60fb51a5e9ded117c0477a
|
ccd24d933fb01b017980d0a6e787db8a6d9ab297
|
/lesson5/WhileDemo.java
|
8a0df485002f97d8ba65d41edc03369d9eca0cdc
|
[] |
no_license
|
igor3187/Javalesson
|
c598c040e8dfbe4c0899a0272dce3c183f3e9181
|
3902e722e4f8e99b1c3d3b958a0ff7110a2023aa
|
refs/heads/master
| 2021-10-11T12:43:57.675123
| 2019-01-25T17:39:35
| 2019-01-25T17:39:35
| 119,583,205
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 209
|
java
|
package com.company.lesson5;
public class WhileDemo {
public static void main(String[] args) {
int i = 1;
while (i <= 10) {
System.out.println("task " + i++);
}
}
}
|
[
"levit.igor01@gmail.com"
] |
levit.igor01@gmail.com
|
3a532161f33c469d19bce9568e3a46b6abf67bc0
|
9e17ea73955059b13b98bb8da5283f21b00a820b
|
/src/nl/schildmos/repspec/specification/AndSpecification.java
|
b1a680a24382b22a39dabd10d3c099970986193b
|
[] |
no_license
|
realjax/repository-specification-pattern
|
d393811ef179fab1ec08502570231d79140266ed
|
344f7f0bb9a92d0d79d48cf9916c5abb1ff3f9c2
|
refs/heads/master
| 2020-04-06T07:13:05.218905
| 2016-09-02T08:48:03
| 2016-09-02T08:48:03
| 60,512,497
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 496
|
java
|
package nl.schildmos.repspec.specification;
/**
* Created by jhuysmans on 4/30/15.
*/
public class AndSpecification<T> extends AbstractSpecification<T> {
private Specification<T> left;
private Specification<T> right;
public AndSpecification(Specification<T> left, Specification<T> right){
this.left = left;
this.right = right;
}
@Override
public boolean isSatisfiedBy(T t){
return left.isSatisfiedBy(t) && right.isSatisfiedBy(t);
}
}
|
[
"j.huysmans@sping.nl"
] |
j.huysmans@sping.nl
|
e37e50546b36be79ca228e1c94c7bbc1603e8c58
|
38e2e64c589395a079369573e8b7bc5bc1ffafde
|
/juc-demo01/src/test/java/com/reflection/ReflectionTest.java
|
6aeb6c5b255e09b134226d534585aa80c3fa06e6
|
[] |
no_license
|
426Brian/JUC
|
80c960d63a98afbffd1953096be6b4afa1cf7976
|
dc0e264a7df4809db634008b22eda41f044daf79
|
refs/heads/master
| 2020-12-01T18:04:47.692939
| 2020-02-14T06:44:15
| 2020-02-14T06:44:17
| 230,720,295
| 0
| 0
| null | 2019-12-29T07:58:14
| 2019-12-29T07:53:54
|
Java
|
UTF-8
|
Java
| false
| false
| 1,174
|
java
|
package com.reflection;
import org.junit.Test;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
public class ReflectionTest {
@Test
public void test1() {
Person person = new Person("Tom", 12);
person.age = 11;
System.out.println(person.toString());
person.show();
}
@Test
public void test2() {
Class<Person> clazz = Person.class;
Constructor<Person> cons = null;
Person tom = null;
try {
cons = clazz.getConstructor(String.class, int.class);
tom = cons.newInstance("Tom", 12);
System.out.println(tom);
} catch (NoSuchMethodException e) {
e.printStackTrace();
} catch (InstantiationException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
e.printStackTrace();
} catch (InvocationTargetException e) {
e.printStackTrace();
}
Field[] fields = clazz.getDeclaredFields();
for (Field f : fields) {
System.out.println(f.getName());
}
}
}
|
[
"1165380405@qq.com"
] |
1165380405@qq.com
|
bc1f0546c93782b057dcff2bfa4a86d2faaf6115
|
6af6e88468cd2f10828a053d92e0c39586109d61
|
/eclipse/data/src/main/java/vis/data/model/annotations/DML.java
|
e8f6561ea240dc029e1337be725814e4eed64f3e
|
[] |
no_license
|
bgeorgescu/448b-final
|
25eaa69d2b6cd623cfca8c9045ab14c0f57b2145
|
7a760495705992c77bee60006886fdedf5caa3b3
|
refs/heads/master
| 2016-09-06T07:43:32.060826
| 2011-12-14T04:50:00
| 2011-12-14T04:50:00
| 2,778,236
| 1
| 2
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 312
|
java
|
package vis.data.model.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface DML {
public String xpath();
}
|
[
"tpurtell@stanford.edu"
] |
tpurtell@stanford.edu
|
75175d9009d52af7cf66c7d75f532bb2e0378237
|
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
|
/u-1/u-13/u-13-f4388.java
|
6f502f4b04f188eb37706260ec096ca464f9fb90
|
[] |
no_license
|
apertureatf/perftest
|
f6c6e69efad59265197f43af5072aa7af8393a34
|
584257a0c1ada22e5486052c11395858a87b20d5
|
refs/heads/master
| 2020-06-07T17:52:51.172890
| 2019-06-21T18:53:01
| 2019-06-21T18:53:01
| 193,039,805
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 106
|
java
|
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
1511329206880
|
[
"jenkins@khan.paloaltonetworks.local"
] |
jenkins@khan.paloaltonetworks.local
|
af8113afca977f99bebc1d835afec7f054692db0
|
59928ead4d5d6f54cb52d307a2f5c185c32a6e96
|
/src/test/java/kyu8/cwex35/SolutionTest.java
|
eb5424dd4ab0b068ca0be74c97e61b3c926e9b87
|
[] |
no_license
|
IShadowmaNI/CodeWars
|
48d6ca70bfa657c9cfc05c14b5e9db5ea5b5940d
|
325edc6ae6e4b6df4490edae96c29f9ff6ee5f9f
|
refs/heads/master
| 2021-06-19T19:33:14.771182
| 2020-02-11T14:38:58
| 2020-02-11T14:38:58
| 180,101,649
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 3,586
|
java
|
package kyu8.cwex35;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
// TODO: Replace examples and use TDD development by writing your own tests
public class SolutionTest {
@Test
public void testSomething() {
assertEquals("IF-RUDYARD KIPLING", Correct.correct(Correct.correct("1F-RUDYARD K1PL1NG")));
assertEquals("ROBERT MERLE - THE DAY OF THE DOLPHIN", Correct.correct(Correct.correct("R0BERT MERLE - THE DAY 0F THE D0LPH1N")));
assertEquals("RICHARD P. FEYNMAN - THE FEYNMAN LECTURES ON PHYSICS", Correct.correct(Correct.correct("R1CHARD P. FEYNMAN - THE FEYNMAN LECTURE5 0N PHY51C5")));
assertEquals("RICHARD P. FEYNMAN - STATISTICAL MECHANICS", Correct.correct(Correct.correct("R1CHARD P. FEYNMAN - 5TAT15T1CAL MECHAN1C5")));
assertEquals("STEPHEN HAWKING - A BRIEF HISTORY OF TIME", Correct.correct(Correct.correct("5TEPHEN HAWK1NG - A BR1EF H15T0RY 0F T1ME")));
assertEquals("STEPHEN HAWKING - THE UNIVERSE IN A NUTSHELL", Correct.correct(Correct.correct("5TEPHEN HAWK1NG - THE UN1VER5E 1N A NUT5HELL")));
assertEquals("ERNEST HEMINGWAY - A FARWELL TO ARMS", Correct.correct(Correct.correct("ERNE5T HEM1NGWAY - A FARWELL T0 ARM5")));
assertEquals("ERNEST HEMINGWAY - FOR WHOM THE BELL TOLLS", Correct.correct(Correct.correct("ERNE5T HEM1NGWAY - F0R WH0M THE BELL T0LL5")));
assertEquals("ERNEST HEMINGWAY - THE OLD MAN AND THE SEA", Correct.correct(Correct.correct("ERNE5T HEM1NGWAY - THE 0LD MAN AND THE 5EA")));
assertEquals("J. R. R. TOLKIEN - THE LORD OF THE RINGS", Correct.correct(Correct.correct("J. R. R. T0LK1EN - THE L0RD 0F THE R1NG5")));
assertEquals("J. D. SALINGER - THE CATCHER IN THE RYE", Correct.correct(Correct.correct("J. D. 5AL1NGER - THE CATCHER 1N THE RYE")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE PHILOSOPHER'S STONE", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE PH1L050PHER'5 5T0NE")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE CHAMBER OF SECRETS", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE CHAMBER 0F 5ECRET5")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE PRISONER OF Azkaban", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE PR150NER 0F Azkaban")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE GOBLET OF FIRE", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE G0BLET 0F F1RE")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE ORDER OF PHOENIX", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE 0RDER 0F PH0EN1X")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE HALF-BLOOD PRINCE", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE HALF-BL00D PR1NCE")));
assertEquals("J. K. ROWLING - HARRY POTTER AND THE DEATHLY HALLOWS", Correct.correct(Correct.correct("J. K. R0WL1NG - HARRY P0TTER AND THE DEATHLY HALL0W5")));
assertEquals("URSULA K. LE GUIN - A WIZARD OF EARTHSEA", Correct.correct(Correct.correct("UR5ULA K. LE GU1N - A W1ZARD 0F EARTH5EA")));
assertEquals("URSULA K. LE GUIN - THE TOMBS OF ATUAN", Correct.correct(Correct.correct("UR5ULA K. LE GU1N - THE T0MB5 0F ATUAN")));
assertEquals("URSULA K. LE GUIN - THE FARTHEST SHORE", Correct.correct(Correct.correct("UR5ULA K. LE GU1N - THE FARTHE5T 5H0RE")));
assertEquals("URSULA K. LE GUIN - TALES FROM EARTHSEA", Correct.correct(Correct.correct("UR5ULA K. LE GU1N - TALE5 FR0M EARTH5EA")));
}
}
|
[
"IShadowmaNI@users.noreply.github.com"
] |
IShadowmaNI@users.noreply.github.com
|
c0db418d605aa7bbe1f7144a0362653fd7fbde3c
|
c2188c772b14d8f735f7fefdb0369388f7addcf2
|
/src/main/java/com/lee/datastructureandalgorithms/leetcode/Solution86.java
|
8da73095a4c2fe27116c55f12ef96a8c96473d50
|
[] |
no_license
|
iqcz/dataStructureAndAlgorithms
|
cc21c7f7bb5e6ff456d82044e4c07da368fb4450
|
5a21b7c79d4c9ceb5dca24e54e8e132144fdb427
|
refs/heads/master
| 2023-08-03T21:33:05.759015
| 2023-07-23T14:21:19
| 2023-07-23T14:21:19
| 249,172,194
| 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 1,039
|
java
|
package com.lee.datastructureandalgorithms.leetcode;
/**
* 链表考什么?哨兵节点+虚拟节点+链表指针的移动
* 分隔链表
* 给你一个链表的头节点 head 和一个特定值 x ,请你对链表进行分隔,使得所有 小于 x 的节点都出现在 大于或等于 x 的节点之前。
* 你应当 保留 两个分区中每个节点的初始相对位置。
*
* @author D49450
*/
public class Solution86 {
public ListNode partition(ListNode head, int x) {
ListNode small = new ListNode(0);
ListNode smallHead = small;
ListNode large = new ListNode(0);
ListNode largeHead = large;
while (head != null) {
if (head.getData() < x) {
small.next = head;
small = small.next;
} else {
large.next = head;
large = large.next;
}
head = head.next;
}
large.next = null;
small.next = largeHead.next;
return smallHead.next;
}
}
|
[
"a2z0to9@outlook.com"
] |
a2z0to9@outlook.com
|
abae6ada0d7870b386003a5b743e09a45b2e6c62
|
86f4e4bc381871340d53ead3c05025b17bea51c9
|
/src/macromedia/asc/semantics/VariableSlot.java
|
1cdf04c32e590038b615f1792821e3353add046a
|
[] |
no_license
|
weeeBox/oldies-flex-parser
|
8ed933d8aac0d178a425383f913cf8c17d010ade
|
127c7f507e3c68955eb14993018883a662710b11
|
refs/heads/master
| 2016-09-06T00:09:42.383260
| 2011-09-22T02:07:25
| 2011-09-22T02:07:25
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 2,707
|
java
|
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package macromedia.asc.semantics;
import macromedia.asc.util.ByteList;
public class VariableSlot extends Slot
{
public VariableSlot(TypeInfo type, int id, int var_index)
{
super(type, id);
this.var_index = var_index;
}
public VariableSlot(TypeValue type, int id, int var_index)
{
super(type, id);
this.var_index = var_index;
}
public int getVarIndex()
{
return var_index;
}
public void setVarIndex(int var_index)
{
this.var_index = var_index;
}
public void setTypeRef(ReferenceValue typeref)
{
this.typeref = typeref;
}
public ReferenceValue getTypeRef()
{
return typeref;
}
public void setType(TypeInfo type)
{
// This means the typeref has now been resolved, so we can clear out
// the RefVal ptr so it can be GC'ed
this.typeref = null;
super.setType(type);
}
public void setMethodID(int method_id)
{
if (method_id != -1)
{
throw new IllegalArgumentException();
}
}
public int getMethodID()
{
return -1;
}
public void setMethodName(String method_name)
{
setAuxData(AUX_MethodName, method_name);
}
public String getMethodName()
{
String method_name = (String)getAuxData(AUX_MethodName);
return (method_name != null) ? method_name : "";
}
public void setDeclStyles(ByteList decl_styles)
{
throw new IllegalArgumentException();
}
public ByteList getDeclStyles()
{
return null;
}
public void addDeclStyle(int style)
{
// ignore
}
public Value getValue()
{
// cn: initializer values for instance variables are apparently stored in the slot's value, but they aren't
// compile time constants. getValue()/getObjectValue() is used in the compiler to get
// compile time constant values for slots, however, so don't return the value unless this is a const.
return (this.isConst() ? super.getValue() : null);
}
public ObjectValue getInitializerValue()
{
// cn: see comment above. This gets the initializer value regardless of const-ness.
return (ObjectValue)(super.getValue());
}
private int var_index;
private ReferenceValue typeref;
}
|
[
"a.lementuev@gmail.com@05d901ff-343a-0225-6cd4-755ab999909a"
] |
a.lementuev@gmail.com@05d901ff-343a-0225-6cd4-755ab999909a
|
0ab00dd7c09f25fc83cba66edd014f2904f6462c
|
17b6fafe0140e65b2a57a006dd0dab8140abe914
|
/library/baselibrary/src/main/java/com/jelly/baselibrary/cropper/CropImageView.java
|
e96d88fad2dd6a0539b48cf40ac0b100e76c5b6a
|
[] |
no_license
|
Jelly0726/JellyBase
|
5ad9f74076740caa7b2e8e3f3c9c5f9ce082e003
|
844990782afb06b62d67faef737aadc2571d54c9
|
refs/heads/master
| 2022-05-06T21:27:51.136578
| 2022-03-24T11:26:12
| 2022-03-24T11:26:12
| 109,350,407
| 2
| 1
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 23,067
|
java
|
/*
* Copyright 2013, Edmodo, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License.
* You may obtain a copy of the License in the LICENSE file, or 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.jelly.baselibrary.cropper;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.PointF;
import android.graphics.RectF;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.AppCompatImageView;
import com.jelly.baselibrary.R;
import com.jelly.baselibrary.cropper.cropwindow.edge.Edge;
import com.jelly.baselibrary.cropper.cropwindow.handle.Handle;
import com.jelly.baselibrary.cropper.util.AspectRatioUtil;
import com.jelly.baselibrary.cropper.util.HandleUtil;
import com.jelly.baselibrary.cropper.util.PaintUtil;
/**
* Custom view that provides cropping capabilities to an image.
*/
public class CropImageView extends AppCompatImageView {
// Private Constants ///////////////////////////////////////////////////////////////////////////
@SuppressWarnings("unused")
private static final String TAG = CropImageView.class.getName();
@SuppressWarnings("unused")
public static final int GUIDELINES_OFF = 0;
public static final int GUIDELINES_ON_TOUCH = 1;
public static final int GUIDELINES_ON = 2;
// Member Variables ////////////////////////////////////////////////////////////////////////////
// The Paint used to draw the white rectangle around the crop area.
private Paint mBorderPaint;
// The Paint used to draw the guidelines within the crop area when pressed.
private Paint mGuidelinePaint;
// The Paint used to draw the corners of the Border
private Paint mCornerPaint;
// The Paint used to darken the surrounding areas outside the crop area.
private Paint mSurroundingAreaOverlayPaint;
// The radius (in pixels) of the touchable area around the handle.
// We are basing this value off of the recommended 48dp touch target size.
private float mHandleRadius;
// An edge of the crop window will snap to the corresponding edge of a
// specified bounding box when the crop window edge is less than or equal to
// this distance (in pixels) away from the bounding box edge.
private float mSnapRadius;
// Thickness of the line (in pixels) used to draw the corner handle.
private float mCornerThickness;
// Thickness of the line (in pixels) used to draw the border of the crop window.
private float mBorderThickness;
// Length of one side of the corner handle.
private float mCornerLength;
// The bounding box around the Bitmap that we are cropping.
@NonNull
private RectF mBitmapRect = new RectF();
// Holds the x and y offset between the exact touch location and the exact
// handle location that is activated. There may be an offset because we
// allow for some leeway (specified by 'mHandleRadius') in activating a
// handle. However, we want to maintain these offset values while the handle
// is being dragged so that the handle doesn't jump.
@NonNull
private PointF mTouchOffset = new PointF();
// The Handle that is currently pressed; null if no Handle is pressed.
private Handle mPressedHandle;
// Flag indicating if the crop area should always be a certain aspect ratio (indicated by mTargetAspectRatio).
private boolean mFixAspectRatio;
// Current aspect ratio of the image.
private int mAspectRatioX = 1;
private int mAspectRatioY = 1;
// Mode indicating how/whether to show the guidelines; must be one of GUIDELINES_OFF, GUIDELINES_ON_TOUCH, GUIDELINES_ON.
private int mGuidelinesMode = 1;
// Constructors ////////////////////////////////////////////////////////////////////////////////
public CropImageView(Context context) {
super(context);
init(context, null);
}
public CropImageView(Context context, AttributeSet attrs) {
super(context, attrs);
init(context, attrs);
}
public CropImageView(Context context, AttributeSet attrs, int defStyleAttr) {
super(context, attrs, defStyleAttr);
init(context, attrs);
}
private void init(@NonNull Context context, @Nullable AttributeSet attrs) {
final TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.CropImageView, 0, 0);
mGuidelinesMode = typedArray.getInteger(R.styleable.CropImageView_guidelines, 1);
mFixAspectRatio = typedArray.getBoolean(R.styleable.CropImageView_fixAspectRatio, false);
mAspectRatioX = typedArray.getInteger(R.styleable.CropImageView_aspectRatioX, 1);
mAspectRatioY = typedArray.getInteger(R.styleable.CropImageView_aspectRatioY, 1);
typedArray.recycle();
final Resources resources = context.getResources();
mBorderPaint = PaintUtil.newBorderPaint(resources);
mGuidelinePaint = PaintUtil.newGuidelinePaint(resources);
mSurroundingAreaOverlayPaint = PaintUtil.newSurroundingAreaOverlayPaint(resources);
mCornerPaint = PaintUtil.newCornerPaint(resources);
mHandleRadius = resources.getDimension(R.dimen.target_radius);
mSnapRadius = resources.getDimension(R.dimen.snap_radius);
mBorderThickness = resources.getDimension(R.dimen.border_thickness);
mCornerThickness = resources.getDimension(R.dimen.corner_thickness);
mCornerLength = resources.getDimension(R.dimen.corner_length);
}
// View Methods ////////////////////////////////////////////////////////////////////////////////
@Override
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
super.onLayout(changed, left, top, right, bottom);
mBitmapRect = getBitmapRect();
initCropWindow(mBitmapRect);
}
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);
drawDarkenedSurroundingArea(canvas);
drawGuidelines(canvas);
drawBorder(canvas);
drawCorners(canvas);
}
@Override
public boolean onTouchEvent(MotionEvent event) {
// If this View is not enabled, don't allow for touch interactions.
if (!isEnabled()) {
return false;
}
switch (event.getAction()) {
case MotionEvent.ACTION_DOWN:
onActionDown(event.getX(), event.getY());
return true;
case MotionEvent.ACTION_UP:
case MotionEvent.ACTION_CANCEL:
getParent().requestDisallowInterceptTouchEvent(false);
onActionUp();
return true;
case MotionEvent.ACTION_MOVE:
onActionMove(event.getX(), event.getY());
getParent().requestDisallowInterceptTouchEvent(true);
return true;
default:
return false;
}
}
// Public Methods //////////////////////////////////////////////////////////////////////////////
/**
* Sets the guidelines for the CropOverlayView to be either on, off, or to show when resizing
* the application.
*
* @param guidelinesMode Integer that signals whether the guidelines should be on, off, or only
* showing when resizing.
*/
public void setGuidelines(int guidelinesMode) {
mGuidelinesMode = guidelinesMode;
invalidate(); // Request onDraw() to get called again.
}
/**
* Sets whether the aspect ratio is fixed or not; true fixes the aspect ratio, while false
* allows it to be changed.
*
* @param fixAspectRatio Boolean that signals whether the aspect ratio should be maintained.
*
* @see {@link #setAspectRatio(int, int)}
*/
public void setFixedAspectRatio(boolean fixAspectRatio) {
mFixAspectRatio = fixAspectRatio;
requestLayout(); // Request measure/layout to be run again.
}
/**
* Sets the both the X and Y values of the aspectRatio. These only apply iff fixed aspect ratio
* is set.
*
* @param aspectRatioX new X value of the aspect ratio; must be greater than 0
* @param aspectRatioY new Y value of the aspect ratio; must be greater than 0
*
* @see {@link #setFixedAspectRatio(boolean)}
*/
public void setAspectRatio(int aspectRatioX, int aspectRatioY) {
if (aspectRatioX <= 0 || aspectRatioY <= 0) {
throw new IllegalArgumentException("Cannot set aspect ratio value to a number less than or equal to 0.");
}
mAspectRatioX = aspectRatioX;
mAspectRatioY = aspectRatioY;
if (mFixAspectRatio) {
requestLayout(); // Request measure/layout to be run again.
}
}
/**
* Gets the cropped image based on the current crop window.
*
* @return a new Bitmap representing the cropped image
*/
public Bitmap getCroppedImage() {
// Implementation reference: http://stackoverflow.com/a/26930938/1068656
final Drawable drawable = getDrawable();
if (drawable == null || !(drawable instanceof BitmapDrawable)) {
return null;
}
// Get image matrix values and place them in an array.
final float[] matrixValues = new float[9];
getImageMatrix().getValues(matrixValues);
// Extract the scale and translation values. Note, we currently do not handle any other transformations (e.g. skew).
final float scaleX = matrixValues[Matrix.MSCALE_X];
final float scaleY = matrixValues[Matrix.MSCALE_Y];
final float transX = matrixValues[Matrix.MTRANS_X];
final float transY = matrixValues[Matrix.MTRANS_Y];
// Ensure that the left and top edges are not outside of the ImageView bounds.
final float bitmapLeft = (transX < 0) ? Math.abs(transX) : 0;
final float bitmapTop = (transY < 0) ? Math.abs(transY) : 0;
// Get the original bitmap object.
final Bitmap originalBitmap = ((BitmapDrawable) drawable).getBitmap();
// Calculate the top-left corner of the crop window relative to the ~original~ bitmap size.
final float cropX = (bitmapLeft + Edge.LEFT.getCoordinate()) / scaleX;
final float cropY = (bitmapTop + Edge.TOP.getCoordinate()) / scaleY;
// Calculate the crop window size relative to the ~original~ bitmap size.
// Make sure the right and bottom edges are not outside the ImageView bounds (this is just to address rounding discrepancies).
final float cropWidth = Math.min(Edge.getWidth() / scaleX, originalBitmap.getWidth() - cropX);
final float cropHeight = Math.min(Edge.getHeight() / scaleY, originalBitmap.getHeight() - cropY);
// Crop the subset from the original Bitmap.
return Bitmap.createBitmap(originalBitmap,
(int) cropX,
(int) cropY,
(int) cropWidth,
(int) cropHeight);
}
// Private Methods /////////////////////////////////////////////////////////////////////////////
/**
* Gets the bounding rectangle of the bitmap within the ImageView.
*/
private RectF getBitmapRect() {
final Drawable drawable = getDrawable();
if (drawable == null) {
return new RectF();
}
// Get image matrix values and place them in an array.
final float[] matrixValues = new float[9];
getImageMatrix().getValues(matrixValues);
// Extract the scale and translation values from the matrix.
final float scaleX = matrixValues[Matrix.MSCALE_X];
final float scaleY = matrixValues[Matrix.MSCALE_Y];
final float transX = matrixValues[Matrix.MTRANS_X];
final float transY = matrixValues[Matrix.MTRANS_Y];
// Get the width and height of the original bitmap.
final int drawableIntrinsicWidth = drawable.getIntrinsicWidth();
final int drawableIntrinsicHeight = drawable.getIntrinsicHeight();
// Calculate the dimensions as seen on screen.
final int drawableDisplayWidth = Math.round(drawableIntrinsicWidth * scaleX);
final int drawableDisplayHeight = Math.round(drawableIntrinsicHeight * scaleY);
// Get the Rect of the displayed image within the ImageView.
final float left = Math.max(transX, 0);
final float top = Math.max(transY, 0);
final float right = Math.min(left + drawableDisplayWidth, getWidth());
final float bottom = Math.min(top + drawableDisplayHeight, getHeight());
return new RectF(left, top, right, bottom);
}
/**
* Initialize the crop window by setting the proper {@link Edge} values.
* <p/>
* If fixed aspect ratio is turned off, the initial crop window will be set to the displayed
* image with 10% margin. If fixed aspect ratio is turned on, the initial crop window will
* conform to the aspect ratio with at least one dimension maximized.
*/
private void initCropWindow(@NonNull RectF bitmapRect) {
if (mFixAspectRatio) {
// Initialize the crop window with the proper aspect ratio.
initCropWindowWithFixedAspectRatio(bitmapRect);
} else {
// Initialize crop window to have 10% padding w/ respect to Drawable's bounds.
final float horizontalPadding = 0.1f * bitmapRect.width();
final float verticalPadding = 0.1f * bitmapRect.height();
Edge.LEFT.setCoordinate(bitmapRect.left + horizontalPadding);
Edge.TOP.setCoordinate(bitmapRect.top + verticalPadding);
Edge.RIGHT.setCoordinate(bitmapRect.right - horizontalPadding);
Edge.BOTTOM.setCoordinate(bitmapRect.bottom - verticalPadding);
}
}
private void initCropWindowWithFixedAspectRatio(@NonNull RectF bitmapRect) {
// If the image aspect ratio is wider than the crop aspect ratio,
// then the image height is the determining initial length. Else, vice-versa.
if (AspectRatioUtil.calculateAspectRatio(bitmapRect) > getTargetAspectRatio()) {
final float cropWidth = AspectRatioUtil.calculateWidth(bitmapRect.height(), getTargetAspectRatio());
Edge.LEFT.setCoordinate(bitmapRect.centerX() - cropWidth / 2f);
Edge.TOP.setCoordinate(bitmapRect.top);
Edge.RIGHT.setCoordinate(bitmapRect.centerX() + cropWidth / 2f);
Edge.BOTTOM.setCoordinate(bitmapRect.bottom);
} else {
final float cropHeight = AspectRatioUtil.calculateHeight(bitmapRect.width(), getTargetAspectRatio());
Edge.LEFT.setCoordinate(bitmapRect.left);
Edge.TOP.setCoordinate(bitmapRect.centerY() - cropHeight / 2f);
Edge.RIGHT.setCoordinate(bitmapRect.right);
Edge.BOTTOM.setCoordinate(bitmapRect.centerY() + cropHeight / 2f);
}
}
private void drawDarkenedSurroundingArea(@NonNull Canvas canvas) {
final RectF bitmapRect = mBitmapRect;
final float left = Edge.LEFT.getCoordinate();
final float top = Edge.TOP.getCoordinate();
final float right = Edge.RIGHT.getCoordinate();
final float bottom = Edge.BOTTOM.getCoordinate();
/*-
-------------------------------------
| top |
-------------------------------------
| | | |
| | | |
| left | | right |
| | | |
| | | |
-------------------------------------
| bottom |
-------------------------------------
*/
// Draw "top", "bottom", "left", then "right" quadrants according to diagram above.
canvas.drawRect(bitmapRect.left, bitmapRect.top, bitmapRect.right, top, mSurroundingAreaOverlayPaint);
canvas.drawRect(bitmapRect.left, bottom, bitmapRect.right, bitmapRect.bottom, mSurroundingAreaOverlayPaint);
canvas.drawRect(bitmapRect.left, top, left, bottom, mSurroundingAreaOverlayPaint);
canvas.drawRect(right, top, bitmapRect.right, bottom, mSurroundingAreaOverlayPaint);
}
private void drawGuidelines(@NonNull Canvas canvas) {
if (!shouldGuidelinesBeShown()) {
return;
}
final float left = Edge.LEFT.getCoordinate();
final float top = Edge.TOP.getCoordinate();
final float right = Edge.RIGHT.getCoordinate();
final float bottom = Edge.BOTTOM.getCoordinate();
// Draw vertical guidelines.
final float oneThirdCropWidth = Edge.getWidth() / 3;
final float x1 = left + oneThirdCropWidth;
canvas.drawLine(x1, top, x1, bottom, mGuidelinePaint);
final float x2 = right - oneThirdCropWidth;
canvas.drawLine(x2, top, x2, bottom, mGuidelinePaint);
// Draw horizontal guidelines.
final float oneThirdCropHeight = Edge.getHeight() / 3;
final float y1 = top + oneThirdCropHeight;
canvas.drawLine(left, y1, right, y1, mGuidelinePaint);
final float y2 = bottom - oneThirdCropHeight;
canvas.drawLine(left, y2, right, y2, mGuidelinePaint);
}
private void drawBorder(@NonNull Canvas canvas) {
canvas.drawRect(Edge.LEFT.getCoordinate(),
Edge.TOP.getCoordinate(),
Edge.RIGHT.getCoordinate(),
Edge.BOTTOM.getCoordinate(),
mBorderPaint);
}
private void drawCorners(@NonNull Canvas canvas) {
final float left = Edge.LEFT.getCoordinate();
final float top = Edge.TOP.getCoordinate();
final float right = Edge.RIGHT.getCoordinate();
final float bottom = Edge.BOTTOM.getCoordinate();
// Absolute value of the offset by which to draw the corner line such that its inner edge is flush with the border's inner edge.
final float lateralOffset = (mCornerThickness - mBorderThickness) / 2f;
// Absolute value of the offset by which to start the corner line such that the line is drawn all the way to form a corner edge with the adjacent side.
final float startOffset = mCornerThickness - (mBorderThickness / 2f);
// Top-left corner: left side
canvas.drawLine(left - lateralOffset, top - startOffset, left - lateralOffset, top + mCornerLength, mCornerPaint);
// Top-left corner: top side
canvas.drawLine(left - startOffset, top - lateralOffset, left + mCornerLength, top - lateralOffset, mCornerPaint);
// Top-right corner: right side
canvas.drawLine(right + lateralOffset, top - startOffset, right + lateralOffset, top + mCornerLength, mCornerPaint);
// Top-right corner: top side
canvas.drawLine(right + startOffset, top - lateralOffset, right - mCornerLength, top - lateralOffset, mCornerPaint);
// Bottom-left corner: left side
canvas.drawLine(left - lateralOffset, bottom + startOffset, left - lateralOffset, bottom - mCornerLength, mCornerPaint);
// Bottom-left corner: bottom side
canvas.drawLine(left - startOffset, bottom + lateralOffset, left + mCornerLength, bottom + lateralOffset, mCornerPaint);
// Bottom-right corner: right side
canvas.drawLine(right + lateralOffset, bottom + startOffset, right + lateralOffset, bottom - mCornerLength, mCornerPaint);
// Bottom-right corner: bottom side
canvas.drawLine(right + startOffset, bottom + lateralOffset, right - mCornerLength, bottom + lateralOffset, mCornerPaint);
}
private boolean shouldGuidelinesBeShown() {
return ((mGuidelinesMode == GUIDELINES_ON)
|| ((mGuidelinesMode == GUIDELINES_ON_TOUCH) && (mPressedHandle != null)));
}
private float getTargetAspectRatio() {
return mAspectRatioX / (float) mAspectRatioY;
}
/**
* Handles a {@link MotionEvent#ACTION_DOWN} event.
*
* @param x the x-coordinate of the down action
* @param y the y-coordinate of the down action
*/
private void onActionDown(float x, float y) {
final float left = Edge.LEFT.getCoordinate();
final float top = Edge.TOP.getCoordinate();
final float right = Edge.RIGHT.getCoordinate();
final float bottom = Edge.BOTTOM.getCoordinate();
mPressedHandle = HandleUtil.getPressedHandle(x, y, left, top, right, bottom, mHandleRadius);
// Calculate the offset of the touch point from the precise location of the handle.
// Save these values in member variable 'mTouchOffset' so that we can maintain this offset as we drag the handle.
if (mPressedHandle != null) {
HandleUtil.getOffset(mPressedHandle, x, y, left, top, right, bottom, mTouchOffset);
invalidate();
}
}
/**
* Handles a {@link MotionEvent#ACTION_UP} or {@link MotionEvent#ACTION_CANCEL} event.
*/
private void onActionUp() {
if (mPressedHandle != null) {
mPressedHandle = null;
invalidate();
}
}
/**
* Handles a {@link MotionEvent#ACTION_MOVE} event.
*
* @param x the x-coordinate of the move event
* @param y the y-coordinate of the move event
*/
private void onActionMove(float x, float y) {
if (mPressedHandle == null) {
return;
}
// Adjust the coordinates for the finger position's offset (i.e. the distance from the initial touch to the precise handle location).
// We want to maintain the initial touch's distance to the pressed handle so that the crop window size does not "jump".
x += mTouchOffset.x;
y += mTouchOffset.y;
// Calculate the new crop window size/position.
if (mFixAspectRatio) {
mPressedHandle.updateCropWindow(x, y, getTargetAspectRatio(), mBitmapRect, mSnapRadius);
} else {
mPressedHandle.updateCropWindow(x, y, mBitmapRect, mSnapRadius);
}
invalidate();
}
}
|
[
"1207.qw"
] |
1207.qw
|
29497d3cdc170fcce4406d76162e66f3992a08bf
|
886f298cdf9ed43c97d5d329c8316db6ece118f5
|
/src/com/hp/util/Resource.java
|
6c45acc698655dc65b87019416745568f3afad47
|
[] |
no_license
|
lyflyy/DAO-ORM
|
13596a4bdc478af9b7621698156ff869557989fe
|
2e7774e7eb2d660cfecaf0e1225512a84b292830
|
refs/heads/master
| 2021-05-04T08:32:03.560561
| 2016-10-09T08:15:04
| 2016-10-09T08:15:04
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Java
| false
| false
| 236
|
java
|
package com.hp.util;
import java.util.ResourceBundle;
public class Resource {
private Resource() {
}
public static String getId(String className) {
return ResourceBundle.getBundle("Primary").getString(className);
}
}
|
[
"kingdavid@yeah.net"
] |
kingdavid@yeah.net
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.