HomeSort by relevance Sort by last modified time
    Searched refs:OVERVIEW (Results 1 - 22 of 22) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
OverviewAccessibilityDelegate.java 31 * Accessibility delegate with actions pointing to various Overview entry points.
35 private static final int OVERVIEW = R.string.accessibility_action_overview;
45 info.addAction(new AccessibilityAction(OVERVIEW, context.getText(OVERVIEW)));
57 if (action == OVERVIEW) {
  /packages/apps/Launcher3/src/com/android/launcher3/
PinchAnimationManager.java 32 import static com.android.launcher3.Workspace.State.OVERVIEW;
35 * Manages the animations that play as the user pinches to/from overview mode.
41 * - At a final threshold 3, snap to overview
89 * the default overview transition duration is used.
126 * @param interpolatedProgress The progress from 0 to 1, where 0 is overview and 1 is workspace.
140 * when going from workspace to overview and vice versa.
144 * @param startState {@link Workspace.State#NORMAL} or {@link Workspace.State#OVERVIEW}.
145 * @param goingTowards {@link Workspace.State#NORMAL} or {@link Workspace.State#OVERVIEW}.
151 if (startState == OVERVIEW) {
152 animateOverviewPanelButtons(goingTowards == OVERVIEW);
    [all...]
PinchThresholdManager.java 43 * @param progress From 0 to 1, where 0 is overview and 1 is workspace.
54 // Invert the progress, because going from workspace to overview is 1 to 0.
71 Workspace.State fromState = mWorkspace.isInOverviewMode() ? Workspace.State.OVERVIEW
74 : Workspace.State.OVERVIEW;
WorkspaceStateTransitionAnimation.java 163 oldStateIsOverview = (fromState == Workspace.State.OVERVIEW);
169 stateIsOverview = (toState == Workspace.State.OVERVIEW);
362 // - Overview <-> Workspace
363 // - Overview <-> Widget Tray
Workspace.java 199 OVERVIEW (true, true, ContainerType.OVERVIEW),
    [all...]
LauncherStateTransitionAnimation.java 184 toWorkspaceState != Workspace.State.OVERVIEW) {
449 * Starts an animation to the workspace from another workspace state, e.g. normal to overview.
Launcher.java     [all...]
  /external/openssh/contrib/cygwin/
Makefile 42 -$(INSTALL) -m 644 $(srcdir)/OVERVIEW $(DESTDIR)$(sshdocdir)/OVERVIEW
  /packages/apps/Launcher3/protos/
launcher_log.proto 81 OVERVIEW = 6;
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
UserEventDispatcher.java 266 newContainerTarget(ContainerType.OVERVIEW));
  /external/openssh/contrib/suse/
openssh.spec 194 %doc ChangeLog OVERVIEW README* PROTOCOL*
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java     [all...]
Settings.java 398 * @return true if {@link UIProvider.ConversationViewMode#OVERVIEW} mode is set. In the event
405 return (val == UIProvider.ConversationViewMode.OVERVIEW);
  /external/v8/src/
frames.cc     [all...]
frames.h 606 enum PrintMode { OVERVIEW, DETAILS };
    [all...]
isolate.cc 842 PrintFrames(this, accumulator, StackFrame::OVERVIEW);
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 336 %doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* PROTOCOL* TODO
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 358 milliseconds