Simple list view

package ...;
import ...;

/**
 * A view with the similar visual effect as ListView, but doesn't require an adapter. It is useful
 * to display a small number of items as a list. It can better handle the scroll bar than ListView
 * when the items have different heights.
 */
public class SimpleListView extends ListView {

    final ArrayList<View> mViews = new ArrayList<View>();
    final ArrayList<Object> mData = new ArrayList<Object>();
    final BitSet mEnabled = new BitSet();
    private final SimpleAdapter mAdapter = new SimpleAdapter();
    private int mScrollRange;
    private boolean mScrollToTopPending;

    class SimpleAdapter extends BaseAdapter {
        public int getCount() {
            return mViews.size();
        }

        public Object getItem(int position) {
            return mData.get(position);
        }

        public long getItemId(int position) {
            return position;
        }

        public View getView(int position, View convertView, ViewGroup parent) {
            return mViews.get(position);
        }

        @Override
        public boolean areAllItemsEnabled() {
            return false;
        }

        @Override
        public boolean isEnabled(int position) {
            return mEnabled.get(position);
        }

        @Override
        public int getItemViewType(int position) {
            // Don't let ListView try to reuse the views.
            return AdapterView.ITEM_VIEW_TYPE_IGNORE;
        }
    }

    public SimpleListView(Context context) {
        super(context);
        setAdapter(mAdapter);
    }

    public SimpleListView(Context context, AttributeSet attrs) {
        super(context, attrs);
        setAdapter(mAdapter);
    }

    public SimpleListView(Context context, AttributeSet attrs, int defStyle) {
        super(context, attrs, defStyle);
        setAdapter(mAdapter);
    }

    public void addView(View view, Object data, boolean enabled) {
        mViews.add(view);
        mData.add(data);
        if (enabled) mEnabled.set(mViews.size() - 1);
        mAdapter.notifyDataSetChanged();
    }

    public void clear() {
        mViews.clear();
        mData.clear();
        mEnabled.clear();
        mAdapter.notifyDataSetChanged();
        scrollToTop();
    }

    private static final Rect RECT = new Rect(0, 0, 1, 1);

    @Override
    protected void layoutChildren() {
        super.layoutChildren();

        int scrollRange = 0;
        for (int i = 0, n = mViews.size(); i < n; i++) {
            int height = mViews.get(i).getHeight();
            // Height == 0 means that the view has not been layout-ed.
            if (height == 0) height = 64;
            scrollRange += height;
        }
        mScrollRange = scrollRange;

        if (mScrollToTopPending && !mViews.isEmpty()) {
            requestChildRectangleOnScreen(mViews.get(0), RECT, true);
            mScrollToTopPending = false;
        }
    }

    @Override
    protected int computeVerticalScrollExtent() {
        return getHeight();
    }

    @Override
    protected int computeVerticalScrollOffset() {
        int result = 0;
        if (mViews.size() > 0) {
            int firstVisible = getFirstVisiblePosition();
            for (int i = 0; i < firstVisible; i++) {
                result += mViews.get(i).getHeight();
            }
            result -= mViews.get(firstVisible).getTop();
        }
        return result;
    }

    @Override
    protected int computeVerticalScrollRange() {
        return mScrollRange;
    }

    public void scrollToTop() {
        setSelection(0);
        mScrollToTopPending = true;
    }

}

72 Comments

#
Alex - December 11, 2009 at 2:41 a.m.

not so simple now is it?

#
Steve Madden - January 1, 2010 at 7:16 p.m.

doesn't look simple at all :)

#
Links of London Jewellery - May 4, 2010 at 3:37 p.m.

When we got out of the car at our house, the three children ran through the front door and straight to the toys that were spread out under our Christmas tree. One of the girls spied Jill’s doll and immediately hugged it to her breast. I remember that the little boy grabbed Sharon’s ball. And the other girl picked up something of mine. All this happened a long time ago, but the memory of it remains clear. That was the Christmas when my sisters and I learned the joy of making others happy.

#
MBT Shoes - May 6, 2010 at 4:53 a.m.

Thank you for introducing me the useful information.And .....Totally boring. can you tell me where is the red and gold colors...? I predict a very low seller....I look forward your answer.thank you!

#
cheap adidas shoes - May 7, 2010 at 11:17 a.m.

I like this article about<b><a http://www.adidasvipshop.com

#
ghd precious gift set - May 11, 2010 at 9:27 a.m.

<p><a href="http://www.crazyghd.com"><strong>GHD Precious</strong></a></p>
<p><a href="http://www.crazyghd.com"><strong>GHD Precious Gift Set</strong></a></p>
<p><br />
<a href="http://www.crazyghd.com"><strong>GHD Straighteners </strong></a></p>
<p><span>My old <a href="http://www.crazyghd.com/ghd-precious-gift-set-in-black-p-13.html"><strong>GHD Precious Gift Set </strong></a> broke and I couldn't afford a pair of <a><strong>GHD Precious </strong></a>'s at that time so on the recommendation of a friend I tried these which were on the shelf at Woolworths.At £30 they were a lot cheaper than GHD Precious's or other salon stylers.</span></p>
<p><span>My hair is mid length and slightly wavy.Due to the texture it's not easy to straighten and I need the higher heat settings to get a successful result. At that time of purchase these <a><strong>GHD Precious Gift Set</strong></a> were some of the hottest in the price range, the majority of the alternatives were around the 180-200 degrees maximum temperature.</span></p>
<p>At full temperature these make even bone <a>dry hair</a> <a>steam</a>! They straighten hair quickly but it does appear flat afterwards.I also found that I got kinks in my hair from the straight sides of the plates.I also found that my hair became a little flyaway afterwards,even when using serum. They are recommended for use on dry hair.</span>So I am very satisfied with the <a href="http://www.crazyghd.com"><strong>GHD Straighteners</strong></a>. </p>

#
wholesale dvd - May 26, 2010 at 9:08 a.m.

welcome to china wholesale direct from China!
china wholesale shop supply any kinds goods!

#
cheap shox shoes - May 26, 2010 at 11:44 a.m.

I want to thank you from the core of my heart for doing such a research. Just now I completed reading your post and also find the tips to be useful. I will surely try to keep all those points in mind.

#
air jordan shoes - May 27, 2010 at 2:46 a.m.

Thanks for doing such a thorough research work. I must say all the tips you have mentioned here are useful. So, I have saved the page. Hope it will help me in my future endeavors.

#
supra Footweat - May 27, 2010 at 3:54 a.m.

I want to thank you from the core of my heart for doing such a research. Just now I completed reading your post and also find the tips to be useful. I will surely try to keep all those points in mind.

#
gucci outlet - May 27, 2010 at 5:50 a.m.

Thanks for your sharing, good job!

#
replica handbags - May 30, 2010 at 6:37 a.m.

Such a good article, caught my sympathy!

#
cheap jordan shoes - June 1, 2010 at 10:22 a.m.

Nice post!I agree with you!

#
air max - June 10, 2010 at 11:15 a.m.

The newest version of Air Max 90 are available now.Welcome to see our special Air Max and Air Max 2010. They are your must-have Cheap Air Max|Air Max 97|Air Max Shoes|95 Air Max|Nike Air Max 2009.

#
adidas shoes - June 11, 2010 at 5:51 a.m.

adidas shoes More than 60 years after a feud between brothers adidas outlet and Rudolf Dassler resulted in the creation of the adidas men's shoes and Puma sportswear rivalry, the two companies are making peace cheap adidas shoes for one day. adidas originals pros are its very stylish, adidas running shoes feels great on your feet and clothing wise, cheap adidas shoes are very reasonably priced from adidasbuy com. adidas shoes sale are very comfortable, light weight, stylish and great value for money. The adidas superstar soles are designed really well and give you great grip across all terrains. Here we feature a pair of adidas stan smith and and Oregon Ultra LE, which are part of the Originals Jacket NBA Highlights Collection. adidas running shoes are now available at select adidas zx 500 retailers. The original content are from Kicks on Fire and adidas sneakers really was an eye candy for the adidas zx 8000 fans. They didn’t know Originals T-Shirt have cool designs like this. They will begin hitting select adidas f50 adizero in August.

#
adidas shoes - June 14, 2010 at 10:30 a.m.

adidas shoes More than 60 years after a feud between brothers adidas outlet and Rudolf Dassler resulted in the creation of the adidas men's shoes and Puma sportswear rivalry, the two companies are making peace cheap adidas shoes for one day. adidas originals pros are its very stylish, adidas running shoes feels great on your feet and clothing wise, cheap adidas shoes are very reasonably priced from adidasbuy com. adidas shoes sale are very comfortable, light weight, stylish and great value for money. The adidas superstar soles are designed really well and give you great grip across all terrains. Here we feature a pair of adidas stan smith and and Oregon Ultra LE, which are part of the Originals Jacket NBA Highlights Collection. adidas running shoes are now available at select adidas zx 500 retailers. The original content are from Kicks on Fire and adidas sneakers really was an eye candy for the adidas zx 8000 fans. They didn’t know Originals T-Shirt have cool designs like this. They will begin hitting select adidas f50 adizero in August.

#
michael shoes - June 20, 2010 at 5:27 a.m.

we sale the newest version of Air Max 90 are available now.Welcome to see our special Air Max and Air Max 2010. They are your must-have Cheap Air Max|Air Max 97|Air Max Shoes|95 Air Max|Nike Air Max 2009.

#
rosetta stone spanish - June 22, 2010 at 10:16 a.m.

I like the article which very much you write, it has the help very much to me, thanks

#
Breitling Watches - June 22, 2010 at 11:36 a.m.

I am searching this very long time...

#
http://www.mbtsandal.com - June 24, 2010 at 9:01 a.m.

http://www.mbtsandal.com

#
gucci outlet - June 24, 2010 at 11:14 a.m.

good post thank you

#
wholesale nfl jerseys - June 29, 2010 at 4:39 a.m.

why

#
Designer Glasses - June 30, 2010 at 4:33 p.m.

Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information.

#
shinsweera - July 1, 2010 at 11:42 a.m.

Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information.

#
shinsweera - July 1, 2010 at 11:42 a.m.

Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information.<a href="http://www.busnetworkny.com/">bus new york atlantic city</a>

#
bus new york atlantic city - July 1, 2010 at 11:48 a.m.

Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information

#
ugg boots - July 1, 2010 at 8:41 p.m.

FGDFH

#
wholesale mlb jerseys - July 3, 2010 at 11:21 a.m.

Thank you for your sharing.

#
wholesale nfl jerseys - July 3, 2010 at 11:21 a.m.

It was a very nice idea!

#
radii shoes - July 6, 2010 at 12:15 p.m.

http://www.supramenshoes.com/ supra footwear
http://www.af1dunksb.com/ air force 1
http://www.asicskicsk.com/ Asics Onitsuka Tiger

#
air yeezy - July 7, 2010 at 10:01 a.m.

[url=http://www.airyeezyshoes.org/]Air yeezy[/url]
[url=http://www.airyeezyshoes.org/]Air yeezy shoes[/url]
[url=http://www.airyeezyshoes.org/]Nike air yeezy[/url]
[url=http://www.airyeezyshoes.org/]Cheap air yeezy[/url]
[url=http://www.airyeezyshoes.org/] Air yeezy sale[/url]

[url=http://www.airyeezyshoes.org/nike-air-yeezy-shoes-cheap-1.html]Air yeezy black pink[/url]
[url=http://www.airyeezyshoes.org/nike-air-yeezy-shoes-cheap-1.html]Air yeezy glow in the dark[/url]
[url=http://www.airyeezyshoes.org/nike-air-yeezy-shoes-cheap-1.html]Nike air yeezy shoes[/url]
[url=http://www.airyeezyshoes.org/nike-air-yeezy-shoes-cheap-1.html]Kanye west air yeezy[/url]
[url=http://www.airyeezyshoes.org/nike-air-yeezy-shoes-cheap-1.html]Cheap air yeezy shoes[/url]
[url=http://www.airyeezyshoes.org/nike-air-yeezy-shoes-cheap-1.html]Buy air yeezy shoes[/url]

[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]adidas jeremy scott[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]adidas jeremy scott shoes[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]adidas jeremy scott wings[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]adidas jeremy scott 2010[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]adidas jeremy scott sneakers[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]cheap adidas jeremy scott[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]adidas jeremy scott wings shoes[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]jeremy scott[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]jeremy scott shoes[/url]
[url=http://www.airyeezyshoes.org/adidas-jeremy-scott-cheap-5.html]jeremy scott adidas shoes[/url]

[url=http://www.airyeezyshoes.org/louis-vuitton-shoes-cheap-4.html]louis vuitton[/url]
[url=http://www.airyeezyshoes.org/louis-vuitton-shoes-cheap-4.html]louis vuitton shoes[/url]

#
asics - July 7, 2010 at 12:43 p.m.

<a href=http://www.asicskicks.com/>asics shoes</a>
<a href=http://www.asicskicks.com/>asics tiger</a>
<a href=http://www.asicskicks.com/>asics running shoes</a>
<a href=http://www.asicskicks.com/>asics onitsuka tiger</a>
<a href=http://www.asicskicks.com/>onitsuka tiger</a>

#
gucci bags - July 10, 2010 at 8:07 a.m.

http://wendysreplica.com

#
GHD straighteners - July 13, 2010 at 3:13 a.m.

I loved the editorial.It is very interesting.Thank you for the information.

#
NFL jerseys - July 13, 2010 at 3:16 a.m.

I am always searching online for articles that can help me get further ahead. Thanks a million!

#
MBTshoes - July 13, 2010 at 3:17 a.m.

Thanks for this! I’ve been looking all over the internet for it.

#
UGG boots - July 13, 2010 at 3:17 a.m.

Great thanks for sharing this article post.

#
louis vuitton bags - July 13, 2010 at 7:20 a.m.

Thanks for this! I’ve been looking all over the internet for it.

#
nike air max - July 14, 2010 at 3:15 a.m.

HaHA! I have already seen the great thing!!!

#
jordan shoes - July 14, 2010 at 3:18 a.m.

Enjoyed every bit of your blog.Thanks Again. Great.

#
timberland shoes - July 14, 2010 at 3:21 a.m.

good article, I wait for the next article ....

#
bailey button ugg boots - July 14, 2010 at 11:19 a.m.

A usefor post for me!

#
wendy's replica - July 15, 2010 at 10:02 a.m.

<a href=http://www.topchanelbag.com>chanel</a>
<a href=http://www.topguccibags.com>gucci</a>
<a href=http://www.greathermes.com>hermes</a>
<a href=http://www.greatlouisvuitton.com>louis vuitton</a>
<a href=http://www.topdesignerhandbag.com>designer handbags</a>
<a href=http://www.replicacell.com>vertu phones</a>
<a href=http://wendysreplica.com/blog>designer handbags reviews</a>
<a href=http://wendysreplica.com>wendy's replica</a>
<a href=http://www.replicacell.com>replica phones</a>
<a href=http://www.replicacell.com/vertu-replica.html>vertu replica</a>
<a href=http://www.replicacell.com/tag-heuer-phone.html>tag heuer phone</a>
<a href=http://www.replicacell.com/mobiado.html>mobiado</a>
<a href=http://www.replicacell.com/cartier-phones.html>cartier-phones</a>
<a href=http://www.replicacell.com/goldvish.html>goldvish</a>
<a href=http://www.replicacell.com/rolex-mobile.html>rolex mobile</a>
<a href=http://www.replicacell.com/porsche-phone.html>porsche phone</a>
<a href=http://www.replicacell.com/replica-blackberry.html>replica blackberry</a>
<a href=http://www.replicacell.com/iphone-replica.html>iphone replica</a>

#
cheap mens jeans - July 17, 2010 at 6:06 a.m.

it's good to know someone has an idea about what's going on.

#
fendi bags - July 17, 2010 at 6:11 a.m.

could you write more about it?

#
chanel sunglasses - July 17, 2010 at 6:18 a.m.

I need to share this on my facebook.

#
ugg short - July 17, 2010 at 6:23 a.m.

маленькой елочке холодно зимой

#
louis vuitton handbag - July 17, 2010 at 6:30 a.m.

That's good.

#
alexander mqueen - July 17, 2010 at 6:38 a.m.

It's my first time to post a reply, thanks for your sharing.

#
wholesale gucci mens - July 17, 2010 at 9:51 a.m.

I am looking forward for your next post on this topic.Your posts really do the help.Thank you! http://www.clothingseries.com wholesale gucci mens hoodies so cute!

#
Replica Watches - July 17, 2010 at 11:16 a.m.

I hope you will keep updating your content constantly as you have one dedicated reader here.

#
moncler - July 19, 2010 at 11:34 a.m.

We sell a series of moncler products.All of them sell very hot in our online store.Sincerely hope we can have a closer cooperation in the development between us. We have the believe as your NO.1 supplier.

#
air max 95 black - July 20, 2010 at 4:22 a.m.

However mean your nike air max 2010 mens life is meet it and live it; Do not shun it and call it hard names. It is not so bad nike air max 2010 as you are. It looks poorest when you are richest. The nike max 2009 on sale faultfinder will find faults in paradise. Love your new nike air max 2009 life poor as it is. You may perhaps have some pleasant thrilling glorious air max 95 black hours even in a poorhouse. The setting sun is reflected from the blue airmax 95 windows of the alms-house as brightly as from the rich man's blue air max 90 for women abode; the snow melts before its door as early in the spring. I do not see but a quiet mind may nike air max 90 live as contentedly there and have as cheering cheap air max 180 thoughts as in a palace. The town's poor seem to me often to live the most independent air max classic womens shoes lives of any. May be they are simply great nike air max enough to receive without misgiving. Most think that they are above being supported by the town; but it often grey nike air max for men happens that they are not above supporting themselves by dishonest means. Which should be more disreputable. Cultivate poverty men air max shoes like a garden herb like sage. Do not trouble yourself much to get new things whether clothes or women air max shoes friends Turn the old return to them. Things do not change; we change. Sell your clothes and keep your thoughts. Today we have higher nike air max white buildings and wider highways but shorter temperaments and narrower points of nike red air max 2009 view. http://www.sellnikeairmax.com/

#
Special Gucci - July 20, 2010 at 10:33 a.m.

Are you look for cheap Gucci Hoodies with top quality ?OK.Come to us.Free shipping and fast delivery.We deal in all products with lower price and top quality.Start your shopping in no time.Wait for your coming.

#
black ugg boots - July 20, 2010 at 10:42 a.m.

You are the few people who wrote something about that, I like it.

Your post is great, I have some common ideas with you.

#
ugg shoes - July 20, 2010 at 10:44 a.m.

Oh man, thank you for writing this.

That's good.

#
ugg classic tall - July 20, 2010 at 10:46 a.m.

I need to retweet this to my twitter.

#
cheap ugg boots - July 20, 2010 at 10:48 a.m.

Excellent piece.

It's my first time to post a reply, thanks for your sharing.

You are my hero. This...yes. Yesyesyesyes.

#
fake uggs - July 20, 2010 at 10:50 a.m.

I have never read something like this.

Great stuff!

#
ugg bailey - July 20, 2010 at 10:52 a.m.

I have never read something like this.

#
genuine ugg boots - July 20, 2010 at 10:53 a.m.

I am really interested in this topic.

Is it real or not?

#
ugg boots - July 20, 2010 at 10:55 a.m.

I have never read something like this.

Great stuff!

I am really interested in this topic.

Is it real or not?

#
ugg boots sale - July 20, 2010 at 10:57 a.m.

Great stuff!

#
ugg cardy - July 20, 2010 at 11 a.m.

That's good.

I hope you don't mind me linking you so that this information spreads more.

it's good to know someone has an idea about what's going on.

Well done!

I have never read something like this.

Great stuff!

I am really interested in this topic.

Is it real or not?

Excellent piece.

It's my first time to post a reply, thanks for your sharing.

You are my hero. This...yes. Yesyesyesyes.

#
ugg classic tall - July 20, 2010 at 11:04 a.m.

Thanks for a great post. That was definitely what I was searched in past two days.

The account settings redesign looks interesting.
No sign of fixing voice posts though? Force that third party vendor into it if you must!

:(

how do i get out of this community?

BUT WOW @ The people not knowing who he is.... really?

#
ugg classic short - July 20, 2010 at 11:07 a.m.

I hope you don't mind me linking you so that this information spreads more.

it's good to know someone has an idea about what's going on.

Well done!

I have never read something like this.

Great stuff!

#
ugg store - July 20, 2010 at 11:09 a.m.

It's my first time to post a reply, thanks for your sharing.

You are my hero. This...yes. Yesyesyesyes.

Beautifully done, both the content and the format.

Definitely recommending this all around.

I love it!

last year, I wrote about the same thing.

could you write more about it?

Brilliantly put.

That makes sense.

excellent idea!

#
ugg boots women - July 20, 2010 at 11:12 a.m.

Wow, thank you for sharing this. I love seeing artist's work space. It's neat!

love it all <3!!!!

Yay! I'm so going again and again and again :)

#
jasmintee - July 24, 2010 at 5:28 p.m.

Thanks for doing such a thorough research work. I must say all the tips you have mentioned here are useful. So, I have saved the page. Hope it will help me in my future endeavors.

#
Gucci Outlet - July 25, 2010 at 1:03 p.m.

Great thanks for sharing this article post.

#
asics shoes - July 25, 2010 at 2:12 p.m.

welcome to come here to see the kinds of asics shoes, so you can buy tese cheap asics shoes online.hope you have a shopping here.
<a href="http://www.asics-shoes.biz">asics shoes</a>
<a href="http://www.asics-shoes.biz">asics running shoes</a>
<a href="http://www.asics-shoes.biz">asics gel</a>

#
supra shoes - July 28, 2010 at 3:35 a.m.

http://www.suprasfootwear.org

Add a Comment