Lines Matching refs:from

64  * object obtained from the Activity can be used to control either configuration transparently.</p>
68 * select items accessible directly from the action bar as "action items". You can also
84 * same space, the {@link android.view.ActionMode} APIs are distinct and independent from those for
681 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
694 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
707 * Remove all tabs from the action bar and deselect the current tab.
861 * <p>If you pass <code>null</code> to this method, the default drawable from the theme
881 * <p>If you pass <code>0</code> to this method, the default drawable from the theme
999 * <p>The action bar's elevation is the distance it is placed from its parent surface. Higher
1014 * <p>The action bar's elevation is the distance it is placed from its parent surface. Higher
1216 * Set the {@link TabListener} that will handle switching to and from this tab.
1316 @ViewDebug.IntToString(from = -1, to = "NONE"),
1317 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1318 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1319 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1320 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1321 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1322 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1323 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1324 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1325 @ViewDebug.IntToString(from = Gravity.FILL_VERTICAL, to = "FILL_VERTICAL"),
1326 @ViewDebug.IntToString(from = Gravity.CENTER_HORIZONTAL, to = "CENTER_HORIZONTAL"),
1327 @ViewDebug.IntToString(from = Gravity.FILL_HORIZONTAL, to = "FILL_HORIZONTAL"),
1328 @ViewDebug.IntToString(from = Gravity.CENTER, to = "CENTER"),
1329 @ViewDebug.IntToString(from = Gravity.FILL, to = "FILL")