Searched refs:mLeftHoverDrawable (Results 1 – 2 of 2) sorted by relevance
92 mLeftHoverDrawable = getResources().getDrawable(R.drawable.page_hover_left_holo); in DragLayer()758 private Drawable mLeftHoverDrawable; field in DragLayer794 mLeftHoverDrawable.setBounds(0, childRect.top, in dispatchDraw()795 mLeftHoverDrawable.getIntrinsicWidth(), childRect.bottom); in dispatchDraw()796 mLeftHoverDrawable.draw(canvas); in dispatchDraw()
93 private Drawable mLeftHoverDrawable; field in DragLayer114 mLeftHoverDrawable = res.getDrawable(R.drawable.page_hover_left); in DragLayer()921 mLeftHoverDrawableActive : mLeftHoverDrawable; in drawPageHints()