/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
PlaybackControlSupportGlue.java | 10 import android.support.v17.leanback.widget.Action; 58 * <p>Provide a click listener on your fragment and if an action is clicked, call 60 * but if you do a click listener will be installed on the fragment and recognized action clicks 199 if (object instanceof Action) { 200 handled = dispatchAction((Action) object, null); 439 * Handles action clicks. A subclass may override this add support for additional actions. 442 public void onActionClicked(Action action) { 443 dispatchAction(action, null); 469 Action action = mControlsRow.getActionForKeyCode(mPrimaryActionsAdapter, keyCode) [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
UiUtils.java | 119 SnackBar.Action action = null; local 121 case SnackBar.Action.SNACK_BAR_UNDO: 122 action = SnackBar.Action.createUndoAction(runnable); 124 case SnackBar.Action.SNACK_BAR_RETRY: 125 action = SnackBar.Action.createRetryAction(runnable); 131 showSnackBarWithCustomAction(context, parentView, message, action, interactions, 138 @NonNull final SnackBar.Action action [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
OldLogCatView.java | 35 import org.eclipse.jface.action.Action; 36 import org.eclipse.jface.action.IAction; 37 import org.eclipse.jface.action.IMenuManager; 38 import org.eclipse.jface.action.IToolBarManager; 39 import org.eclipse.jface.action.Separator; 105 private Action mClearAction; 241 Action a = mLogLevelActions[j]; 258 mClearAction = new Action(Messages.LogCatView_Clear_Log) { 288 // setup the copy action [all...] |
/external/selinux/policycoreutils/sepolicy/ |
sepolicy.py | 47 class CheckPath(argparse.Action): 55 class CheckType(argparse.Action): 72 class CheckBoolean(argparse.Action): 95 class CheckDomain(argparse.Action): 118 class CheckClass(argparse.Action): 130 class CheckAdmin(argparse.Action): 144 class CheckPort(argparse.Action): 157 class CheckPortType(argparse.Action): 171 class LoadPolicy(argparse.Action): 179 class CheckPolicyType(argparse.Action) 675 action=LoadPolicy, variable [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
volumestatus.py | 20 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 83 class Action(object): 85 An action for an instance. 87 :ivar code: The code for the type of the action. 90 :ivar description: A description of the action. 100 return 'Action:%s' % self.code 122 action = Action() 123 self.append(action) 124 return action [all...] |
/external/clang/lib/Sema/ |
SemaAttr.cpp | 330 PragmaMsStackAction Action, 333 if (Action == PSK_Reset) { 337 if (Action & PSK_Push) 339 else if (Action & PSK_Pop) { 357 if (Action & PSK_Set) { 412 PragmaMsStackAction Action, 422 if (Action & PSK_Pop && Stack->Stack.empty()) 428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
|
/external/clang/utils/TableGen/ |
TableGen.cpp | 59 cl::opt<ActionType> Action( 60 cl::desc("Action to perform:"), 144 switch (Action) {
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
FwdLockEngine.cpp | 108 DrmConstraints* FwdLockEngine::onGetConstraints(int uniqueId, const String8* path, int action) { 114 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) { 268 int action) { 273 // Only Transfer action is not allowed for forward Lock files. 275 switch(action) { 276 case Action::DEFAULT: 277 case Action::PLAY: 278 case Action::RINGTONE: 279 case Action::OUTPUT: 280 case Action::PREVIEW [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
NotificationCompatImplBase.java | 53 public static <T extends NotificationCompatBase.Action> RemoteViews overrideContentViewMedia( 71 private static <T extends NotificationCompatBase.Action> RemoteViews generateContentViewMedia( 93 "setShowActionsInCompactView: action %d out of bounds (max %d)", 97 final NotificationCompatBase.Action action = actions.get(actionsToShowInCompact[i]); local 98 final RemoteViews button = generateMediaActionButton(context, action); 115 public static <T extends NotificationCompatBase.Action> void overrideMediaBigContentView( 129 public static <T extends NotificationCompatBase.Action> RemoteViews generateMediaBigView( 160 NotificationCompatBase.Action action) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoringAction.java | 27 import org.eclipse.jface.action.Action; 28 import org.eclipse.jface.action.IAction; 59 * Examine the selection to determine if the action should be enabled or not. 64 public void selectionChanged(IAction action, ISelection selection) { 71 // At that point, just enable the action and later decide if it's valid when it actually 95 action.setEnabled((mTextSelection != null || mTreeSelection != null) 103 public abstract void run(IAction action); 141 private static class ActionWrapper extends Action { 154 VisualRefactoringAction action; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
PasteAction.java | 24 import org.eclipse.jface.action.Action; 41 public class PasteAction extends Action {
|
/system/extras/memory_replay/ |
Android.mk | 4 Action.cpp \
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
test_encryption.py | 20 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 41 "Action":"s3:PutObject",
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
BaseUiElement.java | 32 import io.appium.droiddriver.actions.Action; 170 public boolean perform(Action action) { 171 Logs.call(this, "perform", action); 172 if (validator != null && validator.isApplicable(this, action)) { 173 String failure = validator.validate(this, action); 180 if (action.getTimeoutMillis() <= 0) { 181 return doPerform(action); 183 return performAndWait(action); 186 protected boolean doPerform(Action action) [all...] |
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
JglfwNet.java | 66 if (desktop.isSupported(Desktop.Action.BROWSE)) {
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
FixupMessageStatusOnStartupAction.java | 17 package com.android.messaging.datamodel.action; 30 * Action used to fixup actively downloading or sending status at startup - just in case we 33 public class FixupMessageStatusOnStartupAction extends Action implements Parcelable { 37 final FixupMessageStatusOnStartupAction action = new FixupMessageStatusOnStartupAction(); local 38 action.start();
|
UpdateConversationArchiveStatusAction.java | 16 package com.android.messaging.datamodel.action; 28 public class UpdateConversationArchiveStatusAction extends Action { 31 final UpdateConversationArchiveStatusAction action = local 33 action.start(); 37 final UpdateConversationArchiveStatusAction action = local 39 action.start();
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
AbstractConversationListActivity.java | 31 import com.android.messaging.datamodel.action.DeleteConversationAction; 32 import com.android.messaging.datamodel.action.UpdateConversationArchiveStatusAction; 33 import com.android.messaging.datamodel.action.UpdateConversationOptionsAction; 34 import com.android.messaging.datamodel.action.UpdateDestinationBlockedAction; 81 // If action mode is active dismiss it 121 SnackBar.Action.createCustomAction(new Runnable() { 187 SnackBar.Action.SNACK_BAR_UNDO, 205 SnackBar.Action.SNACK_BAR_UNDO, mConversationListFragment.getSnackBarInteractions()); 327 final UpdateDestinationBlockedAction action, 335 SnackBar.Action.SNACK_BAR_UNDO, mInteractions) [all...] |
/system/extras/memory_replay/tests/ |
ThreadTest.cpp | 23 #include "Action.h" 103 TEST(ThreadTest, action) { 106 Action* action = thread.CreateAction(0x1234, "thread_done", ""); local 107 ASSERT_EQ(action, thread.GetAction()); 109 // Verify the action object is not garbage. 110 action->Execute(nullptr); 112 ASSERT_TRUE(action->EndThread()); 113 ASSERT_FALSE(action->DoesFree());
|
/system/update_engine/payload_consumer/ |
install_plan.h | 26 #include "update_engine/common/action.h" 126 // Basic action that only receives and sends Install Plans. 127 // Can be used to construct an Install Plan to send to any other Action that 129 class InstallPlanAction : public Action<InstallPlanAction> {
|
/art/runtime/arch/arm/ |
fault_handler_arm.cc | 110 bool NullPointerHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, 138 bool SuspensionHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED, 208 bool StackOverflowHandler::Action(int sig ATTRIBUTE_UNUSED, siginfo_t* info ATTRIBUTE_UNUSED,
|
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/ |
HomeListenerService.java | 28 import android.app.Notification.Action; 130 // This action will be embedded into the notification. 131 Action checkInAction = new Action(R.drawable.ic_action_check_in,
|
/developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/ |
HomeListenerService.java | 28 import android.app.Notification.Action; 130 // This action will be embedded into the notification. 131 Action checkInAction = new Action(R.drawable.ic_action_check_in,
|
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/ |
HomeListenerService.java | 28 import android.app.Notification.Action; 130 // This action will be embedded into the notification. 131 Action checkInAction = new Action(R.drawable.ic_action_check_in,
|
/external/clang/include/clang/Tooling/ |
Tooling.h | 70 /// \brief Perform an action for an invocation. 94 /// The caller takes ownership of the returned action. 143 /// \param ToolAction The action to run over the code. 162 /// \param ToolAction The action to run over the code. 214 /// \param FAction The action to be executed. Class takes ownership. 227 /// \param Action The action to be executed. 231 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action, 263 ToolAction *Action; 277 /// a frontend action. One could install an additional command lin [all...] |