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

<<21222324252627282930>>

  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 112 if (oldVersion instanceof Integer) {
113 return (Integer) oldVersion;
207 // Startup module index: Integer -> String, from default.
215 // Last camera used module index: Integer -> String, from default.
365 } else if (value instanceof Integer) {
366 String intValue = SettingsManager.convert((Integer) value);
373 if (longValue <= Integer.MAX_VALUE && longValue >= Integer.MIN_VALUE) {
416 String moduleId = Integer.toString(moduleIds[i]);
435 * The R.integer.camera_mode_* indices were cleaned up, resulting i
    [all...]
SettingsUtil.java 50 duration = context.getResources().getInteger(R.integer.max_video_recording_length);
374 int closestMatchPixelCountDiff = Integer.MAX_VALUE;
415 int width = Integer.parseInt(parts[0]);
416 int height = Integer.parseInt(parts[1]);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 138 int columnCount = res.getInteger(R.integer.contact_tile_column_count);
  /packages/apps/Dialer/src/com/android/dialer/list/
SpeedDialFragment.java 166 private final HashMap<Long, Integer> mItemIdTopMap = new HashMap<Long, Integer>();
167 private final HashMap<Long, Integer> mItemIdLeftMap = new HashMap<Long, Integer>();
199 mAnimationDuration = getResources().getInteger(R.integer.fade_duration);
412 Integer startTop = mItemIdTopMap.get(itemId);
413 Integer startLeft = mItemIdLeftMap.get(itemId);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 207 final int duration = res.getInteger(R.integer.config_tabTransitionDuration);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListFragment.java 397 R.integer.fab_animation_duration_ms));
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
CameraMediaChooser.java 379 R.integer.camera_shutter_duration) / 2;
  /packages/apps/Settings/src/com/android/settings/
TetherService.java 70 private ArrayList<Integer> mCurrentTethers;
71 private ArrayMap<Integer, List<ResultReceiver>> mPendingCallbacks;
184 private ArrayList<Integer> stringToTethers(String tethersStr) {
185 ArrayList<Integer> ret = new ArrayList<Integer>();
190 ret.add(Integer.parseInt(tethersSplit[i]));
195 private String tethersToString(ArrayList<Integer> tethers) {
285 com.android.internal.R.integer.config_mobile_hotspot_provision_check_period);
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 330 case com.android.internal.R.integer.config_mobile_hotspot_provision_check_period:
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 130 mSelectionRow = res.getInteger(R.integer.program_guide_selection_row);
235 int maxWidth = Integer.MIN_VALUE;
259 maxWidth = Integer.MIN_VALUE;
331 return Integer.MAX_VALUE;
ProgramItemView.java 106 .getInteger(R.integer.program_guide_ripple_anim_duration));
393 .getDeclaredMethod("getStateDrawable", Integer.TYPE)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseContentFragment.java 403 android.R.integer.config_mediumAnimTime));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
Picker.java 103 R.integer.dialog_animation_duration);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java 189 mSnapHeaderDefault = c.getResources().getInteger(R.integer.prefDefault_snapHeader);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 154 private final HashMap<String, Integer> mCategoryNameToIdMap = new HashMap<>();
167 mMaxPageKeyCount = res.getInteger(R.integer.config_emoji_keyboard_max_page_key_count);
339 public Pair<Integer, Integer> getCategoryIdAndPageIdFromPagePosition(final int position) {
353 final Pair<Integer, Integer> categoryAndId =
362 return (((long) categoryId) << Integer.SIZE) | id;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900-full-vu0.s 161 # VU integer registers
186 # Integer transfer from VU
194 # Integer transfer to VU
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 90 assertEquals(123, r.getInteger(R.integer.my_integer));
234 assertEquals(123, r.getInteger(R.integer.my_integer));
240 assertEquals(123, r.getInteger(r.getIdentifier("feature_integer", "integer", PKG)));
293 Integer.TYPE, Integer.TYPE });
363 assertEquals(321, r.getInteger(r.getIdentifier("feature_integer", "integer", PKG)));
392 db.execSQL("CREATE TABLE my_table(value INTEGER)");
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 141 + "got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
144 + ", got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
152 + "got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
155 + ", got '" + actual + "' from resource 0x" + Integer.toHexString(resId),
373 final int i = mResources.getInteger(R.integer.resource_test_int);
442 final boolean b = mResources.getBoolean(R.integer.resource_test_int);
582 + actual + "\" in resources 0x" + Integer.toHexString(resid),
611 assertEquals("in resource 0x" + Integer.toHexString(resid)
640 + " from TypedValue: in resource 0x" + Integer.toHexString(resid),
643 + " from getBoolean(): in resource 0x" + Integer.toHexString(resid)
    [all...]
  /external/ImageMagick/www/api/
blob.php 84 <dd>This size_t integer reflects the length in bytes of the blob. </dd>
  /external/guava/guava-testlib/test/com/google/common/testing/
NullPointerTesterTest.java 271 public void normalNormal(String first, Integer second) {
276 public void normalNullable(String first, @Nullable Integer second) {
281 public void nullableNormal(@Nullable String first, Integer second) {
287 @Nullable String first, @Nullable Integer second) {
321 "normalNormal", String.class, Integer.class);
337 "normalNullable", String.class, Integer.class);
352 "nullableNormal", String.class, Integer.class);
367 "nullableNullable", String.class, Integer.class);
397 public void twoArg(String s, Integer i) { checkNotNull(s); i.intValue(); }
398 public void twoMixedArgs(String s, @Nullable Integer i) { checkNotNull(s);
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 181 R.integer.capability_poll_interval);
191 R.integer.capability_cache_expiration);
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 211 # Vector integer arithmetic instructions
458 # Vector integer compare instructions
533 # Vector integer logical instructions
560 # Vector integer rotate and shift instructions
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 219 GLenum format, bool normalized, bool integer )
225 if (integer) {
677 input->glarray->Integer);
687 * integer ubyte. Just rewrite that to convert to a float.
707 case 3: comp3 = input->glarray->Integer ? BRW_VE1_COMPONENT_STORE_1_INT
742 gen6_edgeflag_input->glarray->Integer);
  /external/proguard/src/proguard/
ConfigurationParser.java 384 // Read the obligatory integer.
385 readNextWord("integer");
387 int integer = Integer.parseInt(nextWord); local
391 return integer;
395 throw new ParseException("Expecting integer argument instead of '" + nextWord +
    [all...]
  /external/tinyalsa/
pcm.c 205 i->integer = 1;
213 if (i->integer)
737 const unsigned int bitshift = 5; /* for 32 bit integer */
    [all...]

Completed in 2404 milliseconds

<<21222324252627282930>>