877878879880881882883
} int width = getWidth(); if (isMutable()) { width = width - getUpDownWidth() - 5; } return toScreenBounds(new BRect(0, 0, width, rowHeight)); }
910911912913914915916
public BRect getHighlightBounds() { BView upDown = getUpDownButton(); if (upDown != null) { return upDown.getHighlightBounds(); } return toScreenBounds(new BRect(getWidth()-getUpDownWidth(), 0, getUpDownWidth(), rowHeight)); }