HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 476 - 500 of 877) sorted by null

<<11121314151617181920>>

  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 113 private final Property<TextView, Integer> TEXT_COLOR =
114 new Property<TextView, Integer>(Integer.class, "textColor") {
116 public Integer get(TextView textView) {
121 public void set(TextView textView, Integer textColor) {
621 animatorSet.setDuration(getResources().getInteger(android.R.integer.config_mediumAnimTime));
708 getResources().getInteger(android.R.integer.config_longAnimTime));
713 getResources().getInteger(android.R.integer.config_mediumAnimTime));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 125 mMaxCountX = res.getInteger(R.integer.folder_max_count_x);
126 mMaxCountY = res.getInteger(R.integer.folder_max_count_y);
127 mMaxNumItems = res.getInteger(R.integer.folder_max_num_items);
137 mExpandDuration = res.getInteger(R.integer.config_folderAnimDuration);
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModePrioritySettings.java 97 final int val = Integer.parseInt((String) newValue);
118 final int val = Integer.parseInt((String) newValue);
133 mContext.getResources().getInteger(com.android.internal.R.integer
167 mCalls.setValue(Integer.toString(
171 mMessages.setValue(Integer.toString(
196 Integer.toString(Policy.PRIORITY_SENDERS_ANY),
197 Integer.toString(Policy.PRIORITY_SENDERS_CONTACTS),
198 Integer.toString(Policy.PRIORITY_SENDERS_STARRED),
199 Integer.toString(SOURCE_NONE),
  /packages/apps/TV/src/com/android/tv/menu/
Menu.java 129 mShowDurationMillis = res.getInteger(R.integer.menu_show_duration);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 181 final int maxSize = getResources().getInteger(R.integer.attachment_preview_max_size);
ConversationListFragment.java 315 R.integer.conv_item_view_cab_anim_duration);
463 TIMESTAMP_UPDATE_INTERVAL = res.getInteger(R.integer.timestamp_update_interval);
464 LOADING_DELAY_MS = res.getInteger(R.integer.conversationview_show_loading_delay);
465 MINIMUM_LOADING_DURATION = res.getInteger(R.integer.conversationview_min_show_loading);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdvancedSettingsFragment.java 74 final String popupDismissDelayDefaultValue = Integer.toString(res.getInteger(
75 R.integer.config_key_preview_linger_timeout));
215 return Integer.toString(value);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 61 mBeta = resources.getInteger(R.integer.table_damping) / 1000000f;
  /packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DemoInstrumentClusterView.java 50 private final Integer mAnimationDurationMs;
54 mAnimationDurationMs = getResources().getInteger(android.R.integer.config_longAnimTime);
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 57 uint64_t integer;
105 %token <integer> INTEGER
217 %type <integer> data_length
223 %type <integer> phdr_type memory_attr
770 | INTEGER
791 | string '(' INTEGER ')' phdr_info
927 | INTEGER
  /external/icu/icu4c/source/i18n/
msgfmt.cpp 103 0x69, 0x6E, 0x74, 0x65, 0x67, 0x65, 0x72, 0 /* "integer" */
106 // NumberFormat modifier list, default, currency, percent or integer
173 * Convert an integer value to a string and append the result to
421 if (cur->key.integer != rhs_cur->key.integer) {
424 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer);
425 const Format* rhs_format = (const Format*)uhash_iget(that.cachedFormatters, rhs_cur->key.integer);
    [all...]
repattrn.cpp 144 int32_t val = hashEl->value.integer;
748 // types with an integer operand field.
874 int32_t number = el->value.integer;
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 212 * The arbitrary precision integer (unscaled value) in the internal
222 * The 32-bit integer scale in the internal representation of {@code BigDecimal}.
336 newScale = (long)scale - Integer.parseInt(scaleString);
543 * Constructs a new {@code BigDecimal} instance from the given big integer
551 * Constructs a new {@code BigDecimal} instance from the given big integer
2721 long integer = unscaledVal \/ sizeOfFraction; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 129 private Map<Integer, List<BluetoothGattService>> gattClientDatabases =
130 new HashMap<Integer, List<BluetoothGattService>>();
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java     [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 526 /* Vector Integer Word tests.*/
881 // Each VSX register holds two doubleword integer values
900 // Each VSX register holds 4 integer word values
1116 int integer, floats, altivec, faltivec; member in struct:insn_sel_flags_t_struct
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 70 uint64_t integer;
84 %token <integer> INTEGER
194 %type <integer> exp
915 | INTEGER
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 129 public static MultiMap<Integer,Integer> validDelegations =
130 new MultiMap<Integer,Integer>() {
469 public Set<Integer> setOfNondeterministicDecisionNumbers = new HashSet<Integer>();
470 public Set<Integer> setOfNondeterministicDecisionNumbersResolvedWithPredicates =
471 new HashSet<Integer>();
766 List<Integer> validDelegators = validDelegations.get(delegate.type);
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java 172 final AtomicInteger integer = new AtomicInteger();
177 integer.getAndIncrement();
  /external/selinux/libsepol/cil/src/
cil_build_ast.h 222 int cil_fill_integer(struct cil_tree_node *int_node, uint32_t *integer);
223 int cil_fill_integer64(struct cil_tree_node *int_node, uint64_t *integer);
  /external/v8/test/mjsunit/
elements-transition.js 67 // Set the element to an integer but leave a hole at length-7.
function-prototype.js 73 // Check that getting the prototype of a tagged integer works.
int32-ops.js 30 // signed 32-bit integer values as smis.
  /external/v8/test/mjsunit/es6/
reflect-prevent-extensions.js 129 // test same behavior as above, but for integer properties
  /external/v8/test/mjsunit/es7/
typed-array-includes.js 138 // integer

Completed in 2066 milliseconds

<<11121314151617181920>>