Home
last modified time | relevance | path

Searched refs:GROUP (Results 1 – 15 of 15) 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.java390 int lastItemType = ~(ExpandableListPosition.CHILD | ExpandableListPosition.GROUP); in dispatchDraw()
488 if (pos.position.type == ExpandableListPosition.GROUP) { in getIndicator()
679 if (posMetadata.position.type == ExpandableListPosition.GROUP) { in handleItemClick()
756 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/base/core/java/android/app/
DNotificationChannel.java1108 proto.write(NotificationChannelProto.GROUP, mGroup); in writeToProto()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8074 Landroid/app/NotificationChannelProto;->GROUP:J
81891 Landroid/widget/ExpandableListPosition;->GROUP:I
109829 Ljava/util/Formatter$Flags;->GROUP:Ljava/util/Formatter$Flags;
/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/non-updatable-api/
Dcurrent.txt37346 …d @Deprecated public static final String GROUP_NAME_EXTRA_KEY = "com.android.contacts.extra.GROUP";
/frameworks/base/api/
Dcurrent.txt37490 …d @Deprecated public static final String GROUP_NAME_EXTRA_KEY = "com.android.contacts.extra.GROUP";