Searched refs:actionCount (Results 1 – 4 of 4) sorted by relevance
386 FT_ULong actionCount; in gxv_just_pcActionRecord_validate() local391 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate()392 GXV_TRACE(( "actionCount = %d\n", actionCount )); in gxv_just_pcActionRecord_validate()394 for ( i = 0; i < actionCount; i++ ) in gxv_just_pcActionRecord_validate()
387 FT_ULong actionCount; in gxv_just_pcActionRecord_validate() local392 actionCount = FT_NEXT_ULONG( p ); in gxv_just_pcActionRecord_validate()393 GXV_TRACE(( "actionCount = %lu\n", actionCount )); in gxv_just_pcActionRecord_validate()395 for ( i = 0; i < actionCount; i++ ) in gxv_just_pcActionRecord_validate()
1915 final int actionCount = buffer.getInt(); in updateWith() local1916 if (actionCount == 0) { in updateWith()1920 customAccessibilityActions = new ArrayList<>(actionCount); in updateWith()1924 for (int i = 0; i < actionCount; i++) { in updateWith()