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

1 2

  /device/lge/hammerhead/overlay/frameworks/base/core/res/res/xml/
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...]
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc310-mnc120/
eri.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...]
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc311-mnc490/
eri.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...]
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc311-mnc870/
eri.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...]
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc312-mnc530/
eri.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...]
  /device/asus/grouper/overlay/frameworks/base/core/res/res/xml/
eri.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
42 IconIndex="1"
49 IconIndex="2"
56 IconIndex="1"
63 IconIndex="65"
70 IconIndex="1"
77 IconIndex="67"
84 IconIndex="68"
91 IconIndex="2
    [all...]
  /device/asus/tilapia/overlay/frameworks/base/core/res/res/xml/
eri.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="0"
42 IconIndex="1"
49 IconIndex="2"
56 IconIndex="1"
63 IconIndex="65"
70 IconIndex="1"
77 IconIndex="67"
84 IconIndex="68"
91 IconIndex="2
    [all...]
  /device/moto/shamu/overlay/frameworks/base/core/res/res/xml-mcc310-mnc004/
eri.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...]
  /frameworks/base/core/res/res/xml/
eri.xml 19 The icon is turned OFF if then IconIndex = 1 -->
35 IconIndex="1"
42 IconIndex="65"
49 IconIndex="1"
56 IconIndex="67"
63 IconIndex="68"
70 IconIndex="69"
77 IconIndex="70"
84 IconIndex="1"
91 IconIndex="72
    [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 81 return "EriDisplayInformation: {" + " IconIndex: " + mEriIconIndex + " EriIconMode: "
207 int iconIndex = Integer.parseInt(parser.getAttributeValue(null, "IconIndex"));
215 iconIndex, iconMode, eriText, callPromptId, alertId));
291 eriInfo.iconIndex,
459 defEriInfo.iconIndex,
466 eriInfo.iconIndex,
CdmaLteServiceStateTracker.java 425 int iconIndex = mSS.getCdmaEriIconIndex();
427 if (showSpn && (iconIndex == EriInfo.ROAMING_INDICATOR_OFF) &&
  /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
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 305 iconPair.IconIndex = -1;
314 iconPair.IconIndex = (UInt32)ConvertStringToUInt64(num, &end);
324 bool CCodecIcons::FindIconIndex(const UString &ext, int &iconIndex) const
326 iconIndex = -1;
332 iconIndex = pair.IconIndex;
LoadCodecs.h 111 int IconIndex;
115 bool FindIconIndex(const UString &ext, int &iconIndex) const;
  /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 386 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
405 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
666 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON);
670 byte[] data = c.getBlob(iconIndex);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 248 final int iconIndex = itemContainer.indexOfChild(v);
253 final int x = iconIndex % countX;
254 final int y = iconIndex / countX;
267 if (iconIndex > 0) {
268 itemContainer.getChildAt(iconIndex - 1).requestFocus();
289 if (iconIndex < (itemCount - 1)) {
290 itemContainer.getChildAt(iconIndex + 1).requestFocus();
    [all...]
LauncherModel.java     [all...]
LauncherProvider.java 655 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
674 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
    [all...]
  /external/chromium_org/extensions/renderer/resources/
set_icon.js 54 if ('iconIndex' in details) {
  /external/chromium_org/chrome/common/extensions/api/
page_action.json 115 "iconIndex": {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java     [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 692 } else if (details_->GetInteger("iconIndex", &icon_index)) {

Completed in 1157 milliseconds

1 2