Home
last modified time | relevance | path

Searched refs:GROUP (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListConnector.java124 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, flPos, in getUnflattenedPos()
163 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, in getUnflattenedPos()
243 return PositionMetadata.obtain(flPos, ExpandableListPosition.GROUP, groupPos, -1, in getUnflattenedPos()
302 if (pos.type == ExpandableListPosition.GROUP) { in getFlattenedPos()
321 if (pos.type != ExpandableListPosition.GROUP) { in getFlattenedPos()
404 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in getItem()
425 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in getItemId()
445 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in getView()
472 if (pos.type == ExpandableListPosition.GROUP) { in getItemViewType()
479 if (pos.type == ExpandableListPosition.GROUP) { in getItemViewType()
[all …]
DExpandableListPosition.java42 public final static int GROUP = 2; field in ExpandableListPosition
82 return obtain(GROUP, groupPosition, 0, 0); in obtainGroupPosition()
101 elp.type = GROUP; in obtainPosition()
DExpandableListView.java381 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()
479 if (pos.position.type == ExpandableListPosition.GROUP) { in getIndicator()
670 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in handleItemClick()
747 ExpandableListPosition.GROUP, groupPos, -1, -1); in expandGroup()
/frameworks/compile/slang/
Drs_cc_options.cpp40 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
50 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
58 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
62 PARAM, FLAGS, OPT_##GROUP, OPT_##ALIAS, ALIASARGS \
/frameworks/compile/mclinker/include/mcld/Script/
DScriptCommand.h25 GROUP, enumerator
DGroupCmd.h38 return pCmd->getKind() == ScriptCommand::GROUP; in classof()
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp35 : ScriptCommand(ScriptCommand::GROUP), in GroupCmd()
DScriptScanner.ll83 <LDSCRIPT>"GROUP" { return token::GROUP; }
DScriptParser.yy94 %token GROUP
241 group_command : GROUP '(' input_list ')'
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
126 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \ argument
129 llvm::opt::Option::KIND ## Class, PARAM, FLAGS, kOpt_ ## GROUP, \
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23766 …static final deprecated java.lang.String GROUP_NAME_EXTRA_KEY = "com.android.contacts.extra.GROUP";
/frameworks/base/api/
Dtest-current.txt31013 …static final deprecated java.lang.String GROUP_NAME_EXTRA_KEY = "com.android.contacts.extra.GROUP";
Dcurrent.txt30938 …static final deprecated java.lang.String GROUP_NAME_EXTRA_KEY = "com.android.contacts.extra.GROUP";
Dsystem-current.txt33561 …static final deprecated java.lang.String GROUP_NAME_EXTRA_KEY = "com.android.contacts.extra.GROUP";