package android.view; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class ViewConfiguration { // Fields public static final float PANEL_BIT_DEPTH = 24.0f; public static final float ALPHA_THRESHOLD = 0.020833334f; public static final float ALPHA_THRESHOLD_INT = 5.2916665f; // Constructors public ViewConfiguration(){ } private ViewConfiguration(android.content.Context arg1){ } // Methods public static ViewConfiguration get(android.content.Context arg1){ return (ViewConfiguration) null; } public int getScaledTouchSlop(){ return 0; } public int getScaledFadingEdgeLength(){ return 0; } public static int getScrollBarFadeDuration(){ return 0; } public static int getScrollDefaultDelay(){ return 0; } public int getScaledScrollBarSize(){ return 0; } public static int getPressedStateDuration(){ return 0; } public static int getTapTimeout(){ return 0; } public static long getSendRecurringAccessibilityEventsInterval(){ return 0l; } public int getScaledMaximumDrawingCacheSize(){ return 0; } public static int getLongPressTimeout(){ return 0; } public static int getDoubleTapTimeout(){ return 0; } public int getScaledDoubleTapSlop(){ return 0; } public int getScaledMaximumFlingVelocity(){ return 0; } public int getScaledOverscrollDistance(){ return 0; } public int getScaledOverflingDistance(){ return 0; } public boolean isFadingMarqueeEnabled(){ return false; } public static float getScrollFriction(){ return 0.0f; } public int getScaledEdgeSlop(){ return 0; } public int getScaledTouchExplorationTapSlop(){ return 0; } public int getScaledMinimumFlingVelocity(){ return 0; } public static int getKeyRepeatTimeout(){ return 0; } public static int getKeyRepeatDelay(){ return 0; } public static int getHoverTapTimeout(){ return 0; } public static int getHoverTapSlop(){ return 0; } public static int getTouchSlop(){ return 0; } public static int getDoubleTapSlop(){ return 0; } public static int getMinimumFlingVelocity(){ return 0; } public static int getMaximumFlingVelocity(){ return 0; } public static long getGlobalActionKeyTimeout(){ return 0l; } public int getScaledWindowTouchSlop(){ return 0; } public boolean hasPermanentMenuKey(){ return false; } public static long getZoomControlsTimeout(){ return 0l; } public static int getScrollBarSize(){ return 0; } public static int getFadingEdgeLength(){ return 0; } public static int getJumpTapTimeout(){ return 0; } public static int getEdgeSlop(){ return 0; } public int getScaledPagingTouchSlop(){ return 0; } public static int getWindowTouchSlop(){ return 0; } public static int getMaximumDrawingCacheSize(){ return 0; } }