AbstractListView源码分析2

     /**
     * Regular layout - usually an unsolicited layout from the view system,一般的布局
     */
    static final int LAYOUT_NORMAL = 0;


    /**
     * Show the first item,展示第一项
     */
    static final int LAYOUT_FORCE_TOP = 1;
    /**
     * Force the selected item to be on somewhere on the screen,强制选择的条目显示在屏幕的某个位置上
     */
    static final int LAYOUT_SET_SELECTION = 2;

    /**
     * Show the last item,展示最后的条目
     */
    static final int LAYOUT_FORCE_BOTTOM = 3;

    /**
     * Make a mSelectedItem appear in a specific location and build the rest of
     * the views from there. The top is specified by mSpecificTop.让选择的条目显示在指定的位置和建立从这个视图到那的。
     */
    static final int LAYOUT_SPECIFIC = 4;

    /**
     * Layout to sync as a result of a data change. Restore mSyncPosition to have its top
     * at mSpecificTop   布局和数据改变同步
     */

    static final int LAYOUT_SYNC = 5;

  /**
     * Layout as a result of using the navigation keys,布局使用导航keys的作为结果
     */
    static final int LAYOUT_MOVE_SELECTION = 6;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值