Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 3 of 3) sorted by relevance

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DInputMethodDebug.java45 final int adjust = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
73 switch (adjust) { in softInputModeToString()
87 joiner.add("ADJUST_UNKNOWN(" + adjust + ")"); in softInputModeToString()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java116 adjust(-1); in glPopMatrix()
123 adjust(1); in glPushMatrix()
170 private void adjust(int dir) { in adjust() method in MatrixStack
/development/samples/browseable/BasicRenderScript/
D_index.jd9 …to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel per…