Searched refs:sbv (Results 1 – 3 of 3) sorted by relevance
1134 StringBuilder sbv = new StringBuilder(128); in buildSQL() local1135 sbv.append("VALUES ("); in buildSQL()1152 sbv.append("?"); in buildSQL()1154 sbv.append("COALESCE(?, "); in buildSQL()1155 sbv.append(defaultValue); in buildSQL()1156 sbv.append(")"); in buildSQL()1160 sbv.append(i == cur.getCount() ? ");" : ", "); in buildSQL()1167 sb.append(sbv); in buildSQL()
318 ViewGroup sbv = mStatusBarWindowController.getStatusBarView(); in ensureStackViewCreated() local321 int bubblePosition = sbv.indexOfChild(sbv.findViewById(R.id.scrim_behind)) + 1; in ensureStackViewCreated()322 sbv.addView(mStackView, bubblePosition, in ensureStackViewCreated()
64 void onSampleStarting(SeekBarVolumizer sbv); in onSampleStarting() argument