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

  /external/chromium_org/third_party/WebKit/public/platform/
WebScreenInfo.h 74 WebScreenOrientationType orientationType;
85 , orientationType(WebScreenOrientationUndefined)
  /frameworks/base/core/java/android/gesture/
Instance.java 72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
76 pts = temporalSampler(orientationType, gesture);
90 private static float[] temporalSampler(int orientationType, Gesture gesture) {
97 if (orientationType != GestureStore.ORIENTATION_INVARIANT) {
InstanceLearner.java 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) {
56 distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType);
Learner.java 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector);
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientationController.cpp 109 blink::WebScreenOrientationType orientationType = screenOrientationType(m_frame.view());
110 if (orientationType == blink::WebScreenOrientationUndefined) {
112 orientationType = computeOrientation(m_frame.view());
114 ASSERT(orientationType != blink::WebScreenOrientationUndefined);
115 return orientationType;
  /external/chromium_org/content/public/test/
render_widget_test.cc 84 resize_params.screen_info.orientationType =
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformScreen.cpp 104 return hostWindow->screenInfo().orientationType;
  /external/chromium_org/content/common/
view_messages.h 134 IPC_STRUCT_TRAITS_MEMBER(orientationType)
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 306 milliseconds