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

1 2

  /frameworks/base/core/java/android/accounts/
AuthenticatorDescription.java 30 final public int labelId;
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId,
57 this.labelId = labelId;
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId,
66 this(type, packageName, labelId, iconId, smallIconId, prefId, false);
82 this.labelId = 0;
92 this.labelId = source.readInt();
125 dest.writeInt(labelId);
AccountAuthenticatorCache.java 59 final int labelId = sa.getResourceId(
72 return new AuthenticatorDescription(accountType, packageName, labelId, iconId,
ChooseAccountTypeActivity.java 133 final CharSequence sequence = authContext.getResources().getText(desc.labelId);
GrantCredentialsPermissionActivity.java 142 return createPackageContext(desc.packageName, 0).getString(desc.labelId);
  /packages/apps/LegacyCamera/src/com/android/camera/
MenuHelper.java 52 int labelId, iconId;
55 labelId = R.string.switch_to_video_label;
59 labelId = R.string.switch_to_camera_label;
63 labelId = R.string.switch_to_panorama_label;
70 MenuItem item = menu.add(labelId).setOnMenuItemClickListener(
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 276 * @param labelID
279 public float getWidth(int labelID) {
280 return mLabels.get(labelID).width;
286 * @param labelID
289 public float getHeight(int labelID) {
290 return mLabels.get(labelID).height;
298 * @param labelID
301 public float getBaseline(int labelID) {
302 return mLabels.get(labelID).baseline;
337 * @param labelID
    [all...]
SpriteTextRenderer.java 223 private void drawLabel(GL10 gl, int triangleVertex, int labelId) {
233 float height = mLabels.getHeight(labelId);
234 float width = mLabels.getWidth(labelId);
237 mLabels.draw(gl, tx, ty, labelId);
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 52 unsigned LabelId; // Label id of the load.
76 unsigned getLabelId() const { return LabelId; }
97 return this->LabelId == A->LabelId &&
ARMConstantPoolValue.cpp 34 : MachineConstantPoolValue(Ty), LabelId(id), Kind(kind),
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier),
70 ID.AddInteger(LabelId);
79 if (ACPV->LabelId == LabelId)
96 O << "-(LPC" << LabelId << "+" << (unsigned)PCAdjust;
ARMCodeEmitter.cpp 98 void addPCLabel(unsigned LabelID);
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 116 * @param labelId string shown on enter key
118 void setEnterKeyResources(Resources res, int previewId, int iconId, int labelId) {
127 mEnterKey.label = res.getText(labelId);
  /external/srec/srec/include/
srec_sizes.h 29 typedef asr_uint16_t labelID; /*16 bits is a bit overkill for this, but 8's not enough*/
search_network.h 131 labelID ilabel; /* input label */
132 labelID olabel; /* output label */
astar.h 63 labelID olabel; /* output label */
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackView.java 140 private String statString(int labelId, int value) {
142 getResources().getString(labelId), value);
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 66 labelID script_olabel_offset; /* starts at SEMGRAPH_SCRIPT_OFFSET */
  /packages/apps/Settings/src/com/android/settings/accounts/
AuthenticatorHelper.java 85 label = authContext.getResources().getText(desc.labelId);
ChooseAccountActivity.java 223 label = authContext.getResources().getText(desc.labelId);
  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 226 int labelId = TelephonyCapabilities.getDeviceIdLabel(phone);
230 .setTitle(labelId)
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 317 if (description.labelId != 0) {
318 mTypeLabel = pm.getText(packageName, description.labelId, null);
320 throw new IllegalArgumentException("LabelID provided, but label not found");
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 221 source.titleRes = auth.labelId;
  /development/apps/Development/src/com/android/development/
AccountsTester.java 175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId));
  /external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h 324 /// after the LabelID has been emitted.
  /external/srec/tools/test_g2g/
test_g2g.c 297 ilabels[j] = ilabels[j] - (labelID)fst->hmm_ilabel_offset;

Completed in 1786 milliseconds

1 2