HomeSort by relevance Sort by last modified time
    Searched refs:containerType (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/Launcher3/src/com/android/launcher3/logging/
DumpTargetWrapper.java 25 import com.android.launcher3.model.nano.LauncherDumpProto.ContainerType;
44 public DumpTargetWrapper(int containerType, int id) {
46 node = newContainerTarget(containerType, id);
97 dt.containerType = type;
110 String str = LoggerUtils.getFieldName(t.containerType, ContainerType.class);
111 if (t.containerType == ContainerType.WORKSPACE) {
113 } else if (t.containerType == ContainerType.FOLDER)
    [all...]
UserEventDispatcher.java 34 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
178 public void logActionCommand(int command, int containerType) {
179 logActionCommand(command, containerType, 0);
182 public void logActionCommand(int command, int containerType, int pageIndex) {
184 newCommandAction(command), newContainerTarget(containerType));
192 public void logActionCommand(int command, View itemView, int containerType) {
200 event.srcTarget[0].containerType = containerType;
219 public void logActionOnContainer(int action, int dir, int containerType) {
220 logActionOnContainer(action, dir, containerType, 0)
    [all...]
LoggerUtils.java 30 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
87 String str = getFieldName(t.containerType, ContainerType.class);
88 if (t.containerType == ContainerType.WORKSPACE) {
90 } else if (t.containerType == ContainerType.FOLDER) {
162 public static Target newContainerTarget(int containerType) {
164 t.containerType = containerType;
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 224 Type& elementType, Type& containerType)
227 , m_containerType (containerType) {}
285 Type& elementType, Type& containerType)
286 : Attacher (ctx, elementType, containerType) {}
310 TextureFboAttacher (const Context& ctx, Type& elementType, Type& containerType)
311 : FboAttacher (ctx, elementType, containerType) {}
322 RboFboAttacher (const Context& ctx, Type& elementType, Type& containerType)
323 : FboAttacher (ctx, elementType, containerType) {}
335 Type& elementType, Type& containerType)
336 : Attacher (ctx, elementType, containerType) {}
    [all...]
glsLifetimeTests.cpp 1080 Type& containerType = m_attacher.getContainerType();
1081 Name container (containerType);
    [all...]
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 139 formatMimeSrc.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
151 formatMimeSrc.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
233 formatMimeSrc.containerType = SL_CONTAINERTYPE_MPEG_TS;
270 formatMimeSrc.containerType = SL_CONTAINERTYPE_RAW;
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 25 import com.android.launcher3.CellLayout.ContainerType;
34 @ContainerType private final int mContainerType;
45 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) {
49 mContainerType = containerType;
Hotseat.java 40 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
178 targetParent.containerType = ContainerType.HOTSEAT;
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 151 mime.containerType = SL_CONTAINERTYPE_WAV;
  /frameworks/wilhelm/tests/listening/
seekTorture.c 67 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
  /frameworks/wilhelm/tests/sandbox/
urimime.c 63 format_mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
xa.c 85 fmtMime.containerType = XA_CONTAINERTYPE_UNSPECIFIED;
xaplay.c 401 fmtMime.containerType = XA_CONTAINERTYPE_MPEG_TS;
404 fmtMime.containerType = XA_CONTAINERTYPE_UNSPECIFIED;
615 printf(" containerType = %u\n", mediaContainerInformation.containerType);
671 printf(" containerType = %u (1=unspecified)\n",
672 mediaContainerInformation.containerType);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 176 targetParent.containerType = LauncherLogProto.ContainerType.DEEPSHORTCUTS;
  /frameworks/wilhelm/src/itf/
IStreamInformation.cpp 305 contInf.containerInfo.containerType = XA_CONTAINERTYPE_UNSPECIFIED;
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 135 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
slesTestPlayFdPath.cpp 145 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
slesTestVirtualizerPath.cpp 136 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 170 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
slesTestPlayStreamType.cpp 122 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
slesTestPlayUri.cpp 176 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
slesTestPlayUri2.cpp 131 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
slesTest_playStates.cpp 116 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 150 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 40 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType;
255 targetParent.containerType = ContainerType.WIDGETS;

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 9