Searched refs:getBitmapFor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java183 mBackground = getBitmapFor(R.drawable.jog_dial_bg);
184 mDimple = getBitmapFor(R.drawable.jog_dial_dimple);
185 mDimpleDim = getBitmapFor(R.drawable.jog_dial_dimple_dim);
187 mArrowLongLeft = getBitmapFor(R.drawable.jog_dial_arrow_long_left_green);
188 mArrowLongRight = getBitmapFor(R.drawable.jog_dial_arrow_long_right_red);
189 mArrowShortLeftAndRight = getBitmapFor(R.drawable.jog_dial_arrow_short_left_and_right);
207 private Bitmap getBitmapFor(int resId) { method in class:RotarySelector
248 mLeftHandleIcon = getBitmapFor(resId);
263 mRightHandleIcon = getBitmapFor(resId);
H A DLockPatternView.java270 mBitmapBtnDefault = getBitmapFor(R.drawable.btn_code_lock_default_holo);
271 mBitmapBtnTouched = getBitmapFor(R.drawable.btn_code_lock_touched_holo);
272 mBitmapCircleDefault = getBitmapFor(R.drawable.indicator_code_lock_point_area_default_holo);
273 mBitmapCircleGreen = getBitmapFor(R.drawable.indicator_code_lock_point_area_green_holo);
274 mBitmapCircleRed = getBitmapFor(R.drawable.indicator_code_lock_point_area_red_holo);
276 mBitmapArrowGreenUp = getBitmapFor(R.drawable.indicator_code_lock_drag_direction_green_up);
277 mBitmapArrowRedUp = getBitmapFor(R.drawable.indicator_code_lock_drag_direction_red_up);
290 private Bitmap getBitmapFor(int resId) { method in class:LockPatternView

Completed in 145 milliseconds