HomeSort by relevance Sort by last modified time
    Searched full:iconindex (Results 1 - 25 of 25) sorted by null

  /packages/services/Telephony/assets/
eri.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
42 IconIndex="0"
49 IconIndex="0"
56 IconIndex="0"
63 IconIndex="0"
70 IconIndex="0"
77 IconIndex="0"
84 IconIndex="0"
91 IconIndex="0
    [all...]
eri_310120.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
43 IconIndex="1"
51 IconIndex="2"
59 IconIndex="0"
67 IconIndex="0"
75 IconIndex="0"
83 IconIndex="0"
91 IconIndex="0"
99 IconIndex="0
    [all...]
eri_311490.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
43 IconIndex="1"
51 IconIndex="2"
59 IconIndex="0"
67 IconIndex="0"
75 IconIndex="0"
83 IconIndex="0"
91 IconIndex="0"
99 IconIndex="0
    [all...]
eri_311870.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
43 IconIndex="1"
51 IconIndex="2"
59 IconIndex="0"
67 IconIndex="0"
75 IconIndex="0"
83 IconIndex="0"
91 IconIndex="0"
99 IconIndex="0
    [all...]
eri_311480.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
43 IconIndex="1"
51 IconIndex="2"
59 IconIndex="1"
67 IconIndex="3"
75 IconIndex="1"
83 IconIndex="0"
91 IconIndex="0"
99 IconIndex="2
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 11 int IconIndex;
20 int IconIndex;
46 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
SysIconUtils.cpp 65 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex)
73 iconIndex = shellInfo.iIcon;
82 iconIndex = shellInfo.iIcon;
88 DWORD_PTR GetRealIconIndex(const UString &fileName, DWORD attrib, int &iconIndex, UString *typeName)
99 iconIndex = shellInfo.iIcon;
111 iconIndex = shellInfo.iIcon;
183 return _attribMap[index].IconIndex;
191 , attrib, pair.IconIndex
204 return pair.IconIndex;
214 return pa.IconIndex;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriInfo.java 29 public int iconIndex;
35 public EriInfo (int roamingIndicator, int iconIndex, int iconMode, String eriText,
39 this.iconIndex = iconIndex;
EriManager.java 83 return "EriDisplayInformation: {" + " IconIndex: " + mEriIconIndex + " EriIconMode: "
234 int iconIndex = Integer.parseInt(parser.getAttributeValue(null, "IconIndex"));
242 iconIndex, iconMode, eriText, callPromptId, alertId));
320 eriInfo.iconIndex,
488 defEriInfo.iconIndex,
495 eriInfo.iconIndex,
  /packages/apps/Launcher3/src/com/android/launcher3/util/
CursorIconInfo.java 36 public final int iconIndex;
40 iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
60 icon = Utilities.createIconBitmap(c, iconIndex, context);
64 icon = Utilities.createIconBitmap(c, iconIndex, context);
FocusLogic.java 339 Log.v(TAG, String.format("\thandleDpadHorizontal: \t[x, y]=[%d, %d] iconIndex=%d",
403 private static int handleDpadVertical(int iconIndex, int cntX, int cntY,
415 if (matrix[i][j] == iconIndex) {
423 Log.v(TAG, String.format("\thandleDpadVertical: \t[x, y]=[%d, %d] iconIndex=%d",
424 xPos, yPos, iconIndex));
  /external/fonttools/Windows/
fonttools-win-setup.iss 34 Name: {userdesktop}\ttx.exe; Filename: {app}\ttx.exe; Tasks: desktopicon; IconFilename: {app}\ttx.ico; IconIndex: 0
35 Name: {group}\TTX; Filename: {app}\ttx.exe; Tasks: desktopicon; IconFilename: {app}\ttx.ico; IconIndex: 0
36 Name: {group}\TTX documentation; Filename: {app}\documentation.html; IconIndex: 0
37 Name: {group}\Changes; Filename: {app}\changes.txt; IconIndex: 0
38 Name: {group}\Bugs; Filename: {app}\bugs.txt; IconIndex: 0
39 Name: {group}\License; Filename: {app}\LICENSE.txt; IconIndex: 0
40 Name: {group}\Uninstall TTX; Filename: {uninstallexe}; IconIndex: 0
41 Name: {reg:HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders,SendTo}\TTX; Filename: {app}\ttx.exe; WorkingDir: {reg:HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders,SendTo}; IconFilename: {app}\ttx.ico; IconIndex: 0; MinVersion: 0,5.00.2195
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 104 final int iconIndex = itemContainer.indexOfChild(v);
113 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, matrix, iconIndex, pageIndex,
221 int iconIndex = hotseatParent.indexOfChild(v);
223 .getChildAt(iconIndex).getLayoutParams()).cellX;
241 iconIndex += iconParent.getChildCount();
247 iconIndex += iconParent.getChildCount();
268 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, matrix, iconIndex, pageIndex,
360 final int iconIndex = parent.indexOfChild(v);
391 int newIconIndex = FocusLogic.handleKeyEvent(keyCode, matrix, iconIndex, pageIndex,
IconCache.java     [all...]
Utilities.java 156 public static Bitmap createIconBitmap(Cursor c, int iconIndex, Context context) {
157 byte[] data = c.getBlob(iconIndex);
    [all...]
LauncherProvider.java     [all...]
LauncherModel.java     [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 140 int IconIndex;
144 bool FindIconIndex(const UString &ext, int &iconIndex) const;
LoadCodecs.cpp 431 iconPair.IconIndex = -1;
440 iconPair.IconIndex = ConvertStringToUInt32(num, &end);
450 bool CCodecIcons::FindIconIndex(const UString &ext, int &iconIndex) const
452 iconIndex = -1;
458 iconIndex = pair.IconIndex;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchSuggestionsList.java 130 final int iconIndex = c.getColumnIndex(SearchManager.SUGGEST_COLUMN_ICON_1);
133 final Uri iconUri = Uri.parse(c.getString(iconIndex));
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 300 final int iconIndex = itemContainer.indexOfChild(v);
305 final int x = iconIndex % countX;
306 final int y = iconIndex / countX;
319 if (iconIndex > 0) {
320 itemContainer.getChildAt(iconIndex - 1).requestFocus();
337 if (iconIndex < (itemCount - 1)) {
338 itemContainer.getChildAt(iconIndex + 1).requestFocus();
    [all...]
LauncherModel.java     [all...]
LauncherProvider.java 445 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
464 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
725 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON);
729 byte[] data = c.getBlob(iconIndex);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 240 int iconIndex = 0;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java     [all...]

Completed in 832 milliseconds