HomeSort by relevance Sort by last modified time
    Searched refs:getInt (Results 276 - 300 of 3605) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 68 mDefaultKeyLabelFlags = keyAttr.getInt(R.styleable.Keyboard_Key_keyLabelFlags, 0);
69 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType,
85 mDefaultKeyLabelFlags = keyAttr.getInt(R.styleable.Keyboard_Key_keyLabelFlags, 0)
87 mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType,
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailProviderSettingsUtil.java 66 int fwdLen = prefs.getInt(fwdKey + FWD_SETTINGS_LENGTH_TAG, 0);
72 cfi[i].status = prefs.getInt(settingKey + FWD_SETTING_STATUS, 0);
73 cfi[i].reason = prefs.getInt(
79 cfi[i].timeSeconds = prefs.getInt(settingKey + FWD_SETTING_TIME, 20);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_node_base.h 46 bool isSentinel() const { return PrevAndSentinel.getInt(); }
  /art/tools/ahat/src/
ObjectsHandler.java 39 int id = query.getInt("id", 0);
40 int depth = query.getInt("depth", 0);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
74 int dividerColor = args.getInt(KEY_DIVIDER_COLOR);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
ComplicationToggleReceiver.java 47 int complicationId = extras.getInt(EXTRA_COMPLICATION_ID);
53 int value = sharedPreferences.getInt(preferenceKey, 0);
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
74 int dividerColor = args.getInt(KEY_DIVIDER_COLOR);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
ComplicationToggleReceiver.java 47 int complicationId = extras.getInt(EXTRA_COMPLICATION_ID);
53 int value = sharedPreferences.getInt(preferenceKey, 0);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
74 int dividerColor = args.getInt(KEY_DIVIDER_COLOR);
  /external/conscrypt/common/src/main/java/org/conscrypt/
SslSessionWrapper.java 82 int type = buf.getInt();
87 int length = buf.getInt();
93 int count = buf.getInt();
99 length = buf.getInt();
115 int countOcspResponses = buf.getInt();
119 int ocspLength = buf.getInt();
127 ocspLength = buf.getInt();
136 int tlsSctDataLength = buf.getInt();
  /external/icu/icu4c/source/tools/ctestfw/unicode/
datamap.h 50 virtual int32_t getInt(const char* key, UErrorCode &status) const = 0;
130 virtual int32_t getInt(const char* key, UErrorCode &status) const;
  /external/libmojo/base/android/java/src/org/chromium/base/
CommandLineInitUtil.java 88 boolean adbEnabled = Settings.Global.getInt(context.getContentResolver(),
99 boolean adbEnabled = Settings.System.getInt(context.getContentResolver(),
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 141 bufferX + x.getInt(time),
142 bufferY + y.getInt(time),
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 67 public int getInt(int columnIndex) {
69 return mWindow.getInt(mPos, columnIndex);
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/display/
AutoBrightnessLineItemTest.java 63 assertThat(Settings.System.getInt(mContext.getContentResolver(),
67 assertThat(Settings.System.getInt(mContext.getContentResolver(),
  /packages/apps/DeskClock/src/com/android/alarmclock/
WidgetUtils.java 42 int minWidth = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH);
80 int minHeight = options.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryState.java 50 mLastSortDimensionId = bundle.getInt(EXTRA_SORT_DIMENSION_ID);
51 mLastSortDirection = bundle.getInt(EXTRA_SORT_DIRECTION);
  /packages/apps/Gallery2/src/com/android/photos/adapters/
PhotoThumbnailAdapter.java 66 float width = cursor.getInt(PhotoSetLoader.INDEX_WIDTH);
67 float height = cursor.getInt(PhotoSetLoader.INDEX_HEIGHT);

Completed in 7475 milliseconds

<<11121314151617181920>>