HomeSort by relevance Sort by last modified time
    Searched refs:getInteger (Results 1 - 25 of 749) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 47 static int getInteger (const glw::Functions& gl, deUint32 pname)
56 static int getInteger (const glw::Functions& gl)
58 return getInteger(gl, Pname);
308 { "gl_MaxVertexAttribs", getInteger<GL_MAX_VERTEX_ATTRIBS> },
309 { "gl_MaxVertexUniformVectors", getInteger<GL_MAX_VERTEX_UNIFORM_VECTORS> },
312 { "gl_MaxFragmentUniformVectors", getInteger<GL_MAX_FRAGMENT_UNIFORM_VECTORS> },
313 { "gl_MaxDrawBuffers", getInteger<GL_MAX_DRAW_BUFFERS> },
315 { "gl_MaxVertexTextureImageUnits", getInteger<GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS> },
316 { "gl_MaxCombinedTextureImageUnits", getInteger<GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS> },
317 { "gl_MaxTextureImageUnits", getInteger<GL_MAX_TEXTURE_IMAGE_UNITS> }
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ConversationViewUtils.java 28 final int desiredFontSizePx = resources.getInteger(
30 final int unstyledFontSizePx = resources.getInteger(
  /cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp1/src/android/os/lib/provider/
StaticSharedLib.java 25 context.getResources().getInteger(android.os.lib.provider.R.integer.version));
  /cts/hostsidetests/os/test-apps/StaticSharedLibProviderApp4/src/android/os/lib/provider/
StaticSharedLib.java 23 return context.getResources().getInteger(android.os.lib.provider.R.integer.version);
  /cts/hostsidetests/os/test-apps/StaticSharedLibProviderAppRecursive/src/android/os/lib/provider/recursive/
StaticSharedLibRecursive.java 23 return context.getResources().getInteger(
  /external/emma/core/java12/com/vladium/util/
IntegerFactory.java 22 public static Integer getInteger (final int value)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingParams.java 46 final int interpolationAngularDegree = mainKeyboardViewAttr.getInteger(R.styleable
54 mMaxInterpolationSegments = mainKeyboardViewAttr.getInteger(
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTableDream.java 35 resources.getInteger(R.integer.table_drop_period),
36 resources.getInteger(R.integer.fast_drop));
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/
WifiWakeupNetworkSelector.java 51 resources.getInteger(R.integer.config_netrec_wifi_score_low_rssi_threshold_24GHz);
53 resources.getInteger(R.integer.config_netrec_wifi_score_low_rssi_threshold_5GHz);
54 mRssiScoreSlope = resources.getInteger(R.integer.config_netrec_RSSI_SCORE_SLOPE);
55 mRssiScoreOffset = resources.getInteger(R.integer.config_netrec_RSSI_SCORE_OFFSET);
57 resources.getInteger(R.integer.config_netrec_PASSPOINT_SECURITY_AWARD);
58 mSecurityAward = resources.getInteger(R.integer.config_netrec_SECURITY_AWARD);
59 mBand5GHzAward = resources.getInteger(R.integer.config_netrec_5GHz_preference_boost_factor);
61 resources.getInteger(R.integer.config_netrec_wifi_score_good_rssi_threshold_24GHz);
  /frameworks/base/core/java/com/android/internal/util/
ScreenShapeHelper.java 20 return resources.getInteger(com.android.internal.R.integer.config_windowOutsetBottom);
  /libcore/ojluni/src/main/java/sun/security/action/
GetIntegerAction.java 108 Integer value = Integer.getInteger(theProp);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionUtils.java 49 animator.setDuration(res.getInteger(R.integer.alpha_activity_in_bkg_duration));
50 animator.setStartDelay(res.getInteger(R.integer.alpha_activity_in_bkg_delay));
69 animator.setDuration(res.getInteger(R.integer.alpha_activity_out_bkg_duration));
70 animator.setStartDelay(res.getInteger(R.integer.alpha_activity_out_bkg_delay));
  /frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java 84 Resources.getSystem().getInteger(
111 Resources.getSystem().getInteger(
121 Resources.getSystem().getInteger(
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 122 return mContext.getResources().getInteger(R.integer.num_suggestions_above_keyboard);
129 return mContext.getResources().getInteger(R.integer.max_promoted_suggestions);
133 return mContext.getResources().getInteger(R.integer.max_promoted_results);
147 return mContext.getResources().getInteger(R.integer.max_shortcuts_per_web_source);
154 return mContext.getResources().getInteger(R.integer.max_shortcuts_per_non_web_source);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScoreReport.java 76 mThresholdMinimumRssi5 = context.getResources().getInteger(
78 mThresholdQualifiedRssi5 = context.getResources().getInteger(
80 mThresholdSaturatedRssi5 = context.getResources().getInteger(
82 mThresholdMinimumRssi24 = context.getResources().getInteger(
84 mThresholdQualifiedRssi24 = context.getResources().getInteger(
86 mThresholdSaturatedRssi24 = context.getResources().getInteger(
88 mBadLinkSpeed24 = context.getResources().getInteger(
90 mBadLinkSpeed5 = context.getResources().getInteger(
92 mGoodLinkSpeed24 = context.getResources().getInteger(
94 mGoodLinkSpeed5 = context.getResources().getInteger(
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiScoreReportTest.java 64 when(resources.getInteger(
67 when(resources.getInteger(
70 when(resources.getInteger(
73 when(resources.getInteger(
76 when(resources.getInteger(
79 when(resources.getInteger(
82 when(resources.getInteger(
85 when(resources.getInteger(
88 when(resources.getInteger(
91 when(resources.getInteger(
    [all...]
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
QuickSettingsPreferenceFragment.java 106 res.getInteger(R.integer.standard_setting_backlight))));
108 res.getInteger(R.integer.standard_setting_contrast))));
110 res.getInteger(R.integer.standard_setting_brightness))));
112 res.getInteger(R.integer.standard_setting_sharpness))));
114 res.getInteger(R.integer.standard_setting_color))));
116 res.getInteger(R.integer.standard_setting_tint))));
  /external/v8/src/inspector/
remote-object-id.cc 23 parsedObjectId->getInteger("injectedScriptId", &m_injectedScriptId);
37 bool success = parsedObjectId->getInteger("id", &remoteObjectId->m_id);
54 parsedObjectId->getInteger("ordinal", &remoteCallFrameId->m_frameOrdinal);
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 64 .getInteger(R.integer.batch_progress_display_time);
66 .getInteger(R.integer.batch_progress_wait_time);
68 + context.getResources().getInteger(R.integer.dialog_animationDefaultDur);
  /frameworks/base/services/core/java/com/android/server/notification/
PropConfig.java 26 return SystemProperties.getInt(propName, context.getResources().getInteger(resId));
  /packages/apps/Camera2/src/com/android/camera/app/
ModuleManagerImpl.java 115 final int photoModuleId = context.getResources().getInteger(R.integer.camera_mode_photo);
116 final int videoModuleId = context.getResources().getInteger(R.integer.camera_mode_video);
120 || moduleId == context.getResources().getInteger(R.integer.camera_mode_gcam)) {
125 quickSwitchTo = settingsManager.getInteger(
  /packages/apps/Contacts/src-bind/com/android/contactsbind/experiments/
Flags.java 46 public int getInteger(String flagName) {
  /packages/apps/Dialer/java/com/android/contacts/common/util/
ContactListViewUtils.java 59 final int listSpaceWeight = resources.getInteger(R.integer.contact_list_space_layout_weight);
60 final int listViewWeight = resources.getInteger(R.integer.contact_list_card_layout_weight);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
CellularFallbackPreferenceControllerTest.java 55 when(mContext.getResources().getInteger(
64 when(mContext.getResources().getInteger(
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
TimeoutTest.java 42 mTargetResources.getInteger(R.integer.menu_show_duration));
51 mTargetResources.getInteger(R.integer.program_guide_show_duration));

Completed in 1082 milliseconds

1 2 3 4 5 6 7 8 91011>>