Home | History | Annotate | Download | only in thermal

Lines Matching defs:mWeights

33     private Integer mWeights[];
45 return mWeights;
50 mWeights = new Integer[list.size()];
51 if (mWeights != null) {
52 mWeights = list.toArray(mWeights);
72 Log.i(TAG, "mWeights[]: " + Arrays.toString(mWeights));
74 if (mWeights != null && mOrder != null && mWeights.length != mOrder.length) {