Lines Matching refs:resources
204 Resources resources = getResources(); in onCreate() local
206 mYOffset = resources.getDimension(R.dimen.fit_y_offset); in onCreate()
207 mLineHeight = resources.getDimension(R.dimen.fit_line_height); in onCreate()
208 mAmString = resources.getString(R.string.fit_am); in onCreate()
209 mPmString = resources.getString(R.string.fit_pm); in onCreate()
293 Resources resources = FitStepsWatchFaceService.this.getResources(); in onApplyWindowInsets() local
295 mXOffset = resources.getDimension(isRound in onApplyWindowInsets()
297 mXStepsOffset = resources.getDimension(isRound in onApplyWindowInsets()
299 float textSize = resources.getDimension(isRound in onApplyWindowInsets()
301 float amPmSize = resources.getDimension(isRound in onApplyWindowInsets()
309 … mStepCountPaint.setTextSize(resources.getDimension(R.dimen.fit_steps_or_distance_text_size)); in onApplyWindowInsets()