Searched refs:labelId (Results 1 – 3 of 3) sorted by relevance
223 private void drawLabel(GL10 gl, int triangleVertex, int labelId) { in drawLabel() argument233 float height = mLabels.getHeight(labelId); in drawLabel()234 float width = mLabels.getWidth(labelId); in drawLabel()237 mLabels.draw(gl, tx, ty, labelId); in drawLabel()
317 if (description.labelId != 0) { in AccountData()318 mTypeLabel = pm.getText(packageName, description.labelId, null); in AccountData()
175 names.add(authContext.getString(mAuthenticatorDescs[i].labelId)); in initializeAuthenticatorsSpinner()