Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/tools/aapt2/
DMain.cpp56 int Action(const std::vector<std::string>& /* args */) override { in Action() function in aapt::VersionCommand
77 int Action(const std::vector<std::string>& args) override { in Action() function in aapt::MainCommand
108 int Action(const std::vector<std::string>& arguments) override { in Action() function in aapt::DaemonCommand
/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp33 void XmlNodeAction::Action(XmlNodeAction::ActionFunc f) { in Action() function in aapt::xml::XmlNodeAction
38 void XmlNodeAction::Action(XmlNodeAction::ActionFuncWithDiag f) { in Action() function in aapt::xml::XmlNodeAction
/frameworks/base/drm/java/android/drm/
DDrmStore.java163 public static class Action { class in DrmStore
218 public Action() {} in Action() method in DrmStore.Action
/frameworks/base/core/java/com/android/internal/globalactions/
DAction.java24 public interface Action { interface
/frameworks/base/tools/aapt2/cmd/
DCommand_test.cpp28 int Action(const std::vector<std::string>& args) override { in Action() function in aapt::TestCommand
DDump.h64 int Action(const std::vector<std::string>& args) final { in Action() function
262 int Action(const std::vector<std::string>& args) override { in Action() function
DDump.cpp128 int DumpAPCCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::DumpAPCCommand
216 int DumpBadgerCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::DumpBadgerCommand
DConvert.cpp349 int ConvertCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::ConvertCommand
DDiff.cpp348 int DiffCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::DiffCommand
DOptimize.cpp376 int OptimizeCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::OptimizeCommand
DCompile.cpp717 int CompileCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::CompileCommand
DLink.cpp2073 int LinkCommand::Action(const std::vector<std::string>& args) { in Action() function in aapt::LinkCommand
/frameworks/compile/mclinker/include/mcld/LD/
DResolver.h31 enum Action { Success, Warning, Abort, LastAction }; enum
DEhFrameReader.h58 typedef bool (*Action)(EhFrame& pEhFrame, typedef
/frameworks/base/core/proto/android/stats/style/
Dstyle_enums.proto21 enum Action { enum
/frameworks/base/libs/hwui/
DAnimator.h163 enum class Action { enum
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto31 enum Action { enum
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java69 @interface Action {} annotation in EuiccOperation
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp67 struct NuPlayer::Action : public RefBase { struct in android::NuPlayer
68 Action() {} in Action() argument
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp822 typedef std::unique_ptr<mcld::InputAction> Action; in TranslateArguments() typedef
/frameworks/base/core/java/android/app/
DNotification.java1377 public static class Action implements Parcelable { class in Notification
1480 private Action(Parcel in) { in Action() method in Notification.Action
1502 public Action(int icon, CharSequence title, PendingIntent intent) { in Action() method in Notification.Action
1508 private Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, in Action() method in Notification.Action
/frameworks/base/core/java/android/widget/
DRemoteViews.java417 private abstract static class Action implements Parcelable { class in RemoteViews
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java10832 public static class Action { class in RecyclerView.SmoothScroller
10856 public Action(int dx, int dy) { in Action() method in RecyclerView.SmoothScroller.Action
10865 public Action(int dx, int dy, int duration) { in Action() method in RecyclerView.SmoothScroller.Action
10876 public Action(int dx, int dy, int duration, Interpolator interpolator) { in Action() method in RecyclerView.SmoothScroller.Action
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto25 enum Action { enum
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp1436 class Action : public ManifestExtractor::Element { class

12