Searched refs:getInteger (Results 1 - 25 of 119) sorted by last modified time

12345

/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java51 mAnimationDuration = view.getResources().getInteger(android.R.integer.config_shortAnimTime);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java2212 this.gravity = a.getInteger(
2217 this.anchorGravity = a.getInteger(
2221 this.keyline = a.getInteger(R.styleable.CoordinatorLayout_LayoutParams_layout_keyline,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java620 getResources().getInteger(R.integer.lb_playback_controls_show_time_ms);
H A DPlaybackOverlaySupportFragment.java622 getResources().getInteger(R.integer.lb_playback_controls_show_time_ms);
H A DRowsFragment.java242 mSelectAnimatorDuration = getResources().getInteger(
H A DRowsSupportFragment.java244 mSelectAnimatorDuration = getResources().getInteger(
/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 DBaseCardView.java156 mCardType = a.getInteger(R.styleable.lbBaseCardView_cardType, CARD_TYPE_MAIN_ONLY);
157 mInfoVisibility = a.getInteger(R.styleable.lbBaseCardView_infoVisibility,
159 mExtraVisibility = a.getInteger(R.styleable.lbBaseCardView_extraVisibility,
166 mSelectedAnimationDelay = a.getInteger(
168 getResources().getInteger(R.integer.lb_card_selected_animation_delay));
170 mSelectedAnimDuration = a.getInteger(
172 getResources().getInteger(R.integer.lb_card_selected_animation_duration));
175 a.getInteger(R.styleable.lbBaseCardView_activatedAnimationDuration,
176 getResources().getInteger(R.integer.lb_card_activated_animation_duration));
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 DImageCardView.java253 mImageView.animate().alpha(1f).setDuration(mImageView.getResources().getInteger(
H A DSearchBar.java166 mBackgroundSpeechAlpha = r.getInteger(R.integer.lb_search_bar_speech_mode_background_alpha);
167 mBackgroundAlpha = r.getInteger(R.integer.lb_search_bar_text_mode_background_alpha);
H A DSearchOrbView.java173 mPulseDurationMs = context.getResources().getInteger(
175 mScaleDurationMs = context.getResources().getInteger(
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java141 mGravity = a.getInteger(3, Gravity.BOTTOM);
H A DViewPager.java2962 gravity = a.getInteger(0, Gravity.TOP);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java288 mMediumAnimationDuration = getResources().getInteger(
/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/support/v7/appcompat/src/android/support/v7/internal/view/
H A DActionBarPolicy.java46 return mContext.getResources().getInteger(R.integer.abc_max_action_buttons);
/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);
H A DTintTypedArray.java126 public int getInteger(int index, int defValue) { method in class:TintTypedArray
127 return mWrapped.getInteger(index, defValue);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java138 mMaxItems = mContext.getResources().getInteger(
H A DToolbar.java219 mGravity = a.getInteger(R.styleable.Toolbar_android_gravity, mGravity);
/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...]
H A DWifiServiceImpl.java760 final long rxIdleCurrent = mContext.getResources().getInteger(
762 final long rxCurrent = mContext.getResources().getInteger(
764 final long txCurrent = mContext.getResources().getInteger(
766 final double voltage = mContext.getResources().getInteger(
H A DWifiStateMachine.java1168 int period = mContext.getResources().getInteger(
1175 mNoNetworksPeriodicScan = mContext.getResources().getInteger(
1178 mDriverStopDelayMs = mContext.getResources().getInteger(
5981 int defaultInterval = mContext.getResources().getInteger(
9533 int defaultInterval = mContext.getResources().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,

Completed in 633 milliseconds

12345