Lines Matching refs:from

42  * select items accessible directly from the action bar as "action items". You can also
50 * same space, the {@link android.view.ActionMode} APIs are distinct and independent from those for
557 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
565 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
573 * Remove all tabs from the action bar and deselect the current tab.
702 * <p>If you pass <code>null</code> to this method, the default drawable from the theme
722 * <p>If you pass <code>0</code> to this method, the default drawable from the theme
915 * Set the {@link TabListener} that will handle switching to and from this tab.
1010 @ViewDebug.IntToString(from = -1, to = "NONE"),
1011 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1012 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1013 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1014 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1015 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1016 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1017 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1018 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1019 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
1020 @ViewDebug.IntToString(from = Gravity.CENTER_HORIZONTAL, to = "CENTER_HORIZONTAL"),
1021 @ViewDebug.IntToString(from = Gravity.FILL_HORIZONTAL, to = "FILL_HORIZONTAL"),
1022 @ViewDebug.IntToString(from = Gravity.CENTER, to = "CENTER"),
1023 @ViewDebug.IntToString(from = Gravity.FILL, to = "FILL")