Searched refs:getInteger (Results 26 - 50 of 119) sorted by relevance

12345

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java94 final int fadeOutDurationMs = mResources.getInteger(R.integer.bitmap_fade_animation_duration);
95 mProgressDelayMs = mResources.getInteger(R.integer.bitmap_progress_animation_delay);
461 pulseDuration = res.getInteger(R.integer.bitmap_placeholder_animation_duration);
544 .setDuration(res.getInteger(R.integer.bitmap_progress_animation_duration));
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java312 final int configVal = res.getInteger(
352 mGlobalActionsKeyTimeout = res.getInteger(
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerController.java271 final int screenBrightnessSettingMinimum = clampAbsoluteBrightness(resources.getInteger(
274 mScreenBrightnessDozeConfig = clampAbsoluteBrightness(resources.getInteger(
277 mScreenBrightnessDimConfig = clampAbsoluteBrightness(resources.getInteger(
280 mScreenBrightnessDarkConfig = clampAbsoluteBrightness(resources.getInteger(
306 int lightSensorRate = resources.getInteger(
308 long brighteningLightDebounce = resources.getInteger(
310 long darkeningLightDebounce = resources.getInteger(
320 int lightSensorWarmUpTimeConfig = resources.getInteger(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DConstants.java148 public static long getInteger(ByteBuffer payload, ByteOrder bo, int size) { method in class:Constants
175 return getString(payload, (int) getInteger(payload, ByteOrder.LITTLE_ENDIAN,
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DPartnerTest.java92 int partnerValue = entry.resources.getInteger(entry.id);
149 public int getInteger(int id) throws NotFoundException { method in class:PartnerTest.TestResources
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java78 mBodyMaxLines = view.getResources().getInteger(
80 mBodyMinLines = view.getResources().getInteger(
H A DGuidedActionsStylist.java267 mTitleMinLines = getInteger(ctx, val, R.attr.guidedActionTitleMinLines);
268 mTitleMaxLines = getInteger(ctx, val, R.attr.guidedActionTitleMaxLines);
269 mDescriptionMinLines = getInteger(ctx, val, R.attr.guidedActionDescriptionMinLines);
507 private int getInteger(Context ctx, TypedValue typedValue, int attrId) { method in class:GuidedActionsStylist
509 return ctx.getResources().getInteger(typedValue.resourceId);
H A DSearchOrbView.java173 mPulseDurationMs = context.getResources().getInteger(
175 mScaleDurationMs = context.getResources().getInteger(
H A DImageCardView.java253 mImageView.animate().alpha(1f).setDuration(mImageView.getResources().getInteger(
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java170 public int getInteger(int id) throws NotFoundException { method in class:ResourcesWrapper
171 return mResources.getInteger(id);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java581 wifiAssociatedShortScanIntervalMilli.set(mContext.getResources().getInteger(
583 wifiAssociatedLongScanIntervalMilli.set(mContext.getResources().getInteger(
585 wifiDisconnectedShortScanIntervalMilli.set(mContext.getResources().getInteger(
587 wifiDisconnectedLongScanIntervalMilli.set(mContext.getResources().getInteger(
592 maxNumActiveChannelsForPartialScans.set(mContext.getResources().getInteger(
594 maxNumPassiveChannelsForPartialScans.set(mContext.getResources().getInteger(
596 associatedFullScanMaxIntervalMilli = mContext.getResources().getInteger(
598 associatedFullScanBackoff.set(mContext.getResources().getInteger(
606 bandPreferenceBoostFactor5 = mContext.getResources().getInteger(
608 bandPreferencePenaltyFactor5 = mContext.getResources().getInteger(
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DNotificationCompatImplBase.java93 context.getResources().getInteger(R.integer.cancel_button_image_alpha));
134 context.getResources().getInteger(R.integer.cancel_button_image_alpha));
192 final int tooBig = context.getResources().getInteger(
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java41 mColumnCount = typedArray.getInteger(R.styleable.PrintOptionsLayout_columnCount, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java109 mTouchAcceptanceDelay = resources.getInteger(R.integer.touch_acceptance_delay);
111 mDefaultSnoozeLengthMs = resources.getInteger(R.integer.heads_up_default_snooze_length_ms);
113 mMinimumDisplayTime = resources.getInteger(R.integer.heads_up_notification_minimum_time);
114 mHeadsUpNotificationDecay = resources.getInteger(R.integer.heads_up_notification_decay);
H A DKeyButtonView.java81 mCode = a.getInteger(R.styleable.KeyButtonView_keyCode, 0);
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java173 mDefaultUiModeType = res.getInteger(
175 mCarModeKeepsScreenOn = (res.getInteger(
177 mDeskModeKeepsScreenOn = (res.getInteger(
185 final int defaultNightMode = res.getInteger(
H A DGestureLauncherService.java189 int cameraLaunchGestureId = resources.getInteger(
235 boolean configSet = resources.getInteger(
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java142 public int getInteger(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java72 final int columnCount = mActivity.getResources().getInteger(
113 final int optionColumnCount = mActivity.getResources().getInteger(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java85 mSlowThreshold = res.getInteger(R.integer.config_chargingSlowlyThreshold);
86 mFastThreshold = res.getInteger(R.integer.config_chargingFastThreshold);
/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java278 int value = resources.getInteger(configResIds[i]);
/frameworks/base/media/java/android/media/
H A DSRTRenderer.java45 return mRender == (format.getInteger(MediaFormat.KEY_IS_TIMED_TEXT, 0) == 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeParameters.java138 int value = SystemProperties.getInt(propName, mContext.getResources().getInteger(resId));
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java51 mAnimationDuration = view.getResources().getInteger(android.R.integer.config_shortAnimTime);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java278 mMaxThumbnailCacheSize = context.getResources().getInteger(
280 mMaxIconCacheSize = context.getResources().getInteger(

Completed in 675 milliseconds

12345