HomeSort by relevance Sort by last modified time
    Searched defs:mDim (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/text/
FolderSpan.java 40 private final FolderSpanDimensions mDim;
52 mDim = dim;
58 mDim.getMaxChipWidth());
81 if (width == mDim.getMaxChipWidth()) {
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.h 255 cam_dimension_t mDim;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 335 cam_dimension_t mDim;
509 cam_dimension_t mDim;
  /frameworks/compile/slang/
slang_rs_export_type.h 442 // where mDim will be N.
446 unsigned mDim; // dimension
452 mDim(Dim) {
465 inline unsigned getDim() const { return mDim; }
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBLAS.java 63 private int[] mDim = {1, 2, 3, 256};
78 for (int x : mDim) {
79 for (int y : mDim) {
    [all...]

Completed in 423 milliseconds