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

  /frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java 99 int iconType = TYPE_DEFAULT;
101 iconType =
106 iconType =
111 iconType = TYPE_VERTICAL_DOUBLE_ARROW;
113 if (mPointerIconType != iconType) {
114 mPointerIconType = iconType;
115 inputDevice.setPointerType(iconType);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
CursorIconInfo.java 47 int iconType = c.getInt(iconTypeIndex);
48 switch (iconType) {
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 149 FX_DWORD iconType = 0;
153 iconType |= 0;
156 iconType |= 1;
159 iconType |= 2;
162 iconType |= 3;
180 iButtonType, iconType);
  /packages/apps/Launcher3/protos/
backup.proto 100 optional int32 iconType = 15;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 1239 milliseconds