Searched refs:cluster (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java307 public void addSignalCluster(SignalCluster cluster) { argument
308 mSignalClusters.add(cluster);
309 refreshSignalCluster(cluster);
317 public void refreshSignalCluster(SignalCluster cluster) { argument
318 cluster.setWifiIndicators(
319 // only show wifi in the cluster if connected or if wifi-only
327 cluster.setMobileDataIndicators(
336 cluster.setMobileDataIndicators(
344 cluster.setIsAirplaneMode(mAirplaneMode, mAirplaneIconId);
348 // only show wifi in the cluster i
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp681 size_t cluster = mShaperItem.log_clusters[i]; local
684 if (cluster != clusterNext) {
686 // The advance for the cluster is the sum of the advances of all glyphs within
687 // the cluster.
688 for (size_t j = cluster; j < clusterNext; j++) {

Completed in 59 milliseconds