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

  /device/google/cuttlefish_common/guest/hals/camera/
CameraConfiguration.h 29 enum Orientation { kFront, kBack };
CameraConfiguration.cpp 106 *orientation = CameraDefinition::kFront;
EmulatedFakeCamera2.cpp 140 if (params.orientation == cvd::CameraDefinition::kFront) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java 50 public static final int kFront = 1;
Kube.java 118 mCubes[i + j].setFaceColor(Cube.kFront, green);
142 mLayers[kFront] = new Layer(Layer.kAxisZ);
181 layer = mLayers[kFront];
336 static final int kFront = 4;

Completed in 103 milliseconds