HomeSort by relevance Sort by last modified time
    Searched defs:CustomAction (Results 1 - 15 of 15) sorted by null

  /packages/apps/TV/src/com/android/tv/customization/
CustomAction.java 27 public class CustomAction implements Comparable<CustomAction> {
35 public CustomAction(int positionPriority, String title, Drawable iconDrawable, Intent intent) {
53 public int compareTo(@NonNull CustomAction another) {
  /frameworks/support/media-compat/api21/android/support/v4/media/session/
PlaybackStateCompatApi21.java 72 for (Object customAction : customActions) {
73 stateObj.addCustomAction((PlaybackState.CustomAction) customAction);
79 static final class CustomAction {
81 return ((PlaybackState.CustomAction)customActionObj).getAction();
85 return ((PlaybackState.CustomAction)customActionObj).getName();
89 return ((PlaybackState.CustomAction)customActionObj).getIcon();
92 return ((PlaybackState.CustomAction)customActionObj).getExtras();
97 PlaybackState.CustomAction.Builder customActionObj =
98 new PlaybackState.CustomAction.Builder(action, name, icon)
    [all...]
  /external/webrtc/webrtc/video/
full_stack_plot.py 300 class CustomAction(argparse.Action):
310 "-c", "--cycle_length", nargs=1, action=CustomAction,
313 "-f", "--field", nargs=1, action=CustomAction,
315 parser.add_argument("-r", "--right", nargs=0, action=CustomAction,
317 parser.add_argument("-d", "--drop", nargs=0, action=CustomAction,
319 parser.add_argument("-o", "--offset", nargs=1, action=CustomAction, type=int,
321 parser.add_argument("-n", "--next", nargs=0, action=CustomAction,
324 "--frames", nargs=1, action=CustomAction, type=int,
326 parser.add_argument("-t", "--title", nargs=1, action=CustomAction,
329 "-O", "--output_filename", nargs=1, action=CustomAction,
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/session/
PlaybackStateCompat.java 545 List<PlaybackStateCompat.CustomAction> mCustomActions;
553 List<PlaybackStateCompat.CustomAction> customActions,
576 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR);
704 public List<PlaybackStateCompat.CustomAction> getCustomActions() {
784 List<PlaybackStateCompat.CustomAction> customActions = null;
788 customActions.add(CustomAction.fromCustomAction(customActionObj));
829 for (PlaybackStateCompat.CustomAction customAction : mCustomActions) {
830 customActions.add(customAction.getCustomAction());
862 * {@link PlaybackStateCompat.CustomAction CustomActions} can be used t
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
schema.py 213 CustomAction = Table('CustomAction')
214 CustomAction.add_field(1,'Action',0x2DFF)
215 CustomAction.add_field(2,'Type',1282)
216 CustomAction.add_field(3,'Source',0x1DFF)
217 CustomAction.add_field(4,'Target',7679)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
    [all...]
  /external/python/cpython2/Lib/msilib/
schema.py 213 CustomAction = Table('CustomAction')
214 CustomAction.add_field(1,'Action',11592)
215 CustomAction.add_field(2,'Type',1282)
216 CustomAction.add_field(3,'Source',7496)
217 CustomAction.add_field(4,'Target',7679)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
    [all...]
  /external/python/cpython2/Tools/msi/
schema.py 213 CustomAction = Table('CustomAction')
214 CustomAction.add_field(1,'Action',0x2DFF)
215 CustomAction.add_field(2,'Type',1282)
216 CustomAction.add_field(3,'Source',0x1DFF)
217 CustomAction.add_field(4,'Target',7679)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
    [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 736 milliseconds