Searched refs:getResources (Results 1 – 7 of 7) sorted by relevance
18 protected Resources getResources() { in getResources() method in AccessoryController19 return mHostActivity.getResources(); in getResources()
34 getResources(), mVertical); in setupLedController()40 getResources()); in setupRelayController()
28 mFocusedTabImage = getResources().getDrawable( in onCreate()30 mNormalTabImage = getResources().getDrawable( in onCreate()
131 mOffImage = mHostActivity.getResources().getDrawable(offImageId); in SwitchDisplayer()132 mOnImage = mHostActivity.getResources().getDrawable(onImageId); in SwitchDisplayer()
49 Resources r = context.getResources(); in initJoystickView()
75 Resources res = context.getResources(); in initSliderView()
127 .setLargeIcon(BitmapFactory.decodeResource(mContext.getResources(), resId)) in postNotification()132 .setColor(mContext.getResources().getColor(R.color.partner_color)) in postNotification()