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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 127 * The container holding the favorite
130 static final String CONTAINER = "container";
139 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
146 * (if container is CONTAINER_HOTSEAT or CONTAINER_HOTSEAT)
153 * (if container is CONTAINER_DESKTOP)
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 163 * The container holding the favorite
166 static final String CONTAINER = "container";
174 static final String containerToString(int container) {
175 switch (container) {
178 default: return String.valueOf(container);
183 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
190 * (if container is CONTAINER_HOTSEAT or CONTAINER_HOTSEAT)
197 * (if container is CONTAINER_DESKTOP)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsr250-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.jar 
  /external/chromium_org/chrome/renderer/resources/
offline.js 131 CONTAINER: 'runner-container',
298 this.containerEl.className = Runner.classes.CONTAINER;
300 // Player canvas container.
376 // Outer container and distance meter.
396 * Canvas container width expands out to the full width.
816 * @param {HTMLElement} container Element to append canvas to.
822 function createCanvas(container, width, height, opt_classname) {
828 container.appendChild(canvas);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 105 milliseconds